@aws-amplify/amplify-category-notifications
Version:
amplify-cli notifications plugin
16 lines (15 loc) • 346 B
JSON
{
"name": "notifications",
"aliases": ["notification"],
"type": "category",
"commands": ["add", "configure", "console", "remove", "status", "help"],
"commandAliases": {
"enable": "add",
"update": "configure",
"disable": "remove",
"delete": "remove",
"list": "status",
"ls": "status"
},
"eventHandlers": []
}