Local Development
Test and iterate on blueprints locally using bricks run before deploying to cloud environments
How it works
bricks run @namespace/blueprint-name@version [flags]bricks run ./my-blueprint [flags]Fetching a blueprint locally
bricks blueprint fetch @namespace/blueprint-name@version --output ./my-blueprintbricks blueprint fetch @namespace/blueprint-name@version --output ./my-blueprint --include-childrenbricks blueprint get props @namespace/blueprint-name@versionbricks run ./my-blueprint --props-file props.jsonDevelopment workflow
1
2
3
4
5
6
Common flags
Flag
Purpose
Local state
Local vs cloud execution
Transitioning to cloud
See also
Last updated
Was this helpful?

