Skip to content

Latest commit

 

History

History
37 lines (25 loc) · 978 Bytes

File metadata and controls

37 lines (25 loc) · 978 Bytes

oms download package

Download a codesphere package

Synopsis

Download a specific version of a Codesphere package To list available packages, run oms list packages.

oms download package [flags]

Examples

# Download Codesphere version 1.55.0
$ /tmp/go-build3887606042/b001/exe/main download package --version codesphere-v1.55.0

# Download lite package of Codesphere version 1.55.0
$ /tmp/go-build3887606042/b001/exe/main download package --version codesphere-v1.55.0 --file installer-lite.tar.gz

Options

  -f, --file string      Specify artifact to download (default "installer.tar.gz")
  -H, --hash string      Hash of the version to download if multiple builds exist for the same version
  -h, --help             help for package
  -V, --version string   Codesphere version to download

SEE ALSO

Auto generated by spf13/cobra on 14-Oct-2025