cli/pkg/cmd/root
John Keech 93e1511bae
Codespaces: Use the host name from the logged in server for commands (#7795)
* Use the host name from the logged in server for codespace commands

* Fix existing tests

* Add tests for server url configuration

* Rename defaultApiUrl to defaultAPIURL and comment cleanup

* Switch to t.Setenv in codespaces api tests

* Switch to t.Setenv in other tests

* Support custom server in web flows for list and create

* Rename GetServerURL() to ServerURL()
2023-08-08 09:32:06 -07:00
..
alias.go Fix error handling for extension and shell alias commands (#7567) 2023-06-20 08:41:02 +09:00
alias_test.go Allow creating of nested aliases (#7457) 2023-05-25 09:46:45 +09:00
extension.go Fix error handling for extension and shell alias commands (#7567) 2023-06-20 08:41:02 +09:00
help.go Do not generate docs for aliases (#7497) 2023-05-28 00:27:31 +00:00
help_reference.go Introduce helpTopics type and reduce duplication across commands (#7414) 2023-05-11 14:59:12 +02:00
help_test.go Offer different editor modes during release create 2020-08-25 20:20:44 +02:00
help_topic.go Mention setting GH_ENTERPRISE_TOKEN 2023-05-15 10:49:45 -05:00
help_topic_test.go Introduce helpTopics type and reduce duplication across commands (#7414) 2023-05-11 14:59:12 +02:00
root.go Codespaces: Use the host name from the logged in server for commands (#7795) 2023-08-08 09:32:06 -07:00