From 18f3060755be4e1d38894000cc6440ac90df72f8 Mon Sep 17 00:00:00 2001 From: Isaac Eldridge Date: Tue, 13 Jan 2026 09:30:31 -0800 Subject: [PATCH] Update installation instructions for Anypoint CLI Agent Fabric plugin to reflect package name change from `anypoint-cli-agent-fabric-plugin` to `mulesoft-anypoint-cli-agent-fabric-plugin`. Added note on resolving potential npm errors when updating the installation. --- ...-build-agent-networks-in-a-ci-cd-environment.adoc | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/modules/ROOT/pages/af-build-agent-networks-in-a-ci-cd-environment.adoc b/modules/ROOT/pages/af-build-agent-networks-in-a-ci-cd-environment.adoc index 73919f383..cd59f71c7 100644 --- a/modules/ROOT/pages/af-build-agent-networks-in-a-ci-cd-environment.adoc +++ b/modules/ROOT/pages/af-build-agent-networks-in-a-ci-cd-environment.adoc @@ -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