fabro/lib/apps/fabro-cli/tests/it
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
..
cmd Report available environments when default is missing 2026-09-03 12:56:47 -04:00
scenario Fix CLI RunIntent producer CI failures 2026-09-01 16:14:34 -04:00
support Fix CLI RunSpec test fixtures 2026-08-24 12:17:47 -04:00
workflow Harden CLI run intent creation 2026-09-01 17:08:34 -04:00
main.rs refactor: organize crates into three layers 2026-07-23 17:59:34 -04:00