Skip to content

Commit a3b4538

Browse files
authored
Merge pull request cloudflare#80 from acdha/patch-1
Explain zone lookup behaviour in cli4
2 parents f3ad952 + 2a5f24c commit a3b4538

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
@@ -473,7 +473,7 @@ if __name__ == '__main__':
473473
## CLI
474474

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

478478
```bash
479479
$ 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)