cli/pkg/cmd/codespace
John Keech 4b5a9032fe
Clarify how SSH keys are selected (#7325)
Fixes: https://github.com/orgs/community/discussions/52556

Update the help text for `gh codespace ssh` to provide more details about how SSH keys are selected.
2023-04-17 10:19:03 -07:00
..
code.go Always open new vscode window in gh cs code (#7092) 2023-03-06 22:50:43 +00:00
code_test.go Always open new vscode window in gh cs code (#7092) 2023-03-06 22:50:43 +00:00
codespace_selector.go Add --repo filter to more gh codespaces commands (#6669) 2023-02-22 17:16:36 -06:00
codespace_selector_test.go Add --repo filter to more gh codespaces commands (#6669) 2023-02-22 17:16:36 -06:00
common.go Merge branch 'trunk' into jungaretti/fix-jupyter-spinner 2023-03-07 18:43:34 +00:00
common_test.go Fix typo in has_uncommitted_changes for codespaces (#6812) 2023-01-05 22:02:32 +00:00
create.go feat: add web flag for codespace list & create subcommand (#7288) 2023-04-13 10:37:16 -05:00
create_test.go feat: add web flag for codespace list & create subcommand (#7288) 2023-04-13 10:37:16 -05:00
delete.go Fix delete tests 2023-03-07 19:29:44 +00:00
delete_test.go Teach gh cs create to use current repo as default (#6596) 2023-02-07 20:05:38 +00:00
edit.go Fix build errors 2023-03-07 18:47:27 +00:00
edit_test.go Add --repo filter to more gh codespaces commands (#6669) 2023-02-22 17:16:36 -06:00
jupyter.go Fix invoker immediately closing 2023-04-05 19:33:50 -05:00
list.go feat: add web flag for codespace list & create subcommand (#7288) 2023-04-13 10:37:16 -05:00
list_test.go feat: add web flag for codespace list & create subcommand (#7288) 2023-04-13 10:37:16 -05:00
logs.go codespace ssh: fix "connection reset by peer" 2023-03-09 15:14:39 +01:00
logs_test.go Add --repo filter to more gh codespaces commands (#6669) 2023-02-22 17:16:36 -06:00
mock_api.go Default to authenticated user on codespace delete (#6944) 2023-02-07 20:46:08 +01:00
mock_prompter.go Go 1.19: fix comment formatting for moq-generated mocks 2022-12-12 16:58:25 +01:00
ports.go Merge branch 'trunk' into jungaretti/fix-jupyter-spinner 2023-03-07 18:43:34 +00:00
ports_test.go Add --repo filter to more gh codespaces commands (#6669) 2023-02-22 17:16:36 -06:00
rebuild.go Add --repo filter to more gh codespaces commands (#6669) 2023-02-22 17:16:36 -06:00
rebuild_test.go Add --repo filter to more gh codespaces commands (#6669) 2023-02-22 17:16:36 -06:00
root.go Add rebuild command 2022-10-08 06:12:36 +00:00
select.go Add --repo filter to more gh codespaces commands (#6669) 2023-02-22 17:16:36 -06:00
select_test.go Add --repo filter to more gh codespaces commands (#6669) 2023-02-22 17:16:36 -06:00
ssh.go Clarify how SSH keys are selected (#7325) 2023-04-17 10:19:03 -07:00
ssh_test.go Add --repo filter to more gh codespaces commands (#6669) 2023-02-22 17:16:36 -06:00
stop.go Fix typo in cs stop command: Stoppping -> Stopping (#7318) 2023-04-14 14:08:42 -05:00
stop_test.go Add --repo filter to more gh codespaces commands (#6669) 2023-02-22 17:16:36 -06:00