triggercmd
is a CLI client for the TRIGGERcmd cloud service.
you need install gobject-introspection
if you use Arch Linux.
the triggercmd
package is available in PyPI. to install, simply type the following command:
pip install triggercmd
Or using the pipx for a safer installation.
After install, you can use the triggercmd CLI client to manipulate commands on the TRIGGERcmd agent.
You can read the CLI.md file for more information about the list of commands.
this project is open for contributions. here are some of the ways for you to contribute:
- bug reports/fix
- features requests
- use-case demonstrations
please open an issue with enough information for us to reproduce your problem. A minimal, reproducible example would be very helpful.
to make a contribution, just fork this repository, push the changes in your fork, open up an issue, and make a pull request!
* My contribuction its only the CLI client. All credit by develop triggerCMD agent is to Russell VanderMey.