20
20
--app-manifest-cache-count int The number of app manifests to cache. The cache-key contains the commit hash. The default is 150. (default 150)
21
21
--cert-file string The path to the TLS certificate file.
22
22
--config-aws-secret string The ARN of secret that contains Piped config and be stored in AWS Secrets Manager.
23
+ --config-aws-ssm-parameter string The name of parameter of Piped config stored in AWS Systems Manager Parameter Store. SecureString is also supported.
23
24
--config-data string The base64 encoded string of the configuration data.
24
25
--config-file string The path to the configuration file.
25
26
--config-gcp-secret string The resource ID of secret that contains Piped config and be stored in GCP SecretManager.
@@ -46,25 +47,28 @@ Usage:
46
47
launcher launcher [flags]
47
48
48
49
Flags:
49
- --aws-secret-id string The ARN of secret that contains Piped config in AWS Secrets Manager service.
50
- --cert-file string The path to the TLS certificate file.
51
- --check-interval duration Interval to periodically check desired config/version to restart Piped. Default is 1m. (default 1m0s)
52
- --config-data string The base64 encoded string of the configuration data.
53
- --config-file string The path to the configuration file.
54
- --config-from-aws-secret Whether to load Piped config that is being stored in AWS Secrets Manager service.
55
- --config-from-gcp-secret Whether to load Piped config that is being stored in GCP SecretManager service.
56
- --config-from-git-repo Whether to load Piped config that is being stored in a git repository.
57
- --default-version string The version should be run when no desired version was specified. Empty means using the same version with Launcher.
58
- --gcp-secret-id string The resource ID of secret that contains Piped config in GCP SecretManager service.
59
- --git-branch string Branch of git repository to for Piped config.
60
- --git-piped-config-file string Relative path within git repository to locate Piped config file.
61
- --git-repo-url string The remote URL of git repository to fetch Piped config.
62
- --git-ssh-key-file string The path to SSH private key to fetch private git repository.
63
- --grace-period duration How long to wait for graceful shutdown. (default 30s)
64
- -h, --help help for launcher
65
- --home-dir string The working directory of Launcher.
66
- --insecure Whether disabling transport security while connecting to control-plane.
67
- --launcher-admin-port int The port number used to run a HTTP server for admin tasks such as metrics, healthz.
50
+ --aws-secret-id string The ARN of secret that contains Piped config in AWS Secrets Manager service.
51
+ --aws-ssm-parameter string The name of parameter of Piped config stored in AWS Systems Manager Parameter Store. SecureString is also supported.
52
+ --cert-file string The path to the TLS certificate file.
53
+ --check-interval duration Interval to periodically check desired config/version to restart Piped. Default is 1m. (default 1m0s)
54
+ --config-data string The base64 encoded string of the configuration data.
55
+ --config-file string The path to the configuration file.
56
+ --config-from-aws-secret Whether to load Piped config that is being stored in AWS Secrets Manager service.
57
+ --config-from-aws-ssm-parameter-store Whether to load Piped config that is being stored in AWS Systems Manager Parameter Store.
58
+ --config-from-gcp-secret Whether to load Piped config that is being stored in GCP SecretManager service.
59
+ --config-from-git-repo Whether to load Piped config that is being stored in a git repository.
60
+ --default-version string The version should be run when no desired version was specified. Empty means using the same version with Launcher.
61
+ --gcp-secret-id string The resource ID of secret that contains Piped config in GCP SecretManager service.
62
+ --git-branch string Branch of git repository to for Piped config.
63
+ --git-piped-config-file string Relative path within git repository to locate Piped config file.
64
+ --git-repo-url string The remote URL of git repository to fetch Piped config.
65
+ --git-ssh-key-data string Base64 encoded value of SSH private key to fetch Piped config from the private git repository.
66
+ --git-ssh-key-file string The path to SSH private key to fetch Piped config from private git repository.
67
+ --grace-period duration How long to wait for graceful shutdown. (default 30s)
68
+ -h, --help help for launcher
69
+ --home-dir string The working directory of Launcher.
70
+ --insecure Whether disabling transport security while connecting to control-plane.
71
+ --launcher-admin-port int The port number used to run a HTTP server for admin tasks such as metrics, healthz.
68
72
69
73
Global Flags:
70
74
--log-encoding string The encoding type for logger [json|console|humanize]. (default "humanize")
0 commit comments