create-asaje-go-vue 0.3.8 → 0.3.10

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
@@ -124,6 +124,7 @@ npx -p create-asaje-go-vue@latest asaje print-railway-config ./my-app
124
124
  npx -p create-asaje-go-vue@latest asaje print-railway-config ./my-app --environment production
125
125
  npx -p create-asaje-go-vue@latest asaje print-railway-config ./my-app --environment production --json
126
126
  npx -p create-asaje-go-vue@latest asaje print-railway-config ./my-app --environment production --show-secrets
127
+ npx -p create-asaje-go-vue@latest asaje print-railway-config ./my-app --write-config
127
128
  ```
128
129
 
129
130
  ### Export resolved Railway config snapshot
@@ -259,6 +260,8 @@ npx -p create-asaje-go-vue@latest asaje destroy-railway ./my-app --scope project
259
260
  - supports `--json` for machine-readable output
260
261
  - redacts secret-looking values in the printed output by default
261
262
  - supports `--show-secrets` when you explicitly want the raw values in the output
263
+ - supports `--write-config` to write the resolved per-service variables back into `asaje.config.json` for later adjustment
264
+ - when `--write-config` is used without `--show-secrets`, sensitive-looking variables are omitted from the file to avoid writing redacted placeholders
262
265
 
263
266
  ## What `asaje export-railway-config` does
264
267