CLI Reference

packflow

Command-line tools for creating, managing, and packaging Packflow inference projects.

packflow [OPTIONS] COMMAND [ARGS]...

create

Initialize a new project from a template in the current working directory

packflow create [OPTIONS] PROJECT_NAME

Options

-f, --force

Force initialization in a directory that already exists. No files will be deleted, but files may be overwritten.

Arguments

PROJECT_NAME

Required argument

export

Save the package and export to .zip in the current working directory

packflow export [OPTIONS] [PROJECT_PATH]

Arguments

PROJECT_PATH

Optional argument