prefect icon indicating copy to clipboard operation
prefect copied to clipboard

Add missing optional `prefect deployment run` CLI arguments to `--help`

Open discdiver opened this issue 1 year ago • 0 comments

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. Screenshot 2024-02-09 at 4 35 48 PM

Source code: Screenshot 2024-02-09 at 4 39 37 PM

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

discdiver avatar Feb 09 '24 21:02 discdiver