mirror of
https://github.com/simonw/datasette.git
synced 2025-12-10 16:51:24 +01:00
Replace update-docs-help.py with cog, closes #1598
This commit is contained in:
parent
10659c3f1f
commit
3664ddd400
9 changed files with 28 additions and 189 deletions
|
|
@ -161,11 +161,4 @@ The ``--get`` option can specify the path to a page within Datasette and cause D
|
|||
|
||||
The exit code will be 0 if the request succeeds and 1 if the request produced an HTTP status code other than 200 - e.g. a 404 or 500 error. This means you can use ``datasette --get /`` to run tests against a Datasette application in a continuous integration environment such as GitHub Actions.
|
||||
|
||||
.. _getting_started_serve_help:
|
||||
|
||||
datasette serve --help
|
||||
----------------------
|
||||
|
||||
Running ``datasette downloads.db`` executes the default ``serve`` sub-command, and is equivalent to running ``datasette serve downloads.db``. The full list of options to that command is shown below.
|
||||
|
||||
.. literalinclude:: datasette-serve-help.txt
|
||||
Running ``datasette`` without specifying a command runs the default command, ``datasette serve``. See :ref:`cli_help_serve___help` for the full list of options for that command.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue