UNPKG

@mesh-tech/mesh-cli

Version:

CLI for Mesh platform development utilities

9 lines (8 loc) 627 B
import type { HubCompiledAuthz } from "./hub-local.js"; export declare const HUB_AUTHZ_POINTER_PARAM = "/mesh-platform/local/dev/apps/hub/stacks/local/authz"; export declare const HUB_OPS_HUB_METADATA_PARAM = "/mesh-platform/local/dev/apps/hub/stacks/local/authz/ops-hub-metadata"; export declare function withHubCatalogRefs(pointer: Record<string, unknown>, metadataRef: string): Record<string, unknown>; export declare function publishHubAuthzCatalog(compiled: HubCompiledAuthz, awsConfig: object): Promise<{ bundles: string[]; }>; export declare function catalogBundleNames(metadata: Record<string, unknown>): string[];