- Notifications
You must be signed in to change notification settings - Fork1k
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
Uh oh!
There was an error while loading.Please reload this page.
Conversation
kacpersaw commentedAug 11, 2025 • edited
Loading Uh oh!
There was an error while loading.Please reload this page.
edited
Uh oh!
There was an error while loading.Please reload this page.
1d9ad42
to2b42673
Compareb641ffe
to07a9c42
Compare039892b
toe1fd6e8
Compare60cccc2
to0cf5381
Comparee1fd6e8
toe7e9376
ComparevarErrNoPresetFound=xerrors.New("no preset found") | ||
func (r*RootCmd)create()*serpent.Command { | ||
typeCreateOptionsstruct { |
There was a problem hiding this comment.
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."
Uh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
d36771a
tocec9a8d
Compare4e94ed6
to5a0bf15
Compareac11687
to515fd53
Compare5a0bf15
toed93d09
Compared5f8141
toae3f780
Comparebcd7ad2
toc143ef7
Comparekacpersaw commentedAug 19, 2025 • edited
Loading Uh oh!
There was an error while loading.Please reload this page.
edited
Uh oh!
There was an error while loading.Please reload this page.
Merge activity
|
ae3f780
to9bd7ae5
Compare7b1dcd9
intomainUh oh!
There was an error while loading.Please reload this page.
pty.ExpectMatch("export CODER_AGENT_TOKEN=") | ||
pty.ExpectMatch("curl -fsSL") | ||
<-doneChan |
There was a problem hiding this comment.
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.
Uh oh!
There was an error while loading.Please reload this page.
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.