@secretary/cli
v4.2.3
Published
Secretary CLI
Readme
Secretary CLI
Secretary CLI
Usage
$ npm install -g @secretary/cli
$ secretary COMMAND
running command...
$ secretary (--version)
@secretary/cli/4.2.3 linux-x64 node-v24.15.0
$ secretary --help [COMMAND]
USAGE
$ secretary COMMAND
...Commands
secretary help [COMMAND]
Display help for secretary.
USAGE
$ secretary help [COMMAND...] [-n]
ARGUMENTS
[COMMAND...] 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/aaron/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 buildSee code: src/commands/inject/index.ts
