Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

doc: OpenShift argocd CLI client command reference documentation #650

Open
wants to merge 23 commits into
base: master
Choose a base branch
from
Open
Changes from 1 commit
Commits
Show all changes
23 commits
Select commit Hold shift + click to select a range
12f89b9
Initial commit for CLI command reference documentation
anandf Jan 31, 2024
f36bae9
Added note about core mode of execution for MicroShift installations
anandf Jan 31, 2024
120c9a3
Updated the version output for verification
anandf Jan 31, 2024
95d31ff
Converted args to table entries
anandf Feb 11, 2024
b96e4b0
Added configuration section and changed global commands to utility co…
anandf Feb 11, 2024
2569942
Formatted basic syntax commands
anandf Feb 11, 2024
18665b2
Added the parent argocd command reference
anandf Feb 11, 2024
8527333
Updated the app creation and app sync commands
anandf Feb 13, 2024
2994db7
Added a short description for Global options
anandf Feb 13, 2024
e69581c
Added tips warning and notes for commands and description for user guide
anandf Feb 13, 2024
ed2086f
Removed accidental commit of unresolved conflicts
anandf Feb 13, 2024
b1f376e
Addressed review comments related to core mode and options with kubec…
anandf Feb 20, 2024
965062a
Corrected some formatting errors and typos
anandf Feb 26, 2024
370df4e
Made some minor corrections
anandf Feb 26, 2024
6cde0d4
Added RHEL8 or later and corrected the repo name
anandf Feb 27, 2024
7dd2cbf
Updated repos for RHEL 8 and RHEL 9 separately
anandf Feb 28, 2024
a400287
Corrected command for getting the secret and fixed the build info output
anandf Mar 6, 2024
edf7cc7
Corrected the server url option
anandf Mar 6, 2024
0e288ea
Added note about passwords containing shell variables
anandf Mar 6, 2024
70713d3
Removed hardcoded password
anandf Mar 6, 2024
30f5f08
Corrected core mode commands after testing
anandf Mar 7, 2024
0cc95da
Removed sync section when automated sync policy is used
anandf Mar 7, 2024
75cf183
Fixed review comments from Kevin and Varsha
anandf Mar 7, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Corrected the server url option
Signed-off-by: Anand Francis Joseph <[email protected]>
anandf committed Apr 15, 2024
commit edf7cc777576eab636dcc70d5c05132ccf01ed33
8 changes: 4 additions & 4 deletions docs/OpenShift GitOps CLI User Guide.md
Original file line number Diff line number Diff line change
@@ -194,7 +194,7 @@ In the normal mode (default mode), the `argocd` CLI client makes API requests to
```
3. Login to the ArgoCD server using the login command
```
# argocd login --username admin --password ${ADMIN_PASSWD} <server url>
# argocd login --username admin --password ${ADMIN_PASSWD} ${SERVER_URL}
```
eg:
```
@@ -515,7 +515,7 @@ $ compinit
```
3. Login to the ArgoCD server using the login command
```
# argocd login --username admin --password ${ADMIN_PASSWD} <server url>
# argocd login --username admin --password ${ADMIN_PASSWD} ${SERVER_URL}
```
eg:
```
@@ -622,7 +622,7 @@ $ compinit
```
3. Login to the ArgoCD server using the login command
```
# argocd login --username admin --password ${ADMIN_PASSWD} <server url>
# argocd login --username admin --password ${ADMIN_PASSWD} ${SERVER_URL}
```
eg:
```
@@ -787,7 +787,7 @@ $ compinit
```
3. Login to the ArgoCD server using the login command
```
# argocd login --username admin --password ${ADMIN_PASSWD} <server url>
# argocd login --username admin --password ${ADMIN_PASSWD} ${SERVER_URL}
```
eg:
```