Usage: mission-control OPTIONS COMMAND [ARGS]

Options:

    -a | --use-defaults: [optional] run in non-interactive/automation mode
    -o | --offline:      [optional] run in offline mode, images will be picked from your host

Commands:

    install:    Download and install JFrog Mission Control
    start:      Starts the Mission Control services
    stop:       Stops the Mission Control services
    restart:    Restarts the Mission Control services
    kill:       Kills the Mission Control services
    version:    Displays version number
    logs:       Displays aggregated log
    ps:         Lists Mission Control services
    info:       Displays Mission Control info
    help:       Displays this help menu
    upgrade:    Upgrades JFrog Mission Control and starts it
    status:     Runs healthcheck and reports Mission Control status

Parameters

    JFMC_MOUNT_ROOT is the Mission Control home folder under which all Mission Control data directories can be found
    ${HOME}/.jfrog/jfmc/jfmc-installer/jfmc-conf is the Mission Control configuration file

Environment Variables

    To pull images from a private registry, please set JFMC_DOCKER_REPO_LOGIN and JFMC_DOCKER_REPO_PASSWORD as environment variables

First Use
---------
    `mission-control install` - to pull all Mission Control images
    `mission-control start` - start Mission Control

Upgrade
-------
    `mission-control upgrade` - to upgrade Mission Control after downloading desired version

