shpkpr apps show¶
Show detailed information for one or more applications.
shpkpr apps show [OPTIONS]
Options
-
--output-format<output_formatter>¶ Serialization format to use when printing config data to stdout. [default: json]
-
-a,--application<application_id>¶ ID of the Marathon application to target. This should be the full path of the application (including slashes) e.g.
/mygroup/myapp. The first/root slash is optional, shpkpr will add it if missing.
-
--dry-run¶ Enables “dry run” mode. When enabled, shpkpr will avoid making changes to any remote systems. This can be used to safely test deployments or jobs before performing any destructive operations. Exactly what constitues a “dry run” varies by operation type and deployment strategy, see command documentation for further information.
-
--allow-insecure-auth¶ Allow HTTP basic authentication when not using SSL.
-
--username<username>¶ Username used for HTTP Basic Authentication to Marathon/Chronos.
-
--password<password>¶ Password used for HTTP Basic Authentication to Marathon/Chronos.
-
--marathon-url<marathon_url>¶ URL of the Marathon API to use. [required]
Environment variables
-
SHPKPR_OUTPUT_FORMAT¶ Provide a default for
--output-format
-
SHPKPR_USERNAME¶ Provide a default for
--username
-
SHPKPR_PASSWORD¶ Provide a default for
--password
-
SHPKPR_MARATHON_URL¶ Provide a default for
--marathon-url