CLI Reference
sieve deploy
Deploy workflows and models to Sieve.
Usage
sieve deploy [OPTIONS] PATH
Options
--help
Show this message and exit.
Arguments
PATH
Path to files containing workflows and models to deploy.
Example
Deploy a workflow defined in test.py
:
sieve deploy test.py
Deploy every workflow and model defined in a directory:
sieve deploy