var (
// ErrCmd invalid command. ErrCmd = errors.New("invalid command, please use one of the available commands")
// ErrNoID no id. ErrNoID = errors.New("requires an id or uuid argument")
// ErrID bad id. ErrID = errors.New("invalid id or uuid specified")
)
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.