mirror of
https://github.com/simonw/datasette.git
synced 2025-12-10 16:51:24 +01:00
'datasette --get' option, closes #926
Also made a start on the datasette.utils.testing module, refs #898
This commit is contained in:
parent
83eda049af
commit
e139a7619f
9 changed files with 242 additions and 160 deletions
|
|
@ -33,6 +33,9 @@ Options:
|
|||
cookies
|
||||
|
||||
--root Output URL that sets a cookie authenticating the root user
|
||||
--get TEXT Run an HTTP GET request against this path, print results and
|
||||
exit
|
||||
|
||||
--version-note TEXT Additional note to show on /-/versions
|
||||
--help-config Show available config options
|
||||
--help Show this message and exit.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue