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

Commit fceb488

Browse files
committed
cli4 now accepts more than one call on the command line
1 parent 4e67548 commit fceb488

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

README.rst

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -483,6 +483,18 @@ incorrect authentication information.
483483
cli4: /zones - 9103 Unknown X-Auth-Key or X-Auth-Email
484484
$
485485

486+
More than one call can be done on the same command line. In this mode,
487+
the connection is preserved between calls.
488+
489+
::
490+
491+
$ cli4 /user/organizations /user/invites
492+
...
493+
$
494+
495+
Note that the output is presently two JSON structures one after the
496+
other - so less useful that you may think.
497+
486498
Finally, a command that provides more than one error response. This is
487499
simulated by passing an invalid IPv4 address to a DNS record creation.
488500

0 commit comments

Comments
 (0)