synor/apps/cli/src
Gulshan Yadav c829362729 feat(cli): add deploy command for Synor Hosting
Add `synor deploy` command group for deploying web applications:
- `synor deploy push` - upload project to Synor Hosting
- `synor deploy init` - create synor.json configuration
- `synor deploy list` - list all deployments
- `synor deploy delete` - remove a deployment

Features:
- synor.json configuration parsing with build/routes/headers
- Framework auto-detection (Next.js, Vite, Astro, Angular, SvelteKit)
- Build command execution with install support
- Multipart file upload to storage gateway
- Deployment name validation with reserved word protection
- Content type detection for 20+ MIME types

Also adds Phase 9 milestone documentation and marks Synor Hosting
as 100% complete in the roadmap.
2026-01-10 12:59:35 +05:30
..
commands feat(cli): add deploy command for Synor Hosting 2026-01-10 12:59:35 +05:30
client.rs style: format all Rust code with cargo fmt 2026-01-08 05:22:24 +05:30
config.rs Initial commit: Synor blockchain monorepo 2026-01-08 05:22:17 +05:30
main.rs feat(cli): add deploy command for Synor Hosting 2026-01-10 12:59:35 +05:30
output.rs Initial commit: Synor blockchain monorepo 2026-01-08 05:22:17 +05:30
wallet.rs fix: resolve all clippy warnings for CI 2026-01-08 05:58:22 +05:30