From fd2a74dc09e585802ecec76c1a20a9c5a839a36a Mon Sep 17 00:00:00 2001 From: Simon Willison Date: Wed, 18 Mar 2020 17:47:53 -0700 Subject: [PATCH] Updated publish_subcommand example --- docs/plugins.rst | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/plugins.rst b/docs/plugins.rst index e93313d8..9d826644 100644 --- a/docs/plugins.rst +++ b/docs/plugins.rst @@ -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