ccloud service-account update

Description

Update a service account.

ccloud service-account update <id> [flags]

Flags

--description string   REQUIRED: Description of the service account.

Global Flags

-h, --help            Show help for this command.
-v, --verbose count   Increase verbosity (-v for warn, -vv for info, -vvv for debug, -vvvv for trace).

Examples

Update the description of a service account with the ID 2786

ccloud service-account update 2786 --description "Update demo service account information."

See Also