Build packages and return outputs
build
command runs the build function for a specified package and returns the set of outputs generated through the build process. This is an offline command that allows you to test your build logic locally before committing changes.
--format
: Specify the output format (optional)deploy
: Deploy a built package to an environmentreview
: Run review functions for modified files