Bulk Create Commands
-
Wondering if it's possible to create bulk commands when starting a new instance on a machine.
Has anyone done this? Tried searching the forum but didn't see anything come up.
Thanks!
-
@Michael-Vecchiarelli, your commands are stored in this file in your home folder, so you could copy your own commands.json file there to create your commands.
Windows:
C:\Users\(your username)\.TRIGGERcmdData\commands.json
Mac and Linux:
~/.TRIGGERcmdData/commands.json
-
@Russ AMAZING! Thank you!
-
@Russ I spotted that and planned to use rather than your supplied editor as I'd rather use my familiar tools with highlighting, spelling, global search replace etc (vscode).
Also you editor locked up for me several times.
I wondered how we get the updated file to be read? Restart the agent somehow?
-
@Steve-Lee, the agent should pick up your changes as soon as you write them to the commands.json file.
-
@Russ perfect!