You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
.. To create the bucket in a region other than the `us-east-1` region, enter the following code:
36
21
+
37
-
[source,bash]
22
+
<1> Replace `<bucket_name>` with the name of the S3 bucket you are creating.
23
+
<2> To create the bucket in a region other than the `us-east-1` region, include this line and replace `<region>` with the region you want to use. To create a bucket in the `us-east-1` region, omit this line.
Disaster recovery backup for the secret is not automatically enabled. Run the following command to add the label that enables the `hypershift-operator-oidc-provider-s3-credentials` secret to be backed up for disaster recovery:
91
+
Disaster recovery backup for the secret is not automatically enabled. To add the label that enables the `hypershift-operator-oidc-provider-s3-credentials` secret to be backed up for disaster recovery, run the following command:
Copy file name to clipboardExpand all lines: modules/hcp-cli-console.adoc
+5Lines changed: 5 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -34,6 +34,11 @@ $ chmod +x hcp
34
34
$ sudo mv hcp /usr/local/bin/.
35
35
----
36
36
37
+
[NOTE]
38
+
====
39
+
If you download the CLI on a Mac computer, you might see a warning about the `hcp` binary file. You need to adjust your security settings to allow the binary file to be run.
40
+
====
41
+
37
42
.Verification
38
43
39
44
* Verify that you see the list of available parameters by running the following command:
Copy file name to clipboardExpand all lines: modules/hcp-cli-gateway.adoc
+5Lines changed: 5 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -32,6 +32,11 @@ $ chmod +x hcp
32
32
$ sudo mv hcp /usr/local/bin/.
33
33
----
34
34
35
+
[NOTE]
36
+
====
37
+
If you download the CLI on a Mac computer, you might see a warning about the `hcp` binary file. You need to adjust your security settings to allow the binary file to be run.
38
+
====
39
+
35
40
.Verification
36
41
37
42
* Verify that you see the list of available parameters by running the following command:
Copy file name to clipboardExpand all lines: modules/hcp-cli-terminal.adoc
+7-2Lines changed: 7 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -3,9 +3,9 @@
3
3
4
4
:_mod-docs-content-type: PROCEDURE
5
5
[id="hcp-cli-terminal_{context}"]
6
-
= Installing the {hcp} command-line interface by using the CLI
6
+
= Installing the {hcp} command-line interface from the terminal
7
7
8
-
You can install the {hcp} command-line interface (CLI), `hcp`, by using the CLI.
8
+
You can install the {hcp} command-line interface (CLI), `hcp`, from the terminal.
9
9
10
10
.Procedure
11
11
@@ -46,6 +46,11 @@ $ chmod +x hcp
46
46
$ sudo mv hcp /usr/local/bin/.
47
47
----
48
48
49
+
[NOTE]
50
+
====
51
+
If you download the CLI on a Mac computer, you might see a warning about the `hcp` binary file. You need to adjust your security settings to allow the binary file to be run.
52
+
====
53
+
49
54
.Verification
50
55
51
56
* Verify that you see the list of available parameters by running the following command:
0 commit comments