Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var RootCmd = &cobra.Command{ Use: `song`, Short: `CLI Utility for uploading metadata to a SONG repository`, Long: `CLI Utility for uploading metadata to a SONG repository`, Run: func(cmd *cobra.Command, args []string) { }, }
RootCmd is the Base Command for CLI Application
Functions ¶
func Execute ¶
func Execute()
Execute adds all child commands to the root command and sets flags appropriately. This is called by main.main(). It only needs to happen once to the rootCmd.
func VerifyConfig ¶
func VerifyConfig()
VerifyConfig verifies if the required configuration values have been set.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.