fabro/lib
Scott Werner a00b95abe0 Report available environments when default is missing
When `fabro run` or `fabro create` omits `--environment` and the server
has no environment named `default`, the CLI previously failed with only
"could not retrieve environment `default`". It now lists the server's
environment catalog in the error so the user can pass an explicit
`--environment <id>` or create the missing `default` entry. Explicit
`--environment` lookups keep their existing not-found message.

Adds `Client::list_environments` to fabro-client for the catalog read.

Co-Authored-By: Claude Fable 5.1 <noreply@anthropic.com>
2026-09-03 12:56:47 -04:00
..
apps Report available environments when default is missing 2026-09-03 12:56:47 -04:00
components Merge pull request #838 from fabro-sh/codex/persist-pre-start-worker-failures 2026-09-03 12:48:39 -04:00
foundation Report available environments when default is missing 2026-09-03 12:56:47 -04:00
packages/fabro-api-client Merge pull request #825 from swerner/codex/automation-workflow-sources 2026-09-01 12:22:20 -04:00