@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 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
- 53 commands available. Run `npx svelar` to see all commands.
121
+ 54 commands available. Run `npx svelar` to see all commands.
121
122
 
122
123
  ## Database Support
123
124