Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ExpCmd = &cobra.Command{ Use: "exp", Short: "Experimental commands for mesheryctl", Long: `List of experimental commands for testing and evaluation purpose.`, RunE: func(cmd *cobra.Command, args []string) error { if len(args) == 0 { return cmd.Help() } if ok := utils.IsValidSubcommand(availableSubcommands, args[0]); !ok { return errors.New(utils.ExpError(fmt.Sprintf("'%s' is an invalid command. Use 'mesheryctl exp --help' to display usage guide.'\n", args[0]))) } return nil }, }
ExpCmd represents the Performance Management CLI command
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.