commit | 91ee4e8388382997af3b388850dc735ad893cb25 | [log] [tgz] |
---|---|---|
author | Takuto Ikuta <tikuta@chromium.org> | Thu Oct 28 03:02:48 2021 |
committer | LUCI CQ <infra-scoped@luci-project-accounts.iam.gserviceaccount.com> | Thu Oct 28 03:02:48 2021 |
tree | e512c730c778ce97292a84e65cf8a0442295fd98 | |
parent | 026046905f1d4780f4685a0da9d5ec1b5cb8ec49 [diff] |
swarming: use subcommands.Section This shows help like ``` Client tool to access a swarming server. Usage: swarming [command] [arguments] Commands: task related commands cancel cancel a task collect Waits on a set of Swarming tasks reproduce reproduces a task locally request-show returns properties of a request spawn-tasks Spawns a set of Swarming tasks tasks lists tasks trigger Triggers a Swarming task bot related commands bots lists bots delete-bots delete bots terminate terminate a bot other commands help prints help about a command whoami prints an email address associated with currently cached token login performs interactive login flow logout removes cached credentials version prints the executable version Use "swarming help [command]" for more information about a command. Use "swarming help -advanced" to display all commands. ``` Change-Id: I6f91384cc2772ae9a8ff8555016a627b4334d06e Reviewed-on: https://chromium-review.googlesource.com/c/infra/luci/luci-go/+/3247471 Auto-Submit: Takuto Ikuta <tikuta@chromium.org> Commit-Queue: Junji Watanabe <jwata@google.com> Reviewed-by: Junji Watanabe <jwata@google.com>
LUCI Go code is meant to be worked on from an Chromium infra.git checkout, which enforces packages versions and Go toolchain version. First get fetch via depot_tools.git then run:
fetch infra cd infra/go eval `./env.py` cd src/go.chromium.org/luci
Contributing uses the same flow as Chromium contributions.