coder/cli
Colin Adler 3d6d51fbd0
feat: audit log api (#3898)
2022-09-07 16:38:19 +00:00
..
cliflag feat: Add Tailscale networking (#3505) 2022-08-31 20:09:44 -05:00
clitest feat: show better error on invalid template upload (#3847) 2022-09-02 22:48:40 +00:00
cliui feat: show agent version in UI and CLI (#3709) 2022-08-31 16:33:50 +01:00
config feat: Add built-in PostgreSQL for simple production setup (#2345) 2022-06-15 16:02:18 -05:00
agent.go Daily Active User Metrics (#3735) 2022-09-01 14:58:23 -05:00
agent_test.go chore: Reduce test times (#3856) 2022-09-04 11:28:09 -05:00
agent_unix.go feat: Add support for pprof in `coder agent` (#1985) 2022-06-06 16:38:33 +03:00
agent_windows.go feat: Add support for pprof in `coder agent` (#1985) 2022-06-06 16:38:33 +03:00
configssh.go fix: Use smarter quoting for ProxyCommand in config-ssh (#3755) 2022-08-30 21:08:20 +03: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 chore: Reduce test times (#3856) 2022-09-04 11:28:09 -05:00
constants.go feat: cli: consolidate schedule-related commands (#2402) 2022-06-16 18:24:10 +01:00
create.go coder licenses add CLI command (#3632) 2022-08-23 13:55:39 -07:00
create_test.go chore: Reduce test times (#3856) 2022-09-04 11:28:09 -05:00
delete.go feat: add orphan support (#3849) 2022-09-06 17:07:00 +00:00
delete_test.go feat: add orphan support (#3849) 2022-09-06 17:07:00 +00:00
dotfiles.go fix: Standardize and wrap example descriptions at 80 chars (#2894) 2022-07-11 19:08:09 +03:00
dotfiles_test.go feat: add dotfiles command (#1723) 2022-05-25 16:43:20 -05:00
features.go feat: Add Tailscale networking (#3505) 2022-08-31 20:09:44 -05:00
features_test.go coder features list CLI command (#3533) 2022-08-17 11:26:16 -07:00
gitssh.go fix: Use environment variables for agent authentication (#1238) 2022-04-30 16:40:30 +00:00
gitssh_test.go chore: Reduce test times (#3856) 2022-09-04 11:28:09 -05:00
list.go feat: Add `codersdk.NullTime`, change workspace build deadline (#3552) 2022-08-25 19:10:42 +03:00
list_test.go chore: Reduce test times (#3856) 2022-09-04 11:28:09 -05:00
login.go feat: add verbose error messaging (#3053) 2022-07-20 15:17:51 -05:00
login_test.go fix: reprompt for matching passwords on mismatch (#2758) 2022-07-01 11:49:39 -05:00
logout.go coder licenses add CLI command (#3632) 2022-08-23 13:55:39 -07:00
logout_test.go fix: Fix cleanup in test helpers, prefer `defer` in tests (#3113) 2022-07-25 19:22:02 +03:00
parameter.go chore: skip some flaky tests (#1643) 2022-05-21 00:39:51 +01: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 Use new table formatter everywhere (#3544) 2022-08-19 02:41:00 +10:00
parameterslist.go coder licenses add CLI command (#3632) 2022-08-23 13:55:39 -07:00
portforward.go feat: audit log api (#3898) 2022-09-07 16:38:19 +00:00
portforward_test.go chore: Reduce test times (#3856) 2022-09-04 11:28:09 -05:00
publickey.go coder licenses add CLI command (#3632) 2022-08-23 13:55:39 -07:00
publickey_test.go chore: Upgrade to Go 1.19 (#3617) 2022-08-21 22:32:53 +00:00
rename.go feat: Add support for renaming workspaces (#3409) 2022-08-26 12:28:38 +03:00
rename_test.go chore: Reduce test times (#3856) 2022-09-04 11:28:09 -05:00
resetpassword.go feat: Add success messages for CLI commands (#2634) 2022-06-24 16:30:22 +00:00
resetpassword_test.go chore: Use standardized test timeouts and delays (#3291) 2022-08-01 15:45:05 +03:00
root.go feat: Add speedtest command for tailnet (#3874) 2022-09-05 17:15:49 -05:00
root_internal_test.go fix: Enable `goleak` for `cli` tests (#3370) 2022-08-12 21:02:10 +03:00
root_test.go chore: Upgrade to Go 1.19 (#3617) 2022-08-21 22:32:53 +00:00
schedule.go feat: Add `codersdk.NullTime`, change workspace build deadline (#3552) 2022-08-25 19:10:42 +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: Reduce test times (#3856) 2022-09-04 11:28:09 -05:00
server.go fix: Allow disabling built-in DERP server (#3852) 2022-09-02 23:47:25 +00:00
server_test.go chore: Upgrade to Go 1.19 (#3617) 2022-08-21 22:32:53 +00:00
show.go feat: show agent version in UI and CLI (#3709) 2022-08-31 16:33:50 +01:00
show_test.go chore: Reduce test times (#3856) 2022-09-04 11:28:09 -05:00
signal_unix.go fix: Add `SIGHUP` and `SIGTERM` handling to `coder server` (#3543) 2022-08-18 16:25:32 +03:00
signal_windows.go fix: Add `SIGHUP` and `SIGTERM` handling to `coder server` (#3543) 2022-08-18 16:25:32 +03:00
speedtest.go fix: Improve speedtest by adding direct connection toggle (#3919) 2022-09-07 03:21:08 +00:00
speedtest_test.go fix: Improve speedtest by adding direct connection toggle (#3919) 2022-09-07 03:21:08 +00:00
ssh.go feat: Add Tailscale networking (#3505) 2022-08-31 20:09:44 -05:00
ssh_other.go fix: Monitor TTY size when using SSH (#1119) 2022-04-24 22:23:54 -05:00
ssh_test.go feat: Add speedtest command for tailnet (#3874) 2022-09-05 17:15:49 -05:00
ssh_windows.go fix: Monitor TTY size when using SSH (#1119) 2022-04-24 22:23:54 -05:00
start.go coder licenses add CLI command (#3632) 2022-08-23 13:55:39 -07:00
state.go coder licenses add CLI command (#3632) 2022-08-23 13:55:39 -07:00
state_test.go chore: Reduce test times (#3856) 2022-09-04 11:28:09 -05:00
stop.go coder licenses add CLI command (#3632) 2022-08-23 13:55:39 -07:00
templatecreate.go coder licenses add CLI command (#3632) 2022-08-23 13:55:39 -07:00
templatecreate_test.go chore: Reduce test times (#3856) 2022-09-04 11:28:09 -05:00
templatedelete.go coder licenses add CLI command (#3632) 2022-08-23 13:55:39 -07:00
templatedelete_test.go chore: Reduce test times (#3856) 2022-09-04 11:28:09 -05:00
templateedit.go fix: template: enforce bounds of template max_ttl (#3662) 2022-08-24 15:45:14 +01:00
templateedit_test.go chore: Reduce test times (#3856) 2022-09-04 11:28:09 -05:00
templateinit.go fix: clarify we download templates on template select (#3296) 2022-08-23 17:30:46 +00:00
templateinit_test.go fix: Guard against CLI cmd running after test exit (#1658) 2022-05-23 20:09:58 +03:00
templatelist.go coder licenses add CLI command (#3632) 2022-08-23 13:55:39 -07:00
templatelist_test.go chore: Reduce test times (#3856) 2022-09-04 11:28:09 -05:00
templateplan.go chore: rename to "template push" in docs (#3525) 2022-08-16 14:52:31 +00:00
templatepull.go coder licenses add CLI command (#3632) 2022-08-23 13:55:39 -07:00
templatepull_test.go chore: Reduce test times (#3856) 2022-09-04 11:28:09 -05:00
templatepush.go coder licenses add CLI command (#3632) 2022-08-23 13:55:39 -07:00
templatepush_test.go chore: Reduce test times (#3856) 2022-09-04 11:28:09 -05:00
templates.go Use new table formatter everywhere (#3544) 2022-08-19 02:41:00 +10:00
templateversions.go coder licenses add CLI command (#3632) 2022-08-23 13:55:39 -07:00
templateversions_test.go chore: Reduce test times (#3856) 2022-09-04 11:28:09 -05:00
update.go coder licenses add CLI command (#3632) 2022-08-23 13:55:39 -07:00
update_test.go chore: Reduce test times (#3856) 2022-09-04 11:28:09 -05:00
usercreate.go coder licenses add CLI command (#3632) 2022-08-23 13:55:39 -07:00
usercreate_test.go chore: avoid concurrent usage of t.FailNow (#1683) 2022-05-24 08:58:39 +01:00
userlist.go coder licenses add CLI command (#3632) 2022-08-23 13:55:39 -07:00
userlist_test.go feat: improve coder users show output, add json format (#3176) 2022-07-26 15:47:12 -05:00
users.go feat: add generic table formatter (#3415) 2022-08-18 02:28:22 +10:00
userstatus.go coder licenses add CLI command (#3632) 2022-08-23 13:55:39 -07:00
userstatus_test.go chore: Upgrade to Go 1.19 (#3617) 2022-08-21 22:32:53 +00:00
util.go chore: Add nix shell for simple development setup (#3399) 2022-08-08 15:49:12 +00:00
util_internal_test.go feat: cli: consolidate schedule-related commands (#2402) 2022-06-16 18:24:10 +01:00