Skip to content

Commit

Permalink
Updated local instructions
Browse files Browse the repository at this point in the history
replaced the deprecated --argfile command in jq with a different implementation.
  • Loading branch information
glamdring-i authored Jul 13, 2024
1 parent e6ed418 commit 87276f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/usage.md
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ instance. The `.deployment.local` object in the configuration JSON must contain
this automatically with a single command by using `jq`:

```
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
```

The output file will contain a JSON object that should look similar to this one:
Expand Down

0 comments on commit 87276f3

Please sign in to comment.