October 29th Updates
New File Manager, Watch Project, Json to Env Nodejs package.
Hurray!! ๐๐ This update is packed with new features we implemented over the weekend.
New File Manager
The new Project File Manager gives a table view of your files and folders. This is necessary when files get up to 1000+ in a folder. ๐ง You will have paginated results of your files and folder 25/25 respectively with a load more button for folders and a numbered pagination for files. ๐
Watch Project
Before now you could only get event alerts on files for file.updated
and file.deleted
events.
Now, you can watch a project for events that happens in a project via webhooks
The events currently supported are
file.created
=> Fires when a new file is created.file.updated
=> Fires when any file in the project is updated.file.deleted
=> Fires when any file in the project is deleted.
Json to Env
A node CLI package to load your env variables from the cloud. See the blog post about it here: Load your env from the cloud
ย