diff --git a/src/commands/event/registration/index.js b/src/commands/event/registration/index.js index 3aa94f7..fcfdc27 100644 --- a/src/commands/event/registration/index.js +++ b/src/commands/event/registration/index.js @@ -21,5 +21,6 @@ class IndexCommand extends BaseCommand { } IndexCommand.description = 'Manage your Adobe I/O Events Registrations' +IndexCommand.aliases = ['event:reg'] module.exports = IndexCommand