'datasette --get' option, closes #926

Also made a start on the datasette.utils.testing module, refs #898
This commit is contained in:
Simon Willison 2020-08-11 17:24:40 -07:00 committed by GitHub
commit e139a7619f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
9 changed files with 242 additions and 160 deletions

View file

@ -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.