🎉 Features and Bug Fixes 🎉
- Feature - Add
project delete
command to remove project resources (all environments and apps) (#573) - Feature - Add
app logs
command to display or follow application logs in real time (#620) - Feature - Add
app show
to display application configuration and resources (#538) - Feature - Add
project show
to show you all the apps and environments associated with a project. - Bug fix -
app delete
now ignores applications already deleted from an environment (#606)
🚨 Backwards Incompatible Changes 🚨
- In order to use the new
app logs
feature, you have to delete and recreate existing environments (a new permission was added to the Environment Manager Role). Alternatively, you could add the"logs:DescribeLogStreams"
permission to the environment manager role.