Command to update the version of an unmanaged Service in Apollo.
apollo-cli add-unmanaged-service [flags]
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 |
--environment (string) | Environment of the Unmanaged Service |
-h, --help | Show help menu for the add-unmanaged-service command |
--maven-coordinate (string) | Apache Maven coordinate for product |
--service (string) | Service ID of the Unmanaged Service |
--stack (string) | Name of the Stack to which the Unmanaged Service will get assigned |