aboutsummaryrefslogtreecommitdiffstats
path: root/share/doc
diff options
context:
space:
mode:
authorXu Cheng2016-05-01 22:04:46 +0800
committerXu Cheng2016-05-01 22:04:46 +0800
commit98aff27317eaf50c869341e04562062ecd09bd85 (patch)
tree94cbc46aa759141d4684d9c850468e1db507794f /share/doc
parent90d3317d7dc9d809d7fc8da15e824161a0ce3008 (diff)
downloadbrew-98aff27317eaf50c869341e04562062ecd09bd85.tar.bz2
add `brew analytics` command (#173)
Diffstat (limited to 'share/doc')
-rw-r--r--share/doc/homebrew/Analytics.md2
-rw-r--r--share/doc/homebrew/brew.1.html4
2 files changed, 5 insertions, 1 deletions
diff --git a/share/doc/homebrew/Analytics.md b/share/doc/homebrew/Analytics.md
index 2200335e1..0e7824532 100644
--- a/share/doc/homebrew/Analytics.md
+++ b/share/doc/homebrew/Analytics.md
@@ -53,5 +53,5 @@ export HOMEBREW_NO_ANALYTICS=1
Alternatively, this will prevent analytics from ever being sent:
```sh
-git config --file="$(brew --repository)/.git/config" --replace-all homebrew.analyticsdisabled true
+brew analytics off
```
diff --git a/share/doc/homebrew/brew.1.html b/share/doc/homebrew/brew.1.html
index 1f3b5142b..56b217677 100644
--- a/share/doc/homebrew/brew.1.html
+++ b/share/doc/homebrew/brew.1.html
@@ -35,6 +35,10 @@ If no search term is given, all locally available formulae are listed.</p></dd>
<h2 id="COMMANDS">COMMANDS</h2>
<dl>
+<dt><code>analytics</code> [<code>state</code>]</dt><dd><p>Display anonymous user behaviour analytics state.
+Read more at <a href="https://git.io/brew-analytics" data-bare-link="true">https://git.io/brew-analytics</a>.</p></dd>
+<dt><code>analytics</code> (<code>on</code>|<code>off</code>)</dt><dd><p>Turn on/off Homebrew's analytics.</p></dd>
+<dt><code>analytics</code> <code>regenerate-uuid</code></dt><dd><p>Regenerate UUID used in Homebrew's analytics.</p></dd>
<dt><code>audit</code> [<code>--strict</code>] [<code>--online</code>] [<code>--display-cop-names</code>] [<var>formulae</var>]</dt><dd><p>Check <var>formulae</var> for Homebrew coding style violations. This should be
run before submitting a new formula.</p>