From 87276f30cac49df4b8bcc8b5aa176a17f3fb72fb Mon Sep 17 00:00:00 2001 From: aidenh6307 <104961329+aidenh6307@users.noreply.github.com> Date: Sat, 13 Jul 2024 12:30:03 -0700 Subject: [PATCH] Updated local instructions replaced the deprecated --argfile command in jq with a different implementation. --- docs/usage.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/usage.md b/docs/usage.md index 52e64c7d..97b6d752 100644 --- a/docs/usage.md +++ b/docs/usage.md @@ -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: