CLI Installation
Micropage is distributed as a Node.js CLI tool.
The CLI is optional. If you only use the web app, you do not need to install anything.
Requirements
- Node.js 18 or later
- npm
Install the CLI
npm install -g micropage
Verify Installation
Run:
micropage whoami
If you are not logged in yet, the CLI will ask you to authenticate.
Login
micropage login
This will open a browser window for authentication.