mirror of
https://github.com/amidaware/tacticalrmm.git
synced 2026-04-26 06:55:52 +03:00
[GH-ISSUE #517] GitHub Integration, or simply Git Clone capability, for scripts. #2269
Labels
No labels
In Process
bug
bug
dev-triage
documentation
duplicate
enhancement
fixed
good first issue
help wanted
integration
invalid
pull-request
question
requires agent update
security
ui tweak
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/tacticalrmm#2269
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @wiicode on GitHub (May 18, 2021).
Original GitHub issue: https://github.com/amidaware/tacticalrmm/issues/517
Is your feature request related to a problem? Please describe.
I want to manage my scripts using Visual Code and easily make them available. Best way for me to do that is commit them to GitHub (or maybe BitBucket). I would like my agents to routinely clone latest versions of the scripts to run as needed.
Describe the solution you'd like
I see this working one of two ways:
Describe alternatives you've considered
Manually scripting all this, it's a PITA.
Additional context
There is no RMM that I've seen that does this seemingly obvious thing....
@sadnub commented on GitHub (May 20, 2021):
You can use the github https link to pull the script and run them. It will always get the latest script based on the branch you use. I don't think adding git as prereq is the right approach, but I might be misunderstanding the request.
https://github.com/wh1te909/tacticalrmm/blob/develop/scripts/Win_10_Upgrade.ps1
That as an example will pull the latest script file and you can create a runner script with the url as an argument. Or built all of the scripts into trmm with the arg statically set.