Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 11 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -155,6 +155,17 @@ Then run Bootstrap with the manifest:
./bootstrap.bash packages.manifest
```

Multiple manifests may be supplied in one invocation:

```bash
./bootstrap.bash core.manifest containers.manifest security.manifest
./bootstrap.bash *.manifest
```

Bootstrap parses, plans, and resolves every supplied manifest before executing
any package operation. If preflight fails, no package changes are made, and the
diagnostic retains the original manifest filename and line number.

To inspect the plan without making package-manager changes:

```bash
Expand Down
Loading
Loading