DEPRECATED: How to run remote commands from the command line
-
EDIT 2/20/2020: Don't use this method anymore. Use the tcmd utility instead.
You can call the API with curl which runs pretty fast, or you can use one of these built-in commands:
Windows
triggercmdagent -t calculator -c officeLinux in X-Windows:
triggercmdagent -t calculator -c officeLinux without X-Windows (SSH):
node /usr/share/triggercmdagent/resources/app/src/triggercmd -t calculator -c officeRaspberry Pi:
node /usr/share/triggercmdagent/app/src/triggercmd -t calculator -c officeMac:
./TRIGGERcmdAgent.app/Contents/MacOS/TRIGGERcmdAgent -t calculator -c officeAlso:
You can use --trigger instead of -t
You can use --computer instead of -c
If your trigger or computer names have spaces, use quotes, for example: triggercmdagent -trigger "reboot now" -computer "office pc"~~