static

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: 9 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var GetStatesCmd = &subcommands.Command{
	UsageLine: "states",
	ShortDesc: "Get all the states offered by UFS",
	LongDesc: `Get all the states offered by UFS

Example:

shivas get states`,
	CommandRun: func() subcommands.CommandRun {
		c := &getStates{}
		c.authFlags.Register(&c.Flags, site.DefaultAuthOptions)
		c.commonFlags.Register(&c.Flags)
		c.outputFlags.Register(&c.Flags)
		c.Flags.BoolVar(&c.keysOnly, "keys", false, cmdhelp.KeysOnlyText)
		return c
	},
}

GetStatesCmd get/list states offered by UFS.

View Source
var GetZonesCmd = &subcommands.Command{
	UsageLine: "zones",
	ShortDesc: "Get all the zones offered by UFS",
	LongDesc: `Get all the zones offered by UFS

Example:

shivas get zones`,
	CommandRun: func() subcommands.CommandRun {
		c := &getZones{}
		c.authFlags.Register(&c.Flags, site.DefaultAuthOptions)
		c.commonFlags.Register(&c.Flags)
		c.outputFlags.Register(&c.Flags)
		c.Flags.BoolVar(&c.keysOnly, "keys", false, cmdhelp.KeysOnlyText)
		return c
	},
}

GetZonesCmd get/list zones offered by UFS.

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