Skip to content

Commit 27d1406

Browse files
Merge pull request #82507 from michaelryanpeter/OCPBUGS-42399-change-cli-commands-to-clustercatalog
OCPBUGS#42399: Update `oc get` and `describe clustercatalog` commands
2 parents ff0e7c3 + cfc0968 commit 27d1406

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

modules/olmv1-adding-a-catalog.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ catalog.catalogd.operatorframework.io/redhat-operators created
6868
+
6969
[source,terminal]
7070
----
71-
$ oc get catalog
71+
$ oc get clustercatalog
7272
----
7373
+
7474
.Example output
@@ -82,7 +82,7 @@ redhat-operators 20s
8282
+
8383
[source,terminal]
8484
----
85-
$ oc describe catalog
85+
$ oc describe clustercatalog
8686
----
8787
+
8888
.Example output

modules/olmv1-deleting-catalog.adoc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ You can delete a catalog by deleting its custom resource (CR).
1919
+
2020
[source,terminal]
2121
----
22-
$ oc delete catalog <catalog_name>
22+
$ oc delete clustercatalog <catalog_name>
2323
----
2424
+
2525
.Example output
@@ -34,5 +34,5 @@ catalog.catalogd.operatorframework.io "my-catalog" deleted
3434
+
3535
[source,terminal]
3636
----
37-
$ oc get catalog
38-
----
37+
$ oc get clustercatalog
38+
----

0 commit comments

Comments
 (0)