Skip to content

Variable: ManifestBucketInstallDescriptorSchema

Makaio Framework


Makaio Framework / contracts/client / ManifestBucketInstallDescriptorSchema

Variable: ManifestBucketInstallDescriptorSchema

Section titled “Variable: ManifestBucketInstallDescriptorSchema”

const ManifestBucketInstallDescriptorSchema: ZodObject<{ config: ZodObject<{ archiveFormat: ZodOptional<ZodEnum<{ raw: "raw"; tar.gz: "tar.gz"; zip: "zip"; }>>; baseUrl: ZodString; binaryPath: ZodString; manifestChecksumField: ZodString; manifestPath: ZodString; versionIndex: ZodObject<{ latest: ZodString; }, $strip>; }, $strip>; type: ZodLiteral<"manifest-bucket">; }, $strip>

Defined in: ../../../packages/contracts/src/client/definition.ts:162

Install descriptor for the manifest-bucket strategy.

The manager fetches a version-index file from a static HTTP bucket, selects a per-platform manifest, downloads the binary archive, verifies its checksum, and extracts it.