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/gitops/git-sources.md
-38Lines changed: 0 additions & 38 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -92,45 +92,7 @@ Edit an existing Git Source by changing the source and destination definitions,
92
92
{:start="4"}
93
93
1. Update**Source**,**Destination**, and**Include** and**Exclude** definitions for the Git Source, and select**Save**.
94
94
95
-
<!---
96
-
## View/download logs for a Git Source
97
-
View online logs for any Git Source associated with a Runtime, and if needed, download the log file for offline viewing and analysis.
98
-
Online logs show up to 1000 of the most recent events (lines), updated in real time. Downloaded logs include all the events, from the application launch to the date and time of download.
99
95
100
-
1. In the Codefresh UI, on the toolbar, click the **Settings** icon.
101
-
1. From Runtimes in the sidebar, select [GitOps Runtimes](https://g.codefresh.io/2.0/account-settings/runtimes**){:target="\_blank"}.
102
-
1. From the **List View** (the default), select the Runtime with the Git Source, and then select the **Git Sources** tab.
103
-
1. In the row with the Git Source for which to view/download logs, from the context menu select **View Logs**.
104
-
105
-
{% include
106
-
image.html
107
-
lightbox="true"
108
-
file="/images/runtime/git-source-view-logs.png"
109
-
url="/images/runtime/git-source-view-logs.png"
110
-
alt="View Logs option for Git Source"
111
-
caption="View Logs option for Git Source"
112
-
max-width="60%"
113
-
%}
114
-
115
-
{:start="4"}
116
-
1. Do the following:
117
-
* Search by free-text for any string, and click the next and previous buttons to navigate between the search results.
118
-
* To toggle between standard and line-wrapped views, click **Wrap**.
Copy file name to clipboardExpand all lines: _docs/installation/gitops/upgrade-gitops-cli.md
+11-11Lines changed: 11 additions & 11 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,9 +6,9 @@ sub_group: gitops
6
6
toc:true
7
7
---
8
8
9
-
You need the Codefresh CLI to install Hybrid GitOps Runtimes, andhave access to all the newest features.
9
+
You need the Codefresh CLI to installand upgradeHybrid GitOps Runtimes, andget access to all the newest features.
10
10
For the initial download, you need to generate an API key and create the API authentication context, which you do from the UI.
11
-
When newer versions are available, the CLI automatically notifies you through a banner. You can use the existing API credentials for the upgrade.
11
+
When newer versions are available, the CLI automatically notifies you through a banner that an upgrade is required. You can use the existing API credentials for the upgrade.
12
12
13
13
14
14
##GitOps CLI installation modes
@@ -23,8 +23,8 @@ The table lists the modes available to install the GitOps CLI.
23
23
|| Linux - ARM| `curl -L --output -https://github.com/codefresh-io/cli-v2/releases/latest/download/cf-linux-arm64.tar.gz| tar zx && mv ./cf-linux-arm64 /usr/local/bin/cf && cf version`|
24
24
|`brew` | N/A|`brew tap codefresh-io/cli && brew install cf2`|````
25
25
26
-
##Install the GitOps CLI
27
-
Install the GitOps CLI using the option that best suits you:`curl`,`brew`, or standard download.
26
+
##Download the GitOps CLI
27
+
Download the GitOps CLI using the option that best suits you:`curl`,`brew`, or standard download.
28
28
If you are not sure which OS to select for`curl`, simply select one, and Codefresh automatically identifies and selects the right OS for CLI installation.
29
29
30
30
1. Do one of the following:
@@ -40,10 +40,10 @@ If you are not sure which OS to select for `curl`, simply select one, and Codefr
@@ -55,15 +55,15 @@ If you are not sure which OS to select for `curl`, simply select one, and Codefr
55
55
56
56
##Upgrade the GitOps CLI
57
57
58
-
TheCodefresh CLI automatically self-checks its version, and if a newer version is available, prints a banner with the notification.
58
+
TheGitOps CLI automatically self-checks its version, and if a newer version is available, prints a banner with the notification that upgrade is required.