zerostart-cli 0.0.17 → 0.0.18
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +11 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -68,6 +68,17 @@ zerostart --version
|
|
|
68
68
|
zerostart --help
|
|
69
69
|
```
|
|
70
70
|
|
|
71
|
+
### Standalone Deployment
|
|
72
|
+
Retry deployments or deploy existing projects without scaffolding:
|
|
73
|
+
|
|
74
|
+
```bash
|
|
75
|
+
# Deploy to Vercel (Login -> Deploy)
|
|
76
|
+
zerostart deploy-vercel
|
|
77
|
+
|
|
78
|
+
# Deploy to Netlify (Login -> Deploy)
|
|
79
|
+
zerostart deploy-netlify
|
|
80
|
+
```
|
|
81
|
+
|
|
71
82
|
### Example Workflow
|
|
72
83
|
|
|
73
84
|
```bash
|