Extension Icon

Jetpack Commands

Manage your Jetpack-connected WordPress sites.
AvatarAutomattic
42 Installs

Jetpack Commands Raycast Extension

Authentication

The Jetpack Commands Raycast Extension authenticates with the WordPress.com API to retrieve information about your sites. Each site must also have an active Jetpack connection.

When you first run a command, you'll need to connect to WordPress.com in through your web browser. Once you've connected, Raycast will store the oAuth token for future requests.

Jetpack Commands OAuth Screenshot

Running Jetpack Commands locally

In order to run Jetpack Commands Raycast Extension locally, you'll need to have the following installed:

  1. Raycast
  2. Node.js

Once you have Raycast and Node installed, you can run the following command to install the project's dependencies:

npm install

To run the extension locally, you can run the following command:

npm run dev

After running the command above, you should see the new commands listed under the "Developer" section of command list in Raycast. The extension will automatically reload if you make any changes to the code.

Jetpack Commands Screenshot