Skip to content

feat(cli): add enterprise external-workspaces CLI command #19287

New issue

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

Open
wants to merge 2 commits into
base: kacpersaw/feat-coder-attach-api
Choose a base branch
from

Conversation

kacpersaw
Copy link
Contributor

@kacpersaw kacpersaw commented Aug 11, 2025

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 - Retrieves agent connection instruction
    • Example: coder external-workspaces agent-instructions ext-workspace main --output=json

Copy link
Contributor Author

kacpersaw commented Aug 11, 2025

@kacpersaw kacpersaw changed the title feat(cli): add external-workspaces CLI command to create, list and manage external workspaces feat(cli): add external-workspaces CLI command Aug 11, 2025
@kacpersaw kacpersaw changed the title feat(cli): add external-workspaces CLI command feat(cli): add enterprise external-workspaces CLI command Aug 11, 2025
@kacpersaw kacpersaw force-pushed the kacpersaw/feat-coder-attach-cli branch from 1d9ad42 to 2b42673 Compare August 11, 2025 15:40
@kacpersaw kacpersaw force-pushed the kacpersaw/feat-coder-attach-api branch from b641ffe to 07a9c42 Compare August 11, 2025 15:40
@kacpersaw kacpersaw marked this pull request as ready for review August 12, 2025 06:43
@kacpersaw kacpersaw requested a review from deansheather August 12, 2025 06:44
@kacpersaw kacpersaw force-pushed the kacpersaw/feat-coder-attach-cli branch 2 times, most recently from 039892b to e1fd6e8 Compare August 12, 2025 12:44
@kacpersaw kacpersaw force-pushed the kacpersaw/feat-coder-attach-api branch from 60cccc2 to 0cf5381 Compare August 12, 2025 12:44
@kacpersaw kacpersaw force-pushed the kacpersaw/feat-coder-attach-cli branch from e1fd6e8 to e7e9376 Compare August 12, 2025 13:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant