sf-compact-cli 0.3.2 → 0.3.3
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 +1 -1
- package/install.js +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -142,7 +142,7 @@ Use `--files` for per-file breakdown, `--include` to filter by glob pattern.
|
|
|
142
142
|
sf-compact uses a `.sfcompact.yaml` config file for per-type format control.
|
|
143
143
|
|
|
144
144
|
```bash
|
|
145
|
-
# Create config with smart defaults (yaml
|
|
145
|
+
# Create config with smart defaults (json default, yaml for order-insensitive types)
|
|
146
146
|
sf-compact config init
|
|
147
147
|
|
|
148
148
|
# Set format for specific types (batch — multiple types in one call)
|
package/install.js
CHANGED
package/package.json
CHANGED