Secret management from the CLI
Managing API keys and credentials previously meant manually editing~/.fabro/.env. The new fabro secret commands let you get, set, list, and remove secrets directly from the CLI.
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