Skip to content

Commit 875cbec

Browse files
author
Your Name
committed
Update workspace documentation again
1 parent 71fee3f commit 875cbec

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

cecli/website/docs/config/workspaces.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ description: Workspaces allow you to work across multiple related repositories s
55
---
66
# Workspaces
77

8-
Workspaces allow you to manage multiple independent git repositories within isolated environments. The system initializes workspaces with specified branches as git worktrees, enabling parallel development across multiple projects.
8+
Workspaces allow you to manage multiple git repositories within a single monorepo-like folder structure, enabling development across multiple related projects.
99

1010
## Configuration
1111

@@ -75,5 +75,6 @@ If the workspace does not exist, `cecli` will create the directory structure at
7575
7676
## Arguments
7777
78-
- `--workspaces <file>`: Provide a JSON/YAML configuration or file path for workspace initialization.
79-
- `--workspace-name <name>`: Specify the workspace name to activate from the configuration.
78+
`--workspaces <file>`: Provide a JSON/YAML configuration or file path for workspace initialization.
79+
80+
`--workspace-name <name>`: Specify the workspace name to activate from the configuration.

0 commit comments

Comments
 (0)