Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Merged
kacpersaw merged 4 commits intomainfromkacpersaw/feat-coder-attach-cli
Aug 19, 2025

Conversation

kacpersaw
Copy link
Contributor

@kacpersawkacpersaw commentedAug 11, 2025
edited
Loading

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

@kacpersawkacpersaw changed the titlefeat(cli): add external-workspaces CLI command to create, list and manage external workspacesfeat(cli): add external-workspaces CLI commandAug 11, 2025
@kacpersawkacpersaw changed the titlefeat(cli): add external-workspaces CLI commandfeat(cli): add enterprise external-workspaces CLI commandAug 11, 2025
@kacpersawkacpersawforce-pushed thekacpersaw/feat-coder-attach-cli branch from1d9ad42 to2b42673CompareAugust 11, 2025 15:40
@kacpersawkacpersawforce-pushed thekacpersaw/feat-coder-attach-api branch fromb641ffe to07a9c42CompareAugust 11, 2025 15:40
@kacpersawkacpersaw marked this pull request as ready for reviewAugust 12, 2025 06:43
@kacpersawkacpersawforce-pushed thekacpersaw/feat-coder-attach-cli branch 2 times, most recently from039892b toe1fd6e8CompareAugust 12, 2025 12:44
@kacpersawkacpersawforce-pushed thekacpersaw/feat-coder-attach-api branch from60cccc2 to0cf5381CompareAugust 12, 2025 12:44
@kacpersawkacpersawforce-pushed thekacpersaw/feat-coder-attach-cli branch frome1fd6e8 toe7e9376CompareAugust 12, 2025 13:13
varErrNoPresetFound=xerrors.New("no preset found")

func (r*RootCmd)create()*serpent.Command {
typeCreateOptionsstruct {
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others.Learn more.

Maybe you should put a comment here explaining what these are for. E.g. "CreateOptions provides middleware for the workspace creation command so it can be extended for other create commands."

@kacpersawkacpersawforce-pushed thekacpersaw/feat-coder-attach-cli branch 2 times, most recently fromd36771a tocec9a8dCompareAugust 13, 2025 10:06
@kacpersawkacpersawforce-pushed thekacpersaw/feat-coder-attach-api branch from4e94ed6 to5a0bf15CompareAugust 13, 2025 10:42
@kacpersawkacpersawforce-pushed thekacpersaw/feat-coder-attach-cli branch 2 times, most recently fromac11687 to515fd53CompareAugust 13, 2025 12:08
@kacpersawkacpersawforce-pushed thekacpersaw/feat-coder-attach-api branch from5a0bf15 toed93d09CompareAugust 13, 2025 12:08
@kacpersawkacpersawforce-pushed thekacpersaw/feat-coder-attach-cli branch 3 times, most recently fromd5f8141 toae3f780CompareAugust 18, 2025 12:52
@kacpersawkacpersawforce-pushed thekacpersaw/feat-coder-attach-api branch frombcd7ad2 toc143ef7CompareAugust 18, 2025 12:52
@kacpersawGraphite App
Copy link
ContributorAuthor

kacpersaw commentedAug 19, 2025
edited
Loading

Merge activity

  • Aug 19, 8:29 AM UTC: A user started a stack merge that includes this pull request viaGraphite.
  • Aug 19, 8:43 AM UTC:Graphite rebased this pull request as part of a merge.
  • Aug 19, 8:52 AM UTC:@kacpersaw merged this pull request withGraphite.

@kacpersawkacpersaw changed the base branch fromkacpersaw/feat-coder-attach-api tographite-base/19287August 19, 2025 08:30
@kacpersawkacpersaw changed the base branch fromgraphite-base/19287 tomainAugust 19, 2025 08:41
@kacpersawkacpersawforce-pushed thekacpersaw/feat-coder-attach-cli branch fromae3f780 to9bd7ae5CompareAugust 19, 2025 08:42
@kacpersawkacpersaw merged commit7b1dcd9 intomainAug 19, 2025
29 checks passed
@kacpersawkacpersaw deleted the kacpersaw/feat-coder-attach-cli branchAugust 19, 2025 08:52
@github-actionsgithub-actionsbot locked and limited conversation to collaboratorsAug 19, 2025
pty.ExpectMatch("export CODER_AGENT_TOKEN=")
pty.ExpectMatch("curl -fsSL")

<-doneChan
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others.Learn more.

Seetestutil/chan.go for some helpful methods here.

Sign up for freeto subscribe to this conversation on GitHub. Already have an account?Sign in.
Reviewers

@johnstcnjohnstcnjohnstcn left review comments

@deansheatherdeansheatherdeansheather approved these changes

@aslilacaslilacAwaiting requested review from aslilac

@spikecurtisspikecurtisAwaiting requested review from spikecurtis

Assignees

@kacpersawkacpersaw

Labels
None yet
Projects
None yet
Milestone
No milestone
Development

Successfully merging this pull request may close these issues.

3 participants
@kacpersaw@johnstcn@deansheather

[8]ページ先頭

©2009-2025 Movatter.jp