@@ -374,17 +374,71 @@ export const commandsInfo: Array<CommandInfo> = [
374
374
] ,
375
375
subCommands : [
376
376
{
377
- subCommand : '[category]' ,
378
- subCommandDescription : 'Shows the state of local resources not yet pushed to the cloud' ,
379
- subCommandUsage : 'amplify status [category] [-v | --verbose]' ,
377
+ subCommand : 'notifications' ,
378
+ subCommandDescription : 'Lists the enabled/disabled statuses of the available notification channels' ,
379
+ subCommandUsage : 'amplify notifications status' ,
380
+ subCommandFlags : [ ] ,
381
+ } ,
382
+ {
383
+ subCommand : 'api' ,
384
+ subCommandDescription : 'Displays the current status of your API' ,
385
+ subCommandUsage : 'amplify api status [-acm <table-name>]' ,
380
386
subCommandFlags : [
381
387
{
382
- short : 'v ' ,
383
- long : 'verbose ' ,
384
- flagDescription : 'Shows verbose details, including cloudformation differences ' ,
388
+ short : 'acm ' ,
389
+ long : '' ,
390
+ flagDescription : 'Displays the access control matrix ' ,
385
391
} ,
386
392
] ,
387
393
} ,
394
+ {
395
+ subCommand : 'auth' ,
396
+ subCommandDescription : 'Displays the current status of your auth resource' ,
397
+ subCommandUsage : 'amplify auth status' ,
398
+ subCommandFlags : [ ] ,
399
+ } ,
400
+ {
401
+ subCommand : 'custom' ,
402
+ subCommandDescription : 'Displays the current status of your custom resource' ,
403
+ subCommandUsage : 'amplify custom status' ,
404
+ subCommandFlags : [ ] ,
405
+ } ,
406
+ {
407
+ subCommand : 'storage' ,
408
+ subCommandDescription : 'Displays the current status of your storage resource' ,
409
+ subCommandUsage : 'amplify storage status' ,
410
+ subCommandFlags : [ ] ,
411
+ } ,
412
+ {
413
+ subCommand : 'analytics' ,
414
+ subCommandDescription : 'Displays the current status of your analytics resource' ,
415
+ subCommandUsage : 'amplify analytics status' ,
416
+ subCommandFlags : [ ] ,
417
+ } ,
418
+ {
419
+ subCommand : 'function' ,
420
+ subCommandDescription : 'Displays the current status of your function resource' ,
421
+ subCommandUsage : 'amplify function status' ,
422
+ subCommandFlags : [ ] ,
423
+ } ,
424
+ {
425
+ subCommand : 'hosting' ,
426
+ subCommandDescription : 'Displays the current status of your hosting' ,
427
+ subCommandUsage : 'amplify hosting status' ,
428
+ subCommandFlags : [ ] ,
429
+ } ,
430
+ {
431
+ subCommand : 'interactions' ,
432
+ subCommandDescription : 'Displays the current status of your interactions resource' ,
433
+ subCommandUsage : 'amplify interactions status' ,
434
+ subCommandFlags : [ ] ,
435
+ } ,
436
+ {
437
+ subCommand : 'predictions' ,
438
+ subCommandDescription : 'Displays the current status of your predictions resource' ,
439
+ subCommandUsage : 'amplify predictions status' ,
440
+ subCommandFlags : [ ] ,
441
+ } ,
388
442
] ,
389
443
} ,
390
444
{
0 commit comments