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
@@ -99,6 +100,24 @@ Here is a description of the information in the Topology view.
99
100
|**Health/Sync status**|The health and sync status of the runtime or cluster. {::nomarkdown}<ul><li><imgsrc="../../../images/icons/error.png"display="inline-block"> indicates health or sync errors in the runtime, or a managed cluster if one was added to the runtime.</br> The runtime or cluster node is bordered in red and the name is colored red.</li> <li><imgsrc="../../../images/icons/cf-sync-status.png"display=inline-block/> indicates that the runtime is being synced to the cluster on which it is provisioned.</li></ul> {:/} |
100
101
|**Search and View options**| {::nomarkdown}<ul><li>Find a runtime or its clusters by typing part of the runtime/cluster name, and then navigate to the entries found. </li> <li>Topology view options: Resize to window, zoom in, zoom out, full screen view.</li></ul> {:/}|
101
102
103
+
### Reset shared configuration repository
104
+
Codefresh creates the [shared configuration repository]({{site.baseurl}}/docs/reference/shared-configuration) when you install the first hybrid or hosted GitOps runtime for your account, and uses it for all runtimes you add to the same account.
105
+
106
+
If needed, you can reset the location of the shared configuration repository in your account and re-initialize it. For example, when moving from evaluation to production.
107
+
Uninstall all the existing runtimes in your account, and then run the reset command. On the next installation, Codefresh re-initializes the shared configuration repo.
108
+
109
+
110
+
>Reset shared configuration repo is supported from CLI v0.1.18 and higher.
111
+
112
+
113
+
**Before you begin**
114
+
[Uninstall every runtime in the account](#uninstall-provisioned-runtimes)
115
+
116
+
**How to**
117
+
* Run:
118
+
`cf config --reset-shared-config-repo`
119
+
120
+
102
121
103
122
### Upgrade Codefresh CLI
104
123
The Codefresh CLI automatically self-checks its version, and if a newer version is available, prints a banner with the notification.
0 commit comments