Pusher CLI Documentation
This document describes the functionality that is currently available in the Pusher CLI tool.
∞ Generating an API Key.
Before you can use Pusher CLI, you need to generate an API key to allow Pusher CLI access to your account. Accounts do not by default have an API key, so please do this first.
- Go to your account settings page
- Click the “Regenerate API key” button
∞ Logging into Pusher CLI
Now that your account has an API key associated with it, it’s time to go set up Pusher CLI.
- Run
pusher login
on your terminal. You should be presented with a login prompt. - Log in with your standard account credentials. You should see
Got your API key!
after you’re done. - Run
pusher channels apps list
in order to verify everything went properly.
∞ Using Pusher CLI
In order to explore the tool, it’s best to just run it and it will respond with a description of the functionality that is available to you at that time. For an overview of what it can do right now, see our overview page.