coder/cli
Dean Sheather 7f5dcc3d6c
feat: remove server subcommand from slim binaries (#5747)
2023-01-17 16:58:00 +00:00
..
cliflag fix: Improve consistency on CLI help (#4112) 2022-09-19 11:36:18 -05:00
clitest fix: fix security vulnerabilities reported by CodeQL (#5467) 2022-12-19 19:25:59 +00:00
cliui feat: Add fallback troubleshooting URL for coder agents (#5005) 2022-11-16 12:53:02 +02:00
config chore: Improve project-wide prettier formatting and ignored files (#5505) 2023-01-03 15:11:13 +02:00
deployment feat: add stackdriver and json log options to `coder server` (#5682) 2023-01-12 20:08:23 -06:00
testdata feat(cli): allow direct tar upload in template update/create (#5720) 2023-01-16 14:32:11 -06:00
agent.go feat: remove server subcommand from slim binaries (#5747) 2023-01-17 16:58:00 +00:00
agent_test.go fix: Improve tailnet connections by reducing timeouts (#5043) 2022-11-13 11:33:05 -06:00
configssh.go chore: refactor workspace count to single route (#4809) 2022-11-10 13:25:46 -05:00
configssh_internal_test.go fix: Use smarter quoting for ProxyCommand in config-ssh (#3755) 2022-08-30 21:08:20 +03:00
configssh_test.go Refactor Provisioner to distinguish Plan and Apply (#5036) 2022-11-11 16:45:58 -06:00
constants.go feat: cli: consolidate schedule-related commands (#2402) 2022-06-16 18:24:10 +01:00
create.go feat: Add buffering to provisioner job logs (#4918) 2022-11-06 20:50:34 -06:00
create_test.go feat: support partial parameter files (#5392) 2022-12-13 19:58:57 -06:00
delete.go feat: Add buffering to provisioner job logs (#4918) 2022-11-06 20:50:34 -06:00
delete_test.go feat: add orphan support (#3849) 2022-09-06 17:07:00 +00:00
dotfiles.go fix: Improve consistency on CLI help (#4112) 2022-09-19 11:36:18 -05:00
dotfiles_test.go feat: add dotfiles command (#1723) 2022-05-25 16:43:20 -05:00
gitaskpass.go feat: Validate Git tokens before consuming them (#5167) 2022-11-29 12:08:27 -06:00
gitaskpass_test.go feat: Add Git auth for GitHub, GitLab, Azure DevOps, and BitBucket (#4670) 2022-10-24 19:46:24 -05:00
gitssh.go feat: Add external provisioner daemons (#4935) 2022-11-16 16:34:06 -06:00
gitssh_test.go Refactor Provisioner to distinguish Plan and Apply (#5036) 2022-11-11 16:45:58 -06:00
list.go cli: remove redundant client creation requests (#5264) 2022-12-02 15:40:23 -06:00
list_test.go chore: Reduce test times (#3856) 2022-09-04 11:28:09 -05:00
login.go fix: respect global `--url` flag in `coder login` (#5613) 2023-01-06 20:57:25 -06:00
login_test.go fix: respect global `--url` flag in `coder login` (#5613) 2023-01-06 20:57:25 -06:00
logout.go feat: add groups support to the CLI (#4755) 2022-10-27 16:49:35 -05:00
logout_test.go fix: Protect codersdk.Client SessionToken so it can be updated (#4965) 2022-11-09 15:31:24 +02:00
parameter.go feat: support partial parameter files (#5392) 2022-12-13 19:58:57 -06:00
parameter_internal_test.go feat: Read params from file for template/workspace creation (#1541) 2022-05-20 11:29:10 -04:00
parameters.go fix: show help on wraper commands (#4402) 2022-10-06 20:15:28 +00:00
parameterslist.go feat: add groups support to the CLI (#4755) 2022-10-27 16:49:35 -05:00
portforward.go fix: Improve tailnet connections by reducing timeouts (#5043) 2022-11-13 11:33:05 -06:00
portforward_internal_test.go feat: Support for comma-separation and ranges in port-forward (#4166) 2022-10-03 11:58:43 +03:00
portforward_test.go Refactor Provisioner to distinguish Plan and Apply (#5036) 2022-11-11 16:45:58 -06:00
publickey.go fix: Improve consistency on CLI help (#4112) 2022-09-19 11:36:18 -05:00
publickey_test.go chore: Upgrade to Go 1.19 (#3617) 2022-08-21 22:32:53 +00:00
rename.go feat: Unhide workspace rename command (#5464) 2022-12-19 22:11:10 +02:00
rename_test.go test: Fix new name too long for cli/rename (#5462) 2022-12-19 11:58:22 +00:00
resetpassword.go feat: add API key scopes and application_connect scope (#4067) 2022-09-19 17:39:02 +00:00
resetpassword_test.go feat: allow http and https listening simultaneously (#5365) 2022-12-15 20:09:19 +00:00
root.go feat: remove server subcommand from slim binaries (#5747) 2023-01-17 16:58:00 +00:00
root_internal_test.go fix: Enable `goleak` for `cli` tests (#3370) 2022-08-12 21:02:10 +03:00
root_test.go test: Merge env maps to simplify (#5481) 2022-12-20 20:40:41 +00:00
scaletest.go fix: ignore EINVAL when fsyncing `/dev/stdout` (#5648) 2023-01-10 10:15:53 -06:00
scaletest_test.go feat: remove loadtest cmd, add new scaletest cmd (#5310) 2022-12-15 15:04:24 +00:00
schedule.go fix: show help on wraper commands (#4402) 2022-10-06 20:15:28 +00:00
schedule_internal_test.go feat: cli: consolidate schedule-related commands (#2402) 2022-06-16 18:24:10 +01:00
schedule_test.go feat: add new required slug property to coder_app, use in URLs (#4573) 2022-10-28 17:41:31 +00:00
server.go feat: remove server subcommand from slim binaries (#5747) 2023-01-17 16:58:00 +00:00
server_slim.go feat: remove server subcommand from slim binaries (#5747) 2023-01-17 16:58:00 +00:00
server_test.go test: Refactor ptytest to use contexts and less duplication (#5740) 2023-01-17 16:02:38 +02:00
show.go chore: remove resources calls (#4344) 2022-10-03 21:01:13 +00:00
show_test.go Refactor Provisioner to distinguish Plan and Apply (#5036) 2022-11-11 16:45:58 -06:00
signal_unix.go feat: Add external provisioner daemons (#4935) 2022-11-16 16:34:06 -06:00
signal_windows.go feat: Add external provisioner daemons (#4935) 2022-11-16 16:34:06 -06:00
speedtest.go feat: Add `vscodeipc` subcommand for VS Code Extension (#5326) 2022-12-18 17:50:06 -06:00
speedtest_test.go feat: Add connection_timeout and troubleshooting_url to agent (#4937) 2022-11-09 17:27:05 +02:00
ssh.go feat: replace vscodeipc with vscodessh (#5645) 2023-01-10 04:23:17 +00:00
ssh_internal_test.go feat: show banner when workspace is outdated (#4926) 2022-11-07 19:12:39 +01:00
ssh_other.go feat: add GPG forwarding to coder ssh (#5482) 2023-01-06 07:52:19 +00:00
ssh_test.go test: Refactor ptytest to use contexts and less duplication (#5740) 2023-01-17 16:02:38 +02:00
ssh_windows.go feat: add GPG forwarding to coder ssh (#5482) 2023-01-06 07:52:19 +00:00
start.go feat: Add buffering to provisioner job logs (#4918) 2022-11-06 20:50:34 -06:00
state.go feat: Add buffering to provisioner job logs (#4918) 2022-11-06 20:50:34 -06:00
state_test.go Refactor Provisioner to distinguish Plan and Apply (#5036) 2022-11-11 16:45:58 -06:00
stop.go feat: Add buffering to provisioner job logs (#4918) 2022-11-06 20:50:34 -06:00
templatecreate.go feat(cli): allow direct tar upload in template update/create (#5720) 2023-01-16 14:32:11 -06:00
templatecreate_test.go feat(cli): allow direct tar upload in template update/create (#5720) 2023-01-16 14:32:11 -06:00
templatedelete.go feat: add groups support to the CLI (#4755) 2022-10-27 16:49:35 -05:00
templatedelete_test.go chore: Reduce test times (#3856) 2022-09-04 11:28:09 -05:00
templateedit.go feat: Allow user to cancel workspace jobs (#5115) 2022-11-21 11:43:53 +01:00
templateedit_test.go feat: Allow user to cancel workspace jobs (#5115) 2022-11-21 11:43:53 +01:00
templateinit.go feat: add examples to api (#5331) 2022-12-09 14:29:50 -05:00
templateinit_test.go fix: Guard against CLI cmd running after test exit (#1658) 2022-05-23 20:09:58 +03:00
templatelist.go feat: add groups support to the CLI (#4755) 2022-10-27 16:49:35 -05:00
templatelist_test.go fix: incorrect templates list test assert (#4079) 2022-09-15 15:03:29 -05:00
templateplan.go chore: rename to "template push" in docs (#3525) 2022-08-16 14:52:31 +00:00
templatepull.go feat: add groups support to the CLI (#4755) 2022-10-27 16:49:35 -05:00
templatepull_test.go Refactor Provisioner to distinguish Plan and Apply (#5036) 2022-11-11 16:45:58 -06:00
templatepush.go feat(cli): allow direct tar upload in template update/create (#5720) 2023-01-16 14:32:11 -06:00
templatepush_test.go feat(cli): allow direct tar upload in template update/create (#5720) 2023-01-16 14:32:11 -06:00
templates.go feat: change template max_ttl to default_ttl (#4843) 2022-11-09 19:36:25 +00:00
templateversions.go refactor: Show template versions as timeline (#4800) 2022-10-31 16:38:07 +00:00
templateversions_test.go refactor: Show template versions as timeline (#4800) 2022-10-31 16:38:07 +00:00
tokens.go feat: add flag for token lifetime (#5385) 2022-12-12 15:39:31 -05:00
tokens_test.go feat: tokens (#4380) 2022-10-06 19:02:27 +00:00
update.go feat: Add buffering to provisioner job logs (#4918) 2022-11-06 20:50:34 -06:00
update_test.go Refactor Provisioner to distinguish Plan and Apply (#5036) 2022-11-11 16:45:58 -06:00
usercreate.go feat: add groups support to the CLI (#4755) 2022-10-27 16:49:35 -05:00
usercreate_test.go chore: avoid concurrent usage of t.FailNow (#1683) 2022-05-24 08:58:39 +01:00
userlist.go feat: add count to get users endpoint (#5016) 2022-11-14 17:22:57 -05:00
userlist_test.go feat: improve coder users show output, add json format (#3176) 2022-07-26 15:47:12 -05:00
users.go fix: show help on wraper commands (#4402) 2022-10-06 20:15:28 +00:00
userstatus.go coder licenses add CLI command (#3632) 2022-08-23 13:55:39 -07:00
userstatus_test.go docs: API users (#5620) 2023-01-11 14:08:04 +01:00
util.go feat: use active users instead of total users in Template views (#3900) 2022-09-09 19:30:31 +00:00
util_internal_test.go feat: cli: consolidate schedule-related commands (#2402) 2022-06-16 18:24:10 +01:00
vscodessh.go feat: replace vscodeipc with vscodessh (#5645) 2023-01-10 04:23:17 +00:00
vscodessh_test.go feat: replace vscodeipc with vscodessh (#5645) 2023-01-10 04:23:17 +00:00