Setting up the aio CLI
The aio
CLI helps you to manage the .wskprops
file as you use different namespaces.
You need npm
installed in order to install it. Before you start, make sure you have the latest version of Node and npm installed.
Copied to your clipboardnpm install -g @adobe/aio-cli
After this, you can run help to see all the commands and verify that you are all set:
Copied to your clipboardaio help
If you want to update to the latest versions of any updated plugins, please reinstall the cli:
Copied to your clipboardnpm install -g @adobe/aio-cli
For more information about the aio
CLI check the package home page.