Anypoint CLI core Library
This package contains the base command class for Anypoint CLI, anypoint-cli-v4. Extend this class for convenient access to common Anypoint CLI parameters, a logger, CLI output formatting, and scratch orgs. This class extends @oclif/core.
Commands that extend Core can only be used with Anypoint CLI version 4.0.0 or later. To check your Anypoint CLI version:
``bash`
$ anypoint-cli-v4 --version
@mulesoft/anypoint-cli-v4/4.0.0 linux-x64 node-v16.14.2
To learn more about the features of the Command Library see the _How to develop a plug-in_.
- @mulesoft/anypoint-cli-command - Contains the base Anypoint CLI command, Core.Command
- @oclif/core - Contains the base oclif , which Core` extends.
Please report any issues here: