-
Notifications
You must be signed in to change notification settings - Fork 92
Description
Hi! I am working on plugin-token and running into issues that make maintenance impossible:
-
There is no good way to link the plugin to the local development version for testing purposes. The instructions provided here for linking reference the old instructions for installing the twilio-cli with npm (now discouraged).
-
The twilio-cli-core still uses
@oclif/[email protected]
, which means that I cannot install a version of@oclif/test
that allow access to therunCommand
function (documented here). Unfortunately, there is no way to access documentation for@oclif/[email protected]
to see how to test commands with the version that thetwilio-cli-core
library currently depends on.
Proposed solution: please update @oclif/core
to 4.3.3
or later so that we can install a current version of @oclif/test
for plugin maintenance and development.