.dockerignore
.editorconfig
AUTHORS.rst
CHANGES.rst
CONTRIBUTING.rst
INSTALL.rst
LICENSE
MANIFEST.in
README.rst
babel.ini
pytest.ini
requirements-devel.txt
run-tests.sh
setup.cfg
setup.py
.tx/config
docs/Makefile
docs/api.rst
docs/authors.rst
docs/changes.rst
docs/conf.py
docs/configuration.rst
docs/contributing.rst
docs/examplesapp.rst
docs/index.rst
docs/installation.rst
docs/license.rst
docs/make.bat
docs/requirements.txt
docs/usage.rst
examples/app-fixtures.sh
examples/app-setup.sh
examples/app-teardown.sh
examples/app.py
invenio_cli/__init__.py
invenio_cli/cli.py
invenio_cli/config.py
invenio_cli/ext.py
invenio_cli/version.py
invenio_cli.egg-info/PKG-INFO
invenio_cli.egg-info/SOURCES.txt
invenio_cli.egg-info/dependency_links.txt
invenio_cli.egg-info/entry_points.txt
invenio_cli.egg-info/not-zip-safe
invenio_cli.egg-info/requires.txt
invenio_cli.egg-info/top_level.txt
invenio_cli/helpers/__init__.py
invenio_cli/helpers/cli_config.py
invenio_cli/helpers/commands.py
invenio_cli/helpers/cookiecutter_wrapper.py
invenio_cli/helpers/docker_helper.py
invenio_cli/helpers/filesystem.py
invenio_cli/helpers/log.py
invenio_cli/translations/messages.pot
invenio_cli/translations/en/LC_MESSAGES/messages.mo
invenio_cli/translations/en/LC_MESSAGES/messages.po
tests/test_helpers/test_cli_config.py
tests/test_helpers/test_commands.py
tests/test_helpers/test_cookiecutter_wrapper.py
tests/test_helpers/test_dockerhelper.py
tests/test_helpers/test_filesystem.py