coder/cli
Ammar Bandukwala 4a140536e1
ci: lint against `dupl` (#9357)
This lint rule should help us keep Go code redundancy under control.
2023-08-27 11:42:51 -05:00
..
clibase chore: add /v2 to import module path (#9072) 2023-08-18 18:55:43 +00:00
clistat fix: fix coder stat mem (#8762) 2023-07-27 09:33:43 +01:00
clitest chore: add /v2 to import module path (#9072) 2023-08-18 18:55:43 +00:00
cliui chore: add /v2 to import module path (#9072) 2023-08-18 18:55:43 +00:00
config chore: add /v2 to import module path (#9072) 2023-08-18 18:55:43 +00:00
testdata feat: add `template_active_version_id` to workspaces (#9226) 2023-08-27 16:26:20 +00:00
agent.go chore: add /v2 to import module path (#9072) 2023-08-18 18:55:43 +00:00
agent_internal_test.go fix: Port forward should ignore coder ports (#7645) 2023-05-23 17:14:05 +02:00
agent_test.go refactor: change template archive extraction to be on provisioner (#9264) 2023-08-25 06:10:15 +00:00
configssh.go chore: add /v2 to import module path (#9072) 2023-08-18 18:55:43 +00: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 refactor: change template archive extraction to be on provisioner (#9264) 2023-08-25 06:10:15 +00: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 chore: add /v2 to import module path (#9072) 2023-08-18 18:55:43 +00:00
create_test.go refactor: change template archive extraction to be on provisioner (#9264) 2023-08-25 06:10:15 +00:00
delete.go chore: add /v2 to import module path (#9072) 2023-08-18 18:55:43 +00:00
delete_test.go chore: add /v2 to import module path (#9072) 2023-08-18 18:55:43 +00:00
dotfiles.go chore: add /v2 to import module path (#9072) 2023-08-18 18:55:43 +00:00
dotfiles_test.go chore: add /v2 to import module path (#9072) 2023-08-18 18:55:43 +00:00
exp.go chore: add /v2 to import module path (#9072) 2023-08-18 18:55:43 +00:00
exp_scaletest.go chore: add /v2 to import module path (#9072) 2023-08-18 18:55:43 +00:00
exp_scaletest_test.go chore: add /v2 to import module path (#9072) 2023-08-18 18:55:43 +00:00
gitaskpass.go chore: add /v2 to import module path (#9072) 2023-08-18 18:55:43 +00:00
gitaskpass_test.go chore: add /v2 to import module path (#9072) 2023-08-18 18:55:43 +00:00
gitssh.go chore: add /v2 to import module path (#9072) 2023-08-18 18:55:43 +00:00
gitssh_test.go refactor: change template archive extraction to be on provisioner (#9264) 2023-08-25 06:10:15 +00:00
help.go chore: add /v2 to import module path (#9072) 2023-08-18 18:55:43 +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): add daily_cost to `coder ls` (#9200) 2023-08-19 12:56:08 -05:00
list_test.go chore: add /v2 to import module path (#9072) 2023-08-18 18:55:43 +00:00
login.go chore: add /v2 to import module path (#9072) 2023-08-18 18:55:43 +00:00
login_test.go chore: add /v2 to import module path (#9072) 2023-08-18 18:55:43 +00: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 chore: add /v2 to import module path (#9072) 2023-08-18 18:55:43 +00:00
netcheck_test.go feat: add server flag to force DERP to use always websockets (#9238) 2023-08-24 17:22:31 +00:00
parameter.go chore: add /v2 to import module path (#9072) 2023-08-18 18:55:43 +00:00
parameter_internal_test.go feat(cli): provide parameter values via command line (#8898) 2023-08-09 13:00:25 +02:00
parameterresolver.go fix: prompt when parameter options are incompatible (#9247) 2023-08-23 18:18:38 +02:00
ping.go chore: add /v2 to import module path (#9072) 2023-08-18 18:55:43 +00:00
ping_test.go chore: add /v2 to import module path (#9072) 2023-08-18 18:55:43 +00:00
portforward.go chore: add /v2 to import module path (#9072) 2023-08-18 18:55:43 +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 refactor: change template archive extraction to be on provisioner (#9264) 2023-08-25 06:10:15 +00:00
publickey.go chore: add /v2 to import module path (#9072) 2023-08-18 18:55:43 +00:00
publickey_test.go chore: add /v2 to import module path (#9072) 2023-08-18 18:55:43 +00:00
remoteforward.go chore: add /v2 to import module path (#9072) 2023-08-18 18:55:43 +00:00
rename.go chore: add /v2 to import module path (#9072) 2023-08-18 18:55:43 +00:00
rename_test.go chore: add /v2 to import module path (#9072) 2023-08-18 18:55:43 +00:00
resetpassword.go chore: add /v2 to import module path (#9072) 2023-08-18 18:55:43 +00:00
resetpassword_test.go chore: add /v2 to import module path (#9072) 2023-08-18 18:55:43 +00:00
restart.go chore: add /v2 to import module path (#9072) 2023-08-18 18:55:43 +00:00
restart_test.go refactor: change template archive extraction to be on provisioner (#9264) 2023-08-25 06:10:15 +00:00
root.go fix: prompt when parameter options are incompatible (#9247) 2023-08-23 18:18:38 +02: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: fix flake in TestDERPHeaders (#9262) 2023-08-23 21:03:39 +10:00
schedule.go chore: add /v2 to import module path (#9072) 2023-08-18 18:55:43 +00:00
schedule_internal_test.go feat: cli: consolidate schedule-related commands (#2402) 2022-06-16 18:24:10 +01:00
schedule_test.go chore: add /v2 to import module path (#9072) 2023-08-18 18:55:43 +00:00
server.go refactor: change template archive extraction to be on provisioner (#9264) 2023-08-25 06:10:15 +00:00
server_createadminuser.go chore: add /v2 to import module path (#9072) 2023-08-18 18:55:43 +00:00
server_createadminuser_test.go chore: add /v2 to import module path (#9072) 2023-08-18 18:55:43 +00:00
server_slim.go chore: add /v2 to import module path (#9072) 2023-08-18 18:55:43 +00:00
server_test.go chore: add /v2 to import module path (#9072) 2023-08-18 18:55:43 +00:00
show.go chore: add /v2 to import module path (#9072) 2023-08-18 18:55:43 +00:00
show_test.go refactor: change template archive extraction to be on provisioner (#9264) 2023-08-25 06:10:15 +00: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 chore: add /v2 to import module path (#9072) 2023-08-18 18:55:43 +00:00
ssh.go chore: add /v2 to import module path (#9072) 2023-08-18 18:55:43 +00: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 refactor: change template archive extraction to be on provisioner (#9264) 2023-08-25 06:10:15 +00:00
ssh_windows.go feat(cli): implement ssh remote forward (#8515) 2023-07-20 12:05:39 +02:00
start.go chore: add /v2 to import module path (#9072) 2023-08-18 18:55:43 +00:00
start_test.go refactor: change template archive extraction to be on provisioner (#9264) 2023-08-25 06:10:15 +00: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 refactor: change template archive extraction to be on provisioner (#9264) 2023-08-25 06:10:15 +00:00
stop.go chore: add /v2 to import module path (#9072) 2023-08-18 18:55:43 +00:00
templatecreate.go docs: expand on TTL flags (#9286) 2023-08-25 13:39:12 -04:00
templatecreate_test.go refactor: change template archive extraction to be on provisioner (#9264) 2023-08-25 06:10:15 +00:00
templatedelete.go chore: add /v2 to import module path (#9072) 2023-08-18 18:55:43 +00:00
templatedelete_test.go chore: add /v2 to import module path (#9072) 2023-08-18 18:55:43 +00:00
templateedit.go docs: expand on TTL flags (#9286) 2023-08-25 13:39:12 -04:00
templateedit_test.go chore: rename locked to dormant (#9290) 2023-08-24 13:25:54 -05:00
templateinit.go chore: add /v2 to import module path (#9072) 2023-08-18 18:55:43 +00: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: add /v2 to import module path (#9072) 2023-08-18 18:55:43 +00:00
templateplan.go chore: add /v2 to import module path (#9072) 2023-08-18 18:55:43 +00:00
templatepull.go fix: fix coder template pull on Windows (#9327) 2023-08-25 10:58:13 +00:00
templatepull_test.go fix: fix coder template pull on Windows (#9327) 2023-08-25 10:58:13 +00:00
templatepush.go chore: add /v2 to import module path (#9072) 2023-08-18 18:55:43 +00:00
templatepush_test.go refactor: change template archive extraction to be on provisioner (#9264) 2023-08-25 06:10:15 +00:00
templates.go chore: add /v2 to import module path (#9072) 2023-08-18 18:55:43 +00:00
templatevariables.go chore: add /v2 to import module path (#9072) 2023-08-18 18:55:43 +00:00
templateversions.go chore: add /v2 to import module path (#9072) 2023-08-18 18:55:43 +00:00
templateversions_test.go chore: add /v2 to import module path (#9072) 2023-08-18 18:55:43 +00: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 chore: add /v2 to import module path (#9072) 2023-08-18 18:55:43 +00:00
update_test.go ci: lint against `dupl` (#9357) 2023-08-27 11:42:51 -05:00
usercreate.go chore: add /v2 to import module path (#9072) 2023-08-18 18:55:43 +00:00
usercreate_test.go chore: add /v2 to import module path (#9072) 2023-08-18 18:55:43 +00:00
userlist.go chore: add /v2 to import module path (#9072) 2023-08-18 18:55:43 +00:00
userlist_test.go chore: add /v2 to import module path (#9072) 2023-08-18 18:55:43 +00:00
users.go chore: add /v2 to import module path (#9072) 2023-08-18 18:55:43 +00:00
userstatus.go chore: add /v2 to import module path (#9072) 2023-08-18 18:55:43 +00:00
userstatus_test.go chore: add /v2 to import module path (#9072) 2023-08-18 18:55:43 +00:00
util.go chore: add /v2 to import module path (#9072) 2023-08-18 18:55:43 +00:00
util_internal_test.go feat: cli: consolidate schedule-related commands (#2402) 2022-06-16 18:24:10 +01:00
version.go chore: add /v2 to import module path (#9072) 2023-08-18 18:55:43 +00:00
version_test.go chore: add /v2 to import module path (#9072) 2023-08-18 18:55:43 +00:00
vscodessh.go chore: add /v2 to import module path (#9072) 2023-08-18 18:55:43 +00:00
vscodessh_test.go chore: add /v2 to import module path (#9072) 2023-08-18 18:55:43 +00:00