Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Cannot run appcenter CLI after successful install

I just installed appcenter CLI on my MacBook following this guide: https://learn.microsoft.com/en-us/appcenter/cli/

When trying to run the commands from Terminal, e.g. appcenter login I get the following error:

-bash: appcenter: command not found

I quit all my terminal processes and startet one again, but no luck either. Do I need to export some sort of path for it to work?

like image 437
hot33331 Avatar asked Apr 08 '26 17:04

hot33331


2 Answers

I had similar issue and installing it globally worked

npm install -g appcenter-cli
like image 165
Gajen Sunthara Avatar answered May 01 '26 17:05

Gajen Sunthara


Try to install appcenter-cli globally

yarn global add appcenter-cli

or using npm

npm install -g appcenter-cli

like image 29
Prashant Reddy Avatar answered May 01 '26 16:05

Prashant Reddy



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!