Stateful Data Flow Beta Build composable event-driven data pipelines in minutes.

Get Started Now

sdf build

Navigate to project directory of the function you want to modify, apply your changes. Then navigate back to your project directory where sdf-package.yaml file is located and run sdf build.

 

sdf build command

The build command has the following hierarchy:

$ sdf build -h
Build package (requires: sdf-package.yaml)

Usage: sdf build [OPTIONS]

Options:
      --dev   set runtime to use dev mode [env: DEV=]

Where:

  • --dev development profile to be used for building code
 

Examples

 
sdf build

Navigate to the directory of the package you want to build, and run the command:

$ sdf build

If you encounter errors, or make additional modifications, run sdf build to rebuild.