shpkpr cron set¶
Add or Update a job in chronos.
shpkpr cron set [OPTIONS] [ENV_PAIRS]...
Options
-
--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.
-
--chronos-url<chronos_url>¶ URL of the Chronos endpoint to use [required]
-
--chronos-version<chronos_version>¶ Verson of the Chronos endpoint to use [default: 3.0.2]
-
--vault-addr<vault_addr>¶ URL of the Vault API to use.
-
--vault-token<vault_token>¶ Token used to authenticate with Vault.
-
-t,--template<template_names>¶ Path of the template to use for deployment.
-
--template-dir<template_path>¶ Base directory in which your templates are stored.
-
-e,--env-prefix<env_prefix>¶ Prefix used to filter environment variables used for templating. [default: SHPKPR]
Arguments
-
ENV_PAIRS¶ Optional argument(s)
Environment variables
-
SHPKPR_USERNAME¶ Provide a default for
--username
-
SHPKPR_PASSWORD¶ Provide a default for
--password
-
SHPKPR_CHRONOS_URL¶ Provide a default for
--chronos-url
-
SHPKPR_CHRONOS_VERSION¶ Provide a default for
--chronos-version
-
SHPKPR_VAULT_ADDR¶ Provide a default for
--vault-addr
-
SHPKPR_VAULT_TOKEN¶ Provide a default for
--vault-token
-
SHPKPR_TEMPLATE_DIR¶ Provide a default for
--template-dir