mirror of https://github.com/hashicorp/consul
Change how namespaces are specified for the CLI (#6960)
parent
3faee222f2
commit
34e6e23d43
@ -1,2 +1,3 @@
|
||||
* `-ns=<string>` - Specifies the namespace to query. If not provided, the namespace
|
||||
will default to the `default` namespace. Namespaces is a Consul Enterprise feature added in v1.7.0.
|
||||
* `-namespace=<string>` - Specifies the namespace to query. If not provided, the namespace will default
|
||||
to the value of the `CONSUL_NAMESPACE` environment variable or `default` if neither is set. Namespaces
|
||||
is a Consul Enterprise feature added in v1.7.0.
|
||||
|
Loading…
Reference in new issue