@beeblock/svelar 0.6.3 → 0.6.5
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 +2 -1
- package/dist/cli/bin.js +396 -205
- package/dist/cli/commands/DeployTemplates.d.ts +2 -2
- package/dist/cli/commands/InfraSetupCommand.d.ts +32 -0
- package/dist/cli/commands/MakeCiCommand.d.ts +5 -13
- package/dist/cli/commands/MakeInfraCommand.d.ts +1 -0
- package/dist/cli/index.js +357 -174
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -112,12 +112,13 @@ npx svelar make:deploy # scaffold Docker + CI/CD + infra
|
|
|
112
112
|
npx svelar make:docker # Dockerfile, compose files, health endpoint
|
|
113
113
|
npx svelar make:ci # GitHub Actions workflow
|
|
114
114
|
npx svelar make:infra # droplet setup script + env template
|
|
115
|
+
npx svelar infra:setup # provision droplet + copy files via SSH
|
|
115
116
|
npx svelar dev:up # start dev containers (hot-reload)
|
|
116
117
|
npx svelar dev:logs # follow dev container logs
|
|
117
118
|
npx svelar prod:deploy # pull latest image + restart prod
|
|
118
119
|
```
|
|
119
120
|
|
|
120
|
-
|
|
121
|
+
54 commands available. Run `npx svelar` to see all commands.
|
|
121
122
|
|
|
122
123
|
## Database Support
|
|
123
124
|
|