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
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,16 @@ basectl demo base -- --non-interactive
basectl test base
```

To inspect a small, real Base-managed project, clone
[`codeforester/base-demo`](https://github.com/codeforester/base-demo) next to
Base and run its walkthrough:

```bash
git clone https://github.com/codeforester/base-demo.git
basectl setup base-demo
basectl demo base-demo
```

Success looks like a workspace where each participating project has a
`base_manifest.yaml`, appears in `basectl projects list`, can be checked with
`basectl check <project>`, and can run its declared test command through
Expand Down
Loading