Skip to content

Commit 16c37f1

Browse files
committed
fix: use correct CLI syntax for per-repo install in ADR 35
Per-repo mode uses a positional argument (fullsend admin install <owner/repo>), not a --repo flag. Signed-off-by: Wayne Sun <gsun@redhat.com>
1 parent cf8bb3f commit 16c37f1

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

docs/ADRs/0035-layered-content-resolution.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -47,11 +47,12 @@ Three coordinated changes, applied uniformly to both installation modes
4747
`harness/`, `policies/`, `scripts/`, `env/`) containing `.gitkeep` files. The
4848
location differs by install mode:
4949

50-
- **Per-org** (`fullsend admin install`): `customized/` in the org-level
50+
- **Per-org** (`fullsend admin install <org>`): `customized/` in the org-level
5151
`<org>/.fullsend` repo. Orgs add overrides here that apply to all enrolled
5252
repos.
53-
- **Per-repo** (`fullsend admin install --repo`): `.fullsend/customized/` in
54-
the target repo itself. The repo adds overrides that apply only to that repo.
53+
- **Per-repo** (`fullsend admin install <owner/repo>`): `.fullsend/customized/`
54+
in the target repo itself. The repo adds overrides that apply only to that
55+
repo.
5556

5657
In both cases the main dirs (`agents/`, `skills/`, etc.) are not committed —
5758
they are populated at runtime from upstream.

0 commit comments

Comments
 (0)