Skip to content

Make a user-executable CLI tool #3

@ajnart

Description

@ajnart

Having a good executable to quickly edit the update script would be good. Or just to run simple configs. I imagine the following

$> minecraft-server --help
config
    edit (Open config in $EDITOR)
   append (Append a string to the update file, such as a plugin download)
server
   restart (restart the server)
   send (send a specific command to the server)
   attach (attach to the server)

If you want I can help to make this little CLI 🤔
We could do it with Deno using something like https://cliffy.io/ and make a simple executable or just a long bash script

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions