Skip to content

Latest commit

 

History

History
28 lines (19 loc) · 966 Bytes

File metadata and controls

28 lines (19 loc) · 966 Bytes

oms-cli install codesphere

Install a Codesphere instance

Synopsis

Install a Codesphere instance with the provided package, configuration file, and private key. Uses the private-cloud-installer.js script included in the package to perform the installation.

oms-cli install codesphere [flags]

Options

  -c, --config string        Path to the Codesphere Private Cloud configuration file (yaml)
  -f, --force                Enforce package extraction
  -h, --help                 help for codesphere
  -p, --package string       Package file (e.g. codesphere-v1.2.3-installer.tar.gz) to load binaries, installer etc. from
  -k, --priv-key string      Path to the private key to encrypt/decrypt secrets
  -s, --skip-steps strings   Steps to be skipped. E.g. copy-dependencies, extract-dependencies, load-container-images, ceph, kubernetes

SEE ALSO