Retire live target apply CLI#1406
Merged
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
environments apply-live-targetmutation command and callback wiring.POST /v1/live-target-runtime/applyor.github/workflows/live-target-runtime.yml.Refs #1322
Validation
uv run python -m unittest tests.test_runtime_environments.RuntimeEnvironmentTests.test_environments_apply_live_target_command_is_retired tests.test_dokploy tests.test_service.LaunchplaneServiceTests.test_live_target_runtime_api_dry_run_returns_redacted_delta tests.test_service.LaunchplaneServiceTests.test_live_target_runtime_api_requires_expected_managed_secret_values tests.test_service.LaunchplaneServiceTests.test_live_target_runtime_api_apply_updates_env_and_verifies tests.test_service.LaunchplaneServiceTests.test_live_target_runtime_api_apply_can_trigger_deploy tests.test_service.LaunchplaneServiceTests.test_live_target_runtime_apply_requires_database_for_key_safety tests.test_service.LaunchplaneServiceTests.test_live_target_runtime_api_maps_runtime_key_safety_database_error tests.test_service.LaunchplaneServiceTests.test_live_target_runtime_api_apply_requires_apply_authorizationuv run --extra dev ruff check control_plane/cli.py control_plane/cli_runtime_environments.py tests/test_dokploy.py tests/test_runtime_environments.py tests/test_service.pyuv run --extra dev ruff format --check control_plane/cli.py control_plane/cli_runtime_environments.py tests/test_dokploy.py tests/test_runtime_environments.py tests/test_service.pyuv run --extra dev mypy control_plane testsuv run python -m unittestuv run --extra dev ruff check .uv run launchplane service audit-config-authority --control-plane-root .git diff --checkuv run /Users/cbusillo/Developer/codex-skills/jetbrains-inspection/scripts/jb-inspect.py closeout --repo "$PWD" --scope changed_filesReview
code-gpt-5.5andclaude-sonnet-4.6: no blocking findings, ready to merge.