coder/cli
Kyle Carberry ccba2ba99d
fix: Remove line length limit on MacOS for input prompts (#839)
This caused inputs to be truncated on MacOS terminals.
2022-04-03 18:09:55 +00:00
..
cliflag chore: fix linter (#629) 2022-03-28 19:50:59 +00:00
clitest feat: Add agent authentication based on instance ID (#336) 2022-02-21 20:36:29 +00:00
cliui fix: Remove line length limit on MacOS for input prompts (#839) 2022-04-03 18:09:55 +00:00
config chore: remove usage of ioutil (#642) 2022-03-29 14:59:32 -05:00
configssh.go chore: update v1 schema (#643) 2022-04-01 14:42:36 -05:00
configssh_test.go chore: update v1 schema (#643) 2022-04-01 14:42:36 -05:00
login.go chore: update v1 schema (#643) 2022-04-01 14:42:36 -05:00
login_test.go feat: Add templates to create working release (#422) 2022-03-22 13:17:50 -06:00
parametercreate.go chore: Move httpapi, httpmw, & database into `coderd` (#568) 2022-03-25 16:07:45 -05:00
parameterdelete.go feat: Add templates to create working release (#422) 2022-03-22 13:17:50 -06:00
parameterlist.go feat: Add templates to create working release (#422) 2022-03-22 13:17:50 -06:00
parameters.go chore: update v1 schema (#643) 2022-04-01 14:42:36 -05:00
projectcreate.go feat: Add config-ssh command (#735) 2022-03-30 17:59:54 -05:00
projectcreate_test.go chore: Move httpapi, httpmw, & database into `coderd` (#568) 2022-03-25 16:07:45 -05:00
projectedit.go feat: Add templates to create working release (#422) 2022-03-22 13:17:50 -06:00
projectinit.go feat: Add templates to create working release (#422) 2022-03-22 13:17:50 -06:00
projectinit_test.go feat: Add UI for awaiting agent connections (#578) 2022-03-28 19:19:28 -05:00
projectlist.go feat: Refactor API routes to use UUIDs instead of friendly names (#401) 2022-03-07 11:40:54 -06:00
projectplan.go feat: Add "coder" CLI (#221) 2022-02-10 08:33:27 -06:00
projects.go chore: Move httpapi, httpmw, & database into `coderd` (#568) 2022-03-25 16:07:45 -05:00
projectupdate.go chore: Move httpapi, httpmw, & database into `coderd` (#568) 2022-03-25 16:07:45 -05:00
projectversions.go feat: Add templates to create working release (#422) 2022-03-22 13:17:50 -06:00
root.go chore: update v1 schema (#643) 2022-04-01 14:42:36 -05:00
ssh.go fix: use `golang.org/x/term` instead of `golang.org/x/crypto/ssh/terminal` (#837) 2022-04-01 21:25:46 +00:00
ssh_test.go chore: update v1 schema (#643) 2022-04-01 14:42:36 -05:00
start.go chore: update v1 schema (#643) 2022-04-01 14:42:36 -05:00
start_test.go chore: update v1 schema (#643) 2022-04-01 14:42:36 -05:00
tunnel.go feat: Add templates to create working release (#422) 2022-03-22 13:17:50 -06:00
users.go feat: Add "coder" CLI (#221) 2022-02-10 08:33:27 -06:00
workspaceagent.go feat: Add UI for awaiting agent connections (#578) 2022-03-28 19:19:28 -05:00
workspaceagent_test.go chore: update v1 schema (#643) 2022-04-01 14:42:36 -05:00
workspacecreate.go chore: update v1 schema (#643) 2022-04-01 14:42:36 -05:00
workspacecreate_test.go fix: Parse prompt input JSON using object or array chars (#538) 2022-03-23 20:12:40 -05:00
workspacedelete.go chore: update v1 schema (#643) 2022-04-01 14:42:36 -05:00
workspacelist.go chore: update v1 schema (#643) 2022-04-01 14:42:36 -05:00
workspaces.go chore: update v1 schema (#643) 2022-04-01 14:42:36 -05:00
workspaceshow.go chore: update v1 schema (#643) 2022-04-01 14:42:36 -05:00
workspacestart.go chore: update v1 schema (#643) 2022-04-01 14:42:36 -05:00
workspacestop.go chore: update v1 schema (#643) 2022-04-01 14:42:36 -05:00
workspaceupdate.go chore: update v1 schema (#643) 2022-04-01 14:42:36 -05:00