Vivek M. Chawla
Vivek M. Chawla
@rsoesemann - I'm with you 100%. That's exactly what I'm working on with the SFDX-Falcon plugin right now. I started with the "ADK" (AppExchange *Demo* Kit) feature of the plugin,...
@rnavroze - What you're experiencing might be something that the "Unpackaged Metadata" pilot could help with. https://releasenotes.docs.salesforce.com/en-us/winter21/release-notes/rn_sfdx_packaging_path_unpackaged_md.htm As for the feature request for log visibility on `package:version:create`, I'd recommend reposting...
@aly76 - I'm seeing what I think is a result of this behavior when executing `force:source:pull` with projects where there is more than one package directory. `force:source:push` seems to be...
@MathNerdzRule - Thanks for reporting this. Are you on Windows? This may be an issue with how I'm handling the filepath in this case not being fully cross-platform. Either way,...
@MathNerdzRule or @scandala2334: Can you try running the `falcon:adk:install` command like this: ``` sfdx falcon:adk:install --falcondebug "ACTION:create-scratch-org" ``` In the last batch of debug output this creates (the part closest...
@scandala2334 - Thanks for the quick turnaround. One more thing you can help with. Can you choose "Y" to view the detailed debug information, copy the entire set of error...
@scandala2334 - I think I see what's going on. The SFDX-Falcon plugin is expecting there to be a connection in your CLI to a DevHub with the alias `intrust`. If...
@scandala2334 - Thank you for sharing the error debug info. This is the most interesting part: ``` CLI Command: sfdx force:org:create --targetdevhubusername DevHub --definitionfile 'F:\VisualStudio\Intrust\fsc-demo-pack\config\demo-scratch-def.json' --setalias sfdx-fsc --durationdays 30 --wait...
Looks like this is a bug with the Enterprise Edition scratch org template. https://salesforce.stackexchange.com/questions/224658/salesforce-dx-portal-administrator-issue-on-user-after-creating-scratch-org Conversation with the Salesforce Product Manager confirms that this behavior (not being able to change user...
@ghost1996110 - Can you paste your Recipe file? The recipe file should be in your project's `config` folder. It should have the same name as the `defaultRecipe` key inside `sfdx-project.json`.