Skip to content
Open
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: 10 additions & 1 deletion docs/execution-model.md
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,8 @@ The umbrella command implementation lives at:
$BASE_HOME/cli/bash/commands/basectl/basectl.sh
```

It owns the current Base subcommands:
It owns the current Base subcommands. The canonical, always-current command
list is `basectl --help`; this list summarizes the shipped public surface:

- `setup`
- `check`
Expand All @@ -166,6 +167,14 @@ It owns the current Base subcommands:
- `activate`
- `test`
- `run`
- `demo`
- `repo`
- `logs`
- `workspace`
- `onboard`
- `gh`
- `config`
- `update`
- `projects list`
- `update-profile`
- `version`
Expand Down
Loading