mirror of
https://github.com/simonw/datasette.git
synced 2025-12-10 16:51:24 +01:00
Added 'datasette publish now --force' option
This calls now with --force - which is useful as it means you get a fresh copy of datasette even if now has already cached that docker layer.
This commit is contained in:
parent
00527e5c62
commit
fc7c04fe0b
2 changed files with 7 additions and 2 deletions
|
|
@ -136,6 +136,7 @@ This will create a docker image containing both the datasette application and th
|
|||
-n, --name TEXT Application name to use when deploying to Now
|
||||
-m, --metadata FILENAME Path to JSON file containing metadata to publish
|
||||
--extra-options TEXT Extra options to pass to datasette serve
|
||||
--force Pass --force option to now
|
||||
--help Show this message and exit.
|
||||
|
||||
## datasette package
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue