We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4e67548 commit fceb488Copy full SHA for fceb488
1 file changed
README.rst
@@ -483,6 +483,18 @@ incorrect authentication information.
483
cli4: /zones - 9103 Unknown X-Auth-Key or X-Auth-Email
484
$
485
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
498
Finally, a command that provides more than one error response. This is
499
simulated by passing an invalid IPv4 address to a DNS record creation.
500
0 commit comments