David Glick

Results 445 comments of David Glick

@Julian88Tex I'm not sure this is possible. Install scripts implement an interface [InstallHandler](https://developer.salesforce.com/docs/atlas.en-us.apexcode.meta/apexcode/apex_install_handler.htm#apex_install_handler), which has a method onInstall which takes an InstallContext argument. I don't think we have a way...

This was also requested in https://trailhead.salesforce.com/trailblazer-community/feed/0D54S00000BuQZI

There is already a `subfolder` option, but it currently only supports Metadata API format, not sfdx format.

@Julian88Tex I'm not sure I understand why tagging anyone is necessary. The subscribers will already get a notification, because they're subscribed.

@prescod can I change the base of this PR to feature/windows-standalone-build so I can see what you changed relative to that work?

@RupertBarrow I like the idea of trying to make the `deploy` task be able to get a default package path from sfdx-project.json; thanks for the suggestion. We need to decide...

@tombvo The namespace from the `namespace` option is only used if the `managed` option is also set to True. In the context of an org with an installed package from...

This sounds like a good idea to me. As a workaround until it gets implemented: each org in the CumulusCI keychain is represented by a file ~/.cumulusci//.org -- you can...

cci does not make use of the sfdx commands for creating packages. Instead it constructs an equivalent package and makes calls directly to the Package2VersionCreateRequest object in the Tooling API...

What happens if someone installs a package that conflicts with another plugin, or worse, with one of Snowfakery's own dependencies? Why a separate command? Can we do this without making...