0.1.0 • Published 4 years ago

gcp-secrets v0.1.0

Weekly downloads
3
License
MIT
Repository
github
Last release
4 years ago

gcp-secrets

oclif Version Downloads/week License

Usage

$ npm install -g gcp-secrets
$ gcp-secrets COMMAND
running command...
$ gcp-secrets (-v|--version|version)
gcp-secrets/0.1.0 linux-x64 node-v14.7.0
$ gcp-secrets --help [COMMAND]
USAGE
  $ gcp-secrets COMMAND
...

Commands

gcp-secrets add

Describe the command here

USAGE
  $ gcp-secrets add

OPTIONS
  -p, --project=project  Project name
  -s, --secret=secret    Secret name

DESCRIPTION
  ...
  Extra documentation goes here

See code: src/commands/add.js

gcp-secrets edit

Describe the command here

USAGE
  $ gcp-secrets edit

OPTIONS
  -d, --destroy          If the old version of the secret should be destroyed
  -p, --project=project  Project name
  -s, --secret=secret    Secret name

DESCRIPTION
  ...
  Extra documentation goes here

See code: src/commands/edit.js

gcp-secrets help [COMMAND]

display help for gcp-secrets

USAGE
  $ gcp-secrets help [COMMAND]

ARGUMENTS
  COMMAND  command to show help for

OPTIONS
  --all  see all commands in CLI

See code: @oclif/plugin-help

gcp-secrets list

Describe the command here

USAGE
  $ gcp-secrets list

OPTIONS
  -p, --project=project   name to print
  -x, --extended          show extra columns
  --columns=columns       only show provided columns (comma-separated)
  --csv                   output is csv format [alias: --output=csv]
  --filter=filter         filter property by partial string matching, ex: name=foo
  --no-header             hide table header from output
  --no-truncate           do not truncate output to fit screen
  --output=csv|json|yaml  output in a more machine friendly format
  --sort=sort             property to sort by (prepend '-' for descending)

DESCRIPTION
  ...
  Extra documentation goes here

See code: src/commands/list.js

gcp-secrets view

Describe the command here

USAGE
  $ gcp-secrets view

OPTIONS
  -p, --project=project  Project name
  -s, --secret=secret    Secret name

DESCRIPTION
  ...
  Extra documentation goes here

See code: src/commands/view.js