Frodo Library - v4.0.0-10
    Preparing search index...

    Type Alias PromotionRequestConfig

    Promotion request config

    type PromotionRequestConfig = {
        dryRun: boolean;
        ignoreEncryptedSecrets: boolean;
        promoter: string;
        promotionDescription: string;
        unlockEnvironmentsAfterPromotion: boolean;
        zendeskTicketReference: string;
    }
    Index

    Properties

    dryRun: boolean
    ignoreEncryptedSecrets: boolean
    promoter: string
    promotionDescription: string
    unlockEnvironmentsAfterPromotion: boolean
    zendeskTicketReference: string