Updated publish_subcommand example

This commit is contained in:
Simon Willison 2020-03-18 17:47:53 -07:00 committed by GitHub
commit fd2a74dc09
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -516,12 +516,15 @@ Let's say you want to build a plugin that adds a ``datasette publish my_hosting_
plugins_dir, plugins_dir,
static, static,
install, install,
plugin_secret,
version_note, version_note,
title, title,
license, license,
license_url, license_url,
source, source,
source_url, source_url,
about,
about_url,
api_key, api_key,
): ):
# Your implementation goes here # Your implementation goes here