Skip to content

Abtasty cli feature experimentation analyze flag create

abtasty-cli feature-experimentation analyze flag create

Analyze your codebase and automatically create flags detected

Synopsis

Analyze your codebase and automatically create flags detected to ABTasty feature experimentation platform

abtasty-cli feature-experimentation analyze flag create [flags]

Options

  -h, --help   help for create

Options inherited from parent commands

      --code-edge int              number of line code edges (default 1)
      --custom-regex string        regex for the pattern you want to analyze
      --custom-regex-json string   json file that contains the regex for the pattern you want to analyze
      --directory string           directory to analyze in your codebase (default ".")
      --files-exclude string       list of files to exclude in analysis (default "[\".git\", \".github\", \".vscode\", \".idea\", \".yarn\", \"node_modules\"]")
      --origin-platform string     analyze flags made with feature flag platform, we support launchdarkly, optimizely, split and vwo (latest version only)
      --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")
      --repository-branch string   branch of the code you want to analyze, and is used to track the links of the files where your flags are used (default "main")
      --repository-url string      root URL of your repository, and is used to track the links of the files where your flags are used (default "https://github.com/org/repo")
      --user-agent string          custom user agent (default "abtasty-cli/main")

SEE ALSO

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