@salesforce/source-deploy-retrieve
    Preparing search index...

    Type Alias PackageOption

    type PackageOption = {
        name: string;
        outputDir?: SourcePath;
    }
    Index
    name: string

    The name of the package to retrieve.

    outputDir?: SourcePath

    The directory where the retrieved package source should be converted. If this is not specified the directory will default to <process.cwd()>/PackageOption.name.