From fdb7c0b7e2520bc22f0f04cb515f387485091add Mon Sep 17 00:00:00 2001 From: Ashley Rich Date: Tue, 8 Mar 2022 14:51:01 +0000 Subject: [PATCH] Add link to API schema for README --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index d98a57e..d3782ff 100644 --- a/README.md +++ b/README.md @@ -51,6 +51,7 @@ spinupwp servers:reboot --all # Start an SSH session spinupwp servers:ssh ``` +You can pass any properties of the [Server Schema](https://api.spinupwp.com/?shell#tocS_Server) to the `--fields` flag. ### Services ```bash @@ -105,6 +106,7 @@ spinupwp sites:purge --all --cache=object # Start an SSH session as the site user spinupwp sites:ssh ``` +You can pass any properties of the [Site Schema](https://api.spinupwp.com/?shell#tocS_Site) to the `--fields` flag. ## Upgrade To update the SpinupWP CLI to the latest version, run: