|
2 | 2 | <!-- |
3 | 3 | DO NOT EDIT: THIS FILE IS GENERATED, edit docs/README.erb.md. |
4 | 4 | PANDOC_META_BEGIN |
5 | | -subtitle: "ascli 4.26.0.pre" |
| 5 | +subtitle: "ascli 4.25.4" |
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.4 |
44 | 44 |
|
45 | 45 | Laurent Martin/2016-2026 |
46 | 46 |
|
@@ -125,7 +125,7 @@ ascli --version |
125 | 125 | ``` |
126 | 126 |
|
127 | 127 | ```text |
128 | | -4.26.0.pre |
| 128 | +4.25.4 |
129 | 129 | ``` |
130 | 130 |
|
131 | 131 | > [!NOTE] |
@@ -785,11 +785,11 @@ Necessary gems can be packed in a `tar.gz` like this: |
785 | 785 |
|
786 | 786 | ```shell |
787 | 787 | mkdir temp_folder |
788 | | -gem install aspera-cli:4.26.0.pre --no-document --install-dir temp_folder |
| 788 | +gem install aspera-cli:4.25.4 --no-document --install-dir temp_folder |
789 | 789 | find temp_folder |
790 | | -mv temp_folder/cache aspera-cli-4.26.0.pre-gems |
| 790 | +mv temp_folder/cache aspera-cli-4.25.4-gems |
791 | 791 | rm -fr temp_folder |
792 | | -tar zcvf aspera-cli-4.26.0.pre-gems aspera-cli-4.26.0.pre-gems.tgz |
| 792 | +tar zcvf aspera-cli-4.25.4-gems aspera-cli-4.25.4-gems.tgz |
793 | 793 | ``` |
794 | 794 |
|
795 | 795 | #### Unix-like |
@@ -934,7 +934,7 @@ ascli -v |
934 | 934 | ``` |
935 | 935 |
|
936 | 936 | ```text |
937 | | -4.26.0.pre |
| 937 | +4.25.4 |
938 | 938 | ``` |
939 | 939 |
|
940 | 940 | In order to keep persistency of configuration on the host, you should specify your user's configuration folder as a volume for the container. |
@@ -4692,7 +4692,7 @@ ascli server upload "faux:///mydir?file=testfile&count=1000&size=1" --to-folder= |
4692 | 4692 | ```text |
4693 | 4693 | ascli -h |
4694 | 4694 | NAME |
4695 | | - ascli -- a command line tool for Aspera Applications (v4.26.0.pre) |
| 4695 | + ascli -- a command line tool for Aspera Applications (v4.25.4) |
4696 | 4696 |
|
4697 | 4697 | SYNOPSIS |
4698 | 4698 | ascli COMMANDS [OPTIONS] [ARGS] |
@@ -4737,7 +4737,7 @@ OPTIONS: global |
4737 | 4737 | --bash-comp Generate bash completion for command |
4738 | 4738 | --show-config Display parameters used for the provided action |
4739 | 4739 | -v, --version Display version |
4740 | | - --ui=ENUM Method to start browser: [graphical], text |
| 4740 | + --ui=ENUM Method to start browser: graphical, [text] |
4741 | 4741 | --invalid-characters=VALUE Replacement character and invalid filename characters |
4742 | 4742 | --log-level=ENUM Log level: debug, error, fatal, [info], trace1, trace2, unknown, warn |
4743 | 4743 | --log-format=VALUE Log formatter (Proc, Logger::Formatter) |
|
0 commit comments