upctl object-storage label add
Add labels to a managed object storage service
Examples
upctl object-storage label add <service-uuid> --label env=production --label team=backend
upctl object-storage label add my-service --label env=production
Options
Option | Description |
---|---|
--label |
Labels to add in key=value format, multiple can be declared.Usage: --label env=dev --label owner=operations Default: [] |
--help , -h |
help for add Default: false |
Global options
Option | Description |
---|---|
--client-timeout , -t |
Client timeout to use in API calls. Default: 0s |
--config |
Configuration file path. |
--debug |
Print out more verbose debug logs. Default: false |
--force-colours |
Force coloured output despite detected terminal support. |
--no-colours |
Disable coloured output despite detected terminal support. Colours can also be disabled by setting NO_COLOR environment variable. |
--output , -o |
Output format. Valid values are human , json and yaml .Default: human |
Related commands
Command | Description |
---|---|
upctl object-storage label | Manage labels in managed object storage services |