cli/pkg/cmd/codespace
Mislav Marohnić 3b7e5fc246 Store Executable() information on codespaces App
This is to avoid having to explicitly pass it to each subcommand that
needs it. Each codespaces command runs in the context of App, so that's
a point of shared context that we can store state in.
2021-12-21 14:03:10 +01:00
..
code.go Fix codespace code command under WSL (#4747) 2021-11-24 16:18:24 +00:00
code_test.go Fix codespace code command under WSL (#4747) 2021-11-24 16:18:24 +00:00
common.go Store Executable() information on codespaces App 2021-12-21 14:03:10 +01:00
create.go Remove the default value from idle-timeout as the API takes care of it and this can override user settings 2021-11-18 11:38:26 -08:00
create_test.go Add idle timeout to cs create parameters (#4741) 2021-11-18 11:47:48 +00:00
delete.go codespace: progress indication, logging (#4555) 2021-10-21 18:04:04 +02:00
delete_test.go Store Executable() information on codespaces App 2021-12-21 14:03:10 +01:00
list.go codespace list: support --json and --template export flags 2021-10-22 14:13:15 +02:00
logs.go merge ensureAuthorizedKeys into checkAuthorizedKeys 2021-12-20 13:57:52 -07:00
mock_api.go Update mocks 2021-10-13 11:04:15 -04:00
mock_prompter.go Rename the cmd pkg to codespace 2021-10-04 14:16:04 -04:00
ports.go Rename errors from Live Share to generic codespace 2021-11-08 13:35:48 +00:00
root.go Store Executable() information on codespaces App 2021-12-21 14:03:10 +01:00
ssh.go Store Executable() information on codespaces App 2021-12-21 14:03:10 +01:00
stop.go codespace: progress indication, logging (#4555) 2021-10-21 18:04:04 +02:00