Skip to content

Latest commit

 

History

History
86 lines (51 loc) · 1.2 KB

CLI.md

File metadata and controls

86 lines (51 loc) · 1.2 KB

triggercmd

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.

triggercmd edit

Edit a command existent.

Usage:

$ triggercmd edit [OPTIONS]

Options:

  • --help: Show this message and exit.

triggercmd list

List all commands.

Usage:

$ triggercmd list [OPTIONS]

Options:

  • --help: Show this message and exit.

triggercmd new

Create a new command.

Usage:

$ triggercmd new [OPTIONS]

Options:

  • --help: Show this message and exit.

triggercmd remove

Remove a command existent.

Usage:

$ triggercmd remove [OPTIONS]

Options:

  • --help: Show this message and exit.