Launchpad CLI reference¶
Global options¶
A number of optional arguments can be used with any Launchpad command.
Option |
Description |
---|---|
--disable-telemetry |
Disable sending analytics and telemetry data |
--accept-license |
Accept the end user license agreement |
--disable-upgrade-check |
Skip check for Launchpad upgrade |
--debug |
Increase output verbosity |
--help |
Display command help |
Commands¶
All Launchpad commands begin wth launchpad or lp.
launchpad <command>
Command |
Description |
---|---|
init |
Initialize Launchpad. Intializes the cluster config file (usually called Supported options: n/a |
apply |
Initialize or upgrade Launchpad. After initializing the cluster config file, applies the settings and initializes or upgrades a cluster. Supported options:
|
client-config |
Download client configuration. The MKE client bundle contains a private and public key pair that authorizes Launchpad to interact with the MKE CLI. Supported options:
Note that the configuration MUST include the MKE credentials (example follows): apiVersion: launchpad.mirantis.com/mke/v1.4
kind: mke
spec:
mke:
adminUsername: admin
adminPassword: password
|
reset |
Reset or uninstall a cluster. Resets or uninstalls an MKE cluster. Supported options:
|
exec |
Execute a command or run a remote terminal on a host. Use Launchpad to run commands or an interactive terminal on the hosts in the configuration. Supported options:
|
describe |
Presents basic information that correlates to the command target. When the launchpad describe hosts command is run, the information delivered includes the IP address, the internal IP, the host name, the set role, the operating system, and the MCR version of each host. When the launchpad describe MKE or launchpad describe MSR is run, the command returns the product version number for the product targeted, as well as the URL of the administation user interface. Supported options:
|
register |
Registers a user. Supported options:
|
completion |
Generate shell auto-completions. Completes a specified shell. Supported options:
|