Expand description
CliGenerator — generates a Unix shell script and/or Windows .cmd file.
The generated script:
- Has a
#!/usr/bin/env shshebang on Unix. - Contains a
TOKENconstant with the session bearer token. - Contains a
BRIDGEconstant with the proxy URL. - Has one
casebranch per upstream tool, each mapped to a kebab-case subcommand. - Passes
Authorization: Bearer $TOKENon everyPOST /execrequest. - Is marked executable (Unix
chmod 755).