A Raycast plugin for managing your servers & sites by Ploi.
You will need an API key from Ploi to use this extension. When logged in, visit this page to create a fresh API key.
Make sure to tick the required permissions and copy the token, next you can enter that token inside Raycast to make it work.
$ git clone https://github.com/ploi-deploy/ploi-raycast.git
$ npm install
# Development
$ npm run dev
Making sure production building works and compiles with Raycast:
$ prettier --write .
$ prettier --check .
$ npm run build
// Or
$ prettier --write . && prettier --check . && npm run build