Documentation
¶
Overview ¶
Copyright © 2022 Flagship Team flagship@abtasty.com
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var RootCmd = &cobra.Command{ Use: "abtasty-cli", Aliases: []string{"abt", "abtasty"}, Short: "abtasty-cli let you manage your campaigns, project, flags, etc... on both product web experimentation and feature experimentation", Long: `abtasty-cli is the main command, used to manage campaigns, projects, flags, etc... on both product web experimentation and feature experimentation - Web Experimentation is a customer experience optimization product that blends advanced testing with simple experience building to reach conversion goals confidently and quickly. - Feature Experimentation and Rollout is a feature flagging platform for modern developers. Separate code deployments from feature releases to accelerate development cycles and mitigate risks. Complete documentation is available at https://docs.developers.flagship.io/docs/abtasty-cli-command-line-interface`, Run: func(cmd *cobra.Command, args []string) { cmd.Root().Help() }, }
RootCmd represents the base command when called without any subcommands
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.