.dockerignore
.gitignore
.gitmodules
CONTRIBUTING.md
Dockerfile
README.md
docker-compose.yaml
installer.spec
pyproject.toml
.github/workflows/homebrew.yml
.github/workflows/image.yml
.github/workflows/installer.yml
.github/workflows/package.yml
.github/workflows/publish.yml
.github/workflows/release.yml
.github/workflows/test_integration.yml
.github/workflows/test_unit.yml
scripts/clean.sh
scripts/formula.py
scripts/formula.tpl.rb
src/duplo_resource/__init__.py
src/duplo_resource/asg.py
src/duplo_resource/configmap.py
src/duplo_resource/cronjob.py
src/duplo_resource/ecs_service.py
src/duplo_resource/hosts.py
src/duplo_resource/infrastructure.py
src/duplo_resource/ingress.py
src/duplo_resource/jit.py
src/duplo_resource/job.py
src/duplo_resource/lambda.py
src/duplo_resource/secret.py
src/duplo_resource/service.py
src/duplo_resource/system.py
src/duplo_resource/tenant.py
src/duplo_resource/user.py
src/duplo_resource/version.py
src/duplocloud/__init__.py
src/duplocloud/args.py
src/duplocloud/argtype.py
src/duplocloud/cli.py
src/duplocloud/client.py
src/duplocloud/commander.py
src/duplocloud/errors.py
src/duplocloud/formats.py
src/duplocloud/resource.py
src/duplocloud/server.py
src/duplocloud_client.egg-info/PKG-INFO
src/duplocloud_client.egg-info/SOURCES.txt
src/duplocloud_client.egg-info/dependency_links.txt
src/duplocloud_client.egg-info/entry_points.txt
src/duplocloud_client.egg-info/requires.txt
src/duplocloud_client.egg-info/top_level.txt
src/tests/__init__.py
src/tests/test_client.py
src/tests/test_commander.py
src/tests/test_infra.py
src/tests/test_tenant.py