🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

@edgepush/cli

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@edgepush/cli

Command line interface for edgepush. Send push notifications from your terminal.

latest
Source
npmnpm
Version
1.1.0
Version published
Maintainers
1
Created
Source

@edgepush/cli

Command line interface for edgepush. Send push notifications from your terminal.

Install

npm install -g @edgepush/cli
# or
pnpm add -g @edgepush/cli
# or
bun add -g @edgepush/cli

Login

edgepush login
# Enter API base URL [https://app.edgepush.dev]:
# Opening browser for sign-in...

Signs in via GitHub OAuth in your browser, then creates an API key for the selected app. Credentials are stored in ~/.config/edgepush/config.json (mode 600).

Send a push

edgepush send DEVICE_TOKEN \
  --title "Hello" \
  --body "From the command line" \
  --data '{"url":"myapp://home"}'

Get a receipt

edgepush receipt abc123-ticket-id

All commands

edgepush login                              Sign in via browser (OAuth)
edgepush whoami                             Show the configured account
edgepush send <token> [options]             Send a push notification
edgepush receipt <id>                       Get a delivery receipt
edgepush --help                             Show help

Environment variables

VariablePurpose
EDGEPUSH_API_KEYOverride the saved API key
EDGEPUSH_BASE_URLOverride the API base URL

License

MIT

Keywords

edgepush

FAQs

Package last updated on 14 Apr 2026

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts