Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bash commandline commands, outside of UI #22

Closed
Freddo3000 opened this issue May 24, 2021 · 3 comments
Closed

Bash commandline commands, outside of UI #22

Freddo3000 opened this issue May 24, 2021 · 3 comments
Labels
Enhancement New feature or request

Comments

@Freddo3000
Copy link

Is your feature request related to a problem? Please describe.
As I interpret the documentation, pluGET can only run commands from its own command line UI. This might make it problematic to manage from other scripts, such as bash, where the UI might get in the way of the functionality.

If this functionality is already present, close this ticket and mention it in the documentation.

Describe the solution you'd like
I'd like to be able to run commands directly from bash command line, such as being able to run ./launcher.sh update all to update all plugins, or ./launcher.sh update serverjar 'PaperMCVersion' to update the server. A argument flag could be useful to declare when it is being used this way.

An example of software being used this way is SteamCMD.

Describe alternatives you've considered
N/A

Additional context
I've not yet installed pluGET, though it interests me. My concern is being able to use it for automating server maintenance, which I try to do as much as possible so I can focus on management.

@Freddo3000 Freddo3000 added the Enhancement New feature or request label May 24, 2021
@Neocky
Copy link
Owner

Neocky commented May 29, 2021

Hey @Freddo3000,
thank you for your suggestion!
This is a good enhancement but unfortunately this isn't too high on the priority list as of now.
There are other things that need to be done before i can work on your issue.
I will let the issue open for the future!

@rbos
Copy link

rbos commented Jun 30, 2021

pluGET would very much benefit from this. I can kinda make do by sending commands through tmux consoles.

Neocky referenced this issue Jun 16, 2022
Added plugin downloader capabilities and added full console argument support.
Fixed #46 and added error handling for it
@Neocky
Copy link
Owner

Neocky commented Jul 2, 2022

Hey @Freddo3000, @rbos,
i added this in version v1.7.0
Now you can call directly pluGET commands from the console like this:

py pluget.py check all

Have a good day guys 👋

@Neocky Neocky closed this as completed Jul 2, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants