1
0
mirror of https://github.com/openshift/openshift-docs.git synced 2026-02-05 21:46:22 +01:00
Files
openshift-docs/getting_started/openshift-cli.adoc
2022-02-25 16:48:31 -05:00

28 lines
1.5 KiB
Plaintext

:_content-type: ASSEMBLY
[id="openshift-cli"]
= Creating and building an application using the CLI
include::_attributes/common-attributes.adoc[]
:context: openshift-cli
toc::[]
[id="openshift-cli-before-you-begin"]
== Before you begin
* Review xref:../cli_reference/openshift_cli/getting-started-cli.adoc#cli-about-cli_cli-developer-commands[About the OpenShift CLI].
* You must be able to access a running instance of {product-title}. If you do not have access, contact your cluster administrator.
* You must have the OpenShift Container Platform CLI (oc) xref:../cli_reference/openshift_cli/getting-started-cli.adoc#installing-openshift-cli[downloaded and installed].
include::modules/getting-started-cli-login.adoc[leveloffset=+1]
include::modules/getting-started-cli-creating-new-project.adoc[leveloffset=+1]
include::modules/getting-started-cli-granting-permissions.adoc[leveloffset=+1]
include::modules/getting-started-cli-deploying-first-image.adoc[leveloffset=+1]
include::modules/getting-started-cli-creating-route.adoc[leveloffset=+2]
include::modules/getting-started-cli-examining-pod.adoc[leveloffset=+2]
include::modules/getting-started-cli-scaling-app.adoc[leveloffset=+2]
include::modules/getting-started-cli-deploying-python-app.adoc[leveloffset=+1]
include::modules/getting-started-cli-connecting-a-database.adoc[leveloffset=+1]
include::modules/getting-started-cli-creating-secret.adoc[leveloffset=+2]
include::modules/getting-started-cli-load-data-output.adoc[leveloffset=+2]