Revision history for OpenAPI-Proxy-CLI

0.01  Unreleased
      - First release. The openapi-proxy.com management CLI: everything
        the console does, from a terminal.
      - Built on Open::API::Client driving the management API's own
        OpenAPI document (bundled in share/), so every command is an
        operation of that contract and parameters are validated against
        the schema before a request leaves the machine.
      - APIP_TOKEN and APIP_API configure it; --json on any command
        prints the raw response.
      - Commands: proxies (list/show/create/set/delete/rotate), specs
        (list/add/get/publish/diff), env (list/set/rm), violations,
        coverage, alert (list/add/silence/enable/rm).
