doctl projects resources assign <project-id> --resource=<urn> [--resource=<urn> ...] [flags]
a
Assign one or more resources to a project by specifying the resource's uniform resource name (“URN”).
A valid URN has the format: do:resource_type:resource_id
. For example:
do:droplet:4126873
do:volume:6fc4c277-ea5c-448a-93cd-dd496cfef71f
Option | Description |
---|---|
--help , -h | Help for this command |
--resource | URNs specifying resources to assign to the project |
Command | Description |
---|---|
doctl projects resources | Manage resources assigned to a project |
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 |