David Glick

Results 449 comments of David Glick

@Szandor72 If you run `sfdx force:org:display --json -u org1`, does that output include createdDate? How did you create the scratch org?

@Szandor72 I just created a scratch org using sfdx 7.92, and verified that `sfdx force:org:display --json` includes a createdDate. So I suspect that the problem is related to authenticating the...

The `run_tests` task already has an option named `junit_output` to specify where to output test execution data in JUnit format.

This sounds like a good idea to me. Is it just a matter of setting `encryptionScheme` in the field metadata or are there other steps needed to enable encryption? This...

(edited to say connected app instead of connected org) Sure, couldn't hurt. But also we should let users specify which connected_app to use when connecting an org, and we should...

@acrosman thanks for the report -- I don't think we tested including a project that defines its own custom tasks, and it doesn't surprise me that that will need some...

The challenge is that if two different projects are included as sources and they both have custom tasks in folders with the same name, then they can't both be imported...

> Automatically maintaining consistent references is outside of the scope of this project. If someone retrieves e.g. a subset of Account but all Contacts, it might make sense and not...

@LoneWolfPR We still intend to add support for this but I am not certain of timeframe.

@mpeddycord We'd like to at some point, but it is not currently a priority in our roadmap.