@secretary/cli
v4.2.1
Published
Secretary CLI
Downloads
4
Readme
Secretary CLI
Secretary CLI
Usage
$ npm install -g @secretary/cli
$ secretary COMMAND
running command...
$ secretary (--version)
@secretary/cli/4.2.1 linux-x64 node-v18.12.1
$ secretary --help [COMMAND]
USAGE
$ secretary COMMAND
...
Commands
secretary help [COMMANDS]
Display help for secretary.
USAGE
$ secretary help [COMMANDS] [-n]
ARGUMENTS
COMMANDS Command to show help for.
FLAGS
-n, --nested-commands Include all nested commands in the output.
DESCRIPTION
Display help for secretary.
See code: @oclif/plugin-help
secretary inject COMMAND
Inject secrets into the environment of the given command
USAGE
$ secretary inject COMMAND [-c <value>]
ARGUMENTS
COMMAND Command to run
FLAGS
-c, --config=<value> [default: /home/aequasi/projects/secretary/node/packages/cli/.secretaryrc.js] SecretaryConfig
file to read mapping from
DESCRIPTION
Inject secrets into the environment of the given command
EXAMPLES
$ secretary inject yarn build
// output from yarn build
See code: dist/commands/inject/index.ts