CLI command restructuring
The CLI command tree has been reorganized for consistency and discoverability. Sandbox-related commands (cp, ssh, preview) now live under fabro sandbox, the server command is now fabro server start, settings are shown with fabro settings, and the deprecated fabro init command has been removed.
Shell completions
You can now generate shell completions for Bash, Zsh, Fish, Elvish, and PowerShell using the newfabro completion subcommand.
More
CLI
CLI
- Added
fabro completionsubcommand for Bash, Zsh, Fish, Elvish, and PowerShell - Added help text snapshots for all subcommands
Improvements
Improvements
- Typed
RunIdused consistently across the codebase
Fixes
Fixes
- Fixed cli-table ignoring
NO_COLORenvironment variable