You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There are lots of things to be tested with bldr. If you're looking to help out here are a few things that would be great to test.
Package CMD
The Package Command bldr package is intended to allow users to compile their project into a deployable file. In the current state Package is scoped to content builder assets.
Supported Assets
Supported Assets currently are: HTML Emails, Code Snippet Content Blocks, HTML Content Blocks.
Supported Dependencies
Supported Dependencies are currently any ContentBlockBy... functions both in AMPscript and SSJS, and any Data Extension AMPscript.
How to Test
Clone a varied amount/types of assets from Content Builder
Include both assets with/without dependencies using various ampscript/ssjs functions
Include assets that leverage the .sfmc.config.json file
What to look for
Files that have dependent assets should have a dependencies array added to the .package.manifest.json file
If the files exist in your cloned assets, no additional assets should be created
If the files do not exist in your cloned assets, additional folders/files should be created
All references within the content in .package.manifest.json should be updated with the blrId for that asset
The text was updated successfully, but these errors were encountered:
BLDR-SFMC Testing
There are lots of things to be tested with bldr. If you're looking to help out here are a few things that would be great to test.
Package CMD
The Package Command
bldr package
is intended to allow users to compile their project into a deployable file. In the current state Package is scoped to content builder assets.Supported Assets
Supported Assets currently are: HTML Emails, Code Snippet Content Blocks, HTML Content Blocks.
Supported Dependencies
Supported Dependencies are currently any
ContentBlockBy...
functions both in AMPscript and SSJS, and any Data Extension AMPscript.How to Test
.sfmc.config.json
fileWhat to look for
dependencies
array added to the.package.manifest.json
file.package.manifest.json
should be updated with the blrId for that assetThe text was updated successfully, but these errors were encountered: