evroc iam serviceaccount create

Create a serviceaccount

evroc iam serviceaccount create <serviceaccount_id> [flags]

Examples


	# Create a serviceaccount
	$ evroc iam serviceaccount create my-sa --description "My service account"

	# Create a disabled serviceaccount
	$ evroc iam serviceaccount create my-sa --enabled=false
	

Options

      --description string   Description
      --enabled              Enable the serviceaccount (default true)
  -h, --help                 help for create

Options inherited from parent commands

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

SEE ALSO