Where can I find the docs for the cli for 2.0? The...
# prefect-community
f
Where can I find the docs for the cli for 2.0? They seam to be missing from der API references.
1
a
from... the CLI 😂
for any type of command, if you add --help, you'll get CLI documentation e.g.:
Copy code
prefect --help
prefect deployment --help
prefect deployment build --help
...
files are in the computer
😬 1
f
Mmm. I understand this in general, but I think this is a regression from the old docs. Specially when researching something this makes browsing the functionality much harder.
q
I'd like to add that having CLI docs available online would not only allow consulting them even if one doesn't have prefect installed (e.g. on mobile devices), but would also make sharing stuff with e.g. teammates easier
👍 2
a
wait, @Florian Kühnlenz and @Q - CLI docs already exist https://docs.prefect.io/api-ref/prefect/cli/deployment/
👍 1
🎉 1
f
Thats a good start, but of course it would be much nicer to not have to open the source code to see what the flags are doing etc.
a
maybe one day
😁 1