apps - PredixDev/predix-mobile-cli GitHub Wiki

Description: Apps Command

Lists apps in the database.

COMMAND: index-apps [options]

Prints all deployed applications that are defined in your Predix Mobile backend.

  Examples:
	$ pm apps
	$ pm apps -w
Options:

    -h, --help             output usage information
    -D, --debug            Set logging level to debug (more traces than "verbose")
    -v, --verbose          Set logging level to verbose.
    -w, --webapps          List all deployed Predix Mobile apps along with webapps.
    --skip-ssl-validation  Ignore TLS certificate validation errors.