Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,16 @@ If you run operations within a CI/CD environment, you can use Anypoint CLI's Age

Make sure you meet the prerequisites for this task. For prerequisites, see xref:af-get-started.adoc[].

Install the Anypoint CLI Agent Fabric plugin by running this command in a terminal window: +
`npm i anypoint-cli-agent-fabric-plugin`
Install the Anypoint CLI Agent Fabric plugin by running this command in a terminal window:

`npm i mulesoft-anypoint-cli-agent-fabric-plugin`

[NOTE]
====
The installation package has been renamed from `anypoint-cli-agent-fabric-plugin` to `mulesoft-anypoint-cli-agent-fabric-plugin`.

If you have the previous version installed, you may encounter an `npm error EXIST: file already exists` error when updating your installation. This occurs because both versions share the same command alias. To resolve this, use the `--force` flag to overwrite the alias and point it to the new package: `npm i mulesoft-anypoint-cli-agent-fabric-plugin --force`.
====

=== Authentication

Expand Down