Non-Administrator Center of Excellence (CoE) Command Line Interface (CLI) installation (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.
To install the CoE CLI as a non-administrator, use the following components:
Follow Miniconda Install instructions for your operating system.
Local NodeJs with non-admin install.
Install Standalone Power Platform CLI.
Miniconda install
Miniconda is a free minimal installer for conda. It's a small, bootstrap version of Anaconda that includes only conda, Python, the packages they depend on, and a few other useful packages.
Visit Minoconda to download.
Install Miniconda for your operating system.
Local NodeJs
Install NodeJs as a non-administrator:
Go to NodeJs Download.
Download the Windows binary for your operating system type.
Open the downloaded the zip file.
In Windows Explorer open %USERPROFILE%.
Create a folder named nodejs.
Copy all files from zip file into nodejs folder.
Install components
Microsoft Windows
To install components using Microsoft Windows:
- Open %USERPROFILE%\dev.bat with Notepad and make the following edit:
SET PATH=%PATH%;%USERPROFILE%/nodejs
%windir%\System32\cmd.exe "/K" %USERPROFILE%\miniconda3\Scripts\activate.bat %USERPROFILE%\miniconda3
Open dev.bat file created earlier.
Install the Azure CLI.
pip install azure-cli
- Verify all prerequisites are now all installed.
az --version
node --version
pac
Download the zip file or clone the repository coe-starter-kit.
Go to the unzipped or cloned repository.
cd coe-starter-kit
Go to the coe-cli folder.
cd coe-cli
Install application dependencies.
npm install
Build the application.
npm run build
Link to the CoE CLI application.
npm link
Ensure the CoE CLI is installed.
coe help