2018-07-10 19:04:13 -07:00
|
|
|
$ datasette package --help
|
|
|
|
|
|
2018-07-24 09:03:07 -07:00
|
|
|
Usage: datasette package [OPTIONS] FILES...
|
2018-07-10 19:04:13 -07:00
|
|
|
|
|
|
|
|
Package specified SQLite files into a new datasette Docker container
|
|
|
|
|
|
|
|
|
|
Options:
|
2018-07-24 09:00:10 -07:00
|
|
|
-t, --tag TEXT Name for the resulting Docker container, can optionally use
|
|
|
|
|
name:tag format
|
2020-04-02 12:30:53 -07:00
|
|
|
-m, --metadata FILENAME Path to JSON/YAML file containing metadata to publish
|
2018-07-10 19:04:13 -07:00
|
|
|
--extra-options TEXT Extra options to pass to datasette serve
|
2021-03-23 09:19:41 -07:00
|
|
|
--branch TEXT Install datasette from a GitHub branch e.g. main
|
2018-07-10 19:04:13 -07:00
|
|
|
--template-dir DIRECTORY Path to directory containing custom templates
|
|
|
|
|
--plugins-dir DIRECTORY Path to directory containing custom plugins
|
2019-11-25 18:31:42 -08:00
|
|
|
--static MOUNT:DIRECTORY Serve static files from this directory at /MOUNT/...
|
2018-07-10 19:04:13 -07:00
|
|
|
--install TEXT Additional packages (e.g. plugins) to install
|
|
|
|
|
--spatialite Enable SpatialLite extension
|
|
|
|
|
--version-note TEXT Additional note to show on /-/versions
|
2020-06-11 09:02:03 -07:00
|
|
|
--secret TEXT Secret used for signing secure values, such as signed
|
|
|
|
|
cookies
|
2021-06-01 09:16:58 -07:00
|
|
|
-p, --port INTEGER RANGE Port to run the server on, defaults to 8001 [1<=x<=65535]
|
2018-07-10 19:04:13 -07:00
|
|
|
--title TEXT Title for metadata
|
|
|
|
|
--license TEXT License label for metadata
|
|
|
|
|
--license_url TEXT License URL for metadata
|
|
|
|
|
--source TEXT Source label for metadata
|
|
|
|
|
--source_url TEXT Source URL for metadata
|
2019-03-10 14:37:11 -07:00
|
|
|
--about TEXT About label for metadata
|
|
|
|
|
--about_url TEXT About URL for metadata
|
2018-07-10 19:04:13 -07:00
|
|
|
--help Show this message and exit.
|