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
Copy file name to clipboardExpand all lines: _docs/installation/behind-the-firewall.md
-1Lines changed: 0 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,6 @@ redirect_from:
6
6
-/docs/administration/behind-the-firewall/
7
7
-/docs/enterprise/behind-the-firewall/
8
8
toc:true
9
-
10
9
---
11
10
12
11
As described in[installation options]({{site.baseurl}}/docs/installation/installation-options/), Codefresh offers Runner and GitOps options for hybrid installations.
description:"Run Codefresh pipelines in your own secure infrastructure"
4
+
group:installation
5
+
toc:true
6
+
---
7
+
8
+
Codefresh has two different CLIs, one for Codefresh pipelines, and one for Codefresh GitOps.
9
+
10
+
**Codefresh CLI**
11
+
Interact with Codefresh through the CLI and:
12
+
* Perform any UI operation
13
+
* Create complex automation from your local machine
14
+
* Create and run pipelines for complex use cases using the CLI within pipeline steps
15
+
16
+
For installation instructions and CLI commands, see the[CLI documentation](https://codefresh-io.github.io/cli/getting-started/){:target="\_blank"}.
17
+
<br />
18
+
19
+
**GitOps CLI**
20
+
The GitOps CLI is required to install GitOps runtimes and to keep updated with the latest and exciting features. It is important to have the latest CLI release as several new features are available only with the latest release. Upgrade is easy as the GitOps CLI automatically checks its own version and prints a banner if there is a newer one.
21
+
For details, see[Download/Upgrade the GitOps CLI]({{site.baseurl}}docs/installation/cli/).