pivotal-cf / om

General command line utility for working with VMware Tanzu Operations Manager
Apache License 2.0
135 stars 104 forks source link

Add default-mask to sensitive flags #674

Open sneal opened 6 days ago

sneal commented 6 days ago

This keeps sensitive values specified in the OM_ env vars from showing up in the help.

Previously:

-p, --password=              admin password for the Ops Manager VM (not required for unauthenticated commands) (default: eA-43HzFsetlf7aFZEX) [$OM_PASSWORD]

With this change:

-p, --password=              admin password for the Ops Manager VM (not required for unauthenticated commands) [$OM_PASSWORD]
sneal commented 6 days ago

The dependency test that failed has nothing to do with the changes in this PR.