Skip to content

v3.0.10

Compare
Choose a tag to compare
@genesis-bot genesis-bot released this 18 Oct 00:34
· 20 commits to v3.0.x-dev since this release

Improvements

  • Added genesis secrets command to list secrets in an environment with
    optional filtering. If no paths are specified, all secrets will be
    listed. If filters are specified, only secrets that match the filter
    will be listed. Filters can be a full or partial path, a property
    expression, or a regular expression.

    The command supports the --verbose option to list each item, with
    its associated metadata. The --relative option will list the secrets
    relative to the secrets path, rather than the full path. The --json
    option will return the secrets in JSON array format. If the
    --verbose option is specified, the JSON will include the metadata
    for each secret as an array of hash objects. It will also include the
    value of the secret if the --verbose option is specified more than
    once.