TriggerCMD CLI
Linux CLI client to TriggerCMD cloud service agent.
You probably want to install completion for the typer command. If you are using bash, try to type:
$ triggercmd --install-completion bash
https://github.com/GussSoares/triggercmd-cli
Usage:
$ triggercmd [OPTIONS] COMMAND [ARGS]...Options:
-v, --version: Display TriggerCMD CLI version.--help: Show this message and exit.
Commands:
edit: Edit a command existent.list: List all commands.new: Create a new command.remove: Remove a command existent.
Edit a command existent.
Usage:
$ triggercmd edit [OPTIONS]Options:
--help: Show this message and exit.
List all commands.
Usage:
$ triggercmd list [OPTIONS]Options:
--help: Show this message and exit.
Create a new command.
Usage:
$ triggercmd new [OPTIONS]Options:
--help: Show this message and exit.
Remove a command existent.
Usage:
$ triggercmd remove [OPTIONS]Options:
--help: Show this message and exit.