Search documentation
karat

+

K

apollo-cli publish asset

Creates an Asset Product TGZ with the provided Maven coordinate and assets from the specified local directory and publishes the Asset to Apollo using the specified publisher parameters.

apollo-cli publish asset [flags]

Flags

FlagUse
--asset-path (string)Filename or directory for Assets to be published
-h, --helpShow help menu for the asset subcommand
--images stringArrayContainer image URIs that Apollo will check for availability before recommending an upgrade to a containerized Entity
--maven-coordinate (string)Apache Maven coordinate for Product

Flags inherited from parent commands

FlagUse
--apollo-client-id (string)Client ID to use for generating Bearer Token
--apollo-client-secret (string)Client secret to use for generating Bearer Token
--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-runPrint the operations that would be performed