# describe
# flows
Describe a Prefect flow.
Options:
--name, -n TEXT A flow name to query [required]
--version, -v INTEGER A flow version to query
--project, -p TEXT The name of a project to query
--output, -o TEXT Output format, one of {'json', 'yaml'}.
Defaults to json.
# tasks
Describe tasks from a Prefect flow. This command is similar to `prefect
describe flow` but instead of flow metadata it outputs task metadata.
Options:
--name, -n TEXT A flow name to query [required]
--version, -v INTEGER A flow version to query
--project, -p TEXT The name of a project to query
--output, -o TEXT Output format, one of {'json', 'yaml'}.
Defaults to json.
# flow-runs
Describe a Prefect flow run.
Options:
--name, -n TEXT A flow run name to query [required]
--flow-name, -fn TEXT A flow name to query
--output, -o TEXT Output format, one of {'json', 'yaml'}.
Defaults to json.
This documentation was auto-generated from commit bd9182e
on July 31, 2024 at 18:02 UTC