doctl compute tag [flags]
The sub-commands of doctl compute tag
manage the tags on your account.
A tag is a label that can be applied to a resource (currently Droplets, images, volumes, volume snapshots, and database clusters) in order to better organize or facilitate the lookups and actions on it.
Tags have two attributes: a user defined name attribute and an embedded resources attribute with information about resources that have been tagged.
Option | Description |
---|---|
--help , -h | Help for this command |
Command | Description |
---|---|
doctl compute | Display commands that manage infrastructure |
doctl compute tag create | Create a tag |
doctl compute tag delete | Delete a tag |
doctl compute tag get | Retrieve information about a tag |
doctl compute tag list | List all tags |
Option | Description |
---|---|
--access-token , -t | API V2 access token |
--api-url , -u | Override default API endpoint |
--config , -c | Specify a custom config file Default:
|
--context | Specify a custom authentication context name |
--output , -o | Desired output format [text|json] Default: text |
--trace | Show a log of network activity while performing a command Default: false |
--verbose , -v | Enable verbose output Default: false |