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,
static,
install,
plugin_secret,
version_note,
title,
license,
license_url,
source,
source_url,
about,
about_url,
api_key,
):
# Your implementation goes here