- Notifications
You must be signed in to change notification settings - Fork925
Description
If there is acoder_app
in a template, allow thecoder open
CLI command to open an app. It should use the default browser.
For example, if my workspace is claude-win and I want to open thecode-server
app:
coder open claude-win code-server
Refer tocreateAppLinkHref
for how the frontend does the links in the dashboard.
Keep in mind that different templates have different apps, so the help text here needs to support any generic app name.@coder