Skip to content

Commit

Permalink
fix(amplify-category-function): show console in subcommand list (#9887
Browse files Browse the repository at this point in the history
)
  • Loading branch information
fossamagna committed Mar 9, 2022
1 parent 55be9c3 commit 3d933ba
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions packages/amplify-category-function/src/commands/function.ts
Expand Up @@ -34,6 +34,10 @@ module.exports = {
name: 'build',
description: 'Builds all the functions in the project (does an npm install on the functions src directory)',
},
{
name: 'console',
description: `Opens the web console for the ${categoryName} category`,
},
];

context.amplify.showHelp(header, commands);
Expand Down

0 comments on commit 3d933ba

Please sign in to comment.