Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var RootCmd = &cobra.Command{ Use: "orb-update", Short: "Update CircleCI Orb versions", RunE: func(_ *cobra.Command, _ []string) error { d, err := driver.NewDefaultDriver() if err != nil { return err } return d.Registry().Handler().UpdateAll() }, }
RootCmd of cobra command
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.