Bundle with CLI =============== This example shows how to expose a CRUD command line that calls back to a function to populate a bundle. .. literalinclude:: ../../examples/bundle-with-cli/bundle-with-cli.py :language: python Complete code for this example is available at: `kuber/examples/bundle-with-cli/ `_