33DO NOT EDIT: THIS FILE IS GENERATED, edit docs/README.erb.md.
44PANDOC_DEFAULTS_BEGIN
55metadata:
6- subtitle: "ascli 4.25.5 "
6+ subtitle: "ascli 4.26.0.pre "
77 author: "Laurent Martin"
88PANDOC_DEFAULTS_END
99-->
@@ -126,8 +126,8 @@ This section walks you through your first interaction with `ascli` on Linux.
126126
127127``` shell
128128mkdir -p $HOME /bin
129- tar zxvf ascli.4.25.5 .linux-x86_64.tgz
130- mv ascli.4.25.5 .linux-x86_64 $HOME /bin/ascli
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
131131export PATH=$PATH :$HOME /bin
132132```
133133
@@ -141,7 +141,7 @@ ascli -v
141141```
142142
143143``` text
144- 4.25.5
144+ 4.26.0.pre
145145```
146146
147147- Install the latest Aspera transfer runtime, as it is not included in the ` ascli ` package:
@@ -323,7 +323,7 @@ This executable includes the Ruby runtime.
323323> Refer to [ Install ` ascp ` ] ( #installation-of-ascp-through-transferd ) .
324324
325325``` shell
326- curl -o ascli https://eudemo.asperademo.com/download/aspera-cli/ascli.4.25.5 .osx-arm64
326+ curl -o ascli https://eudemo.asperademo.com/download/aspera-cli/ascli.4.26.0.pre .osx-arm64
327327chmod a+x ascli
328328./ascli config transferd install
329329```
@@ -855,11 +855,11 @@ Necessary gems can be packed in a `tar.gz` like this:
855855
856856``` shell
857857mkdir temp_folder
858- gem install aspera-cli:4.25.5 --no-document --install-dir temp_folder
858+ gem install aspera-cli:4.26.0.pre --no-document --install-dir temp_folder
859859find temp_folder
860- mv temp_folder/cache aspera-cli-4.25.5 -gems
860+ mv temp_folder/cache aspera-cli-4.26.0.pre -gems
861861rm -fr temp_folder
862- tar zcvf aspera-cli-4.25.5 -gems aspera-cli-4.25.5 -gems.tgz
862+ tar zcvf aspera-cli-4.26.0.pre -gems aspera-cli-4.26.0.pre -gems.tgz
863863```
864864
865865#### Unix-like
@@ -1001,7 +1001,7 @@ ascli -v
10011001```
10021002
10031003``` text
1004- 4.25.5
1004+ 4.26.0.pre
10051005```
10061006
10071007In order to keep persistency of configuration on the host, you should specify your user's configuration folder as a volume for the container.
@@ -4854,7 +4854,7 @@ ascli server upload "faux:///mydir?file=testfile&count=1000&size=1" --to-folder=
48544854```text
48554855ascli -h
48564856NAME
4857- ascli -- a command line tool for Aspera Applications (v4 .25 . 5 )
4857+ ascli -- a command line tool for Aspera Applications (v4 .26 . 0 .pre )
48584858
48594859SYNOPSIS
48604860 ascli COMMANDS [OPTIONS] [ARGS]
0 commit comments