Center of Excellence (CoE) command line interface (CLI) upgrade (Deprecated)

Note

The CoE CLI is deprecated and will be removed in a future release. Use the Power Platform Project Setup Wizard to set up and manage your ALM Accelerator for Power Platform projects.

Upgrade will depend on how you installed the CoE CLI.

Download

If you downloaded the CoE CLI as a zip file or a Git clone from coe-starter-kit.

  • Download the new zip file.
  • Unzip the zip file to a new folder.

OR

  • Pull changes from Git.

    git pull
    

Once you have a local version of the coe-cli, go to the coe-cli folder.

cd coe-cli

Local Upgrade

In the coe-cli folder, run the following commands:

  1. Install the dependencies.

    npm install
    
    
  2. Build the new version.

    npm run build
    
    
  3. Update coe-cli to the new version.

    npm link --force
    
    

Docker image

In the coe-cli folder, run the following command:

  1. Build a new docker image.

    docker build -t coe-cli