CLI
CLI overview
Configure a detected project, diagnose the whole delivery path, and browse templates from the terminal.Run it
npx @notifie-dev/cli@0.1.0-beta.2 --helpInstall it into the project instead if you want the short notifie command:
npm install --save-dev @notifie-dev/cli@0.1.0-beta.2
npx notifie doctorCommands
notifie — Notifie CLI
notifie init YOUR_SDK_INGEST_KEY Save the key and configure the detected project
notifie doctor Check your setup end to end
notifie templates Preview early workflow recipes
notifie install <id> Explain a recipe; does not install it yet
notifie test-push Send a test eventTypical order
- Create the app in the dashboard and copy the SDK ingest key.
- Run
notifie initfrom the project root so detection works. - Complete any manual step the CLI prints, then rerun
init. - Run
notifie doctoruntil every line is a check mark. - Run
notifie test-pushto confirm ingest from this machine.