-
Notifications
You must be signed in to change notification settings - Fork 24
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added
genesis secrets
to list secrets in an env
[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.
- Loading branch information
1 parent
38ca21d
commit ac2a7c9
Showing
2 changed files
with
100 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters