Skip to content

Commit 7aaffa2

Browse files
committed
docs(ci): documenter les formes --workspace pour bcasl
1 parent 93eb508 commit 7aaffa2

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

docs/ci_cd_ark_cli.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -104,10 +104,14 @@ $ARK_BIN workspace entrypoint-clear "$WORKSPACE_DIR" --json
104104
- `bcasl run` (optional)
105105
- include BCASL plugin execution in pipeline when needed
106106
- recommended through wrapper flags: `--with-bcasl` / `--no-bcasl`
107+
- supports both forms: `bcasl run /path/to/workspace` and `bcasl run --workspace /path/to/workspace`
107108

108109
- `engine compile`
109110
- compiles the resolved entrypoint with the selected engine
110111
- returns non-zero on build failure, even in `--json` mode (pipeline-friendly)
112+
113+
- `bcasl doctor`
114+
- supports both forms: `bcasl doctor /path/to/workspace` and `bcasl doctor --workspace /path/to/workspace`
111115
- `engine config set/reset`
112116
- lets CI apply or reset workspace engine options without opening GUI
113117
- `venv status/use-system/use-venv/install-req`

0 commit comments

Comments
 (0)