You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Running aio event should print the help page of the aio event plugin.
Actual Behaviour
$ aio event
TypeError: Help is not a constructor
Steps to Reproduce
$ npm install -g @adobe/aio-cli
[...]
$ aio plugins install @adobe/aio-cli-plugin-events
Installing plugin @adobe/aio-cli-plugin-events... installed v1.1.5
$ aio event
TypeError: Help is not a constructor
$ aio plugins
@adobe/aio-cli-plugin-events 1.1.
Platform and Version
$ npm -v
8.5.1
$ node -v
v17.6.0
Logs taken while reproducing problem
TypeError: Help is not a constructor
(node:74901) WARNING: Exited the environment with code 1
at exit (node:internal/process/per_thread:194:13)
at /opt/homebrew/lib/node_modules/@adobe/aio-cli/node_modules/@oclif/errors/lib/handle.js:28:37
The text was updated successfully, but these errors were encountered:
Expected Behaviour
Running
aio event
should print the help page of the aio event plugin.Actual Behaviour
Steps to Reproduce
Platform and Version
Logs taken while reproducing problem
The text was updated successfully, but these errors were encountered: