.flake8
.gitignore
.isort.cfg
CHANGES.rst
CODE_OF_CONDUCT.md
CONTRIBUTING.rst
DEVELOP.rst
LICENSE
README.rst
mypy.ini
requirements-docs.txt
setup.py
test-requirements.txt
tox.ini
bin/sphinx
croud/__init__.py
croud/__main__.py
croud/cmd.py
croud/config.py
croud/gql.py
croud/login.py
croud/logout.py
croud/me.py
croud/parser.py
croud/printer.py
croud/rest.py
croud/server.py
croud/session.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/monitoring/__init__.py
croud/monitoring/grafana/__init__.py
croud/monitoring/grafana/commands.py
croud/organizations/__init__.py
croud/organizations/commands.py
croud/organizations/users/__init__.py
croud/organizations/users/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/.travis.yml
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/monitoring.rst
docs/commands/organizations.rst
docs/commands/projects.rst
docs/commands/users.rst
tests/__init__.py
tests/unit_tests/test_authentication.py
tests/unit_tests/test_commands.py
tests/unit_tests/test_config.py
tests/unit_tests/test_gql.py
tests/unit_tests/test_parser.py
tests/unit_tests/test_printer.py
tests/unit_tests/test_rest.py
tests/unit_tests/test_server.py
tests/unit_tests/test_session.py
tests/unit_tests/test_util.py
tests/unit_tests/util/__init__.py
tests/unit_tests/util/fake_server.py
tests/unit_tests/util/server.crt
tests/unit_tests/util/server.key