Orca ws init
orca ws init
Initialises a workspace.
Synopsis
Initialises a new workspace with orca. Either a local directory or a git repository can be supplied. When using a local directory, will locate an orca workspace config and clone the relevant projects. When using a git url, will clone the given repository, and then clone any other required repositories based on an orca workspace file within the repo.
Options
-c, --config string The name of the workspace config file within the source. (default "orca.workspace.yaml")
-h, --help help for init
-s, --source string The directory of the workspace configuration. (default "/home/runner/work/orca/orca")
-t, --target string The directory to store the workspace projects. (default "/home/runner/work/orca")
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.