✨ v0.28.0
Vizzly CLI v0.28.0
What's Changed
Removed
- Project linking system — Simplified the authentication model by removing the per-directory project mapping commands:
- Removed
vizzly project:select,vizzly project:list,vizzly project:token, andvizzly project:removecommands - Removed the Projects tab from the TDD dashboard
- The simpler auth paths (
vizzly loginfor interactive andVIZZLY_TOKENfor CI) now cover all use cases
- Removed
Changed
vizzly comparisonscommand — Added--project <slug>filter option to match the existing pattern in thevizzly buildscommand
Migration Guide
If you were using vizzly project:select or project mappings:
- Use
vizzly loginfor interactive authentication (recommended for local development) - Use
VIZZLY_TOKENenvironment variable or--tokenflag for CI/CD environments - You can still browse and filter projects via
vizzly projectsandvizzly builds --project <slug>
Full Changelog: v0.27.1...v0.28.0