We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e6ed418 + 87276f3 commit 6d7b456Copy full SHA for 6d7b456
docs/usage.md
@@ -85,7 +85,7 @@ instance. The `.deployment.local` object in the configuration JSON must contain
85
this automatically with a single command by using `jq`:
86
87
```
88
-jq --argfile file1 out_storage.json '.deployment.local.storage = $file1 ' config/example.json > config/local_deployment.json
+jq '.deployment.local.storage = input' config/example.json out_storage.json > config/local_deployment.json
89
90
91
The output file will contain a JSON object that should look similar to this one:
0 commit comments