Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Cmd = &cobra.Command{
Use: "version-blocks",
Short: "Create or update the blocked versions for an organization",
Long: "Create or update the blocked versions for an organization.\n" +
"\n" +
"The blocked versions are either defined by flags or are read from stdin in the - arg is present. \n" +
"If - is present, --block-version and --unblock-version will be ignored.\n" +
"To learn about the stdin format, run this command with flags and use --dump.\n",
RunE: run,
}
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.