From f10df6889d43b973f0e6d780db10fb98c2272c1f Mon Sep 17 00:00:00 2001 From: circleci Date: Tue, 5 Mar 2024 14:40:45 +0000 Subject: [PATCH] Deploy to GitHub pages [ci skip] --- circleci_context_create.html | 11 ++++------- circleci_context_delete.html | 10 +++++++--- circleci_context_list.html | 8 ++++++-- circleci_context_remove-secret.html | 8 ++++++-- circleci_context_show.html | 8 ++++++-- circleci_context_store-secret.html | 8 ++++++-- 6 files changed, 35 insertions(+), 18 deletions(-) diff --git a/circleci_context_create.html b/circleci_context_create.html index b918a3852..6eb969696 100644 --- a/circleci_context_create.html +++ b/circleci_context_create.html @@ -19,16 +19,13 @@

circleci context create

Create a new context

Synopsis

Create a new context

-
circleci context create  [<vcs-type>] [<org-name>] <context-name> [flags]
+
circleci context create --org-id <org-id> <context-name> [flags]

Examples

-
  circleci context create github OrgName contextName
-circleci context create contextName --org-id "your-org-id-here"
-

Arguments

-
[<vcs-type>] Your VCS provider, can be either "github" or "bitbucket". Optional when passing org-id flag.
-[<org-name>] The name used for your organization. Optional when passing org-id flag.
+
circleci context create --org-id 00000000-0000-0000-0000-000000000000 contextName
+(deprecated usage) circleci context create github OrgName contextName

Flags

  -h, --help            help for create
-      --org-id string   The id of your organization.
+ --org-id string Your organization id. You can obtain it on the "Overview" section of your organization settings page.

Flags inherited from parent commands

      --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)
diff --git a/circleci_context_delete.html b/circleci_context_delete.html
index 4ad6c8d37..228c02966 100644
--- a/circleci_context_delete.html
+++ b/circleci_context_delete.html
@@ -19,10 +19,14 @@ 

circleci context delete

Delete the named context

Synopsis

Delete the named context

-
circleci context delete <vcs-type> <org-name> <context-name> [flags]
+
circleci context delete --org-id <org-id> <context-name> [flags]
+

Examples

+
circleci context delete --org-id 00000000-0000-0000-0000-000000000000 contextName
+(deprecated usage) circleci context create github OrgName contextName

Flags

-
  -f, --force   Delete the context without asking for confirmation.
-  -h, --help    help for delete
+
  -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 "Overview" section of your organization settings page.

Flags inherited from parent commands

      --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)
diff --git a/circleci_context_list.html b/circleci_context_list.html
index f3cf827d8..0a1b01ea6 100644
--- a/circleci_context_list.html
+++ b/circleci_context_list.html
@@ -19,9 +19,13 @@ 

circleci context list

List all contexts

Synopsis

List all contexts

-
circleci context list <vcs-type> <org-name> [flags]
+
circleci context list --org-id <org-id> [flags]
+

Examples

+
circleci context list --org-id 00000000-0000-0000-0000-000000000000
+(deprecated usage) circleci context list <vcs-type> <org-name>

Flags

-
  -h, --help   help for list
+
  -h, --help            help for list
+      --org-id string   Your organization id. You can obtain it on the "Overview" section of your organization settings page.

Flags inherited from parent commands

      --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)
diff --git a/circleci_context_remove-secret.html b/circleci_context_remove-secret.html
index 34ff05650..dd2a18401 100644
--- a/circleci_context_remove-secret.html
+++ b/circleci_context_remove-secret.html
@@ -19,9 +19,13 @@ 

circleci context remove-secret

Remove an environment variable from the named context

Synopsis

Remove an environment variable from the named context

-
circleci context remove-secret <vcs-type> <org-name> <context-name> <secret name> [flags]
+
circleci context remove-secret --org-id <org-id> <context-name> <secret name> [flags]
+

Examples

+
circleci context remove-secret --org-id 00000000-0000-0000-0000-000000000000 contextName secretName
+(deprecated usage) circleci context remove-secret github orgName contextName secretName

Flags

-
  -h, --help   help for remove-secret
+
  -h, --help            help for remove-secret
+      --org-id string   Your organization id. You can obtain it on the "Overview" section of your organization settings page.

Flags inherited from parent commands

      --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)
diff --git a/circleci_context_show.html b/circleci_context_show.html
index 6821a6dec..fa5bf2e02 100644
--- a/circleci_context_show.html
+++ b/circleci_context_show.html
@@ -19,9 +19,13 @@ 

circleci context show

Show a context

Synopsis

Show a context

-
circleci context show <vcs-type> <org-name> <context-name> [flags]
+
circleci context show --org-id <org-id> <context-name> [flags]
+

Examples

+
circleci context show --org-id --org-id 00000000-0000-0000-0000-000000000000 contextName
+(deprecated usage) circleci context show github orgName contextName

Flags

-
  -h, --help   help for show
+
  -h, --help            help for show
+      --org-id string   Your organization id. You can obtain it on the "Overview" section of your organization settings page.

Flags inherited from parent commands

      --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)
diff --git a/circleci_context_store-secret.html b/circleci_context_store-secret.html
index 45dfc4a67..7898e0ebe 100644
--- a/circleci_context_store-secret.html
+++ b/circleci_context_store-secret.html
@@ -19,9 +19,13 @@ 

circleci context store-secret

Store a new environment variable in the named context. The value is read from stdin.

Synopsis

Store a new environment variable in the named context. The value is read from stdin.

-
circleci context store-secret <vcs-type> <org-name> <context-name> <secret name> [flags]
+
circleci context store-secret --org-id <org-id> <context-name> <secret-name> [flags]
+

Examples

+
circleci context store-secret --org-id 00000000-0000-0000-0000-000000000000 contextName secretName
+(deprecated usage) circleci context store-secret github orgName contextName secretName

Flags

-
  -h, --help   help for store-secret
+
  -h, --help            help for store-secret
+      --org-id string   Your organization id. You can obtain it on the "Overview" section of your organization settings page.

Flags inherited from parent commands

      --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)