Skip to content

Commit

Permalink
Update CLI_COMMANDS.md
Browse files Browse the repository at this point in the history
  • Loading branch information
benschwarz committed Aug 29, 2024
1 parent d2851cc commit d0dce02
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CLI_COMMANDS.md
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ Add a Page to an existing Site tracked by Calibre.
Flags:

* `--site`: A unique slug identifying each Site. You can find it in Site Settings → General or by using the calibre site list command. (string),
* `--url`: The name of the Page.,
* `--url`: The URL of the Page.,
* `--json`: Outputs the results of the command in JSON format.


Expand Down Expand Up @@ -384,5 +384,5 @@ Use the request command to make a request to the Calibre GraphQL API.
Flags:

* `--query`: Pass a GraphQL query to execute. (string),
* `--variables`: Pass query variables as named arguments.
* `--variables`: Pass query variables as named arguments. e.g.: `calibre request --query "$(cat query.gql)" --foo="example" --bar="example"`

0 comments on commit d0dce02

Please sign in to comment.