See exactly what changed with --verbose
fyra-cli v0.3.9 adds a --verbose (or -v) flag to fyra push. Pass it and the push summary ends with a categorized list of every uploaded, deleted, and ignored file.
Useful when an aggressive .gitignore is hiding something, when you’re chasing a diff that didn’t land, or when you want to confirm a cleanup removed what you expected.
$
fyra push --verbose
deploy
$ fyra push --verbose
Scanning my-app...
Packing 3 files (48 KB)
Uploading... 48 KB sent
Deploying on server...
Done: https://my-app.apps.fyra.sh
Uploaded:
index.html
styles/main.css
Deleted:
old-page.html
Ignored:
.DS_Store
node_modules/
.deploy.yaml
Empty sections are omitted, so a clean redeploy stays quiet. Output is sorted alphabetically so you can scan it and paste into a ticket.
Existing users can run fyra update to pick this up, or download the v0.3.9 release directly.