From 212850f0daa1a794e5efc2947f7fa60b8592776e Mon Sep 17 00:00:00 2001 From: Josh Black Date: Wed, 7 Oct 2020 14:01:10 -0700 Subject: [PATCH 1/2] Add plugin reload docs to the website sidebar --- website/data/docs-navigation.js | 2 +- website/pages/docs/commands/plugin/reload.mdx | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/website/data/docs-navigation.js b/website/data/docs-navigation.js index 0ec010530d3f..d44d523b18a6 100644 --- a/website/data/docs-navigation.js +++ b/website/data/docs-navigation.js @@ -152,7 +152,7 @@ export default [ 'path-help', { category: 'plugin', - content: ['deregister', 'info', 'list', 'register'], + content: ['deregister', 'info', 'list', 'register', 'reload'], }, { category: 'policy', diff --git a/website/pages/docs/commands/plugin/reload.mdx b/website/pages/docs/commands/plugin/reload.mdx index 050553f3f4f5..fe6f0146d6b9 100644 --- a/website/pages/docs/commands/plugin/reload.mdx +++ b/website/pages/docs/commands/plugin/reload.mdx @@ -33,3 +33,6 @@ flags](/docs/commands) included on all commands. - `-mounts` `(array: [])` - Array or comma-separated string mount paths of the plugin backends to reload. + +- `-scope` `(string: "")` - The scope of the reload, omitted for local, 'global' + for replicated reloads. From ca50699a7313ee1118fadc51b1bbde25c3d29ee7 Mon Sep 17 00:00:00 2001 From: Josh Black Date: Wed, 7 Oct 2020 15:01:00 -0700 Subject: [PATCH 2/2] Re-word description of scope flag --- website/pages/docs/commands/plugin/reload.mdx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/website/pages/docs/commands/plugin/reload.mdx b/website/pages/docs/commands/plugin/reload.mdx index fe6f0146d6b9..1a74489f7dbd 100644 --- a/website/pages/docs/commands/plugin/reload.mdx +++ b/website/pages/docs/commands/plugin/reload.mdx @@ -34,5 +34,5 @@ flags](/docs/commands) included on all commands. - `-mounts` `(array: [])` - Array or comma-separated string mount paths of the plugin backends to reload. -- `-scope` `(string: "")` - The scope of the reload, omitted for local, 'global' - for replicated reloads. +- `-scope` `(string: "")` - The scope of the reload. For local reloads, omit this flag. + For reloads that span multiple Vault clusters, use `global`.