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/migrate-cli-runtimes-helm.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -65,11 +65,11 @@ cf migrate <RUNTIME_NAME> \
65
65
```
66
66
where:
67
67
*`<RUNTIME_NAME>` is the name of the GitOps Runtime to migrate. When omitted, Codefresh displays the available Runtimes you can select from.
68
-
*`<GIT_TOKEN>` is required, and is the Git user token (not the Git Runtime token), or the environment variable that
68
+
*`<GIT_TOKEN>` is required, and is the Git user token (not the Git Runtime token).
69
69
*`<GIT_USER>` is optional depending on the Git provider, and is your user or ogranization name:
70
-
* GitHub and GitHub Enterprise: Not required. Codefresh
71
-
* GitLab Cloud and GitLab Server: Required, and is either your username as the owner, or if your project is within a group, the front-slash separated path to the project. For example,`nr-codefresh` (owner), or`parent-group/child-group` (group hierarchy)
72
-
* Bitbucket Cloud and Bitbucket Server: Required, and is your username for the Bitbucket Cloud/Bitbucket Server account.
70
+
* GitHub and GitHub Enterprise: Not required.
71
+
* GitLab Cloud and GitLab Server: Required, and is either your username as the owner, or if your project is within a group, the front-slash separated path to the project. For example,`nr-codefresh` (owner), or`parent-group/child-group` (group hierarchy).
72
+
* Bitbucket Cloud and Bitbucket Server: Required, and is your username for the Bitbucket Cloud/Bitbucket Server account.