.gitignore
CHANGES.rst
CODE_OF_CONDUCT.md
CONTRIBUTING.rst
DEVELOP.rst
LICENSE
README.rst
setup.cfg
setup.py
test-requirements.txt
tox.ini
bin/sphinx
croud/__init__.py
croud/__main__.py
croud/api.py
croud/config.py
croud/login.py
croud/logout.py
croud/me.py
croud/parser.py
croud/printer.py
croud/server.py
croud/typing.py
croud/util.py
croud.egg-info/PKG-INFO
croud.egg-info/SOURCES.txt
croud.egg-info/dependency_links.txt
croud.egg-info/entry_points.txt
croud.egg-info/requires.txt
croud.egg-info/top_level.txt
croud/clusters/__init__.py
croud/clusters/commands.py
croud/consumers/__init__.py
croud/consumers/commands.py
croud/organizations/__init__.py
croud/organizations/commands.py
croud/organizations/auditlogs/__init__.py
croud/organizations/auditlogs/commands.py
croud/organizations/users/__init__.py
croud/organizations/users/commands.py
croud/products/__init__.py
croud/products/commands.py
croud/projects/__init__.py
croud/projects/commands.py
croud/projects/users/__init__.py
croud/projects/users/commands.py
croud/users/__init__.py
croud/users/commands.py
croud/users/roles/__init__.py
croud/users/roles/commands.py
docs/conf.py
docs/getting-started.rst
docs/index.rst
docs/user-roles.rst
docs/_static/sphinxarg.css
docs/commands/authentication.rst
docs/commands/clusters.rst
docs/commands/config.rst
docs/commands/consumers.rst
docs/commands/index.rst
docs/commands/me.rst
docs/commands/organizations.rst
docs/commands/products.rst
docs/commands/projects.rst
docs/commands/users.rst
tests/__init__.py
tests/conftest.py
tests/test_api.py
tests/test_config.py
tests/test_parser.py
tests/test_printer.py
tests/test_server.py
tests/test_util.py
tests/commands/__init__.py
tests/commands/test_clusters.py
tests/commands/test_config.py
tests/commands/test_consumers.py
tests/commands/test_login.py
tests/commands/test_logout.py
tests/commands/test_me.py
tests/commands/test_organizations.py
tests/commands/test_products.py
tests/commands/test_projects.py
tests/commands/test_users.py
tests/util/__init__.py
tests/util/fake_cloud.py