Agent Maturity Compass API - v1.2.0
    Preparing search index...

    Interface DomainApplyOptions

    interface DomainApplyOptions {
        agentId: string;
        compliance?: string[];
        domain?: string;
        dryRun?: boolean;
        packId?: string;
        targetFile?: string;
        workspacePath?: string;
    }
    Index
    agentId: string
    compliance?: string[]
    domain?: string
    dryRun?: boolean
    packId?: string
    targetFile?: string
    workspacePath?: string