evroc iam serviceaccount credential list

List credentials

evroc iam serviceaccount credential list [flags]

Examples


	# List credentials for a service account
	$ evroc iam serviceaccount credential list --service-account my-sa
	cred-1
	cred-2
	

Options

  -h, --help                     help for list
  -o, --out string               Output format, one of: yaml, json, list.
                                 		Default on get commands: output is yaml.
                                 		Default on list commands: output is list (simple list of IDs).
                                 		
      --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