# 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.
Copied!
# 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.
Copied!
# 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.
Copied!
This documentation was auto-generated from commit n/a
on February 23, 2022 at 19:26 UTC