Skip to content
Merged
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
8 changes: 4 additions & 4 deletions _posts/2026-04-10-west-tips-and-tricks.md
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ you don't need.

Two manifest options that help a lot here:

**`name-allowlist`** Only import the named projects from the upstream
**`name-allowlist`** - Only import the named projects from the upstream
manifest:

```yaml
Expand All @@ -105,7 +105,7 @@ This is
and is probably the most useful thing you can do to keep workspace
initialization fast.

**`path-prefix`** Put all imported projects under a common subdirectory
**`path-prefix`** - Put all imported projects under a common subdirectory
instead of the workspace root. Keeps things tidy:

```yaml
Expand Down Expand Up @@ -276,8 +276,8 @@ make a contribution upstream!
## Resolving the manifest to exact SHAs

West manifests typically reference branches or tags, which can drift over time.
To capture a fully-resolved snapshot with exact commit SHAs useful for
reproducible builds or auditing use:
To capture a fully-resolved snapshot with exact commit SHAs - useful for
reproducible builds or auditing - use:

```bash
west manifest --resolve
Expand Down
Loading