🎩 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.

Source
npmnpm
Version
1.0.0
Version published
Weekly downloads
4
-20%
Maintainers
1
Weekly downloads
 
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 your API key: io.akshit.myapp|abc...
# Enter API base URL [https://api.edgepush.dev]:

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                              Save an API key
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 13 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