Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var InspectDrones = &subcommands.Command{ UsageLine: "queen-inspect-drones", ShortDesc: "inspect drone queen drone info", LongDesc: `Inspect drone queen drone info. This command is for developer inspection and debugging of drone queen state. Do not use this command as part of scripts or pipelines. This command is unstable. You must be in the respective inspectors group to use this.`, CommandRun: func() subcommands.CommandRun { c := &inspectDronesRun{} c.authFlags.Register(&c.Flags, site.DefaultAuthOptions) c.envFlags.Register(&c.Flags) return c }, }
InspectDrones subcommand: Inspect drone queen DUT info.
View Source
var InspectDuts = &subcommands.Command{ UsageLine: "queen-inspect-duts", ShortDesc: "inspect drone queen DUT info", LongDesc: `Inspect drone queen DUT info. This command is for developer inspection and debugging of drone queen state. Do not use this command as part of scripts or pipelines. This command is unstable. You must be in the respective inspectors group to use this.`, CommandRun: func() subcommands.CommandRun { c := &inspectDutsRun{} c.authFlags.Register(&c.Flags, site.DefaultAuthOptions) c.envFlags.Register(&c.Flags) return c }, }
InspectDuts subcommand: Inspect drone queen DUT info.
View Source
var PushDuts = &subcommands.Command{ UsageLine: "queen-push-duts", ShortDesc: "Push drone queen DUTs", LongDesc: `Push drone queen DUTs. This command is for pushing drone queen assigned DUTs. Do not use this command as part of scripts or pipelines. This command is unstable. You must be in the respective inspectors group to use this.`, CommandRun: func() subcommands.CommandRun { c := &pushDutsRun{} c.authFlags.Register(&c.Flags, site.DefaultAuthOptions) c.envFlags.Register(&c.Flags) c.commonFlags.Register(&c.Flags) return c }, }
PushDuts subcommand: Inspect drone queen DUT info.
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.