You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If you want to use <%=tool%> with another server, and in order to make further calls more convenient, it is advised to define an [Option Preset](#option-preset) for the server's authentication options.
If you'd prefer to test against Aspera on Cloud, skip ahead to the [AoC Wizard](#aoc-configuration-using-wizard) section.
207
205
208
-
### Going further
206
+
### Next Steps
209
207
210
-
Get familiar with configuration, options, and commands: [Command Line Interface](#command-line-interface).
208
+
- Learn the CLI: Read [Command Line Interface](#command-line-interface) to understand configuration, options, and commands.
211
209
212
-
Then, follow the section relative to the product you want to interact with (Aspera on Cloud, Faspex, ...): [Application Plugins](#plugins)
210
+
- Explore plugins: Jump to the section for the product you're working with — Aspera on Cloud, Faspex, and more — under [Application Plugins](#plugins).
213
211
214
212
## Installation
215
213
216
214
There are several possibilities to install <%=tool%>:
217
215
218
-
- As a [single file executable](#single-file-executable),
219
216
- Using a Ruby environment directly on the host operating system (Linux, macOS, Windows).
217
+
220
218
This is the most generic method.
221
219
It consists in installing:
222
220
- The [Ruby language](#ruby),
223
221
- Then [<%=gemspec.name%>](#ruby-gem-aspera-cli) Ruby gem,<!-- markdownlint-disable-line -->
224
222
-[Aspera Transfer Daemon (`ascp`)](#fasp-protocol-ascp).
223
+
- As a [single file executable](#single-file-executable)
224
+
225
+
This is easy, but only a limited number of platforms is supported.
225
226
- As a [container](#container) (`docker`, `podman`, `singularity`).
226
227
227
228
The following sections provide information on the various installation methods.
@@ -232,11 +233,9 @@ If you don't have internet for the installation, refer to section [Installation
232
233
### Single file executable
233
234
234
235
> [!WARNING]
235
-
> This is a Beta feature.
236
236
> Only on a limited number of platforms.
237
237
238
-
<%=tool%> is available as a single **platform-dependent executable**.
239
-
[Beta releases can be found here](https://ibm.biz/aspera-cli-exe).
238
+
<%=tool%> is available as a single **platform-dependent executable** in the [Releases](https://github.com/IBM/aspera-cli/releases).
240
239
241
240
#### Installation
242
241
@@ -733,7 +732,7 @@ Refer to section: [Transfer Agents](#transfer-clients-agents)
733
732
734
733
Necessary gems can be packed in a `tar.gz` like this:
0 commit comments