Publishes a Product as a Helm chart in Apollo.
apollo-cli publish helm-chart [flags]
Flag | Use |
---|---|
--chart-file (string) | File path to local Helm chart |
--helm-ca-file (string) | Helm pull: verify certificates of HTTPS-enabled servers using this CA bundle |
--helm-cert-file (string) | Helm pull: identify HTTPS client using this SSL certificate file |
--helm-chart-name (string) | Helm chart name |
--helm-chart-version (string) | Helm chart version |
--helm-key-file (string) | Helm pull: identify HTTPS client using this SSL key file |
--helm-pass-credentials | Helm pull: pass credentials to all domains |
--helm-password (string) | Helm pull: chart repository password where to locate the requested chart |
--helm-repository-url (string) | Helm repository URL |
--helm-username (string) | Helm pull: chart repository username where to locate the requested chart |
-h, --help | Show help menu for the helm-chart subcommand |
--maven-coordinate (string) | Apache Maven coordinate for Product |
Flag | Use |
---|---|
--apollo-token (string) | Bearer token to use for authenticated endpoints |
--apollo-token-provider (string) | Set the token provider. Specify static for Bearer Token and service-user for a service user. |
--apollo-client-id (string) | Client ID for a service account |
--apollo-client-secret (string) | Client secret for a service account |
--apollo-url (string) | Base URL for Apollo that is used to derive the API endpoints |
--dry-run | Print the operations that would be performed |