Fix help message output on root command

This commit is contained in:
Joshua Boniface 2021-04-08 14:27:55 -04:00
parent 669338c22b
commit 6246b8dfb3
1 changed files with 4 additions and 1 deletions

View File

@ -4330,9 +4330,12 @@ def cli(_cluster, _debug, _quiet, _unsafe):
Environment variables:
"PVC_CLUSTER": Set the cluster to access instead of using --cluster/-c
"PVC_DEBUG": Enable additional debugging details instead of using --debug/-v
"PVC_QUIET": Suppress stderr connection output from client instead of using --quiet/-q
"PVC_UNSAFE": Suppress confirmation requirements for all operations instead of using --unsafe/-u or --yes/-y; USE WITH EXTREME CARE
"PVC_UNSAFE": Suppress confirmation requirements instead of using --unsafe/-u or --yes/-y; USE WITH EXTREME CARE
If no PVC_CLUSTER/--cluster is specified, attempts first to load the "local" cluster, checking
for an API configuration in "/etc/pvc/pvcapid.yaml". If this is also not found, abort.