October 29th Updates

October 29th Updates

New File Manager, Watch Project, Json to Env Nodejs package.

ยท

1 min read

Hurray!! ๐Ÿš€๐Ÿš€ This update is packed with new features we implemented over the weekend.

New File Manager

Screenshot 2022-10-29 at 7.46.16 PM.png

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

Screenshot 2022-10-29 at 7.47.29 PM.png

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

ย