Skip to content

Commit

Permalink
Merge pull request cloudflare#80 from acdha/patch-1
Browse files Browse the repository at this point in the history
Explain zone lookup behaviour in cli4
  • Loading branch information
mahtin committed Jan 16, 2020
2 parents f3ad952 + 2a5f24c commit a3b4538
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -473,7 +473,7 @@ if __name__ == '__main__':
## CLI

All API calls can be called from the command line.
The command will convert domain names on-the-fly into zone_identifier's.
The command will convert domain names prefixed with a colon (`:`) into zone_identifiers: e.g. to view `example.com` you must use `cli4 /zones/:example.com` (the zone ID cannot be used).

```bash
$ cli4 [-V|--version] [-h|--help] [-v|--verbose] [-q|--quiet] [-j|--json] [-y|--yaml] [-r|--raw] [-d|--dump] [--get|--patch|--post|--put|--delete] [item=value ...] /command...
Expand Down

0 comments on commit a3b4538

Please sign in to comment.