queen

package
v0.0.0-...-e560ebb Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jul 13, 2021 License: BSD-3-Clause Imports: 18 Imported by: 0

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.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL