-
Notifications
You must be signed in to change notification settings - Fork 295
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
anandf
wants to merge
23
commits into
redhat-developer:master
Choose a base branch
from
anandf:add_cli_documentation
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
+11,248
−0
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 f36bae9
Added note about core mode of execution for MicroShift installations
anandf 120c9a3
Updated the version output for verification
anandf 95d31ff
Converted args to table entries
anandf b96e4b0
Added configuration section and changed global commands to utility co…
anandf 2569942
Formatted basic syntax commands
anandf 18665b2
Added the parent argocd command reference
anandf 8527333
Updated the app creation and app sync commands
anandf 2994db7
Added a short description for Global options
anandf e69581c
Added tips warning and notes for commands and description for user guide
anandf ed2086f
Removed accidental commit of unresolved conflicts
anandf b1f376e
Addressed review comments related to core mode and options with kubec…
anandf 965062a
Corrected some formatting errors and typos
anandf 370df4e
Made some minor corrections
anandf 6cde0d4
Added RHEL8 or later and corrected the repo name
anandf 7dd2cbf
Updated repos for RHEL 8 and RHEL 9 separately
anandf a400287
Corrected command for getting the secret and fixed the build info output
anandf edf7cc7
Corrected the server url option
anandf 0e288ea
Added note about passwords containing shell variables
anandf 70713d3
Removed hardcoded password
anandf 30f5f08
Corrected core mode commands after testing
anandf 0cc95da
Removed sync section when automated sync policy is used
anandf 75cf183
Fixed review comments from Kevin and Varsha
anandf File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Added note about passwords containing shell variables
Signed-off-by: Anand Francis Joseph <[email protected]>
commit 0e288eab667efbda0ea0685c66f58985162bb252
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@anandf The 3rd step of sync procedure in normal mode here must be this right:
argocd app sync openshift-gitops/app-spring-petclinic
For cluster:
argocd app sync openshift-gitops/app-cluster-configs
There is no --core here. Correct?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@anandf In CEE confluence content, we have this 3rd step as extra:
Validate that you are able to run argocd commands in normal mode by executing the following command to list all Applications.
$ argocd app list
Do we need it here too in the downstream docs? Please confirm.