1
0
mirror of https://github.com/taigrr/yq synced 2025-01-18 04:53:17 -08:00

Updated docs re creating a new array

This commit is contained in:
Mike Farah
2019-05-16 14:57:34 +10:00
parent 0f8b864321
commit e9b8265ca3
7 changed files with 15 additions and 19 deletions

View File

@@ -458,7 +458,7 @@
<p>Create scripts follow the same format as the update scripts.</p>
<p>Given a script create_instructions.yaml of:</p>
<pre><code class="yaml">b.c: 3
b.e[0].name: Howdy Partner
b.e[+].name: Howdy Partner
</code></pre>
<p>then</p>