Skip to content

Commit

Permalink
cli4 now accepts more than one call on the command line
Browse files Browse the repository at this point in the history
  • Loading branch information
mahtin committed Apr 9, 2020
1 parent 4e67548 commit fceb488
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -483,6 +483,18 @@ incorrect authentication information.
cli4: /zones - 9103 Unknown X-Auth-Key or X-Auth-Email
$

More than one call can be done on the same command line. In this mode,
the connection is preserved between calls.

::

$ cli4 /user/organizations /user/invites
...
$

Note that the output is presently two JSON structures one after the
other - so less useful that you may think.

Finally, a command that provides more than one error response. This is
simulated by passing an invalid IPv4 address to a DNS record creation.

Expand Down

0 comments on commit fceb488

Please sign in to comment.