Mention aborting on no cluster
This commit is contained in:
parent
089b3d7a43
commit
94c60f9daa
|
@ -2929,8 +2929,7 @@ def cli(_cluster, _debug):
|
||||||
"PVC_CLUSTER": Set the cluster to access instead of using --cluster/-c
|
"PVC_CLUSTER": Set the cluster to access instead of using --cluster/-c
|
||||||
|
|
||||||
If no PVC_CLUSTER/--cluster is specified, attempts first to load the "local" cluster, checking
|
If no PVC_CLUSTER/--cluster is specified, attempts first to load the "local" cluster, checking
|
||||||
for an API configuration in "/etc/pvc/pvc-api.yaml". If this is also not found, connection defaults
|
for an API configuration in "/etc/pvc/pvc-api.yaml". If this is also not found, abort.
|
||||||
to "http://localhost:7370" as a last restort.
|
|
||||||
"""
|
"""
|
||||||
|
|
||||||
global config
|
global config
|
||||||
|
|
Loading…
Reference in New Issue