Skip to content

Commit

Permalink
Fixing peer review comments
Browse files Browse the repository at this point in the history
  • Loading branch information
Srivaralakshmi committed May 8, 2024
1 parent c729579 commit ce56088
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 15 deletions.
10 changes: 5 additions & 5 deletions modules/gitops-installing-argocd-cli-on-linux-using-rpm.adoc
Expand Up @@ -43,7 +43,7 @@ For {op-system-base-full} version 8 or later, you can install the {gitops-shortn
# subscription-manager attach --pool=<pool_id>
----

. Enable the repositories required by {gitops-title} for RHEL version 8 or later by running the following command:
. Enable the repositories required by {gitops-title} for {op-system-base} version 8 or later by running the following command:
+
* Linux (x86_64, amd64)
+
Expand All @@ -52,7 +52,7 @@ For {op-system-base-full} version 8 or later, you can install the {gitops-shortn
# subscription-manager repos --enable="gitops-<gitops_version>-for-rhel-<rhel_version>-x86_64-rpms"
----
+
.Example
.Example command
[source,terminal,subs="attributes+"]
----
# subscription-manager repos --enable="gitops-{gitops-ver}-for-rhel-8-x86_64-rpms"
Expand All @@ -66,7 +66,7 @@ For {op-system-base-full} version 8 or later, you can install the {gitops-shortn
# subscription-manager repos --enable="gitops-<gitops_version>-for-rhel-<rhel_version>-s390x-rpms"
----
+
.Example
.Example command
[source,terminal,subs="attributes+"]
----
# subscription-manager repos --enable="gitops-{gitops-ver}-for-rhel-8-s390x-rpms"
Expand All @@ -80,7 +80,7 @@ For {op-system-base-full} version 8 or later, you can install the {gitops-shortn
# subscription-manager repos --enable="gitops-<gitops_version>-for-rhel-<rhel_version>-ppc64le-rpms"
----
+
.Example
.Example command
[source,terminal,subs="attributes+"]
----
# subscription-manager repos --enable="gitops-{gitops-ver}-for-rhel-8-ppc64le-rpms"
Expand All @@ -94,7 +94,7 @@ For {op-system-base-full} version 8 or later, you can install the {gitops-shortn
# subscription-manager repos --enable="gitops-<gitops_version>-for-rhel-<rhel_version>-aarch64-rpms"
----
+
.Example
.Example command
[source,terminal,subs="attributes+"]
----
# subscription-manager repos --enable="gitops-{gitops-ver}-for-rhel-8-aarch64-rpms"
Expand Down
10 changes: 5 additions & 5 deletions modules/gitops-installing-argocd-cli-on-linux.adoc
Expand Up @@ -16,15 +16,15 @@ For Linux distributions, you can download the {gitops-shortname} `argocd` CLI as
|===
|Operating system |Architecture |Tarball

|Linux |x86_64, amd64 |argocd-linux-amd64.tar.gz
|Linux on {ibmzProductName} and {linuxoneProductName} |s390x |argocd-linux-s390x.tar.gz
|Linux on {ibmpowerProductName} |ppc64le |argocd-linux-ppc64le.tar.gz
|Linux on ARM |aarch64, arm64 |argocd-linux-arm64.tar.gz
|Linux |x86_64, amd64 |`argocd-linux-amd64.tar.gz`
|Linux on {ibmzProductName} and {linuxoneProductName} |s390x |`argocd-linux-s390x.tar.gz`
|Linux on {ibmpowerProductName} |ppc64le |`argocd-linux-ppc64le.tar.gz`
|Linux on ARM |aarch64, arm64 |`argocd-linux-arm64.tar.gz`
|===
+
[NOTE]
====
Newer versions of the CLI tool is compatible with the older versions of {gitops-title} server but not vice-versa.
Newer versions of the CLI tool are compatible with the older versions of {gitops-title} server, but not vice versa.
====

. Extract the archive by running the following command:
Expand Down
6 changes: 3 additions & 3 deletions modules/gitops-installing-argocd-cli-on-macos.adoc
Expand Up @@ -16,13 +16,13 @@ For macOS, you can download the {gitops-shortname} `argocd` CLI as a `tar.gz` ar
|===
|Operating system |Architecture |Tarball

|macOS on Intel |x86_64 |argocd-macos-amd64.tar.gz
|macOS on ARM |arm64 |argocd-macos-arm64.tar.gz
|macOS on Intel |x86_64 |`argocd-macos-amd64.tar.gz`
|macOS on ARM |arm64 |`argocd-macos-arm64.tar.gz`
|===
+
[NOTE]
====
Newer versions of the CLI tool is compatible with the older versions of {gitops-title} server but not vice-versa.
Newer versions of the CLI tool are compatible with the older versions of {gitops-title} server, but not vice versa.
====

. Extract the archive by running the following command:
Expand Down
4 changes: 2 additions & 2 deletions modules/gitops-installing-argocd-cli-on-windows.adoc
Expand Up @@ -16,12 +16,12 @@ For Windows, you can download the {gitops-shortname} `argocd` CLI as a compresse
|===
|Operating system |Architecture |Tarball

|Windows |x86_64 |argocd-windows-amd64.zip
|Windows |x86_64 |`argocd-windows-amd64.zip`
|===
+
[NOTE]
====
Newer versions of the CLI tool is compatible with the older versions of {gitops-title} server but not vice-versa.
Newer versions of the CLI tool are compatible with the older versions of {gitops-title} server, but not vice versa.
====

. Extract the archive with a ZIP program.
Expand Down

0 comments on commit ce56088

Please sign in to comment.