mirror of
https://github.com/fabro-sh/fabro.git
synced 2026-09-15 23:32:46 +00:00
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> |
||
|---|---|---|
| .. | ||
| commands | ||
| shared | ||
| sleep_inhibitor | ||
| args.rs | ||
| command_context.rs | ||
| gh.rs | ||
| landing.rs | ||
| local_server.rs | ||
| logging.rs | ||
| main.rs | ||
| manifest_args.rs | ||
| server_client.rs | ||
| server_runs.rs | ||
| user_config.rs | ||