Skip to content

✨ v0.28.0

Choose a tag to compare

@github-actions github-actions released this 09 Feb 01:58
· 102 commits to main since this release

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, and vizzly project:remove commands
    • Removed the Projects tab from the TDD dashboard
    • The simpler auth paths (vizzly login for interactive and VIZZLY_TOKEN for CI) now cover all use cases

Changed

  • vizzly comparisons command — Added --project <slug> filter option to match the existing pattern in the vizzly builds command

Migration Guide

If you were using vizzly project:select or project mappings:

  • Use vizzly login for interactive authentication (recommended for local development)
  • Use VIZZLY_TOKEN environment variable or --token flag for CI/CD environments
  • You can still browse and filter projects via vizzly projects and vizzly builds --project <slug>

Full Changelog: v0.27.1...v0.28.0