Skip to content
This repository was archived by the owner on Aug 30, 2024. It is now read-only.

feat: Allow making a workspace for another user as an admin #427

Merged
merged 7 commits into from
Sep 9, 2021

Conversation

Emyrk
Copy link
Member

@Emyrk Emyrk commented Sep 3, 2021

What this does

Adds a --user on creating a workspace for another user. Must be an admin/manager to do this.

Admin flow

Create a workspace for a user

coder workspaces create test --cpu 1 --disk 1 --memory 1 --image ubuntu --user [email protected]

Watch it build

coder workspaces watch-build base-img --user [email protected]

View the workspace

coder workspaces ls --user [email protected] 

Delete the workspace

coder workspaces rm --user [email protected] test

@shortcut-integration
Copy link

@Emyrk Emyrk marked this pull request as ready for review September 3, 2021 16:30
@Emyrk Emyrk requested a review from deansheather September 3, 2021 16:30
@Emyrk Emyrk merged commit edf70b9 into main Sep 9, 2021
@Emyrk Emyrk deleted the stevenmasley/ch13817/masqurade_party branch September 9, 2021 15:06
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants