Skip to content

Commit

Permalink
doc
Browse files Browse the repository at this point in the history
  • Loading branch information
laurent-martin committed Oct 22, 2024
1 parent 952b2c6 commit c30d0a1
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ docker_push_latest:
clean::
rm -f Dockerfile
##################################
# Single executable using https://github.com/pmq20/ruby-packer
# Single executable : make single
CLI_EXECUTABLE=$(DIR_TMP)$(CLI_NAME).$(shell uname -ms|tr ' ' '-')
EXE_BUILDER=$(DIR_TOP)examples/build_exec
single:$(CLI_EXECUTABLE)
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5018,7 +5018,7 @@ For instructions, refer to section `find` for plugin `node`.
```bash
admin analytics transfers nodes
admin analytics transfers organization --query=@json:'{"status":"completed","direction":"receive"}' --notify-to=my_email_external --notify-template=@ruby:'%Q{From: <%=from_name%> <<%=from_email%>>\nTo: <<%=to%>>\nSubject: <%=ev["files_completed"]%> files received\n\n<%=ev.to_yaml%>}'
admin analytics transfers users --once_only=yes
admin analytics transfers users --once-only=yes
admin application list
admin ats access_key create --cloud=aws --region=my_region --params=@json:'{"id":"ak_aws","name":"my test key AWS","storage":{"type":"aws_s3","bucket":"my_bucket","credentials":{"access_key_id":"my_access_key","secret_access_key":"my_secret_key"},"path":"/"}}'
admin ats access_key create --cloud=softlayer --region=my_region --params=@json:'{"id":"ak1ibmcloud","secret":"my_secret_here","name":"my test key","storage":{"type":"ibm-s3","bucket":"my_bucket","credentials":{"access_key_id":"my_access_key","secret_access_key":"my_secret_key"},"path":"/"}}'
Expand Down Expand Up @@ -5820,7 +5820,7 @@ access_key do my_ak_name node_info /
access_key do my_ak_name rename /folder1 folder2
access_key do my_ak_name show %id:1
access_key do my_ak_name show /testfile1
access_key do my_ak_name upload 'faux:///testfile1?1k' --default_ports=no
access_key do my_ak_name upload 'faux:///testfile1?1k' --default-ports=no
access_key do self permission %id:root_id create @json:'{"access_type":"user","access_id":"666"}'
access_key do self show / --fields=id --output=root_id
access_key list
Expand Down Expand Up @@ -6593,7 +6593,7 @@ package receive f4_prs2 --to-folder=. --box=sent
package send --delivery-info=@json:'{"title":"$(notdir test) PACKAGE_TITLE_BASE","recipients":["*my_dbx"]}' test_file.bin
package send --delivery-info=@json:'{"title":"$(notdir test) PACKAGE_TITLE_BASE","recipients":["*my_wkg"]}' test_file.bin
package send --delivery-info=@json:'{"title":"$(notdir test) PACKAGE_TITLE_BASE","recipients":["my_email_internal","my_username"]}' test_file.bin
package send --delivery-info=@json:'{"title":"$(notdir test) PACKAGE_TITLE_BASE","recipients":["my_email_internal"]}' --remote_source=%name:my_src sample_source.txt
package send --delivery-info=@json:'{"title":"$(notdir test) PACKAGE_TITLE_BASE","recipients":["my_email_internal"]}' --remote-source=%name:my_src sample_source.txt
package send --link=https://app.example.com/send_to_dropbox_path --delivery-info=@json:'{"title":"$(notdir test) PACKAGE_TITLE_BASE"}' test_file.bin
package send --link=https://app.example.com/send_to_user_path --delivery-info=@json:'{"title":"$(notdir test) PACKAGE_TITLE_BASE"}' test_file.bin
source info %name:my_src --storage=@preset:faspex4_storage
Expand Down
6 changes: 3 additions & 3 deletions docs/Manual.html
Original file line number Diff line number Diff line change
Expand Up @@ -6390,7 +6390,7 @@ <h2 data-number="5.8" id="aoc-sample-commands"><span
<div class="sourceCode" id="cb369"><pre
class="sourceCode bash"><code class="sourceCode bash"><span id="cb369-1"><a href="#cb369-1" aria-hidden="true" tabindex="-1"></a><span class="ex">admin</span> analytics transfers nodes</span>
<span id="cb369-2"><a href="#cb369-2" aria-hidden="true" tabindex="-1"></a><span class="ex">admin</span> analytics transfers organization <span class="at">--query</span><span class="op">=</span>@json:<span class="st">&#39;{&quot;status&quot;:&quot;completed&quot;,&quot;direction&quot;:&quot;receive&quot;}&#39;</span> <span class="at">--notify-to</span><span class="op">=</span>my_email_external <span class="at">--notify-template</span><span class="op">=</span>@ruby:<span class="st">&#39;%Q{From: &lt;%=from_name%&gt; &lt;&lt;%=from_email%&gt;&gt;\nTo: &lt;&lt;%=to%&gt;&gt;\nSubject: &lt;%=ev[&quot;files_completed&quot;]%&gt; files received\n\n&lt;%=ev.to_yaml%&gt;}&#39;</span></span>
<span id="cb369-3"><a href="#cb369-3" aria-hidden="true" tabindex="-1"></a><span class="ex">admin</span> analytics transfers users <span class="at">--once_only</span><span class="op">=</span>yes</span>
<span id="cb369-3"><a href="#cb369-3" aria-hidden="true" tabindex="-1"></a><span class="ex">admin</span> analytics transfers users <span class="at">--once-only</span><span class="op">=</span>yes</span>
<span id="cb369-4"><a href="#cb369-4" aria-hidden="true" tabindex="-1"></a><span class="ex">admin</span> application list</span>
<span id="cb369-5"><a href="#cb369-5" aria-hidden="true" tabindex="-1"></a><span class="ex">admin</span> ats access_key create <span class="at">--cloud</span><span class="op">=</span>aws <span class="at">--region</span><span class="op">=</span>my_region <span class="at">--params</span><span class="op">=</span>@json:<span class="st">&#39;{&quot;id&quot;:&quot;ak_aws&quot;,&quot;name&quot;:&quot;my test key AWS&quot;,&quot;storage&quot;:{&quot;type&quot;:&quot;aws_s3&quot;,&quot;bucket&quot;:&quot;my_bucket&quot;,&quot;credentials&quot;:{&quot;access_key_id&quot;:&quot;my_access_key&quot;,&quot;secret_access_key&quot;:&quot;my_secret_key&quot;},&quot;path&quot;:&quot;/&quot;}}&#39;</span></span>
<span id="cb369-6"><a href="#cb369-6" aria-hidden="true" tabindex="-1"></a><span class="ex">admin</span> ats access_key create <span class="at">--cloud</span><span class="op">=</span>softlayer <span class="at">--region</span><span class="op">=</span>my_region <span class="at">--params</span><span class="op">=</span>@json:<span class="st">&#39;{&quot;id&quot;:&quot;ak1ibmcloud&quot;,&quot;secret&quot;:&quot;my_secret_here&quot;,&quot;name&quot;:&quot;my test key&quot;,&quot;storage&quot;:{&quot;type&quot;:&quot;ibm-s3&quot;,&quot;bucket&quot;:&quot;my_bucket&quot;,&quot;credentials&quot;:{&quot;access_key_id&quot;:&quot;my_access_key&quot;,&quot;secret_access_key&quot;:&quot;my_secret_key&quot;},&quot;path&quot;:&quot;/&quot;}}&#39;</span></span>
Expand Down Expand Up @@ -7255,7 +7255,7 @@ <h2 data-number="8.12" id="node-sample-commands"><span
<span id="cb424-13"><a href="#cb424-13" aria-hidden="true" tabindex="-1"></a><span class="ex">access_key</span> do my_ak_name rename /folder1 folder2</span>
<span id="cb424-14"><a href="#cb424-14" aria-hidden="true" tabindex="-1"></a><span class="ex">access_key</span> do my_ak_name show %id:1</span>
<span id="cb424-15"><a href="#cb424-15" aria-hidden="true" tabindex="-1"></a><span class="ex">access_key</span> do my_ak_name show /testfile1</span>
<span id="cb424-16"><a href="#cb424-16" aria-hidden="true" tabindex="-1"></a><span class="ex">access_key</span> do my_ak_name upload <span class="st">&#39;faux:///testfile1?1k&#39;</span> <span class="at">--default_ports</span><span class="op">=</span>no</span>
<span id="cb424-16"><a href="#cb424-16" aria-hidden="true" tabindex="-1"></a><span class="ex">access_key</span> do my_ak_name upload <span class="st">&#39;faux:///testfile1?1k&#39;</span> <span class="at">--default-ports</span><span class="op">=</span>no</span>
<span id="cb424-17"><a href="#cb424-17" aria-hidden="true" tabindex="-1"></a><span class="ex">access_key</span> do self permission %id:root_id create @json:<span class="st">&#39;{&quot;access_type&quot;:&quot;user&quot;,&quot;access_id&quot;:&quot;666&quot;}&#39;</span></span>
<span id="cb424-18"><a href="#cb424-18" aria-hidden="true" tabindex="-1"></a><span class="ex">access_key</span> do self show / <span class="at">--fields</span><span class="op">=</span>id <span class="at">--output</span><span class="op">=</span>root_id</span>
<span id="cb424-19"><a href="#cb424-19" aria-hidden="true" tabindex="-1"></a><span class="ex">access_key</span> list</span>
Expand Down Expand Up @@ -8177,7 +8177,7 @@ <h2 data-number="10.8" id="faspex-sample-commands"><span
<span id="cb465-17"><a href="#cb465-17" aria-hidden="true" tabindex="-1"></a><span class="ex">package</span> send <span class="at">--delivery-info</span><span class="op">=</span>@json:<span class="st">&#39;{&quot;title&quot;:&quot;$(notdir test) PACKAGE_TITLE_BASE&quot;,&quot;recipients&quot;:[&quot;*my_dbx&quot;]}&#39;</span> test_file.bin</span>
<span id="cb465-18"><a href="#cb465-18" aria-hidden="true" tabindex="-1"></a><span class="ex">package</span> send <span class="at">--delivery-info</span><span class="op">=</span>@json:<span class="st">&#39;{&quot;title&quot;:&quot;$(notdir test) PACKAGE_TITLE_BASE&quot;,&quot;recipients&quot;:[&quot;*my_wkg&quot;]}&#39;</span> test_file.bin</span>
<span id="cb465-19"><a href="#cb465-19" aria-hidden="true" tabindex="-1"></a><span class="ex">package</span> send <span class="at">--delivery-info</span><span class="op">=</span>@json:<span class="st">&#39;{&quot;title&quot;:&quot;$(notdir test) PACKAGE_TITLE_BASE&quot;,&quot;recipients&quot;:[&quot;my_email_internal&quot;,&quot;my_username&quot;]}&#39;</span> test_file.bin</span>
<span id="cb465-20"><a href="#cb465-20" aria-hidden="true" tabindex="-1"></a><span class="ex">package</span> send <span class="at">--delivery-info</span><span class="op">=</span>@json:<span class="st">&#39;{&quot;title&quot;:&quot;$(notdir test) PACKAGE_TITLE_BASE&quot;,&quot;recipients&quot;:[&quot;my_email_internal&quot;]}&#39;</span> <span class="at">--remote_source</span><span class="op">=</span>%name:my_src sample_source.txt</span>
<span id="cb465-20"><a href="#cb465-20" aria-hidden="true" tabindex="-1"></a><span class="ex">package</span> send <span class="at">--delivery-info</span><span class="op">=</span>@json:<span class="st">&#39;{&quot;title&quot;:&quot;$(notdir test) PACKAGE_TITLE_BASE&quot;,&quot;recipients&quot;:[&quot;my_email_internal&quot;]}&#39;</span> <span class="at">--remote-source</span><span class="op">=</span>%name:my_src sample_source.txt</span>
<span id="cb465-21"><a href="#cb465-21" aria-hidden="true" tabindex="-1"></a><span class="ex">package</span> send <span class="at">--link</span><span class="op">=</span>https://app.example.com/send_to_dropbox_path <span class="at">--delivery-info</span><span class="op">=</span>@json:<span class="st">&#39;{&quot;title&quot;:&quot;$(notdir test) PACKAGE_TITLE_BASE&quot;}&#39;</span> test_file.bin</span>
<span id="cb465-22"><a href="#cb465-22" aria-hidden="true" tabindex="-1"></a><span class="ex">package</span> send <span class="at">--link</span><span class="op">=</span>https://app.example.com/send_to_user_path <span class="at">--delivery-info</span><span class="op">=</span>@json:<span class="st">&#39;{&quot;title&quot;:&quot;$(notdir test) PACKAGE_TITLE_BASE&quot;}&#39;</span> test_file.bin</span>
<span id="cb465-23"><a href="#cb465-23" aria-hidden="true" tabindex="-1"></a><span class="bu">source</span> info %name:my_src <span class="at">--storage</span><span class="op">=</span>@preset:faspex4_storage</span>
Expand Down
Binary file modified docs/Manual.pdf
Binary file not shown.

0 comments on commit c30d0a1

Please sign in to comment.