gk workspace remove-repos
Remove repositories from a workspace
gk workspace remove-repos [flags]
Examples
# Delete specific repositories from a workspace
$ gk ws remove-repos -r repo1,repo2,repo3
Options
-a, --all Skip selection and remove all repositories from a workspace
-d, --delete-local Delete files and folders from the repository as well
-h, --help help for remove-repos
-r, --repos stringArray Specify which workspace repositories 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’