Skip to content
This repository was archived by the owner on May 15, 2025. It is now read-only.
This repository was archived by the owner on May 15, 2025. It is now read-only.

dependency:component:report doesn't know what object custom fields belong to #14

@brianmfear

Description

@brianmfear
sfdx dependency:component:report -m -u "alias"

The resulting package.xml doesn't know what each object is:

    <types>
       <members>undefined.contact_email_header__c</members>
       <members>undefined.email_last_modified_date__c</members>
       ...
       <name>CustomField</name>
    </types>

The --dev-debug logs don't seem to show anything unusual. This results in an unusable package.xml for retrieving packages/dependencies.

I will be happy to provide whatever extra information I can.

Versions:

Plugins:
@salesforce/sfdx-diff 0.0.6
dependencies-cli 2.0.1 (link)
salesforce-dx 49.6.1

Node: v12.18.3

Windows: 10.0.17134.1667 (64-bit)

Honorable mentions:

I had to install this via:

npm install --global dependencies-api
sfdx plugins:link $APPDATA/.../dependencies-cli/

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions