-
Notifications
You must be signed in to change notification settings - Fork 232
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
7d88984
commit c2c53fc
Showing
4 changed files
with
105 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,36 @@ | ||
<!DOCTYPE html> | ||
<html xmlns="http://www.w3.org/1999/xhtml" lang="" xml:lang=""> | ||
<head> | ||
<meta charset="utf-8" /> | ||
<meta name="generator" content="pandoc" /> | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=yes" /> | ||
<title>circleci_telemetry</title> | ||
<style> | ||
code{white-space: pre-wrap;} | ||
span.smallcaps{font-variant: small-caps;} | ||
span.underline{text-decoration: underline;} | ||
div.column{display: inline-block; vertical-align: top; width: 50%;} | ||
div.hanging-indent{margin-left: 1.5em; text-indent: -1.5em;} | ||
ul.task-list{list-style: none;} | ||
</style> | ||
</head> | ||
<body> | ||
<h2 id="circleci-telemetry">circleci telemetry</h2> | ||
<p>Configure telemetry preferences</p> | ||
<h3 id="synopsis">Synopsis</h3> | ||
<p>Configure telemetry preferences.</p> | ||
<p>Note: If you have not configured your telemetry preferences and call the CLI with a closed stdin, telemetry will be disabled</p> | ||
<h3 id="flags">Flags</h3> | ||
<pre><code> -h, --help help for telemetry</code></pre> | ||
<h3 id="flags-inherited-from-parent-commands">Flags inherited from parent commands</h3> | ||
<pre><code> --host string URL to your CircleCI host, also CIRCLECI_CLI_HOST (default "https://circleci.com") | ||
--skip-update-check Skip the check for updates check run before every command. (default true) | ||
--token string your token for using CircleCI, also CIRCLECI_CLI_TOKEN</code></pre> | ||
<h3 id="see-also">SEE ALSO</h3> | ||
<ul> | ||
<li><a href="index.html">circleci</a> - Use CircleCI from the command line. This project is the seed for CircleCI’s new command-line application. For more help, see the documentation here: https://circleci.com/docs/2.0/local-cli/</li> | ||
<li><a href="circleci_telemetry_disable.html">circleci telemetry disable</a> - Make sure no telemetry events is sent to CircleCI servers</li> | ||
<li><a href="circleci_telemetry_enable.html">circleci telemetry enable</a> - Allow telemetry events to be sent to CircleCI servers</li> | ||
</ul> | ||
</body> | ||
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,34 @@ | ||
<!DOCTYPE html> | ||
<html xmlns="http://www.w3.org/1999/xhtml" lang="" xml:lang=""> | ||
<head> | ||
<meta charset="utf-8" /> | ||
<meta name="generator" content="pandoc" /> | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=yes" /> | ||
<title>circleci_telemetry_disable</title> | ||
<style> | ||
code{white-space: pre-wrap;} | ||
span.smallcaps{font-variant: small-caps;} | ||
span.underline{text-decoration: underline;} | ||
div.column{display: inline-block; vertical-align: top; width: 50%;} | ||
div.hanging-indent{margin-left: 1.5em; text-indent: -1.5em;} | ||
ul.task-list{list-style: none;} | ||
</style> | ||
</head> | ||
<body> | ||
<h2 id="circleci-telemetry-disable">circleci telemetry disable</h2> | ||
<p>Make sure no telemetry events is sent to CircleCI servers</p> | ||
<h3 id="synopsis">Synopsis</h3> | ||
<p>Make sure no telemetry events is sent to CircleCI servers</p> | ||
<pre><code>circleci telemetry disable [flags]</code></pre> | ||
<h3 id="flags">Flags</h3> | ||
<pre><code> -h, --help help for disable</code></pre> | ||
<h3 id="flags-inherited-from-parent-commands">Flags inherited from parent commands</h3> | ||
<pre><code> --host string URL to your CircleCI host, also CIRCLECI_CLI_HOST (default "https://circleci.com") | ||
--skip-update-check Skip the check for updates check run before every command. (default true) | ||
--token string your token for using CircleCI, also CIRCLECI_CLI_TOKEN</code></pre> | ||
<h3 id="see-also">SEE ALSO</h3> | ||
<ul> | ||
<li><a href="circleci_telemetry.html">circleci telemetry</a> - Configure telemetry preferences</li> | ||
</ul> | ||
</body> | ||
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,34 @@ | ||
<!DOCTYPE html> | ||
<html xmlns="http://www.w3.org/1999/xhtml" lang="" xml:lang=""> | ||
<head> | ||
<meta charset="utf-8" /> | ||
<meta name="generator" content="pandoc" /> | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=yes" /> | ||
<title>circleci_telemetry_enable</title> | ||
<style> | ||
code{white-space: pre-wrap;} | ||
span.smallcaps{font-variant: small-caps;} | ||
span.underline{text-decoration: underline;} | ||
div.column{display: inline-block; vertical-align: top; width: 50%;} | ||
div.hanging-indent{margin-left: 1.5em; text-indent: -1.5em;} | ||
ul.task-list{list-style: none;} | ||
</style> | ||
</head> | ||
<body> | ||
<h2 id="circleci-telemetry-enable">circleci telemetry enable</h2> | ||
<p>Allow telemetry events to be sent to CircleCI servers</p> | ||
<h3 id="synopsis">Synopsis</h3> | ||
<p>Allow telemetry events to be sent to CircleCI servers</p> | ||
<pre><code>circleci telemetry enable [flags]</code></pre> | ||
<h3 id="flags">Flags</h3> | ||
<pre><code> -h, --help help for enable</code></pre> | ||
<h3 id="flags-inherited-from-parent-commands">Flags inherited from parent commands</h3> | ||
<pre><code> --host string URL to your CircleCI host, also CIRCLECI_CLI_HOST (default "https://circleci.com") | ||
--skip-update-check Skip the check for updates check run before every command. (default true) | ||
--token string your token for using CircleCI, also CIRCLECI_CLI_TOKEN</code></pre> | ||
<h3 id="see-also">SEE ALSO</h3> | ||
<ul> | ||
<li><a href="circleci_telemetry.html">circleci telemetry</a> - Configure telemetry preferences</li> | ||
</ul> | ||
</body> | ||
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters