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
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -360,6 +360,7 @@ The top-level public command inventory remains visible here:
- `basectl demo [project]`
- `basectl run [project] <command>`
- `basectl export-context [project]`
- `basectl logs [options]`
- `basectl devcontainer [project]`
- `basectl devenv-report [project]`
- `basectl docs`
Expand Down
3 changes: 1 addition & 2 deletions docs/command-reference.md
Original file line number Diff line number Diff line change
Expand Up @@ -257,8 +257,6 @@ daily project loop commands from the local checkout.

## Detailed Product Layers And Shipped Commands

+## Product Layers And Shipped Commands

> **Deep reference:** This section is intentionally skippable on a first read.
> It preserves the detailed command and runtime reference for contributors and
> evaluators; start with [Quickstart](../README.md#quickstart), then use the focused
Expand Down Expand Up @@ -310,6 +308,7 @@ Current implemented commands include:
- `basectl demo [project]`
- `basectl run [project] <command>`
- `basectl export-context [project]`
- `basectl logs [options]`
- `basectl devcontainer [project]`
- `basectl devenv-report [project]`
- `basectl docs`
Expand Down
Loading