From 2a5f24c5515d76bc7bedcd3e90a6e4c578303046 Mon Sep 17 00:00:00 2001 From: Chris Adams Date: Tue, 12 Nov 2019 09:39:39 -0500 Subject: [PATCH] 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 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ba40207..c243201 100644 --- a/README.md +++ b/README.md @@ -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...