Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // ProjectName Name of the GCP Project ProjectName string // TopicName Name of the Topic to be used during execution TopicName string )
View Source
var RootCmd = &cobra.Command{
Use: "gcloudps",
Short: "Google Cloud Pub/Sub Cli",
Long: `Google Cloud Pub/Sub CLI:
Allows allows publishing and subscribing of message form a GCP topic`,
}
RootCmd represents the base command when called without any subcommands
View Source
var Version string
Version the version of the app
Functions ¶
func CheckRequiredFlags ¶
CheckRequiredFlags Checks if required flags are there. Will return an error for any invalid flag
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.