docs(print-env): clarify that secrets are always included in output
Signed-off-by: Dominik Schmidt <dev@dominik-schmidt.de>
This commit is contained in:
parent
f1b25cee68
commit
adf0b94dda
|
|
@ -13,7 +13,7 @@ func NewPrintEnvCmd(globalCfg *config.GlobalImpl) *cobra.Command {
|
|||
|
||||
cmd := &cobra.Command{
|
||||
Use: "print-env",
|
||||
Short: "Print parsed environment configuration including values and secrets",
|
||||
Short: "Print parsed environment configuration including merged values (with decrypted secrets)",
|
||||
RunE: func(cmd *cobra.Command, args []string) error {
|
||||
printEnvImpl := config.NewPrintEnvImpl(globalCfg, printEnvOptions)
|
||||
err := config.NewCLIConfigImpl(printEnvImpl.GlobalImpl)
|
||||
|
|
|
|||
Loading…
Reference in New Issue