blacksmith namespaces update
This command updates an existing namespace.
Example:
$ blacksmith namespaces update \
--name customer_name \
--email janedoe@example.com
Managing namespaces:
-> Updating namespace customer_name...
Success!
Required flags
-
--name [namespace]
: The name of the namespace to update.Aliases:
-n [namespace]
Example:
$ blacksmith namespaces create \ --name customer_name \ --retention 48h
Optional flags
-
--retention [duration]
: The new 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
-
--email [email]
: The new email address of the namespace's owner.Example:
$ blacksmith namespaces create \ --name customer_name \ --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!