Handles secrets management
Create, update, delete, list secrets in Vault DON.
cre secrets [optional flags]
-h, --help help for secrets
--timeout duration Timeout for secrets operations (e.g. 30m, 2h, 48h). (default 48h0m0s)
-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
- 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.