sfdx-falcon-template icon indicating copy to clipboard operation
sfdx-falcon-template copied to clipboard

Extended Salesforce DX project directory template, designed to support complex projects and managed packages.

Results 10 sfdx-falcon-template issues
Sort by recently updated
recently updated
newest added

It seems like the **.md entry in .forceignore is interfering with processing the custom metadata records. The file extension for the MDAPI files is .md, and the DX files are...

When excluding **.md, the source compare is ignoring the customMetadata records. Adding an exclusion to allow these records.

I am wondering what type of date each of the folders under the Schema folder should contain. For example, Custom Metadata Types are stored in the `customMetadata` folder in DX,...

Need to add option to set installationkey in tools/install-pkg-in-sandbox . This can be part of the info in 'local-config.sh' something like : ```PACKAGE_INSTALLATIONKEY=""``` And them in tools/install-pkg-in-sandbox Use ``` if...

Trying to install my packege , when running ``` ./tools/install-pkg-in-sandbox ``` result with : ``` ▸ Unexpected argument --ID ERROR: Package installation was not successful. ``` Issue is here :...

We took the Falcon template and adjusted it for ou purposes: 1. Corrected errors 2. Added CircleCI workflow steps 3. Created Powershell version of the scripts 4. Fixed bugs What...

enhancement
discussion

I've setup the folder structure for a new project following the patterns identified here. When I add e.g. a new SObject in the scratch org and use: `sfdx force:source:pull` the...

discussion

see https://github.com/sfdx-isv/sfdx-falcon-template/blob/fb447f9168dccdc59404eed47fc14217d8de8631/dev-tools/make-server-key#L79 i'm not sure the point of the flag `-c 1000` and in fact the man page (https://www.systutorials.com/docs/linux/man/1-xxd/) states that the max is 256

I've noticed that splitting up apps into separate directories is unreliable - compilation fails with references not being found from across the package. Not sure what is a good way...