feat(cli): add fabro docs to landing Set up section

Surfaces the docs website shortcut alongside the other onboarding
commands so new users can find the web docs without hunting through
`fabro help`.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
Bryan Helmkamp 2026-04-17 09:03:40 -04:00
parent afcbb0628a
commit 7bf0c6678e
No known key found for this signature in database
2 changed files with 2 additions and 0 deletions

View file

@ -36,6 +36,7 @@ pub(crate) fn print() {
("repo init", "Initialize Fabro in a repository"),
("server start", "Start the Fabro API server"),
("secret set", "Store a server-owned secret"),
("docs", "Open the docs website in the browser"),
],
cmd_width,
);

View file

@ -79,6 +79,7 @@ fn no_args_prints_curated_landing() {
fabro repo init Initialize Fabro in a repository
fabro server start Start the Fabro API server
fabro secret set Store a server-owned secret
fabro docs Open the docs website in the browser
Run workflows