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
You can add services to your existing {product-title} (ROSA) cluster using the xref:../adding_service_cluster/adding-service.adoc#adding-service[{cluster-manager-first} console].
9
9
10
-
These services can also be installed xref:../rosa_cli/rosa-manage-objects-cli.adoc#rosa-managing-objects-cli[using the ROSA CLI (`rosa`)].
10
+
These services can also be installed xref:../cli_reference/rosa_cli/rosa-manage-objects-cli.adoc#rosa-managing-objects-cli[using the `rosa` CLI].
A user performs a range of operations while working on {product-title} such as the following:
9
+
A user performs a range of operations while working on {product-title}
10
+
ifdef::openshift-rosa[]
11
+
(ROSA)
12
+
endif::openshift-rosa[]
13
+
such as the following:
10
14
11
15
* Managing clusters
12
16
* Building, deploying, and managing applications
13
17
* Managing deployment processes
14
18
* Developing Operators
15
19
* Creating and maintaining Operator catalogs
16
20
17
-
{product-title} offers a set of command-line interface (CLI) tools that simplify these tasks by enabling users to perform various administration and development operations from the terminal.
21
+
ifndef::openshift-rosa[]
22
+
{product-title}
23
+
endif::openshift-rosa[]
24
+
ifdef::openshift-rosa[]
25
+
ROSA
26
+
endif::openshift-rosa[]
27
+
offers a set of command-line interface (CLI) tools that simplify these tasks by enabling users to perform various administration and development operations from the terminal.
18
28
These tools expose simple commands to manage the applications, as well as interact with each component of the system.
19
29
20
30
[id="cli-tools-list"]
21
31
== List of CLI tools
22
32
23
-
The following set of CLI tools are available in {product-title}:
33
+
The following set of CLI tools are available in
34
+
ifndef::openshift-rosa[]
35
+
{product-title}:
36
+
endif::openshift-rosa[]
37
+
ifdef::openshift-rosa[]
38
+
ROSA:
39
+
endif::openshift-rosa[]
24
40
25
-
* xref:../cli_reference/openshift_cli/getting-started-cli.adoc#cli-getting-started[OpenShift CLI (oc)]: This is the most commonly used CLI tool by {product-title} users. It helps both cluster administrators and developers to perform end-to-end operations across {product-title} using the terminal. Unlike the web console, it allows the user to work directly with the project source code using command scripts.
This is the most commonly used CLI tool by {product-title} users.
44
+
endif::openshift-rosa[]
45
+
ifdef::openshift-rosa[]
46
+
This is one of the more commonly used developer CLI tools.
47
+
endif::openshift-rosa[]
48
+
It helps both cluster administrators and developers to perform end-to-end operations across
49
+
ifndef::openshift-rosa[]
50
+
{product-title}
51
+
endif::openshift-rosa[]
52
+
ifdef::openshift-rosa[]
53
+
ROSA
54
+
endif::openshift-rosa[]
55
+
using the terminal. Unlike the web console, it allows the user to work directly with the project source code using command scripts.
26
56
27
57
* xref:../cli_reference/kn-cli-tools.adoc#kn-cli-tools[Knative CLI (kn)]: The Knative (`kn`) CLI tool provides simple and intuitive terminal commands that can be used to interact with OpenShift Serverless components, such as Knative Serving and Eventing.
28
58
@@ -31,3 +61,8 @@ The following set of CLI tools are available in {product-title}:
31
61
* xref:../cli_reference/opm/cli-opm-install.adoc#cli-opm-install[opm CLI]: The `opm` CLI tool helps the Operator developers and cluster administrators to create and maintain the catalogs of Operators from the terminal.
32
62
33
63
* xref:../cli_reference/osdk/cli-osdk-install.adoc#cli-osdk-install[Operator SDK]: The Operator SDK, a component of the Operator Framework, provides a CLI tool that Operator developers can use to build, test, and deploy an Operator from the terminal. It simplifies the process of building Kubernetes-native applications, which can require deep, application-specific operational knowledge.
64
+
65
+
66
+
ifdef::openshift-rosa[]
67
+
* xref:../cli_reference/rosa_cli/rosa-get-started-cli.adoc#rosa-get-started-cli[ROSA CLI (`rosa`)]: Use the `rosa` CLI to create, update, manage, and delete ROSA clusters and resources.
Red Hat does not provide information about `{odo-title}` on the {OCP} documentation site. See the link:https://odo.dev/docs/introduction[documentation] maintained by Red Hat and the upstream community for documentation information related to `{odo-title}`.
14
+
Red Hat does not provide information about `{odo-title}` on the {product-title} documentation site. See the link:https://odo.dev/docs/introduction[documentation] maintained by Red Hat and the upstream community for documentation information related to `{odo-title}`.
A CLI configuration file allows you to configure different profiles, or contexts, for use with the xref:../../cli_reference/index.adoc#cli-tools-overview[CLI tools overview]. A context consists of
0 commit comments