Utility commands
These are the everyday helpers around a running workbench: finding out what is in it, reaching it, and keeping it current.
| Command | What it does |
|---|---|
| list-components | Print the catalog of languages, services, and features you can add. |
| list-apps | List the apps in a workbench that declare a launch config. |
| port | List the proxy URLs a workbench serves. |
| tunnel | Open a TCP tunnel from the host to a service inside the container. |
| share | Expose an app to your local network over HTTPS, for a phone or another device. |
| logs | Tail logs from a service or a long-running app. |
| check | Report what an agent got wrong: an unregistered project, compose drift, an unreachable server. |
| upgrade | Refresh tooling and the runtime base to the latest. |