Skip to content

Commit

Permalink
chore: release version v4.13.0
Browse files Browse the repository at this point in the history
  • Loading branch information
gegles committed Jun 28, 2023
1 parent b687933 commit abdf30d
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 17 deletions.
16 changes: 8 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

##

Version : 4.13.0.pre
Version : 4.13.0

Laurent/2016-2023

Expand Down Expand Up @@ -92,7 +92,7 @@ ascli --version
```

```bash
4.13.0.pre
4.13.0
```

### First use
Expand Down Expand Up @@ -254,7 +254,7 @@ ascli -v
```

```text
4.13.0.pre
4.13.0
```

In order to keep persistency of configuration on the host,
Expand Down Expand Up @@ -448,7 +448,7 @@ Install Latest stable Ruby:
macOS 10.13+ (High Sierra) comes with a recent Ruby. So you can use it directly. You will need to install aspera-cli using `sudo` :

```bash
sudo gem install aspera-cli --pre
sudo gem install aspera-cli
```

Alternatively, if you use [Homebrew](https://brew.sh/) already you can install Ruby with it:
Expand Down Expand Up @@ -534,7 +534,7 @@ If you already have a Java JVM on your system (`java`), it is possible to use `j
Once you have Ruby and rights to install gems: Install the gem and its dependencies:

```bash
gem install aspera-cli --pre
gem install aspera-cli
```

To upgrade to the latest version:
Expand Down Expand Up @@ -2737,7 +2737,7 @@ ascli server upload "faux:///mydir?file=testfile&count=1m&size=0&inc=2&seq=seque
```text
ascli -h
NAME
ascli -- a command line tool for Aspera Applications (v4.13.0.pre)
ascli -- a command line tool for Aspera Applications (v4.13.0)
SYNOPSIS
ascli COMMANDS [OPTIONS] [ARGS]
Expand Down Expand Up @@ -4595,8 +4595,8 @@ ascli node access_key create --value=@json:'{"id":"myaccesskey","secret":"my_sec
### Node sample commands
```bash
node access_key create --value=@json:'{"id":"aoc_1","storage":{"type":"local","path":"/"}}'
node access_key delete aoc_1
node access_key create --value=@json:'{"id":"testingAK1","storage":{"type":"local","path":"/"}}'
node access_key delete testingAK1
node access_key do my_aoc_ak_name browse /
node access_key do my_aoc_ak_name delete /folder2
node access_key do my_aoc_ak_name delete testfile1
Expand Down
16 changes: 8 additions & 8 deletions docs/Manual.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<!-- cSpell:ignore devkit zcvf zxvf noded secondfile filesize sedemo eudemo webmail csum eascp loglevel cronfile magick keepalive inotify eastus bluemix trev sshfp struct genkey passout ibmaspera unpermitted schtasks taskschd -->
<h1 data-number="1" id="section"><span
class="header-section-number">1</span> </h1>
<p>Version : 4.13.0.pre</p>
<p>Version : 4.13.0</p>
<p>Laurent/2016-2023</p>
<p>This gem provides the <code>ascli</code> Command Line Interface to
IBM Aspera software.</p>
Expand Down Expand Up @@ -100,7 +100,7 @@ <h1 data-number="5" id="quick-start"><span
<div class="sourceCode" id="cb1"><pre
class="sourceCode bash"><code class="sourceCode bash"><span id="cb1-1"><a href="#cb1-1" aria-hidden="true" tabindex="-1"></a><span class="ex">ascli</span> <span class="at">--version</span></span></code></pre></div>
<div class="sourceCode" id="cb2"><pre
class="sourceCode bash"><code class="sourceCode bash"><span id="cb2-1"><a href="#cb2-1" aria-hidden="true" tabindex="-1"></a><span class="ex">4.13.0.pre</span></span></code></pre></div>
class="sourceCode bash"><code class="sourceCode bash"><span id="cb2-1"><a href="#cb2-1" aria-hidden="true" tabindex="-1"></a><span class="ex">4.13.0</span></span></code></pre></div>
<h2 data-number="5.1" id="first-use"><span
class="header-section-number">5.1</span> First use</h2>
<p>Once installation is completed, you can proceed to the first use with
Expand Down Expand Up @@ -231,7 +231,7 @@ <h3 data-number="6.1.2" id="details-on-the-container"><span
<p>Then, you can execute the container like a local command:</p>
<div class="sourceCode" id="cb19"><pre
class="sourceCode bash"><code class="sourceCode bash"><span id="cb19-1"><a href="#cb19-1" aria-hidden="true" tabindex="-1"></a><span class="ex">ascli</span> <span class="at">-v</span></span></code></pre></div>
<pre class="text"><code>4.13.0.pre</code></pre>
<pre class="text"><code>4.13.0</code></pre>
<p>In order to keep persistency of configuration on the host, you should
mount your user’s config folder to the container. To enable write
access, a possibility is to run as <code>root</code> in the container
Expand Down Expand Up @@ -459,7 +459,7 @@ <h3 data-number="6.2.4" id="macos-pre-installed-or-brew"><span
it directly. You will need to install aspera-cli using <code>sudo</code>
:</p>
<div class="sourceCode" id="cb36"><pre
class="sourceCode bash"><code class="sourceCode bash"><span id="cb36-1"><a href="#cb36-1" aria-hidden="true" tabindex="-1"></a><span class="fu">sudo</span> gem install aspera-cli <span class="at">--pre</span></span></code></pre></div>
class="sourceCode bash"><code class="sourceCode bash"><span id="cb36-1"><a href="#cb36-1" aria-hidden="true" tabindex="-1"></a><span class="fu">sudo</span> gem install aspera-cli</span></code></pre></div>
<p>Alternatively, if you use <a href="https://brew.sh/">Homebrew</a>
already you can install Ruby with it:</p>
<div class="sourceCode" id="cb37"><pre
Expand Down Expand Up @@ -532,7 +532,7 @@ <h2 data-number="6.3" id="aspera-cli-gem"><span
<p>Once you have Ruby and rights to install gems: Install the gem and
its dependencies:</p>
<div class="sourceCode" id="cb44"><pre
class="sourceCode bash"><code class="sourceCode bash"><span id="cb44-1"><a href="#cb44-1" aria-hidden="true" tabindex="-1"></a><span class="ex">gem</span> install aspera-cli <span class="at">--pre</span></span></code></pre></div>
class="sourceCode bash"><code class="sourceCode bash"><span id="cb44-1"><a href="#cb44-1" aria-hidden="true" tabindex="-1"></a><span class="ex">gem</span> install aspera-cli</span></code></pre></div>
<p>To upgrade to the latest version:</p>
<div class="sourceCode" id="cb45"><pre
class="sourceCode bash"><code class="sourceCode bash"><span id="cb45-1"><a href="#cb45-1" aria-hidden="true" tabindex="-1"></a><span class="ex">gem</span> update aspera-cli</span></code></pre></div>
Expand Down Expand Up @@ -3762,7 +3762,7 @@ <h2 data-number="7.30" id="usage"><span
class="header-section-number">7.30</span> <a id="usage"></a>Usage</h2>
<pre class="text"><code>ascli -h
NAME
ascli -- a command line tool for Aspera Applications (v4.13.0.pre)
ascli -- a command line tool for Aspera Applications (v4.13.0)

SYNOPSIS
ascli COMMANDS [OPTIONS] [ARGS]
Expand Down Expand Up @@ -5558,8 +5558,8 @@ <h2 data-number="11.8" id="create-access-key"><span
<h2 data-number="11.9" id="node-sample-commands"><span
class="header-section-number">11.9</span> Node sample commands</h2>
<div class="sourceCode" id="cb347"><pre
class="sourceCode bash"><code class="sourceCode bash"><span id="cb347-1"><a href="#cb347-1" aria-hidden="true" tabindex="-1"></a><span class="ex">node</span> access_key create <span class="at">--value</span><span class="op">=</span>@json:<span class="st">&#39;{&quot;id&quot;:&quot;aoc_1&quot;,&quot;storage&quot;:{&quot;type&quot;:&quot;local&quot;,&quot;path&quot;:&quot;/&quot;}}&#39;</span></span>
<span id="cb347-2"><a href="#cb347-2" aria-hidden="true" tabindex="-1"></a><span class="ex">node</span> access_key delete aoc_1</span>
class="sourceCode bash"><code class="sourceCode bash"><span id="cb347-1"><a href="#cb347-1" aria-hidden="true" tabindex="-1"></a><span class="ex">node</span> access_key create <span class="at">--value</span><span class="op">=</span>@json:<span class="st">&#39;{&quot;id&quot;:&quot;testingAK1&quot;,&quot;storage&quot;:{&quot;type&quot;:&quot;local&quot;,&quot;path&quot;:&quot;/&quot;}}&#39;</span></span>
<span id="cb347-2"><a href="#cb347-2" aria-hidden="true" tabindex="-1"></a><span class="ex">node</span> access_key delete testingAK1</span>
<span id="cb347-3"><a href="#cb347-3" aria-hidden="true" tabindex="-1"></a><span class="ex">node</span> access_key do my_aoc_ak_name browse /</span>
<span id="cb347-4"><a href="#cb347-4" aria-hidden="true" tabindex="-1"></a><span class="ex">node</span> access_key do my_aoc_ak_name delete /folder2</span>
<span id="cb347-5"><a href="#cb347-5" aria-hidden="true" tabindex="-1"></a><span class="ex">node</span> access_key do my_aoc_ak_name delete testfile1</span>
Expand Down
Binary file modified docs/Manual.pdf
Binary file not shown.
2 changes: 1 addition & 1 deletion lib/aspera/cli/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ module Aspera
module Cli
# for beta add extension : .beta1
# for dev version add extension : .pre
VERSION = '4.13.0.pre'
VERSION = '4.13.0'
end
end

0 comments on commit abdf30d

Please sign in to comment.