Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Cmd = &cobra.Command{ Use: "get [AKITAURI]", Short: "List or download objects in the Akita cloud.", Long: "List or download objects in the Akita cloud.", SilenceUsage: true, RunE: getByURIType, }
Parent command for listing objects from Akita.
View Source
var GetSpecsCmd = &cobra.Command{ Use: "spec [AKITAURI [FILE]]", Aliases: []string{"specs", "model", "models"}, Short: "List or download specifications for a service.", Long: "List specifications in the Akita cloud, filtered by service and by tag. Or, specify a particular spec to download it.", SilenceUsage: false, RunE: getSpecs, }
View Source
var GetTracesCmd = &cobra.Command{ Use: "traces [AKITAURI|SERVICE]", Aliases: []string{"trace"}, Short: "List traces for the given service.", Long: "List traces in the Akita cloud, filtered by service and by tag.", SilenceUsage: false, RunE: getTraces, }
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.