coder/cli
Colin Adler 612f1c6a55
chore: use echo provisioners in logging tests (#9008)
2023-08-09 19:03:02 +00:00
..
clibase feat: add auto group create from OIDC (#8884) 2023-08-08 11:37:49 -05:00
clistat fix: fix coder stat mem (#8762) 2023-07-27 09:33:43 +01:00
clitest chore: prevent nil dereferences on cmd handlers (#8319) 2023-07-05 17:20:12 +00:00
cliui chore: rename startup logs to agent logs (#8649) 2023-07-28 15:57:23 +00:00
config chore: clidocgen: generate consistent docs (#7047) 2023-04-07 18:32:06 +02:00
testdata feat(cli): provide parameter values via command line (#8898) 2023-08-09 13:00:25 +02:00
agent.go chore: allow multiple agent subsystems, add exectrace (#8933) 2023-08-08 22:10:28 -07:00
agent_internal_test.go fix: Port forward should ignore coder ports (#7645) 2023-05-23 17:14:05 +02:00
agent_test.go chore: allow multiple agent subsystems, add exectrace (#8933) 2023-08-08 22:10:28 -07:00
configssh.go feat: add custom coder bin path for ProxyCommand (#8425) 2023-07-13 13:17:39 -04: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 feat: add custom coder bin path for ProxyCommand (#8425) 2023-07-13 13:17:39 -04: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(cli): provide parameter values via command line (#8898) 2023-08-09 13:00:25 +02:00
create_test.go feat(cli): provide parameter values via command line (#8898) 2023-08-09 13:00:25 +02:00
delete.go fix(cli/delete): prompt for confirmation after workspace is found (#8579) 2023-08-05 11:25:37 -05:00
delete_test.go fix(cli/delete): prompt for confirmation after workspace is found (#8579) 2023-08-05 11:25:37 -05:00
dotfiles.go feat(cli): check if dotfiles install script is executable (#8588) 2023-07-21 18:39:50 +00:00
dotfiles_test.go feat: add --branch option to clone or checkout different dotfiles branch (#8331) 2023-07-06 20:24:04 +00:00
exp.go refactor(cli)!: move scaletest to exp/scaletest (#8339) 2023-07-07 09:10:14 +01:00
exp_scaletest.go feat(cli): add dashboard load test command (#8723) 2023-07-27 09:40:13 +01:00
exp_scaletest_test.go fix(cli): address race condition in scaletest_test output (#8902) 2023-08-04 15:06:28 +00:00
gitaskpass.go feat: add github device flow for authentication (#8232) 2023-06-29 18:58:01 +00:00
gitaskpass_test.go fix: output askpass to stderr (#7034) 2023-04-06 11:32:43 -05:00
gitssh.go fix(cli): speed up CLI over SSH (#7885) 2023-06-07 05:22:58 +00:00
gitssh_test.go chore: fix lengthy tests in psql (#7545) 2023-05-17 11:26:53 -05:00
help.go fix(cli/help): show deprecation notice properly for flags (#7904) 2023-06-08 14:14:42 +00:00
help.tpl fix(cli/help): show deprecation notice properly for flags (#7904) 2023-06-08 14:14:42 +00:00
list.go feat(cli): show workspace health in list (#8541) 2023-07-17 15:04:06 +03:00
list_test.go feat: convert entire CLI to clibase (#6491) 2023-03-23 17:42:20 -05:00
login.go feat: generate a new session with coder login --token (#8275) 2023-07-05 08:59:38 -04:00
login_test.go feat: generate a new session with coder login --token (#8275) 2023-07-05 08:59:38 -04:00
logout.go feat: convert entire CLI to clibase (#6491) 2023-03-23 17:42:20 -05:00
logout_test.go feat: convert entire CLI to clibase (#6491) 2023-03-23 17:42:20 -05:00
netcheck.go chore: add derpserver to wsproxy, add proxies to derpmap (#7311) 2023-07-27 02:21:04 +10:00
netcheck_test.go feat: add flag to disable all direct connections (#7936) 2023-06-21 22:02:05 +00:00
parameter.go feat(cli): provide parameter values via command line (#8898) 2023-08-09 13:00:25 +02: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): provide parameter values via command line (#8898) 2023-08-09 13:00:25 +02:00
ping.go feat: add --disable-direct flag to CLI (#8131) 2023-06-21 20:22:43 +00:00
ping_test.go feat: convert entire CLI to clibase (#6491) 2023-03-23 17:42:20 -05:00
portforward.go docs: fix duplicate sentence (#8712) 2023-07-25 02:22:41 +00: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 feat(cli): allow specifying the listen address in `coder port-forward` (#7635) 2023-05-24 15:38:40 -04:00
publickey.go fix(cli): speed up CLI over SSH (#7885) 2023-06-07 05:22:58 +00:00
publickey_test.go feat: convert entire CLI to clibase (#6491) 2023-03-23 17:42:20 -05:00
remoteforward.go feat(cli): implement ssh remote forward (#8515) 2023-07-20 12:05:39 +02:00
rename.go fix(cli): speed up CLI over SSH (#7885) 2023-06-07 05:22:58 +00:00
rename_test.go feat: convert entire CLI to clibase (#6491) 2023-03-23 17:42:20 -05:00
resetpassword.go fix(cli): speed up CLI over SSH (#7885) 2023-06-07 05:22:58 +00:00
resetpassword_test.go feat: convert entire CLI to clibase (#6491) 2023-03-23 17:42:20 -05:00
restart.go feat(cli): provide parameter values via command line (#8898) 2023-08-09 13:00:25 +02:00
restart_test.go feat(cli): provide parameter values via command line (#8898) 2023-08-09 13:00:25 +02:00
root.go feat: add PSK for external provisionerd auth (#8877) 2023-08-04 12:32:28 +04: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: prevent nil dereferences on cmd handlers (#8319) 2023-07-05 17:20:12 +00:00
schedule.go feat: convert entire CLI to clibase (#6491) 2023-03-23 17:42:20 -05: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 user quiet hours schedule and restart requirement feature flag (#8115) 2023-07-20 23:35:41 +10:00
server.go feat: add auto group create from OIDC (#8884) 2023-08-08 11:37:49 -05:00
server_createadminuser.go fix: standardize on CODER_PG_CONNECTION_URL (#7781) 2023-06-01 15:02:29 -08:00
server_createadminuser_test.go fix: standardize on CODER_PG_CONNECTION_URL (#7781) 2023-06-01 15:02:29 -08:00
server_slim.go fixup! fix(cli): speed up CLI over SSH (#7885) (#7888) 2023-06-07 09:13:22 +00:00
server_test.go chore: use echo provisioners in logging tests (#9008) 2023-08-09 19:03:02 +00:00
show.go feat: convert entire CLI to clibase (#6491) 2023-03-23 17:42:20 -05:00
show_test.go feat: convert entire CLI to clibase (#6491) 2023-03-23 17:42:20 -05: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 fix(cli): ensure `cliui.Agent` doesn't fetch infinitely (#8446) 2023-07-12 10:21:54 -05:00
speedtest_test.go feat: convert entire CLI to clibase (#6491) 2023-03-23 17:42:20 -05:00
ssh.go chore: rename startup logs to agent logs (#8649) 2023-07-28 15:57:23 +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(cli): implement ssh remote forward (#8515) 2023-07-20 12:05:39 +02:00
ssh_test.go feat(cli): implement ssh remote forward (#8515) 2023-07-20 12:05:39 +02:00
ssh_windows.go feat(cli): implement ssh remote forward (#8515) 2023-07-20 12:05:39 +02:00
start.go feat(cli): provide parameter values via command line (#8898) 2023-08-09 13:00:25 +02:00
start_test.go feat(cli): provide parameter values via command line (#8898) 2023-08-09 13:00:25 +02:00
stat.go chore: fix ruleguard xerrors rules (#8967) 2023-08-08 12:32:41 +00:00
stat_test.go fix(cli): clistat: accept positional arg for stat disk cmd (#8911) 2023-08-07 16:26:16 +01:00
state.go feat: convert entire CLI to clibase (#6491) 2023-03-23 17:42:20 -05:00
state_test.go feat: convert entire CLI to clibase (#6491) 2023-03-23 17:42:20 -05:00
stop.go fix(cli): speed up CLI over SSH (#7885) 2023-06-07 05:22:58 +00:00
templatecreate.go feat(cli): add --var shorthand for --variable (#8710) 2023-07-25 14:36:02 +00:00
templatecreate_test.go chore(cli): warn on template push or create when no lockfile present (#8059) 2023-06-20 15:02:44 +00:00
templatedelete.go fix(cli): speed up CLI over SSH (#7885) 2023-06-07 05:22:58 +00:00
templatedelete_test.go fix(cli): speed up CLI over SSH (#7885) 2023-06-07 05:22:58 +00:00
templateedit.go feat: add user quiet hours schedule and restart requirement feature flag (#8115) 2023-07-20 23:35:41 +10:00
templateedit_test.go chore: attempt to fix windows goleak failures (#8753) 2023-07-26 18:50:13 -05:00
templateinit.go fix(cli): speed up CLI over SSH (#7885) 2023-06-07 05:22:58 +00:00
templateinit_test.go feat(cli): add --id parameter to templates init command (#7116) 2023-04-13 15:02:49 +01:00
templatelist.go feat: convert entire CLI to clibase (#6491) 2023-03-23 17:42:20 -05:00
templatelist_test.go feat: convert entire CLI to clibase (#6491) 2023-03-23 17:42:20 -05:00
templateplan.go feat: convert entire CLI to clibase (#6491) 2023-03-23 17:42:20 -05:00
templatepull.go chore: upgrade `github.com/codeclysm/extract` to `v3.1.1` (#8480) 2023-07-12 14:33:46 -05:00
templatepull_test.go chore: upgrade `github.com/codeclysm/extract` to `v3.1.1` (#8480) 2023-07-12 14:33:46 -05:00
templatepush.go feat(cli): add --var shorthand for --variable (#8710) 2023-07-25 14:36:02 +00:00
templatepush_test.go feat(cli): add `--create` flag to `templates push` (#8454) 2023-07-13 12:58:34 +02:00
templates.go fix(cli): speed up CLI over SSH (#7885) 2023-06-07 05:22:58 +00:00
templatevariables.go feat: Update CLI to handle managed variables (#6220) 2023-02-17 09:07:45 +01:00
templateversions.go fix: correct the correct cli output for 'template version list --output=json' (#7984) 2023-06-12 14:35:51 -05:00
templateversions_test.go feat: convert entire CLI to clibase (#6491) 2023-03-23 17:42:20 -05:00
tokens.go fix: remove irrelevant help info from `coder tokens create` (#7135) 2023-04-14 12:18:01 -05:00
tokens_test.go fix: remove irrelevant help info from `coder tokens create` (#7135) 2023-04-14 12:18:01 -05:00
update.go feat(cli): provide parameter values via command line (#8898) 2023-08-09 13:00:25 +02:00
update_test.go feat(cli): provide parameter values via command line (#8898) 2023-08-09 13:00:25 +02:00
usercreate.go feat: add login type 'none' to prevent password login (#8009) 2023-06-14 12:48:43 -05:00
usercreate_test.go feat: convert entire CLI to clibase (#6491) 2023-03-23 17:42:20 -05:00
userlist.go feat: convert entire CLI to clibase (#6491) 2023-03-23 17:42:20 -05:00
userlist_test.go feat: convert entire CLI to clibase (#6491) 2023-03-23 17:42:20 -05:00
users.go feat: convert entire CLI to clibase (#6491) 2023-03-23 17:42:20 -05:00
userstatus.go fix(cli): speed up CLI over SSH (#7885) 2023-06-07 05:22:58 +00:00
userstatus_test.go feat: add "dormant" user state (#8644) 2023-08-02 16:31:25 +02:00
util.go feat: add template max_ttl (#6114) 2023-03-07 14:14:58 +00:00
util_internal_test.go feat: cli: consolidate schedule-related commands (#2402) 2022-06-16 18:24:10 +01:00
version.go fix(cli): speed up CLI over SSH (#7885) 2023-06-07 05:22:58 +00:00
version_test.go feat: update slog to use logfmt (#7477) 2023-05-14 20:23:13 +00:00
vscodessh.go fix: show current DERP name correctly in vscode (#8856) 2023-08-03 01:30:43 +10:00
vscodessh_test.go chore: fix lengthy tests in psql (#7545) 2023-05-17 11:26:53 -05:00