Summary
Implement guarded deployment orchestration for supported generated projects targeting Stellar Testnet only.
Scope
- register
deploy command;
- validate supported project/deployment configuration;
- require explicit Testnet target;
- invoke current Stellar deployment tooling safely;
- preserve deployment output/results;
- tests with mocked/controlled command execution plus optional integration coverage.
Security Requirements
Never log secrets/private keys/seed phrases. Do not default to Mainnet. Use safe argument-array subprocess invocation. Validate network and required identifiers before side effects.
Acceptance Criteria
Dependencies
- CLI-003
- CLI-005
- CLI-006
- CLI-020
- relevant generated-template conventions
🏷 Labels
- type: feature
- area: deployment
- priority: P0
- difficulty: expert
- security-sensitive
- stellar
Summary
Implement guarded deployment orchestration for supported generated projects targeting Stellar Testnet only.
Scope
deploycommand;Security Requirements
Never log secrets/private keys/seed phrases. Do not default to Mainnet. Use safe argument-array subprocess invocation. Validate network and required identifiers before side effects.
Acceptance Criteria
Dependencies
🏷 Labels