The runner for Mia-Platform IDP extention registration.
- reate your own .env file
cp default.env local.env- Edit the variable of
local.env. TheCOOKIEparameter is needed to call the Mia-Platform API. You can retrieve it from the F12 console looking into the cookies of the calls to the Console APIs.
Authentication is still a WIP. Improvements will come in the future.
- Install dependencies
nvm i && npm ci- Run it
node index.jsYou can then ask for available commands using the -h param, like this:
node index.js -hWith this tool you can register, retrieve and activate extensions through a guided experience.