edge-connect-client/cmd
Waldemar 8b02fe54e5 feat(apply): Implement CLI command with comprehensive deployment workflow
- Add edge-connect apply command with -f/--file and --dry-run flags
- Integrate config parser, deployment planner, and resource manager
- Provide comprehensive error handling and progress reporting
- Support deployment confirmation prompts and result summaries
- Move internal packages to public SDK packages for CLI access
- Update all tests to pass with new package structure
- Complete Phase 4 CLI Command Implementation

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-09-29 17:24:59 +02:00
..
app.go feat(validation): Added validation of baseURL config 2025-09-29 10:48:52 +02:00
app_test.go feat(validation): Added validation of baseURL config 2025-09-29 10:48:52 +02:00
apply.go feat(apply): Implement CLI command with comprehensive deployment workflow 2025-09-29 17:24:59 +02:00
instance.go Renamed package and removed unused make calls 2025-09-29 09:41:44 +02:00
root.go feat(cli): Implement Edge Connect CLI tool 2025-09-18 13:51:09 +02:00