datasette publish now --alias option

You can now use --alias to attempt to alias after you deploy.

Also updated now.json to use version: 1
This commit is contained in:
Simon Willison 2019-01-01 21:14:46 -08:00
commit d95b46b09b
2 changed files with 13 additions and 7 deletions

View file

@ -18,6 +18,7 @@ Options:
--source_url TEXT Source URL for metadata
-n, --name TEXT Application name to use when deploying
--force Pass --force option to now
--token TEXT Auth token to use for deploy (Now only)
--token TEXT Auth token to use for deploy
--alias TEXT Desired alias e.g. yoursite.now.sh
--spatialite Enable SpatialLite extension
--help Show this message and exit.