Skip to content

Commit c155e2b

Browse files
doc
Signed-off-by: Laurent Martin <laurent.martin.l@gmail.com>
1 parent 74b8cc8 commit c155e2b

1 file changed

Lines changed: 15 additions & 12 deletions

File tree

docs/README.md

Lines changed: 15 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
DO NOT EDIT: THIS FILE IS GENERATED, edit docs/README.erb.md.
44
PANDOC_DEFAULTS_BEGIN
55
metadata:
6-
subtitle: "ascli 4.26.0.pre"
6+
subtitle: "ascli 4.26.0"
77
author: "Laurent Martin"
88
PANDOC_DEFAULTS_END
99
-->
@@ -126,8 +126,8 @@ This section walks you through your first interaction with `ascli` on Linux.
126126

127127
```shell
128128
mkdir -p $HOME/bin
129-
tar zxvf ascli.4.26.0.pre.linux-x86_64.tgz
130-
mv ascli.4.26.0.pre.linux-x86_64 $HOME/bin/ascli
129+
tar zxvf ascli.4.26.0.linux-x86_64.tgz
130+
mv ascli.4.26.0.linux-x86_64 $HOME/bin/ascli
131131
export PATH=$PATH:$HOME/bin
132132
```
133133

@@ -141,7 +141,7 @@ ascli -v
141141
```
142142

143143
```text
144-
4.26.0.pre
144+
4.26.0
145145
```
146146

147147
- Install the latest Aspera transfer runtime, as it is not included in the `ascli` package:
@@ -269,7 +269,7 @@ This executable includes the Ruby runtime.
269269
> Refer to [Install `ascp`](#installation-of-ascp-through-transferd).
270270
271271
```shell
272-
curl -o ascli https://eudemo.asperademo.com/download/aspera-cli/ascli.4.26.0.pre.osx-arm64
272+
curl -o ascli https://eudemo.asperademo.com/download/aspera-cli/ascli.4.26.0.osx-arm64
273273
chmod a+x ascli
274274
./ascli config transferd install
275275
```
@@ -801,11 +801,11 @@ Necessary gems can be packed in a `tar.gz` like this:
801801

802802
```shell
803803
mkdir temp_folder
804-
gem install aspera-cli:4.26.0.pre --no-document --install-dir temp_folder
804+
gem install aspera-cli:4.26.0 --no-document --install-dir temp_folder
805805
find temp_folder
806-
mv temp_folder/cache aspera-cli-4.26.0.pre-gems
806+
mv temp_folder/cache aspera-cli-4.26.0-gems
807807
rm -fr temp_folder
808-
tar zcvf aspera-cli-4.26.0.pre-gems aspera-cli-4.26.0.pre-gems.tgz
808+
tar zcvf aspera-cli-4.26.0-gems aspera-cli-4.26.0-gems.tgz
809809
```
810810

811811
#### Unix-like
@@ -947,7 +947,7 @@ ascli -v
947947
```
948948

949949
```text
950-
4.26.0.pre
950+
4.26.0
951951
```
952952

953953
In order to keep persistency of configuration on the host, you should specify your user's configuration folder as a volume for the container.
@@ -2495,7 +2495,7 @@ For instance, a particular [Option Preset](#option-preset) can be created for a
24952495
Values in the configuration also follow the [Extended Value Syntax](#extended-value-syntax).
24962496

24972497
> [!NOTE]
2498-
> If the user wants to use the [Extended Value Syntax](#extended-value-syntax) inside the configuration file, using the `config preset update` command, the user shall use the `@val:` prefix.
2498+
> If the user wants to keep the [Extended Value Syntax](#extended-value-syntax) inside the configuration file, the user shall use the `@val:` prefix.
24992499

25002500
Example:
25012501

@@ -2547,6 +2547,9 @@ ascli config preset update demo_server --url=ssh://demo.asperasoft.com:33001 --u
25472547

25482548
This creates an [Option Preset](#option-preset) `demo_server` with all provided options.
25492549

2550+
> [!NOTE]
2551+
> `update` takes **ALL** options provided in the command line (starting with `--` with a value).
2552+
25502553
The command `set` allows setting individual options in an [Option Preset](#option-preset):
25512554

25522555
```text
@@ -4797,7 +4800,7 @@ ascli server upload "faux:///mydir?file=testfile&count=1000&size=1" --to-folder=
47974800
```text
47984801
ascli -h
47994802
NAME
4800-
ascli -- a command line tool for Aspera Applications (v4.26.0.pre)
4803+
ascli -- a command line tool for Aspera Applications (v4.26.0)
48014804
48024805
SYNOPSIS
48034806
ascli COMMANDS [OPTIONS] [ARGS]
@@ -6792,7 +6795,7 @@ files permission my_test_folder list
67926795
files rename /some_folder testdst
67936796
files short_link /testdst private create
67946797
files short_link /testdst private list
6795-
files short_link /testdst public create @: access_levels=upload --fields=id
6798+
files short_link /testdst public create @: access_levels.0=mkdir access_levels.1=write --fields=id
67966799
files short_link /testdst public modify '$(read_value_from :aoc_short_link_pub_create)' @: access_levels=edit
67976800
files show '%id:$(read_value_from :aoc_file_id)'
67986801
files show /

0 commit comments

Comments
 (0)