diff --git a/packages/amplify-category-function/src/commands/function.ts b/packages/amplify-category-function/src/commands/function.ts index 6716dd6ce39..3aecb7f7e07 100644 --- a/packages/amplify-category-function/src/commands/function.ts +++ b/packages/amplify-category-function/src/commands/function.ts @@ -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);