We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
coder show <workspace>
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Using the API endpoint provided in https://github.com/orgs/coder/projects/41/views/1?pane=issue&itemId=94819818, add support to the coder show <workspace> command to show running devcontainers visible to an agent.
CLI mockup:
$ coder show my-workspace ┌──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────┐ │ RESOURCE STATUS HEALTH VERSION ACCESS │ ├──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────┤ │ docker_container.workspace │ │ └─ agt (linux, amd64) ⦿ connected ✔ healthy v2.18.3-devel+4d9dd0aa9 coder ssh my-workspace.agt │ │ └─ prescient_dormouse (devcontainer) ⦿ connected ✔ healthy - coder ssh my-workspace.agt.prescient_dormouse │ ├──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────┤ │ docker_image.dogfood │ ├──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────┤ │ docker_volume.home_volume │ └──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘
The text was updated successfully, but these errors were encountered:
feat(cli): add display of open ports in coder show (#16464)
695d552
Relates to #16418 -- devcontainers will be shown in a similar manner. Without ports (status quo):  With ports: 
johnstcn
No branches or pull requests
Using the API endpoint provided in https://github.com/orgs/coder/projects/41/views/1?pane=issue&itemId=94819818, add support to the
coder show <workspace>
command to show running devcontainers visible to an agent.CLI mockup:
The text was updated successfully, but these errors were encountered: