evroc iam serviceaccount credential revoke

Revoke a credential

evroc iam serviceaccount credential revoke <credential_id> [flags]

Examples


	# Revoke a credential
	$ evroc iam serviceaccount credential revoke cred-1 --service-account my-sa --reason "Compromised"
	

Options

      --force                    Skips interactive prompts and executes destructive actions.
  -h, --help                     help for revoke
      --reason string            Reason for revocation (required)
      --service-account string   Service account ID (required)

Options inherited from parent commands

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

SEE ALSO