Parameters for Linux Installer
This topic provides the list of parameters required for installing Codebeamer on Linux.
The CB-distro.bin – help command lists the following installer options in sequence and their description:
--confirm: Ask before running embedded script
--quiet: Do not print anything except error messages
--accept: Accept the license
--noexec: Do not run embedded script (implies --noexec-cleanup)
--noexec-cleanup: Do not run embedded cleanup script
--keep: Do not erase target directory after running the embedded script
--noprogress: Do not show the progress during the decompression
--nox11: Do not spawn an xterm
--nochown: Do not give the target folder to the current user
--chown: Give the target folder to the current user recursively
--nodiskspace: Do not check for available disk space
--target dir: Extract directly to a target directory (absolute or relative). This directory may undergo recursive chown (see --nochown).
--tar arg1 [arg2 ...]: Access the contents of the archive through the tar command
--ssl-pass-src src: Use the given src as the source of password to decrypt the data using OpenSSL. See "PASS PHRASE ARGUMENTS" in man openssl. Default is to prompt the user to enter decryption password on the current terminal.
--cleanup-args args: Arguments to the cleanup script. Wrap in quotes to provide multiple arguments.
--: Following arguments will be passed to the embedded script.