Managing Notifications
The CLI app manages notifications for both users and groups.
Create a Notification for a User
Create a notification for a user by username or by user ID.
files-cli notifications create "path/to/Folder" --username="my_username"
files-cli notifications create "path/to/Folder" --user_id=12345
Create a Notification for a Group
files-cli notifications create "path/to/Folder" --group_id=1111
Delete a Notification
files-cli notifications delete --id=2222