evroc iam serviceaccount update

Update a serviceaccount

evroc iam serviceaccount update <serviceaccount_id> [flags]

Examples


	# Update a serviceaccount description
	$ evroc iam serviceaccount update my-sa --description "Updated description"

	# Disable a serviceaccount
	$ evroc iam serviceaccount update my-sa --enabled=false
	

Options

      --description string   Description
      --enabled              Enable or disable the serviceaccount
  -h, --help                 help for update

Options inherited from parent commands

      --config string   Path to the evroc config file (default "~/.evroc/config.yaml")

SEE ALSO