Skip to content

Commit 705c2d3

Browse files
authored
Merge pull request #57619 from laubai/ocdocs-3954-valid-rosa-cli-values
2 parents 0005343 + 091ad2d commit 705c2d3

18 files changed

+126
-195
lines changed

modules/rosa-checking-account-version-info-cli.adoc

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,6 @@ $ rosa whoami [arguments]
3131

3232
|--profile
3333
|Specifies an AWS profile (string) from your credentials file.
34-
35-
|--v level
36-
|Log level for V logs.
3734
|===
3835

3936
.Example
@@ -66,9 +63,6 @@ $ rosa version [arguments]
6663

6764
|--profile
6865
|Specifies an AWS profile (string) from your credentials file.
69-
70-
|--v level
71-
|Log level for V logs.
7266
|===
7367

7468
.Example

modules/rosa-common-commands.adoc

Lines changed: 4 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,12 @@ These common commands and arguments are available for the `rosa` CLI.
1111
[id="rosa-debug_{context}"]
1212
== debug
1313

14-
Enables debug mode for the parent command.
14+
Enables debug mode for the parent command to help with troubleshooting.
1515

1616
.Example
1717
[source,terminal]
1818
----
19-
$ rosa create cluster --cluster=<cluster_name> --debug
19+
$ rosa create cluster --cluster-name=<cluster_name> --debug
2020
----
2121

2222
[id="rosa-download_{context}"]
@@ -56,7 +56,7 @@ Enables interactive mode.
5656
.Example
5757
[source,terminal]
5858
----
59-
$ rosa create cluster --cluster=<cluster_name> --interactive
59+
$ rosa create cluster --cluster-name=<cluster_name> --interactive
6060
----
6161

6262
[id="rosa-profile-string_{context}"]
@@ -67,18 +67,7 @@ Specifies an AWS profile from your credential file.
6767
.Example
6868
[source,terminal]
6969
----
70-
$ rosa create cluster --cluster=<cluster_name> --profile=myAWSprofile
71-
----
72-
73-
[id="rosa-vlevel_{context}"]
74-
== v level
75-
76-
Specifies the log level for V logs.
77-
78-
.Example
79-
[source,terminal]
80-
----
81-
$ rosa create cluster --cluster=<cluster_name> --v <level>
70+
$ rosa create cluster --cluster-name=<cluster_name> --profile=myAWSprofile
8271
----
8372

8473
[id="rosa-version_{context}"]

modules/rosa-configure.adoc

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -63,9 +63,6 @@ $ rosa login [arguments]
6363

6464
|--profile
6565
|Specifies an AWS profile (string) from your credentials file.
66-
67-
|--v <level>
68-
|The log level for V logs.
6966
|===
7067

7168
[id="rosa-logout_{context}"]
@@ -92,9 +89,6 @@ $ rosa logout [arguments]
9289

9390
|--profile
9491
|Specifies an AWS profile (string) from your credentials file.
95-
96-
|--v <level>
97-
|The log level for V logs.
9892
|===
9993

10094
[id="rosa-verify-permissions_{context}"]
@@ -129,9 +123,6 @@ This command verifies permissions only for clusters that do not use the AWS Secu
129123

130124
|--profile
131125
|Specifies an AWS profile (string) from your credentials file.
132-
133-
|--v <level>
134-
|The log level for V logs.
135126
|===
136127

137128
.Examples
@@ -175,9 +166,6 @@ $ rosa verify quota [arguments]
175166

176167
|--profile
177168
|Specifies an AWS profile (string) from your credentials file.
178-
179-
|--v <level>
180-
|The log level for V logs.
181169
|===
182170

183171
.Examples

0 commit comments

Comments
 (0)