README.md
pyproject.toml
src/gcube_cli/__init__.py
src/gcube_cli/__main__.py
src/gcube_cli/_group.py
src/gcube_cli/cli.py
src/gcube_cli.egg-info/PKG-INFO
src/gcube_cli.egg-info/SOURCES.txt
src/gcube_cli.egg-info/dependency_links.txt
src/gcube_cli.egg-info/entry_points.txt
src/gcube_cli.egg-info/requires.txt
src/gcube_cli.egg-info/top_level.txt
src/gcube_cli/api/__init__.py
src/gcube_cli/api/client.py
src/gcube_cli/api/credential.py
src/gcube_cli/api/logs.py
src/gcube_cli/api/point.py
src/gcube_cli/api/resource.py
src/gcube_cli/api/workload.py
src/gcube_cli/commands/__init__.py
src/gcube_cli/commands/configure.py
src/gcube_cli/commands/credential.py
src/gcube_cli/commands/gpu.py
src/gcube_cli/commands/point.py
src/gcube_cli/commands/resource.py
src/gcube_cli/commands/workload.py
src/gcube_cli/config/__init__.py
src/gcube_cli/config/config.py
src/gcube_cli/output/__init__.py
src/gcube_cli/output/json_out.py
src/gcube_cli/output/table.py
src/gcube_cli/output/yaml_out.py
tests/test_api_client.py
tests/test_cli.py
tests/test_configure.py
tests/test_credential.py
tests/test_gpu.py
tests/test_output.py
tests/test_point.py
tests/test_resource.py
tests/test_workload.py
tests/test_workload_commands.py
tests/test_workload_logs.py
tests/test_workload_register.py
tests/test_workload_update.py