Skip to content

Commit

Permalink
Add cli to features on index docs
Browse files Browse the repository at this point in the history
  • Loading branch information
RobbeSneyders committed Apr 29, 2023
1 parent 31c8a17 commit 09be38a
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,14 @@ Based on your specification, Connexion provides the following functionality:
* Response validation
* A Swagger UI console with live documentation and 'try it out' feature

Connexion also helps you write your OpenAPI specification and develop against it by providing a
command line interface which lets you test and mock your specification.

.. code-block:: bash
connexion run openapi.yaml
Why Connexion?
--------------

Expand Down

0 comments on commit 09be38a

Please sign in to comment.