Documentation
¶
Overview ¶
Package cmd is our cobra/viper cli implementation
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // ErrMissingNATSCreds is returned when nats creds are not provided ErrMissingNATSCreds = errors.New("nats creds are required") // ErrMissingNATSTokenURL is returned when workload identity federation config is incomplete ErrMissingNATSTokenURL = errors.New("workload identity federation token URL is required") )
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 RunMigration ¶
RunMigration is meant to assist when manually running a migration or when the migration is embedded.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.