https://prefect.io logo
Title
f

Florian Kühnlenz

10/23/2022, 8:27 AM
Where can I find the docs for the cli for 2.0? They seam to be missing from der API references.
1
a

Anna Geller

10/23/2022, 12:50 PM
from... the CLI 😂
for any type of command, if you add --help, you'll get CLI documentation e.g.:
prefect --help
prefect deployment --help
prefect deployment build --help
...
files are in the computer
😬 1
f

Florian Kühnlenz

10/23/2022, 6:43 PM
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

Q

10/23/2022, 7:41 PM
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

Anna Geller

10/24/2022, 11:07 AM
wait, @Florian Kühnlenz and @Q - CLI docs already exist https://docs.prefect.io/api-ref/prefect/cli/deployment/
👍 1
🎉 1
f

Florian Kühnlenz

10/26/2022, 8:47 AM
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

Anna Geller

10/26/2022, 12:12 PM
maybe one day
😁 1