4.2.1 • Published 1 year ago

@secretary/cli v4.2.1

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

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

4.2.1

1 year ago

4.1.1

1 year ago

4.0.7

1 year ago