@secretary/cli
TypeScript icon, indicating that this package has built-in type declarations

4.2.1 • Public • Published

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

Readme

Keywords

Package Sidebar

Install

npm i @secretary/cli

Weekly Downloads

0

Version

4.2.1

License

MIT

Unpacked Size

13.4 kB

Total Files

14

Last publish

Collaborators

  • aequasi