# Installing CLI (oc) on Computer

On the service Cloudeka provides OpenShift Client (OC) or Command Line Interface (CLI) so that you can create applications and manage OpenShift projects using the CLI. Cloudeka provides several operating systems, including Windows, Linux, and MacOS. Here are the steps to run the CLI with the Windows operating system:

* On the Cloudeka services page select Platform and click the Deka Rock menu.

<figure><img src="https://putri.box.cloudeka.id/cloudeka-assets/static/images/17dekarock/6.0cli.png" alt=""><figcaption><p>Installing CLI on Computer (a)</p></figcaption></figure>

* On the Action column click the More button and click the Details button.

<figure><img src="https://putri.box.cloudeka.id/cloudeka-assets/static/images/17dekarock/6.1cli.png" alt=""><figcaption><p>Installing CLI on Computer (b)</p></figcaption></figure>

* On the CLI Tools tab select the CLI installer file to download according to the computer specifications you are using.

<figure><img src="https://putri.box.cloudeka.id/cloudeka-assets/static/images/17dekarock/2.8%20cli%20tools.png" alt=""><figcaption><p>Installing CLI on Computer (c)</p></figcaption></figure>

* Extract the downloaded oc folder and wait for the process to complete.

<figure><img src="https://putri.box.cloudeka.id/cloudeka-assets/static/images/17dekarock/6.2ekstrak.png" alt=""><figcaption><p>Extrack File oc</p></figcaption></figure>

* Open Command Prompt and enter the location of the oc file into your computer's PATH by adding the following syntax.

```linux
set PATH=%PATH%;[alamat lokasi file oc]
```

<figure><img src="https://putri.box.cloudeka.id/cloudeka-assets/static/images/17dekarock/6.3path.png" alt=""><figcaption><p>Set PATH</p></figcaption></figure>

* oc is already usable for further guidance on Openshift you can visit the Openshift website.

<figure><img src="https://putri.box.cloudeka.id/cloudeka-assets/static/images/17dekarock/6.4ocrun.png" alt=""><figcaption><p>CMD-oc</p></figcaption></figure>


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.cloudeka.id/platform/deka-rock/installing-cli-oc-on-computer.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
