Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var GHCmd = &cobra.Command{ Use: "gh --org kubernetes --repo release --bucket <bucket> --release-dir <release-dir> [--tags v0.0.0] [--include-prereleases] [--output-dir <temp-dir>] [--download-only] [--config <config-file>]", Short: "Uploads GitHub releases to Google Cloud Storage", Example: "gh --org kubernetes --repo release --bucket k8s-staging-release-test --release-dir release --tags v0.0.0,v0.0.1", SilenceUsage: true, SilenceErrors: true, PreRunE: func(cmd *cobra.Command, args []string) error { return checkRequiredFlags(cmd.Flags()) }, RunE: func(*cobra.Command, []string) error { return run(opts) }, }
GHCmd represents the base command when called without any subcommands
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.