replicate / cog

Containers for machine learning
https://cog.run
Apache License 2.0
7.87k stars 549 forks source link

CLI reference documentation #433

Open andreasjansson opened 2 years ago

andreasjansson commented 2 years ago

Cog has reference documentation for the Python API but no reference for the command line interface. The tutorials explain parts of the CLI, but it would be great to have a single page listing all of Cog's commands and their arguments.

Topics to cover:

(edited by @zeke)

zeke commented 2 years ago

The CLI docs should probably also explain how to run the HTTP server: https://github.com/replicate/cog/issues/413#issuecomment-1043971293

zeke commented 2 years ago

Should probably also document $ cog debug dockerfile here too.