@suluk/deploy - v0.1.4
    Preparing search index...

    Interface SecretPushPlan

    interface SecretPushPlan {
        steps: DeployStep[];
        notes: string[];
    }
    Index

    Properties

    Properties

    steps: DeployStep[]
    notes: string[]