prefect
prefect copied to clipboard
Add missing optional `prefect deployment run` CLI arguments to `--help`
First check
- [X] I added a descriptive title to this issue.
- [X] I used the GitHub search to find a similar request and didn't find it.
- [X] I searched the Prefect documentation for this feature.
Prefect Version
2.x
Describe the current behavior
Several args don't have help text, so they don't appear when prefect deployment run --help is run from the CLI.
Source code:
Describe the proposed behavior
Add help text to https://github.com/PrefectHQ/prefect/blob/main/src/prefect/cli/deployment.py
Probably worth checking other CLI commands to see if any have missing help text.
Example Use
No response
Additional context
No response