diff --git a/docs/cli-reference.rst b/docs/cli-reference.rst index 54c068b7..67e06254 100644 --- a/docs/cli-reference.rst +++ b/docs/cli-reference.rst @@ -118,7 +118,7 @@ Once started you can access it at ``http://localhost:8001`` --secret TEXT Secret used for signing secure values, such as signed cookies --root Output URL that sets a cookie authenticating - the root user with all permissions + the root user --get TEXT Run an HTTP GET request against this path, print results and exit --token TEXT API token to send with --get requests diff --git a/docs/plugins.rst b/docs/plugins.rst index 4bc1b2a9..4a8838fa 100644 --- a/docs/plugins.rst +++ b/docs/plugins.rst @@ -198,6 +198,15 @@ If you run ``datasette plugins --all`` it will include default plugins that ship "register_output_renderer" ] }, + { + "name": "datasette.default_actions", + "static": false, + "templates": false, + "version": null, + "hooks": [ + "register_actions" + ] + }, { "name": "datasette.default_magic_parameters", "static": false,