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?
I had similar issue and installing it globally worked
npm install -g appcenter-cli
Try to install appcenter-cli globally
yarn global add appcenter-cli
or using npm
npm install -g appcenter-cli
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With