|
2 | 2 | <!-- |
3 | 3 | DO NOT EDIT: THIS FILE IS GENERATED, edit docs/README.erb.md, for details, read docs/README.md |
4 | 4 | PANDOC_META_BEGIN |
5 | | -subtitle: "ascli 4.26.0.pre" |
| 5 | +subtitle: "ascli 4.25.2" |
6 | 6 | author: "Laurent Martin" |
7 | 7 | PANDOC_META_END |
8 | 8 | --> |
@@ -40,7 +40,7 @@ Need to debug? I’ll show you what’s going on under the hood. |
40 | 40 |
|
41 | 41 | Think of me as Aspera’s command-line sidekick: quick, reliable, and a little no-nonsense. You bring the files; I’ll bring the horsepower." |
42 | 42 |
|
43 | | -Version: 4.26.0.pre |
| 43 | +Version: 4.25.2 |
44 | 44 |
|
45 | 45 | Laurent Martin/2016-2026 |
46 | 46 |
|
@@ -124,7 +124,7 @@ ascli --version |
124 | 124 | ``` |
125 | 125 |
|
126 | 126 | ```text |
127 | | -4.26.0.pre |
| 127 | +4.25.2 |
128 | 128 | ``` |
129 | 129 |
|
130 | 130 | > [!NOTE] |
@@ -786,11 +786,11 @@ Necessary gems can be packed in a `tar.gz` like this: |
786 | 786 |
|
787 | 787 | ```bash |
788 | 788 | mkdir temp_folder |
789 | | -gem install aspera-cli:4.26.0.pre --no-document --install-dir temp_folder |
| 789 | +gem install aspera-cli:4.25.2 --no-document --install-dir temp_folder |
790 | 790 | find temp_folder |
791 | | -mv temp_folder/cache aspera-cli-4.26.0.pre-gems |
| 791 | +mv temp_folder/cache aspera-cli-4.25.2-gems |
792 | 792 | rm -fr temp_folder |
793 | | -tar zcvf aspera-cli-4.26.0.pre-gems aspera-cli-4.26.0.pre-gems.tgz |
| 793 | +tar zcvf aspera-cli-4.25.2-gems aspera-cli-4.25.2-gems.tgz |
794 | 794 | ``` |
795 | 795 |
|
796 | 796 | #### Unix-like |
@@ -935,7 +935,7 @@ ascli -v |
935 | 935 | ``` |
936 | 936 |
|
937 | 937 | ```text |
938 | | -4.26.0.pre |
| 938 | +4.25.2 |
939 | 939 | ``` |
940 | 940 |
|
941 | 941 | In order to keep persistency of configuration on the host, you should specify your user's configuration folder as a volume for the container. |
@@ -4637,7 +4637,7 @@ ascli server upload "faux:///mydir?file=testfile&count=1000&size=1" --to-folder= |
4637 | 4637 | ```text |
4638 | 4638 | ascli -h |
4639 | 4639 | NAME |
4640 | | - ascli -- a command line tool for Aspera Applications (v4.26.0.pre) |
| 4640 | + ascli -- a command line tool for Aspera Applications (v4.25.2) |
4641 | 4641 |
|
4642 | 4642 | SYNOPSIS |
4643 | 4643 | ascli COMMANDS [OPTIONS] [ARGS] |
|
0 commit comments