<div dir="ltr">FYI, I just noticed I had to update my autocomplete scripts (for the directory after 'sync-(file|dir)'). Now I use:<div><br></div><div><div># make path completion of sync-file & sync-dir relative to /srv/mediawiki/</div><div>_sync-file()</div><div>{</div><div>        local curw=${COMP_WORDS[COMP_CWORD]}</div><div>        COMPREPLY=($(compgen -f -- /srv/mediawiki/"$curw"))</div><div>        local i=${#COMPREPLY[*]}</div><div>        while [ $((--i)) -ge 0 ]; do</div><div>                COMPREPLY[$i]=${COMPREPLY[$i]#/srv/mediawiki/}</div><div>        done</div><div>        return 0</div><div>}</div><div>complete -o nospace -F _sync-file scap sync-file</div><div>complete -o nospace -F _sync-file scap sync-dir</div><div>complete -o nospace -F _sync-file scap configchange</div></div><div><br></div></div><div class="gmail_extra"><br><div class="gmail_quote">On Wed, May 11, 2016 at 11:21 AM, Tyler Cipriani <span dir="ltr"><<a href="mailto:tcipriani@wikimedia.org" target="_blank">tcipriani@wikimedia.org</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">tl;dr starting today:<br>
<br>
Use:<br>
      scap sync 'message for posterity'<br>
instead of:<br>
      scap 'message for posterity'<br>
<br>
Scap 3.2.0-1 is now alive and well in production which means scap<br>
subcommands are live.<br>
<br>
All subcommands are documented[0]. Additional documentation can be<br>
seen by running `scap --help` (or `scap [subcommand] --help`). If you<br>
have any questions feel free to ask them on-list or in IRC on #scap3<br>
or #wikimedia-releng.<br>
<br>
Thanks!<br>
Tyler Cipriani and the Deployment Working Group<br>
<br>
[0]. Mediawiki:<br>
<a href="https://doc.wikimedia.org/mw-tools-scap/scap2/commands.html" rel="noreferrer" target="_blank">https://doc.wikimedia.org/mw-tools-scap/scap2/commands.html</a> Scap3:<br>
<a href="https://doc.wikimedia.org/mw-tools-scap/scap3/deploy_commands.html" rel="noreferrer" target="_blank">https://doc.wikimedia.org/mw-tools-scap/scap3/deploy_commands.html</a><br>
<br>
_______________________________________________<br>
Engineering mailing list<br>
<a href="mailto:Engineering@lists.wikimedia.org">Engineering@lists.wikimedia.org</a><br>
<a href="https://lists.wikimedia.org/mailman/listinfo/engineering" rel="noreferrer" target="_blank">https://lists.wikimedia.org/mailman/listinfo/engineering</a><br>
</blockquote></div><br><br clear="all"><div><br></div>-- <br><div class="gmail_signature">-Aaron S<br></div>
</div>