GitKraken CLI

gk workspace update

Update a workspace

Synopsis

Update allows you to modify an existing workspace. You can add or remove repositories, update descriptions, and switch between cloud and local configurations for a workspace.

gk workspace update [flags]

Examples


  gk workspace update <name> [flags]
  gk ws update <name> [flags]
  
  Example: Add two new repositories to workspace, amazing
  gk ws update amazing --add-repos <path>,<path>

Options

      --add-members strings      Comma-separated list of Gitkraken usernames or emails to add to the workspace
      --add-repos strings        Comma-separated list of repositories to add to the workspace
      --add-teams strings        Comma-separated list of Gitkraken team names to add to the workspace
      --azure-org string         Set your Azure organization
      --azure-project string     Set your Azure project name
  -c, --cloud                    Convert local workspace to cloud, enabling easier sharing and protecting local work
  -d, --description string       New workspace description
  -h, --help                     help for update
  -n, --name string              Name to update the workspace to
      --remove-members strings   Comma-separated list of Gitkraken usernames to remove from the workspace
      --remove-repos strings     Comma-separated list of repositories to remove from the workspace
      --remove-teams strings     Comma-separated list of Gitkraken team names to remove from the workspace

SEE ALSO

  • gk workspace - Interact with your workspaces. Alias: ‘ws’
Auto generated by spf13/cobra on 30-Jun-2025

© 2023 Axosoft, LLC DBA GitKraken