[0.7.0] - 2022-10-20
Added
- Add
--secret
option to CLI to allow binding Secrets to app environment variables when running in the cloud (#14612) - Added support for adding descriptions to commands either through a docstring or the
DESCRIPTION
attribute (#15193 - Added option to add custom meta tags to the UI container (#14915)
- Added support to pass a
LightningWork
to theLightningApp
(#15215
Changed
- Allowed root path to run the app on
/path
(#14972)