From 82f968fe44c8d72a9a8c3292d1784542bc4618ed Mon Sep 17 00:00:00 2001 From: Mitchell Hashimoto Date: Wed, 18 Nov 2015 11:22:42 -0800 Subject: [PATCH] website/docs: update for new plugin flag --- website/docs/source/v2/cli/plugin.html.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/website/docs/source/v2/cli/plugin.html.md b/website/docs/source/v2/cli/plugin.html.md index a92cc42cb..f38a8af9a 100644 --- a/website/docs/source/v2/cli/plugin.html.md +++ b/website/docs/source/v2/cli/plugin.html.md @@ -42,6 +42,10 @@ This command accepts optional command-line flags: Most of the time, this is correct. If the plugin you're installing has another entrypoint, this flag can be used to specify it. +* `--plugin-clean-sources` - Clears all sources that have been defined so + far. This is an advanced feature. The use case is primarily for corporate + firewalls that prevent access to RubyGems.org. + * `--plugin-source SOURCE` - Adds a source from which to fetch a plugin. Note that this doesn't only affect the single plugin being installed, by all future plugin as well. This is a limitation of the underlying plugin installer