Skip to content
Notifie
Documentation
DocsCLI

CLI

CLI overview

Configure a detected project, diagnose the whole delivery path, and browse templates from the terminal.

Run it

Terminal
npx @notifie-dev/cli@0.1.0-beta.2 --help

Install it into the project instead if you want the short notifie command:

Terminal
npm install --save-dev @notifie-dev/cli@0.1.0-beta.2
npx notifie doctor

Commands

notifie --help
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 event

Typical order

  1. Create the app in the dashboard and copy the SDK ingest key.
  2. Run notifie init from the project root so detection works.
  3. Complete any manual step the CLI prints, then rerun init.
  4. Run notifie doctor until every line is a check mark.
  5. Run notifie test-push to confirm ingest from this machine.