Skip to content

Commit

Permalink
Explain zone lookup behaviour in cli4
Browse files Browse the repository at this point in the history
* [x] Clarify the need to prefix the zone domain name with a colon
* [x] Note that cli4 does not support use of zone IDs directly
  • Loading branch information
acdha committed Nov 12, 2019
1 parent ce30a10 commit 2a5f24c
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 @@ -430,7 +430,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 2a5f24c

Please sign in to comment.