v0.6.6

facebookresearch/tribev2v0.6.6Oct 24, 2024by MightyMoud

AI Summary

This release migrates preview-related commands to the 'tea' framework (TUI), removes the deploy preview command, and adds a preview rm command. It also refactors TUI code and updates encryption handling.

Key Highlights

  • Migrated `preview` and `preview ls` commands to tea
  • Added `preview rm` command
  • Deleted `deploy preview` command
  • Refactored TUI code to be shared
  • Updated encryption method and handled new env secretKey with sops

Breaking Changes

  • Deleted `deploy preview` command

New Features

  • preview rm command

Full Release Notes

## Summary
* Migrate preview command to tea
* Migrate preview ls command to tea
* Delete deploy preview command
* Add preview rm command using tea

## Changelog
* c4cf7db Added prview rm
* d797ee1 Change encryption method
* d6ce98e Fix preview rm and preview
* d28efe5 Handle new env secretKey with sops
* ee8d984 Refactor TUI code to be shared