Skip to content
This repository was archived by the owner on Nov 22, 2024. It is now read-only.

Commit 2a5f24c

Browse files
authored
Explain zone lookup behaviour in cli4
* [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
1 parent ce30a10 commit 2a5f24c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -430,7 +430,7 @@ if __name__ == '__main__':
430430
## CLI
431431

432432
All API calls can be called from the command line.
433-
The command will convert domain names on-the-fly into zone_identifier's.
433+
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).
434434

435435
```bash
436436
$ 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...

0 commit comments

Comments
 (0)