Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var WebhookCmd = &cobra.Command{ Use: "webhook", Aliases: []string{"webhooks"}, Short: "Manage webhook configurations", RunE: func(cmd *cobra.Command, args []string) error { err := cmd.Help() if err != nil { return err } return errors.New("a subcommand is required. Use 'alpacon webhook list', 'alpacon webhook create', 'alpacon webhook describe', 'alpacon webhook update', or 'alpacon webhook delete'. Run 'alpacon webhook --help' for more information") }, }
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.