Skip to content

Orca ws clone

orca ws clone

Clones all the projects required for this workspace.

Synopsis

Based on the workspace config will clone each repository required by the workspace. This can be run at any time to clone any projects that have not already been cloned. The project option allows you to clone only a specific project.

orca ws clone [flags]

Options

  -h, --help               help for clone
  -p, --project string     The name of the project within the workspace to run this command for.
  -t, --target string      The directory in which to clone the project(s). 
                           If multiple projects are being cloned, then it will place them in {target}/{repo name}.
                           If a single project is being clone then it will be cloned into {target}.
  -w, --workspace string   The name of the workspace to run this command for.

Options inherited from parent commands

      --log-format string   log format to use (default "text")
      --log-level string    Log level to use, one of: debug, info, warn, error, none. Defaults to none, as most errors are already surfaced anyway. (default "none")

SEE ALSO

  • orca ws - Commands related to managing workspaces.
Auto generated by spf13/cobra on 27-Oct-2025