CONTRIBUTING.rst
LICENSE.txt
MANIFEST.in
README.rst
setup.cfg
setup.py
docs/Makefile
docs/conf.py
docs/contributing.rst
docs/index.rst
docs/installation.rst
docs/deployment/index.rst
docs/deployment/strategies/bluegreen.rst
docs/deployment/strategies/standard.rst
docs/usage/configuration.rst
docs/usage/index.rst
docs/usage/templates.rst
docs/usage/cmd_apps/deploy.rst
docs/usage/cmd_apps/index.rst
docs/usage/cmd_apps/run.rst
docs/usage/cmd_apps/show.rst
docs/usage/cmd_cron/delete-tasks.rst
docs/usage/cmd_cron/delete.rst
docs/usage/cmd_cron/index.rst
docs/usage/cmd_cron/run.rst
docs/usage/cmd_cron/set.rst
docs/usage/cmd_cron/show.rst
shpkpr/__init__.py
shpkpr/exceptions.py
shpkpr/template.py
shpkpr/template_filters.py
shpkpr/vault.py
shpkpr.egg-info/PKG-INFO
shpkpr.egg-info/SOURCES.txt
shpkpr.egg-info/dependency_links.txt
shpkpr.egg-info/entry_points.txt
shpkpr.egg-info/not-zip-safe
shpkpr.egg-info/requires.txt
shpkpr.egg-info/top_level.txt
shpkpr/cli/__init__.py
shpkpr/cli/arguments.py
shpkpr/cli/decorators.py
shpkpr/cli/entrypoint.py
shpkpr/cli/formatter.py
shpkpr/cli/logger.py
shpkpr/cli/options.py
shpkpr/commands/__init__.py
shpkpr/commands/cmd_apps.py
shpkpr/commands/cmd_cron.py
shpkpr/deployment/__init__.py
shpkpr/deployment/standard.py
shpkpr/deployment/bluegreen/__init__.py
shpkpr/deployment/bluegreen/deployment.py
shpkpr/deployment/bluegreen/prepare.py
shpkpr/deployment/bluegreen/stats.py
shpkpr/deployment/bluegreen/validate.py
shpkpr/deployment/bluegreen/wait.py
shpkpr/marathon/__init__.py
shpkpr/marathon/client.py
shpkpr/marathon/deployment.py
shpkpr/marathon_lb/__init__.py
shpkpr/marathon_lb/client.py
shpkpr/marathon_lb/resolver.py
shpkpr/marathon_lb/stats.py
shpkpr/resources/templates/chronos/default/job.json.tmpl
shpkpr/resources/templates/marathon/default/bluegreen.json.tmpl
shpkpr/resources/templates/marathon/default/standard.json.tmpl
tests/conftest.py
tests/test_exceptions.py
tests/test_template.py
tests/test_template_filters.py
tests/cli/test_arguments.py
tests/cli/test_options.py
tests/commands/conftest.py
tests/commands/test_cmd_apps_deploy.py
tests/commands/test_cmd_apps_show.py
tests/commands/test_cmd_cron.py
tests/deployment/bluegreen/prepare/test_existing_deploy.py
tests/deployment/bluegreen/prepare/test_first_deploy.py
tests/deployment/bluegreen/validate/test_app_definition.py
tests/deployment/bluegreen/validate/test_marathon_state.py
tests/fixtures/chronos_jobs.json
tests/fixtures/deployment.json
tests/fixtures/deployment_in_progress.json
tests/fixtures/deployments.json
tests/fixtures/valid_app.json
tests/fixtures/valid_apps.json
tests/fixtures/validation_errors.json
tests/fixtures/haproxy/stats.csv
tests/fixtures/marathon/bluegreen_app_auto_port_new.json
tests/fixtures/marathon/bluegreen_app_existing.json
tests/fixtures/marathon/bluegreen_app_new.json
tests/fixtures/marathon/info.json
tests/fixtures/templates/chronos/test-chronos-2.json.tmpl
tests/fixtures/templates/chronos/test-chronos-secrets.json.tmpl
tests/fixtures/templates/chronos/test-chronos.json.tmpl
tests/fixtures/templates/marathon/test-2.json.tmpl
tests/fixtures/templates/marathon/test-bluegreen-autoports.json.tmpl
tests/fixtures/templates/marathon/test-bluegreen.json.tmpl
tests/fixtures/templates/marathon/test.json.tmpl
tests/integration/conftest.py
tests/integration/test_integration.py
tests/marathon/test_client.py
tests/marathon/test_deployment.py
tests/marathon_lb/test_resolver.py
tests/marathon_lb/test_stats.py