You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add a read-only runtime export command that emits apply-compatible YAML for existing container runtimes and endpoints, plus docs and integration coverage. Keep the implementation bounded to fields already accepted by the runtime YAML parser.
Constraint: Export output must round-trip through ar runtime apply without carrying server-owned IDs or status fields.
Rejected: Reconstructing cloudBuild from remote runtime state | cloudBuild depends on local source and build settings that are not recoverable from the service.
Confidence: high
Scope-risk: narrow
Directive: Treat exported registry auth as sensitive if returned by the service; review YAML before sharing.
Tested: ruff check src/ tests/; ruff format --check src/ tests/; mypy src/agentrun_cli; pytest tests/integration/test_runtime_cmd.py -v; pytest tests/unit tests/integration --cov=agentrun_cli --cov-fail-under=95; live cn-hangzhou export/apply/status smoke for cli-export-verify-20260609213323.
Change-Id: Ib7d4b629bbb2e377213b3aa302d7d78d13c7f066
Co-developed-by: Codex <noreply@openai.com>
Not-tested: cleanup/delete of live verification runtime was intentionally not performed without explicit deletion confirmation.
Signed-off-by: congxiao.wxx <congxiao.wxx@alibaba-inc.com>
0 commit comments