coder/cli
Ketan Gangatirkar 2609be767d
feat: add timestamps to output at end of some workspace and template subcommands (#2831)
2022-07-08 14:27:56 -05:00
..
cliflag feat: make default autobuild poll intervals configurable (#1618) 2022-05-20 10:57:02 +00:00
clitest fix: Guard against CLI cmd running after test exit (#1658) 2022-05-23 20:09:58 +03:00
cliui feat: add timestamps to output at end of some workspace and template subcommands (#2831) 2022-07-08 14:27:56 -05:00
config feat: Add built-in PostgreSQL for simple production setup (#2345) 2022-06-15 16:02:18 -05:00
agent.go feat: peer wireguard (#2445) 2022-06-24 10:25:01 -05:00
agent_test.go feat: peer wireguard (#2445) 2022-06-24 10:25:01 -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 absolute path for config-ssh coder binary (#2647) 2022-06-27 12:15:55 -05:00
configssh_old.go fix: Revert to old SSH config section management in config-ssh (#2341) 2022-06-15 17:22:30 +03:00
configssh_test.go feat: Rename config-ssh `--diff` to `--dry-run` (#2575) 2022-06-22 18:33:08 +03:00
constants.go feat: cli: consolidate schedule-related commands (#2402) 2022-06-16 18:24:10 +01:00
create.go feat: add timestamps to output at end of some workspace and template subcommands (#2831) 2022-07-08 14:27:56 -05:00
create_test.go fix: Close parameter file before test exit (#2694) 2022-06-27 14:42:26 -05:00
delete.go feat: add timestamps to output at end of some workspace and template subcommands (#2831) 2022-07-08 14:27:56 -05:00
delete_test.go feat: support fully-qualified workspace names in CLI (#2036) 2022-06-03 12:47:56 -05:00
dotfiles.go Ketan/cli help tweak (#2803) 2022-07-04 15:48:08 -05:00
dotfiles_test.go feat: add dotfiles command (#1723) 2022-05-25 16:43:20 -05:00
gitssh.go fix: Use environment variables for agent authentication (#1238) 2022-04-30 16:40:30 +00:00
gitssh_test.go fix: disable wireguard in portforward and gitssh tests (#2728) 2022-06-29 17:37:26 +00:00
list.go fix: consistent workspace status b/w CLI and UI (#2743) 2022-07-01 14:40:03 +00:00
list_test.go fix: consistent workspace status b/w CLI and UI (#2743) 2022-07-01 14:40:03 +00:00
login.go fix: reprompt for matching passwords on mismatch (#2758) 2022-07-01 11:49:39 -05:00
login_test.go fix: reprompt for matching passwords on mismatch (#2758) 2022-07-01 11:49:39 -05:00
logout.go Ketan/cli help tweak (#2803) 2022-07-04 15:48:08 -05:00
logout_test.go fix: Update text in logout tests (#2851) 2022-07-07 21:46:31 -05: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 feat: Implement parameters list + more template list columns (#2359) 2022-06-15 18:21:01 -05:00
parameterslist.go chore: Parameter listing cmd default adding scope column (#2718) 2022-06-29 11:29:21 -05:00
portforward.go Ketan/cli help tweak (#2803) 2022-07-04 15:48:08 -05:00
portforward_test.go fix: disable wireguard in portforward and gitssh tests (#2728) 2022-06-29 17:37:26 +00:00
publickey.go feat: Allow regen-ssh and fetching a single user from the cli (#1619) 2022-05-24 16:53:04 +00:00
publickey_test.go feat: wrap ssh with coder key (#894) 2022-04-07 22:40:27 +00:00
resetpassword.go feat: Add success messages for CLI commands (#2634) 2022-06-24 16:30:22 +00:00
resetpassword_test.go chore: avoid concurrent usage of t.FailNow (#1683) 2022-05-24 08:58:39 +01:00
root.go fix: don't check version on gitssh cmds (#2757) 2022-06-30 12:03:41 -05:00
root_test.go chore: `version` sub command remove `--version` and `-v` flag (#2090) 2022-06-06 17:38:51 -05:00
schedule.go feat: cli: consolidate schedule-related commands (#2402) 2022-06-16 18:24:10 +01:00
schedule_internal_test.go feat: cli: consolidate schedule-related commands (#2402) 2022-06-16 18:24:10 +01:00
schedule_test.go feat: cli: consolidate schedule-related commands (#2402) 2022-06-16 18:24:10 +01:00
server.go feat: Download default terraform version when minor version mismatches (#1775) 2022-06-22 23:11:52 +00:00
server_test.go test: Use a template to prevent migrations from running for every test (#2462) 2022-06-27 17:07:39 +00:00
show.go fix: Remove unused workspace routes in favor of list with filter (#2038) 2022-06-03 14:36:08 -05:00
show_test.go Stop showing persistent vs ephemeral for resources (#2333) 2022-06-16 18:36:11 +00:00
ssh.go feat: add ssh support over wireguard (#2642) 2022-06-24 16:21:46 -05:00
ssh_other.go fix: Monitor TTY size when using SSH (#1119) 2022-04-24 22:23:54 -05:00
ssh_test.go fix: Wait for workspace build to complete before running SSH tests (#2671) 2022-06-26 23:10:52 +00:00
ssh_windows.go fix: Monitor TTY size when using SSH (#1119) 2022-04-24 22:23:54 -05:00
start.go feat: add timestamps to output at end of some workspace and template subcommands (#2831) 2022-07-08 14:27:56 -05:00
state.go fix: Remove unused workspace routes in favor of list with filter (#2038) 2022-06-03 14:36:08 -05:00
state_test.go feat: in-process provisionerd connection (#1568) 2022-05-19 17:47:45 -05:00
stop.go feat: add timestamps to output at end of some workspace and template subcommands (#2831) 2022-07-08 14:27:56 -05:00
templatecreate.go feat: add timestamps to output at end of some workspace and template subcommands (#2831) 2022-07-08 14:27:56 -05:00
templatecreate_test.go fix: Allow template names to be re-used after deletion (#2454) 2022-06-17 19:18:07 +00:00
templatedelete.go feat: add timestamps to output at end of some workspace and template subcommands (#2831) 2022-07-08 14:27:56 -05:00
templatedelete_test.go feat: in-process provisionerd connection (#1568) 2022-05-19 17:47:45 -05:00
templateedit.go feat: add timestamps to output at end of some workspace and template subcommands (#2831) 2022-07-08 14:27:56 -05:00
templateedit_test.go feat: cli: allow editing template metadata (#2159) 2022-06-08 15:14:57 +01:00
templateinit.go cli/templateinit: add links to template READMEs (#2576) 2022-06-22 14:15:04 +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 feat: Implement parameters list + more template list columns (#2359) 2022-06-15 18:21:01 -05:00
templateplan.go chore: Rename Projects to Templates (#880) 2022-04-06 12:42:40 -05:00
templatepull.go fix: fix panic in template pull (#2710) 2022-06-28 19:54:28 -05:00
templatepull_test.go fix: fix panic in template pull (#2710) 2022-06-28 19:54:28 -05:00
templates.go feat: Implement parameters list + more template list columns (#2359) 2022-06-15 18:21:01 -05:00
templateupdate.go feat: add timestamps to output at end of some workspace and template subcommands (#2831) 2022-07-08 14:27:56 -05:00
templateupdate_test.go feat: make 'templates update [name]' optional (#2761) 2022-07-01 11:49:29 -05:00
templateversions.go chore: Rename Projects to Templates (#880) 2022-04-06 12:42:40 -05:00
update.go feat: Updating workspace prompts new parameters (#2598) 2022-06-27 16:19:10 +00:00
usercreate.go fix: Unnest workspaces command to the top-level (#1241) 2022-05-02 11:08:52 -05:00
usercreate_test.go chore: avoid concurrent usage of t.FailNow (#1683) 2022-05-24 08:58:39 +01:00
userlist.go feat: Allow regen-ssh and fetching a single user from the cli (#1619) 2022-05-24 16:53:04 +00:00
userlist_test.go Improve CLI logout flow (#1692) 2022-05-24 13:11:01 -04:00
users.go Alias `users` CLI subcommand as `user` (#2522) 2022-06-20 10:40:08 -04:00
userstatus.go feat: Add success messages for CLI commands (#2634) 2022-06-24 16:30:22 +00:00
userstatus_test.go feat: Add suspend/active user to cli (#1422) 2022-05-16 15:29:27 -05:00
util.go feat: cli: consolidate schedule-related commands (#2402) 2022-06-16 18:24:10 +01:00
util_internal_test.go feat: cli: consolidate schedule-related commands (#2402) 2022-06-16 18:24:10 +01:00
wireguardtunnel.go feat: peer wireguard (#2445) 2022-06-24 10:25:01 -05:00