-
-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
extract the codespace you are running on
> gh cs view --json name | ConvertFrom-Json | select -ExpandProperty name
fuzzy-waffle-v6v6gqgj7vjx3x7w5This will allow to pipe this command to Remove-CodeSpace
Get-Codespace | Remove-CodespaceEquivalent to
gh cs delete -c $(gh cs view --json name | ConvertFrom-Json | select -ExpandProperty name)Metadata
Metadata
Assignees
Labels
No labels