namespace
The namespace
command groups subcommands for interacting with namespaces.
Examples
List all namespaces:
List all namespaces with additional details such as namespace ID and custom metadata:
Create a namespace at the path ns1/
with no custom metadata:
Create a namespace at the path ns1/
with multiple custom metadata keys:
Patch an existing namespace at the path ns1/
to add custom metadata key bar
and remove key foo
Delete the namespace at path ns1/
:
Lookup the namespace information at path ns1/
:
Lock the API for the current namespace:
Lock the API for a descendant namespace at path current/namespace/ns1/
:
Unlock the API for the current namespace:
Unlock the API for a descendant namespace at path current/namespacens1/
:
Usage
For more information, examples, and usage about a subcommand, click on the name of the subcommand in the sidebar.