Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add boolean flag 'show-secrets' to config sub command 'view'
this new flag is added to control the revealing of secrets for the 'crc config view' command, by default the flag is set to false and keeps the secrets, secret. this is only added to the 'view' sub command as for 'get' and 'set' commands users have to also mention the config name and are aware that they are working with a secret config for 'view' to reveal the secrets we'll need to pass '--show-secrets' flag, 'crc config view --show-secrets'
- Loading branch information