blacksmith namespaces create
This command creates a new namespace.
Example:
$ blacksmith namespaces create \
--name default \
--retention 48h
Managing namespaces:
-> Creating namespace default...
Success!
Required flags
-
--name [namespace]
: The name of the namespace to create.Aliases:
-n [namespace]
Example:
$ blacksmith namespaces create \ --name customer_name \ --retention 48h
-
--retention [duration]
: The retention period to apply to the namespace. The minimum value for thedefault
namespace is24h
, and5m
for the others.Example:
$ blacksmith namespaces create \ --name customer_name \ --retention 48h
Optional flags
-
--email [email]
: The email address of the namespace's owner.Example:
$ blacksmith namespaces create \ --name customer_name \ --retention 336h \ --email janedoe@example.com
Is something missing?
If you notice something we've missed or could be improved on, please follow this link and submit a pull request to the repository. Once we merge it, the changes will be reflected on the website the next time it is deployed.
Thank you for your contributions!