Skip to content

Dependency updates required for plugin development #647

@micaswyers-work

Description

@micaswyers-work

Hi! I am working on plugin-token and running into issues that make maintenance impossible:

  1. 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).

  2. The twilio-cli-core still uses @oclif/[email protected], which means that I cannot install a version of @oclif/test that allow access to the runCommand 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 the twilio-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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions