mirror of
https://github.com/coder/coder.git
synced 2026-06-03 21:18:24 +00:00
7b1dcd9846
This pull request introduces support for external workspace management, allowing users to register and manage workspaces that are provisioned and managed outside of the Coder. * coder external-workspaces create - Creates a new external workspace (this command extends coder create) * Example: coder external-workspaces create ext-workspace --template=externally-managed-workspace -y * Checks if template has coder_external_agent resource before creating a workspace * coder external-workspaces list - Lists all external workspaces * coder external-workspaces agent-instructions <workspace name> <agent name> - Retrieves agent connection instruction * Example: coder external-workspaces agent-instructions ext-workspace main --output=json
1.6 KiB
Generated
1.6 KiB
Generated
external-workspaces list
List external workspaces
Aliases:
- ls
Usage
coder external-workspaces list [flags]
Options
-a, --all
| Type | bool |
Specifies whether all workspaces will be listed or not.
--search
| Type | string |
| Default | owner:me |
Search for a workspace with a query.
-c, --column
| Type | [favorite|workspace|organization id|organization name|template|status|healthy|last built|current version|outdated|starts at|starts next|stops after|stops next|daily cost] |
| Default | workspace,template,status,healthy,last built,current version,outdated |
Columns to display in table output.
-o, --output
| Type | table|json |
| Default | table |
Output format.