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.
In order to run Jetpack Commands Raycast Extension locally, you'll need to have the following installed:
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.