Skip to content

Commit

Permalink
Deploy to GitHub pages [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
circleci-deploy-bot committed Sep 13, 2023
1 parent 7d88984 commit c2c53fc
Show file tree
Hide file tree
Showing 4 changed files with 105 additions and 0 deletions.
36 changes: 36 additions & 0 deletions circleci_telemetry.html
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 &quot;https://circleci.com&quot;)
--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>
34 changes: 34 additions & 0 deletions circleci_telemetry_disable.html
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 &quot;https://circleci.com&quot;)
--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>
34 changes: 34 additions & 0 deletions circleci_telemetry_enable.html
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 &quot;https://circleci.com&quot;)
--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>
1 change: 1 addition & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ <h3 id="see-also">SEE ALSO</h3>
<li><a href="circleci_project.html">circleci project</a> - Operate on projects</li>
<li><a href="circleci_runner.html">circleci runner</a> - Operate on runners</li>
<li><a href="circleci_setup.html">circleci setup</a> - Setup the CLI with your credentials</li>
<li><a href="circleci_telemetry.html">circleci telemetry</a> - Configure telemetry preferences</li>
<li><a href="circleci_update.html">circleci update</a> - Update the tool to the latest version</li>
<li><a href="circleci_version.html">circleci version</a> - Display version information</li>
</ul>
Expand Down

0 comments on commit c2c53fc

Please sign in to comment.