List-based Custom Settings Issues (force:source:pull, force: package:version:create)
sfdx force:source:pull -u cedev
We can’t retrieve the specified metadata object: CustomIndex. Certain metadata types, like <<redacted>>__c.B__c are not currently supported by the CLI.
File a bug here: https://github.com/forcedotcom/cli/issues and provide the name of the unsupported metadata type
=== Pulled Source
No results found
Custom settings and both fields pulled.
sfdx version --verbose --json
{
"cliVersion": "sfdx-cli/7.121.8",
"architecture": "win32-x64",
"nodeVersion": "node-v14.18.0",
"pluginVersions": [
"@oclif/plugin-autocomplete 0.3.0 (core)",
"@oclif/plugin-commands 1.3.0 (core)",
"@oclif/plugin-help 3.2.3 (core)",
"@oclif/plugin-not-found 1.2.4 (core)",
"@oclif/plugin-plugins 1.10.1 (core)",
"@oclif/plugin-update 1.5.0 (core)",
"@oclif/plugin-warn-if-update-available 1.7.0 (core)",
"@oclif/plugin-which 1.0.3 (core)",
"@salesforce/sfdx-plugin-lwc-test 0.1.7 (core)",
"alias 1.1.21 (core)",
"apex 0.3.0 (core)",
"auth 1.7.2 (core)",
"config 1.2.40 (core)",
"custom-metadata 1.0.12 (core)",
"data 0.6.2 (core)",
"generator 1.2.0 (core)",
"limits 1.2.2 (core)",
"org 1.8.1",
"salesforce-alm 52.5.0 (core)",
"schema 1.0.8 (core)",
"sfdx-cli 7.121.8 (core)",
"source 1.2.2 (core)",
"telemetry 1.2.6 (core)",
"templates 52.3.0 (core)",
"trust 1.0.8 (core)",
"user 1.5.0 (core)"
],
"osVersion": "Windows_NT 10.0.19042"
}
This is the best I could get so far. I'd say this could be a root cause for why a package version (unlocked) can't be created that references such a custom-settings object.
Summary
List-based Custom Settings Issues (force:source:pull, force: package:version:create)
Steps To Reproduce:
Expected result
Custom settings and both fields pulled.
Actual result
Error above
System Information
Additional information
This is the best I could get so far. I'd say this could be a root cause for why a package version (unlocked) can't be created that references such a custom-settings object.