cdsctl consumer new

Create a new auth consumer for current user

Synopsis

Create a new auth consumer for current user

cdsctl consumer new [USERNAME] [flags]

Options

      --description string      What is the purpose of this consumer
      --duration string         Validity period of the token generated for the consumer (in days)
      --groups strings          Define the list of groups for the consumer
      --name string             What is the name of this consumer
      --scopes strings          Define the list of scopes for the consumer
      --service-name string     Name of the service
      --service-region string   Region where the service will be started
      --service-type string     Type of service (hatchery, etc.)

Options inherited from parent commands

  -c, --context string   cdsctl context name
  -f, --file string      set configuration file
      --insecure         (SSL) This option explicitly allows curl to perform "insecure" SSL connections and transfers.
  -n, --no-interactive   Set to disable interaction with ctl
      --verbose          Enable verbose output

SEE ALSO