build/cmd/gomote
Keith Randall c8669bad33 cmd/gomote: list current instances on emtpy gomote destroy command
Just a usability tweak. After typing "gomote destroy" and realizing
I don't have the instance name handy, it's easier to just hit
return instead of backspacing over "destroy" and typing "list" instead.

Change-Id: I8d05c9c9925b08ad1f58cf1eaeffa66db34a773c
Reviewed-on: https://go-review.googlesource.com/c/build/+/239757
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
2020-06-24 16:00:30 +00:00
..
README.md all: add README.md files where missing, and tool to keep them updated 2017-08-02 22:17:52 +00:00
create.go cmd/coordinator: make contended gomote create request cancel post-submit build 2019-12-04 17:59:43 +00:00
destroy.go cmd/gomote: list current instances on emtpy gomote destroy command 2020-06-24 16:00:30 +00:00
get.go cmd/gomote: add -firewall flag to run, defaulting to off 2019-04-02 17:21:24 +00:00
gomote.go cmd/gomote: add gomote rdp subcommand to open an RDP proxy to a Windows buildlet 2019-11-15 18:35:36 +00:00
list.go cmd/gomote: add -firewall flag to run, defaulting to off 2019-04-02 17:21:24 +00:00
ls.go buildlet: add context argument to most of the remaining Client methods 2019-11-20 17:29:10 +00:00
ping.go buildlet: add context argument to most of the remaining Client methods 2019-11-20 17:29:10 +00:00
push.go buildlet: add context argument to most of the remaining Client methods 2019-11-20 17:29:10 +00:00
put.go buildlet: add context argument to most of the remaining Client methods 2019-11-20 17:29:10 +00:00
rdp.go cmd/gomote: add gomote rdp subcommand to open an RDP proxy to a Windows buildlet 2019-11-15 18:35:36 +00:00
rm.go buildlet: add context argument to most of the remaining Client methods 2019-11-20 17:29:10 +00:00
run.go buildlet: add context argument to Client.Exec 2019-11-20 06:29:03 +00:00
ssh.go internal/gophers: correct GitHub capitalization 2019-12-10 22:44:45 +00:00

README.md

GoDoc

golang.org/x/build/cmd/gomote

The gomote command is a client for the Go builder infrastructure.