CLICommand referenceinstall

install

Commands, arguments, and options for openship install.

See the CLI overview for examples. Global flags such as --json go before the command; see global options.

openship install

Download and install the Openship desktop app for this OS

openship install [options] [command]
SubcommandPurpose
cacheManage the local download cache (list/verify/clean/path)
OptionMeaning
--version <tag>Release tag to install (e.g. v1.2.3)
--latestInstall the latest release (default)
--forceRe-download even if a verified copy is cached
--no-verifySkip SHA-256 verification (allowed when no sidecar exists)
--no-launchInstall without launching the app

openship install cache

Manage the local download cache (list/verify/clean/path)

openship install cache [options] [command]
SubcommandPurpose
pathPrint the cache directory path
list|lsList cached release assets
verify [tag]Re-hash cached assets and compare to their .sha256 sidecar
clean [tag]Delete cached release assets

openship install cache clean

Delete cached release assets

openship install cache clean [options] [tag]
ArgumentMeaning
tagOnly remove this release tag (default: all)

openship install cache list

List cached release assets

openship install cache list|ls [options]

openship install cache path

Print the cache directory path

openship install cache path [options]

openship install cache verify

Re-hash cached assets and compare to their .sha256 sidecar

openship install cache verify [options] [tag]
ArgumentMeaning
tagOnly verify assets under this release tag

On this page