Skip to content

Commit

Permalink
Bindings installation on dev environment
Browse files Browse the repository at this point in the history
  • Loading branch information
fao89 committed Mar 24, 2020
1 parent c7a98b2 commit 6cf3e1e
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGES/6390.doc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Documented bindings installation on dev environment
23 changes: 23 additions & 0 deletions docs/bindings.rst
Original file line number Diff line number Diff line change
Expand Up @@ -51,3 +51,26 @@ as a GET parameter. For example for ``pulp_ansible`` only endpoints use a query
The schema can then be used as input to the openapi-generator-cli. The documentation on getting
started with openapi-generator-cli is available on
`openapi-generator.tech <https://openapi-generator.tech/#try>`_.


Generating a client on dev environment
--------------------------------------

Pulp dev environment provided by `ansible-pulp <https://github.com/pulp/ansible-pulp>`_
introduces a set of useful
`aliases <https://github.com/pulp/ansible-pulp/tree/master/roles/pulp-devel#aliases>`_,
like `pbindings`.

Examples:

- generating python bindings for pulp_ansible:

.. code-block:: bash
pbindings pulp_ansible python
- generating ruby bindings for pulp_ansible with '3.0.0rc1.dev.10' version

.. code-block:: bash
pbindings pulp_ansible ruby 3.0.0rc1.dev.10

0 comments on commit 6cf3e1e

Please sign in to comment.