Skip to content

Abtasty cli feature experimentation flag create

abtasty-cli feature-experimentation flag create

Create a flag

Synopsis

Create a flag

abtasty-cli feature-experimentation flag create [--name <flag-name> --type <flag-type> --default-value <default-value> --description <description> --predefined-values <predefined-values> | -d <data-raw> | --data-raw <data-raw>] [flags]

Options

  -d, --data-raw string            raw data contains all the info to create your flag, check the doc for details
      --default-value string       default value of the flag
      --description string         description of the flag (default "Flag created from the CLI")
  -h, --help                       help for create
      --name string                name of the flag
      --predefined-values string   predefined valued for the flag
      --type string                type of the flag

Options inherited from parent commands

      --output-format string   output format for the get and list subcommands for AB Tasty resources. Only 3 format are possible: table, json, json-pretty (default "table")
      --user-agent string      custom user agent (default "abtasty-cli/main")

SEE ALSO

Auto generated by spf13/cobra on 6-Aug-2024