gk workspace delete
Delete a workspace
gk workspace delete [flags]
Examples
# Delete a workspace with confirmation
$ gk ws delete
# Delete a specific workspace
$ gk ws delete -t wsName
# Delete a specific workspace and all repositories within workspace
$ gk ws delete -t wsName -a
# Delete specific repositories from a workspace
$ gk ws delete -t wsName -r repo1,repo2,repo3
Options
-a, --all Skip selection and delete all repositories
-h, --help help for delete
-r, --repos stringArray Specify which workspace repositories will be deleted.
-t, --target string Specify which workspace will be deleted.
Options inherited from parent commands
-s, --select-ws Skip the default workspace for this action and force a workspace selection
SEE ALSO
- gk workspace - Interact with your workspaces. Alias: ‘ws’