stack-orchestrator/stack_orchestrator/deploy/webapp
A. F. Dudley 806c1bb723 refactor: rename `deployment update` to `deployment update-envs`
The update command only patches environment variables and adds a
restart annotation. It does not update ports, volumes, configmaps,
or any other deployment spec. The old name was misleading — it
implied a full spec update, causing operators to expect changes
that never took effect.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-08 02:33:20 +00:00
..
__init__.py Webapp deploy (#662) 2023-11-27 22:02:16 -07:00
deploy_webapp.py Add --update option to deploy create 2026-01-29 08:25:05 -06:00
deploy_webapp_from_registry.py Fix pyright type errors across codebase 2026-01-22 01:10:36 -05:00
handle_deployment_auction.py Apply pre-commit linting fixes 2026-01-21 20:58:31 -05:00
publish_deployment_auction.py Use a mutex for registry CLI txs in webapp deployment commands (#957) 2024-10-25 08:40:54 +00:00
publish_webapp_deployer.py Fix pyright type errors across codebase 2026-01-22 01:10:36 -05:00
registry_mutex.py Apply pre-commit linting fixes 2026-01-21 20:58:31 -05:00
request_webapp_deployment.py Fix pyright type errors across codebase 2026-01-22 01:10:36 -05:00
request_webapp_undeployment.py Fix pyright type errors across codebase 2026-01-22 01:10:36 -05:00
run_webapp.py Fix pyright type errors across codebase 2026-01-22 01:10:36 -05:00
undeploy_webapp_from_registry.py Fix pyright type errors across codebase 2026-01-22 01:10:36 -05:00
util.py refactor: rename `deployment update` to `deployment update-envs` 2026-03-08 02:33:20 +00:00