@eeymoo/ai-coding-sync
    Preparing search index...

    Interface GlobalCliOptions

    Parsed CLI flags shared across commands.

    0.1.0

    interface GlobalCliOptions {
        deployMode?: DeployMode;
        dryRun?: boolean;
        endpoint?: string;
        force?: boolean;
        noBackup?: boolean;
        noHooks?: boolean;
        profile?: string;
        quiet?: boolean;
        remoteRoot?: string;
        sourceType?: SourceType;
        username?: string;
        verbose?: boolean;
        yes?: boolean;
    }
    Index

    Properties

    deployMode?: DeployMode
    dryRun?: boolean
    endpoint?: string
    force?: boolean
    noBackup?: boolean
    noHooks?: boolean
    profile?: string
    quiet?: boolean
    remoteRoot?: string
    sourceType?: SourceType
    username?: string
    verbose?: boolean
    yes?: boolean