are not aligned to the commands I'm able to run...
Copy code
$ prefect version
0.14.3
$ prefect register -h
Usage: prefect register [OPTIONS] COMMAND [ARGS]...
Register flows
Usage:
$ prefect register [OBJECT]
Arguments:
flow Register flows with a backend API
Examples:
$ prefect register flow --file my_flow.py --name My-Flow
Options:
-h, --help Show this message and exit.
I'd expect to see
Copy code
Register one or more flows into a project.
Options:
--project TEXT The name of the Prefect project to register this flow in.
Required.
-p, --path TEXT A path to a file or a directory containing the flow(s) to
register. May be passed multiple times to specify
multiple paths.
-m, --module TEXT A python module name containing the flow(s) to register.
May be passed multiple times to specify multiple modules.
...
Bring your towel and join one of the fastest growing data communities. Welcome to our second-generation open source orchestration platform, a completely rethought approach to dataflow automation.