coder/cli
Mathias Fredriksson 43a867441a
feat(cli): add template filter support to exp scaletest cleanup and traffic (#10558)
2023-11-07 16:41:55 +00:00
..
clibase fix: allow all environment variables to fallback prefix to `HOMEBREW_` (#10050) 2023-10-04 18:57:49 +00:00
clistat fix: fix coder stat mem (#8762) 2023-07-27 09:33:43 +01:00
clitest chore: rename `AwaitTemplateVersionJobCompleted` and `AwaitWorkspaceBuildJobCompleted` (#10003) 2023-10-03 11:02:56 -06:00
cliui test(cli/cliui): make agent tests more robust (#10415) 2023-10-30 13:20:10 +02:00
cliutil/levenshtein feat(cli): prompt for misspelled parameter names (#10350) 2023-11-06 13:44:39 +00:00
config chore: add /v2 to import module path (#9072) 2023-08-18 18:55:43 +00:00
gitauth refactor: split coderd/gitauth into two, add cli/gitauth (#9479) 2023-09-01 15:41:22 +00:00
telemetry refactor(coderd/telemetry): move CLI telemetry to cli/telemetry (#9517) 2023-09-04 21:42:45 +03:00
testdata feat: add configurable cipher suites for tls listening (#10505) 2023-11-07 14:55:39 +00:00
agent.go feat: allow reading the agent token from a file (#10080) 2023-10-05 15:41:05 -05:00
agent_internal_test.go fix: Port forward should ignore coder ports (#7645) 2023-05-23 17:14:05 +02:00
agent_test.go feat: add dbfake for workspace builds and resources (#10426) 2023-11-02 17:15:07 +00:00
autoupdate.go feat: add cli support for workspace automatic updates (#10438) 2023-11-02 14:41:34 -05:00
autoupdate_test.go feat: add cli support for workspace automatic updates (#10438) 2023-11-02 14:41:34 -05:00
configssh.go ci: enable gocognit (#9359) 2023-08-27 14:46:44 -05:00
configssh_internal_test.go feat: add flag for Windows to create unix compatible filepaths (#8164) 2023-06-22 17:08:12 -05:00
configssh_other.go feat: add flag for Windows to create unix compatible filepaths (#8164) 2023-06-22 17:08:12 -05:00
configssh_test.go chore: migrate CLI tests to use `dbfake` (#10500) 2023-11-03 12:22:32 -05:00
configssh_windows.go feat: add flag for Windows to create unix compatible filepaths (#8164) 2023-06-22 17:08:12 -05:00
constants.go feat: cli: consolidate schedule-related commands (#2402) 2022-06-16 18:24:10 +01:00
create.go feat: add cli support for workspace automatic updates (#10438) 2023-11-02 14:41:34 -05:00
create_test.go feat(cli): prompt for misspelled parameter names (#10350) 2023-11-06 13:44:39 +00:00
delete.go chore(cli): replace lipgloss with coder/pretty (#9564) 2023-09-07 16:28:22 -05:00
delete_test.go chore(cli): add linter to detect potential spurious usage of owner user in cli tests (#10133) 2023-10-10 11:14:20 +01:00
dotfiles.go feat(cli): make the dotfiles repository directory configurable (#10377) 2023-10-24 12:00:04 +03:00
dotfiles_test.go feat(cli): make the dotfiles repository directory configurable (#10377) 2023-10-24 12:00:04 +03:00
errors.go chore: replace `<ChooseOne>` with alternatives when appropriate (#9907) 2023-10-02 10:51:35 -06:00
exp.go chore: change cli error message handling (#9952) 2023-09-29 16:50:23 -05:00
exp_scaletest.go feat(cli): add template filter support to exp scaletest cleanup and traffic (#10558) 2023-11-07 16:41:55 +00:00
exp_scaletest_slim.go fix(cli): remove exp scaletest from slim binary (#9934) 2023-10-03 15:13:04 +01:00
exp_scaletest_test.go feat(cli): add template filter support to exp scaletest cleanup and traffic (#10558) 2023-11-07 16:41:55 +00:00
externalauth.go feat: allow external auth providers to expose extra metadata (#10157) 2023-10-09 23:02:16 -05:00
externalauth_test.go feat: allow external auth providers to expose extra metadata (#10157) 2023-10-09 23:02:16 -05:00
gitaskpass.go feat: add `external-auth` cli (#10052) 2023-10-09 23:04:35 +00:00
gitaskpass_test.go feat: add `external-auth` cli (#10052) 2023-10-09 23:04:35 +00:00
gitssh.go chore(cli): replace lipgloss with coder/pretty (#9564) 2023-09-07 16:28:22 -05:00
gitssh_test.go chore: migrate CLI tests to use `dbfake` (#10500) 2023-11-03 12:22:32 -05:00
help.go perf(cli): optimize CPU consumption of help pages (#9607) 2023-09-14 19:48:29 -05:00
help.tpl feat(cli): colorize help page (#9589) 2023-09-08 18:21:33 +00:00
list.go chore(cli): replace lipgloss with coder/pretty (#9564) 2023-09-07 16:28:22 -05:00
list_test.go chore: migrate CLI tests to use `dbfake` (#10500) 2023-11-03 12:22:32 -05:00
login.go fix(cli): display pasted session token (#9710) 2023-09-20 12:41:59 -04:00
login_test.go fix(cli): display pasted session token (#9710) 2023-09-20 12:41:59 -04:00
logout.go chore: add /v2 to import module path (#9072) 2023-08-18 18:55:43 +00:00
logout_test.go chore: add /v2 to import module path (#9072) 2023-08-18 18:55:43 +00:00
netcheck.go refactor(coderd/healthcheck): move derp report to derphealth package (#9506) 2023-09-04 21:41:50 +03:00
netcheck_test.go refactor(coderd/healthcheck): move derp report to derphealth package (#9506) 2023-09-04 21:41:50 +03:00
parameter.go feat: add cli support for workspace automatic updates (#10438) 2023-11-02 14:41:34 -05:00
parameter_internal_test.go feat(cli): provide parameter values via command line (#8898) 2023-08-09 13:00:25 +02:00
parameterresolver.go feat(cli): prompt for misspelled parameter names (#10350) 2023-11-06 13:44:39 +00:00
ping.go chore(cli): replace lipgloss with coder/pretty (#9564) 2023-09-07 16:28:22 -05:00
ping_test.go refactor(agent): add agenttest.New helper function (#9812) 2023-09-26 12:05:19 +01:00
portforward.go fix: disable t.Parallel on TestPortForward (#10449) 2023-11-01 13:45:13 +04: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 chore: migrate CLI tests to use `dbfake` (#10500) 2023-11-03 12:22:32 -05:00
publickey.go chore(cli): replace lipgloss with coder/pretty (#9564) 2023-09-07 16:28:22 -05:00
publickey_test.go chore: add /v2 to import module path (#9072) 2023-08-18 18:55:43 +00:00
remoteforward.go feat(cli): add reverse tunnelling SSH support for unix sockets (#9976) 2023-10-03 16:39:39 +10:00
rename.go chore(cli): replace lipgloss with coder/pretty (#9564) 2023-09-07 16:28:22 -05:00
rename_test.go chore(cli): add linter to detect potential spurious usage of owner user in cli tests (#10133) 2023-10-10 11:14:20 +01:00
resetpassword.go chore(cli): replace lipgloss with coder/pretty (#9564) 2023-09-07 16:28:22 -05:00
resetpassword_slim.go refactor(cli)!: remove reset-password from slim binary (#9520) 2023-09-04 19:38:53 +03:00
resetpassword_test.go chore: add /v2 to import module path (#9072) 2023-08-18 18:55:43 +00:00
restart.go feat: add cli support for workspace automatic updates (#10438) 2023-11-02 14:41:34 -05:00
restart_test.go feat: add cli support for workspace automatic updates (#10438) 2023-11-02 14:41:34 -05:00
root.go feat: add cli support for workspace automatic updates (#10438) 2023-11-02 14:41:34 -05:00
root_internal_test.go chore: disable goleak in windows cli tests (#8955) 2023-08-07 22:23:00 -05:00
root_test.go chore: migrate CLI tests to use `dbfake` (#10500) 2023-11-03 12:22:32 -05:00
schedule.go refactor(coderd/schedule): move cron schedule to cron package (#9507) 2023-09-04 16:48:25 +03:00
schedule_internal_test.go feat: cli: consolidate schedule-related commands (#2402) 2022-06-16 18:24:10 +01:00
schedule_test.go chore: rename `AwaitTemplateVersionJobCompleted` and `AwaitWorkspaceBuildJobCompleted` (#10003) 2023-10-03 11:02:56 -06:00
server.go feat: add configurable cipher suites for tls listening (#10505) 2023-11-07 14:55:39 +00:00
server_createadminuser.go feat(coderd): connect dbcrypt package implementation (#9523) 2023-09-07 15:49:49 +01:00
server_createadminuser_test.go refactor(coderd/database): split `Time` and `Now` into `dbtime` package (#9482) 2023-09-01 16:50:12 +00:00
server_internal_test.go feat: add configurable cipher suites for tls listening (#10505) 2023-11-07 14:55:39 +00:00
server_slim.go refactor(cli)!: remove reset-password from slim binary (#9520) 2023-09-04 19:38:53 +03:00
server_test.go chore: fail server startup on invalid DERP map (#10536) 2023-11-06 23:04:07 +10:00
show.go chore: add /v2 to import module path (#9072) 2023-08-18 18:55:43 +00:00
show_test.go chore(cli): add linter to detect potential spurious usage of owner user in cli tests (#10133) 2023-10-10 11:14:20 +01: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 chore: add /v2 to import module path (#9072) 2023-08-18 18:55:43 +00:00
speedtest_test.go refactor(agent): add agenttest.New helper function (#9812) 2023-09-26 12:05:19 +01:00
ssh.go feat: add support for `coder_script` (#9584) 2023-09-25 16:47:17 -05:00
ssh_internal_test.go chore: add /v2 to import module path (#9072) 2023-08-18 18:55:43 +00:00
ssh_other.go feat(cli): implement ssh remote forward (#8515) 2023-07-20 12:05:39 +02:00
ssh_test.go fix: test: TestSSH_RemoteForward wait for startup script (#10211) 2023-10-11 14:17:04 +02:00
ssh_windows.go feat(cli): implement ssh remote forward (#8515) 2023-07-20 12:05:39 +02:00
start.go feat: add cli support for workspace automatic updates (#10438) 2023-11-02 14:41:34 -05:00
start_test.go feat: add cli support for workspace automatic updates (#10438) 2023-11-02 14:41:34 -05:00
stat.go chore: add /v2 to import module path (#9072) 2023-08-18 18:55:43 +00:00
stat_test.go chore: add /v2 to import module path (#9072) 2023-08-18 18:55:43 +00:00
state.go chore: add /v2 to import module path (#9072) 2023-08-18 18:55:43 +00:00
state_test.go chore(cli): add linter to detect potential spurious usage of owner user in cli tests (#10133) 2023-10-10 11:14:20 +01:00
stop.go chore(cli): replace lipgloss with coder/pretty (#9564) 2023-09-07 16:28:22 -05:00
templatecreate.go chore: revert "chore: remove workspace_actions experiment (#10030)" (#10363) 2023-10-20 13:21:53 -05:00
templatecreate_test.go feat: add cli support for --require-active-version (#10337) 2023-10-19 17:16:15 -05:00
templatedelete.go feat: archive template versions to hide them from the ui (#10179) 2023-10-11 09:26:22 -05:00
templatedelete_test.go chore(cli): add linter to detect potential spurious usage of owner user in cli tests (#10133) 2023-10-10 11:14:20 +01:00
templateedit.go chore: revert "chore: remove workspace_actions experiment (#10030)" (#10363) 2023-10-20 13:21:53 -05:00
templateedit_test.go feat: add cli support for --require-active-version (#10337) 2023-10-19 17:16:15 -05:00
templateinit.go chore(cli): replace lipgloss with coder/pretty (#9564) 2023-09-07 16:28:22 -05:00
templateinit_test.go chore: add /v2 to import module path (#9072) 2023-08-18 18:55:43 +00:00
templatelist.go chore: add /v2 to import module path (#9072) 2023-08-18 18:55:43 +00:00
templatelist_test.go chore(cli): add linter to detect potential spurious usage of owner user in cli tests (#10133) 2023-10-10 11:14:20 +01:00
templatepull.go feat: add `--version` flag to `coder templates pull`, default to active version (#10153) 2023-10-10 10:20:31 -05:00
templatepull_test.go chore: fix lint failures 2023-10-10 11:26:53 -05:00
templatepush.go chore(cli): replace lipgloss with coder/pretty (#9564) 2023-09-07 16:28:22 -05:00
templatepush_test.go chore(cli): add linter to detect potential spurious usage of owner user in cli tests (#10133) 2023-10-10 11:14:20 +01:00
templates.go feat: add template setting to require active template version (#10277) 2023-10-18 17:07:21 -05:00
templatevariables.go chore: add /v2 to import module path (#9072) 2023-08-18 18:55:43 +00:00
templateversionarchive.go feat: add template setting to require active template version (#10277) 2023-10-18 17:07:21 -05:00
templateversionarchive_test.go feat: archive template versions to hide them from the ui (#10179) 2023-10-11 09:26:22 -05:00
templateversions.go feat: add template setting to require active template version (#10277) 2023-10-18 17:07:21 -05:00
templateversions_test.go chore(cli): add linter to detect potential spurious usage of owner user in cli tests (#10133) 2023-10-10 11:14:20 +01:00
tokens.go chore: add /v2 to import module path (#9072) 2023-08-18 18:55:43 +00:00
tokens_test.go chore: add /v2 to import module path (#9072) 2023-08-18 18:55:43 +00:00
update.go feat: add cli support for workspace automatic updates (#10438) 2023-11-02 14:41:34 -05:00
update_test.go chore(cli): add linter to detect potential spurious usage of owner user in cli tests (#10133) 2023-10-10 11:14:20 +01:00
user_delete_test.go fix: add requester IP to workspace build audit logs (#10242) 2023-10-18 15:08:02 -05:00
usercreate.go chore(cli): replace lipgloss with coder/pretty (#9564) 2023-09-07 16:28:22 -05:00
usercreate_test.go chore: add /v2 to import module path (#9072) 2023-08-18 18:55:43 +00:00
userdelete.go feat(cli): add `coder users delete` command (#10115) 2023-10-09 11:47:57 -05:00
userlist.go chore: add /v2 to import module path (#9072) 2023-08-18 18:55:43 +00:00
userlist_test.go chore(cli): add linter to detect potential spurious usage of owner user in cli tests (#10133) 2023-10-10 11:14:20 +01:00
users.go feat(cli): add `coder users delete` command (#10115) 2023-10-09 11:47:57 -05:00
userstatus.go feat(cli): add `coder users delete` command (#10115) 2023-10-09 11:47:57 -05:00
userstatus_test.go chore(cli): add linter to detect potential spurious usage of owner user in cli tests (#10133) 2023-10-10 11:14:20 +01:00
util.go refactor(coderd/schedule): move cron schedule to cron package (#9507) 2023-09-04 16:48:25 +03:00
util_internal_test.go feat: cli: consolidate schedule-related commands (#2402) 2022-06-16 18:24:10 +01:00
version.go chore(cli): replace lipgloss with coder/pretty (#9564) 2023-09-07 16:28:22 -05:00
version_test.go chore(cli): replace lipgloss with coder/pretty (#9564) 2023-09-07 16:28:22 -05:00
vscodessh.go feat: add `log-dir` flag to vscodessh for debuggability (#10514) 2023-11-03 16:21:31 +00:00
vscodessh_test.go feat: add `log-dir` flag to vscodessh for debuggability (#10514) 2023-11-03 16:21:31 +00:00