Documentation Index
Fetch the complete documentation index at: https://docs.fabro.sh/llms.txt
Use this file to discover all available pages before exploring further.
Secret management from the CLI
Managing API keys and credentials previously meant manually editing~/.fabro/.env. This release introduced fabro secret commands; later releases made secrets server-owned and write-only.
Repository lifecycle with fabro repo
Project setup commands now live under fabro repo. You can initialize a project with fabro repo init and, when you want to remove Fabro from a project, reverse it with fabro repo deinit — which removes fabro.toml and the fabro/ directory.
fabro init still works but prints a deprecation warning.
More
CLI
CLI
- Moved
fabro inittofabro repo initwith a backwards-compatible deprecation shim - Added
--show-valuesflag tofabro secret listto reveal secret values Later releases removed this flag when secrets became write-only