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.
Click to show internal directories.
Click to hide internal directories.