Skip to content

olares download

Synopsis

The olares download command downloads the necessary packages and components required to install Olares on your local machine. It supports downloading components, checking the status of installation packages, and fetching the manifest file.

bash
olares-cli olares download [subcommand] [option]

Subcommands

NameShorthandUsageExample
checkChecks the status of the Olares installation package.olares-cli olares download check
componentcDownloads Olares components.olares-cli olares download component
wizardwDownloads the manifest file.olares-cli olares download wizard

Options

NameShorthandUsage
--base-dir-bSets the base directory for Olares.
Defaults to $HOME/.olares.
--download-cdn-urlSets the CDN accelerated download URL in the format https://example.cdn.com.
If not provided, the default URL will be used.
--help-hDisplays help information.
--kubeSpecifies the Kubernetes type.
Supported types are k3s (default) and k8s.
--version-vSpecifies the Olares version.
Version values follow the format x.y.z (e.g., 1.10.0) or include a build date (e.g., 1.10.0-20241109).
Refer to the GitHub Releases page for available versions.

Examples

bash
# Specifies the base directory where all downloaded components will be stored.
olares-cli olares download component -b /custom/path

# Specifies a CDN-accelerated URL for downloading Olares components.
olares-cli olares download component --download-cdn-url https://my.cdn.com

# Specifies the Kubernetes type for the installation.
olares-cli olares download component --kube k8s

# Sets the path to the package manifest file.
olares-cli olares download component --manifest /custom/path/manifest.json

# Specifies the version of Olares packages and components to download.
olares-cli olares download component -v 1.11.0