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 Mar 5, 2024
1 parent b4d103a commit f10df68
Show file tree
Hide file tree
Showing 6 changed files with 35 additions and 18 deletions.
11 changes: 4 additions & 7 deletions circleci_context_create.html
Original file line number Diff line number Diff line change
Expand Up @@ -19,16 +19,13 @@ <h2 id="circleci-context-create">circleci context create</h2>
<p>Create a new context</p>
<h3 id="synopsis">Synopsis</h3>
<p>Create a new context</p>
<pre><code>circleci context create [&lt;vcs-type&gt;] [&lt;org-name&gt;] &lt;context-name&gt; [flags]</code></pre>
<pre><code>circleci context create --org-id &lt;org-id&gt; &lt;context-name&gt; [flags]</code></pre>
<h3 id="examples">Examples</h3>
<pre><code> circleci context create github OrgName contextName
circleci context create contextName --org-id &quot;your-org-id-here&quot;</code></pre>
<h3 id="arguments">Arguments</h3>
<pre><code>[&lt;vcs-type&gt;] Your VCS provider, can be either &quot;github&quot; or &quot;bitbucket&quot;. Optional when passing org-id flag.
[&lt;org-name&gt;] The name used for your organization. Optional when passing org-id flag.</code></pre>
<pre><code>circleci context create --org-id 00000000-0000-0000-0000-000000000000 contextName
(deprecated usage) circleci context create github OrgName contextName</code></pre>
<h3 id="flags">Flags</h3>
<pre><code> -h, --help help for create
--org-id string The id of your organization.</code></pre>
--org-id string Your organization id. You can obtain it on the &quot;Overview&quot; section of your organization settings page.</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)
Expand Down
10 changes: 7 additions & 3 deletions circleci_context_delete.html
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,14 @@ <h2 id="circleci-context-delete">circleci context delete</h2>
<p>Delete the named context</p>
<h3 id="synopsis">Synopsis</h3>
<p>Delete the named context</p>
<pre><code>circleci context delete &lt;vcs-type&gt; &lt;org-name&gt; &lt;context-name&gt; [flags]</code></pre>
<pre><code>circleci context delete --org-id &lt;org-id&gt; &lt;context-name&gt; [flags]</code></pre>
<h3 id="examples">Examples</h3>
<pre><code>circleci context delete --org-id 00000000-0000-0000-0000-000000000000 contextName
(deprecated usage) circleci context create github OrgName contextName</code></pre>
<h3 id="flags">Flags</h3>
<pre><code> -f, --force Delete the context without asking for confirmation.
-h, --help help for delete</code></pre>
<pre><code> -f, --force Delete the context without asking for confirmation.
-h, --help help for delete
--org-id string Your organization id. You can obtain it on the &quot;Overview&quot; section of your organization settings page.</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)
Expand Down
8 changes: 6 additions & 2 deletions circleci_context_list.html
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,13 @@ <h2 id="circleci-context-list">circleci context list</h2>
<p>List all contexts</p>
<h3 id="synopsis">Synopsis</h3>
<p>List all contexts</p>
<pre><code>circleci context list &lt;vcs-type&gt; &lt;org-name&gt; [flags]</code></pre>
<pre><code>circleci context list --org-id &lt;org-id&gt; [flags]</code></pre>
<h3 id="examples">Examples</h3>
<pre><code>circleci context list --org-id 00000000-0000-0000-0000-000000000000
(deprecated usage) circleci context list &lt;vcs-type&gt; &lt;org-name&gt;</code></pre>
<h3 id="flags">Flags</h3>
<pre><code> -h, --help help for list</code></pre>
<pre><code> -h, --help help for list
--org-id string Your organization id. You can obtain it on the &quot;Overview&quot; section of your organization settings page.</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)
Expand Down
8 changes: 6 additions & 2 deletions circleci_context_remove-secret.html
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,13 @@ <h2 id="circleci-context-remove-secret">circleci context remove-secret</h2>
<p>Remove an environment variable from the named context</p>
<h3 id="synopsis">Synopsis</h3>
<p>Remove an environment variable from the named context</p>
<pre><code>circleci context remove-secret &lt;vcs-type&gt; &lt;org-name&gt; &lt;context-name&gt; &lt;secret name&gt; [flags]</code></pre>
<pre><code>circleci context remove-secret --org-id &lt;org-id&gt; &lt;context-name&gt; &lt;secret name&gt; [flags]</code></pre>
<h3 id="examples">Examples</h3>
<pre><code>circleci context remove-secret --org-id 00000000-0000-0000-0000-000000000000 contextName secretName
(deprecated usage) circleci context remove-secret github orgName contextName secretName</code></pre>
<h3 id="flags">Flags</h3>
<pre><code> -h, --help help for remove-secret</code></pre>
<pre><code> -h, --help help for remove-secret
--org-id string Your organization id. You can obtain it on the &quot;Overview&quot; section of your organization settings page.</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)
Expand Down
8 changes: 6 additions & 2 deletions circleci_context_show.html
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,13 @@ <h2 id="circleci-context-show">circleci context show</h2>
<p>Show a context</p>
<h3 id="synopsis">Synopsis</h3>
<p>Show a context</p>
<pre><code>circleci context show &lt;vcs-type&gt; &lt;org-name&gt; &lt;context-name&gt; [flags]</code></pre>
<pre><code>circleci context show --org-id &lt;org-id&gt; &lt;context-name&gt; [flags]</code></pre>
<h3 id="examples">Examples</h3>
<pre><code>circleci context show --org-id --org-id 00000000-0000-0000-0000-000000000000 contextName
(deprecated usage) circleci context show github orgName contextName</code></pre>
<h3 id="flags">Flags</h3>
<pre><code> -h, --help help for show</code></pre>
<pre><code> -h, --help help for show
--org-id string Your organization id. You can obtain it on the &quot;Overview&quot; section of your organization settings page.</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)
Expand Down
8 changes: 6 additions & 2 deletions circleci_context_store-secret.html
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,13 @@ <h2 id="circleci-context-store-secret">circleci context store-secret</h2>
<p>Store a new environment variable in the named context. The value is read from stdin.</p>
<h3 id="synopsis">Synopsis</h3>
<p>Store a new environment variable in the named context. The value is read from stdin.</p>
<pre><code>circleci context store-secret &lt;vcs-type&gt; &lt;org-name&gt; &lt;context-name&gt; &lt;secret name&gt; [flags]</code></pre>
<pre><code>circleci context store-secret --org-id &lt;org-id&gt; &lt;context-name&gt; &lt;secret-name&gt; [flags]</code></pre>
<h3 id="examples">Examples</h3>
<pre><code>circleci context store-secret --org-id 00000000-0000-0000-0000-000000000000 contextName secretName
(deprecated usage) circleci context store-secret github orgName contextName secretName</code></pre>
<h3 id="flags">Flags</h3>
<pre><code> -h, --help help for store-secret</code></pre>
<pre><code> -h, --help help for store-secret
--org-id string Your organization id. You can obtain it on the &quot;Overview&quot; section of your organization settings page.</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)
Expand Down

0 comments on commit f10df68

Please sign in to comment.