import "go.chromium.org/luci/client/cmd/swarming/lib"
Package lib is used to implement the parent package main.
bots.go collect.go common.go doc.go request_show.go spawn_tasks.go tasks.go testcommon.go trigger.go version.go
const SwarmingVersion = "0.3"
SwarmingVersion must be updated whenever functional change (behavior, arguments, supported commands) is done.
var SwarmingUserAgent = "swarming-go/" + SwarmingVersion
SwarmingUserAgent stores the user agent name for this CLI.
func CmdBots(defaultAuthOpts auth.Options) *subcommands.Command
CmdBots returns an object for the `bots` subcommand.
func CmdCollect(defaultAuthOpts auth.Options) *subcommands.Command
CmdCollect returns an object for the `collect` subcommand.
func CmdRequestShow(defaultAuthOpts auth.Options) *subcommands.Command
CmdRequestShow returns an object for the `request-show` subcommand.
func CmdSpawnTasks(defaultAuthOpts auth.Options) *subcommands.Command
CmdSpawnTasks returns an object for the `spawn-tasks` subcommand.
func CmdTasks(defaultAuthOpts auth.Options) *subcommands.Command
CmdTasks returns an object for the `tasks` subcommand.
func CmdTrigger(defaultAuthOpts auth.Options) *subcommands.Command
CmdTrigger returns an object for the `trigger` subcommand.
Package lib imports 47 packages (graph) and is imported by 2 packages. Updated 2021-01-23. Refresh now. Tools for package owners.