Skip to content

Latest commit

 

History

History
39 lines (28 loc) · 1.43 KB

File metadata and controls

39 lines (28 loc) · 1.43 KB

cre secrets

Handles secrets management

Synopsis

Create, update, delete, list secrets in Vault DON.

cre secrets [optional flags]

Options

  -h, --help               help for secrets
      --timeout duration   Timeout for secrets operations (e.g. 30m, 2h, 48h). (default 48h0m0s)

Options inherited from parent commands

  -e, --env string            Path to .env file which contains sensitive info
      --non-interactive       Fail instead of prompting; requires all inputs via flags
  -R, --project-root string   Path to the project root
  -E, --public-env string     Path to .env.public file which contains shared, non-sensitive build config
  -T, --target string         Use target settings from YAML config
  -v, --verbose               Run command in VERBOSE mode

SEE ALSO

  • cre - CRE CLI tool
  • cre secrets create - Creates secrets from a YAML file.
  • cre secrets delete - Deletes secrets from a YAML file provided as a positional argument.
  • cre secrets execute - Executes a previously prepared MSIG bundle (.json): verifies allowlist and POSTs the exact saved request.
  • cre secrets list - Lists secret identifiers for the current owner address in the given namespace.
  • cre secrets update - Updates existing secrets from a file provided as a positional argument.