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

docs: added command to add environment PATH #13240

Merged
merged 2 commits into from
May 29, 2023
Merged

docs: added command to add environment PATH #13240

merged 2 commits into from
May 29, 2023

Conversation

ajinkyak423
Copy link
Contributor

@ajinkyak423 ajinkyak423 commented Apr 14, 2023

Added CLI command for adding Argo CD in environmental variables PATH in Windows
Fixes #13238

When Argo CD Is installed using PowerShell in Windows it is required to add an environment variable for getting started this command can be readily used to add it and start using argocd command.

Note on DCO:

If the DCO action in the integration test fails, one or more of your commits are not signed off. Please click on the Details link next to the DCO action for instructions on how to resolve this.

Does this PR require documentation updates?
YES

Checklist:

  • Either (a) I've created an enhancement proposal and discussed it with the community, (b) this is a bug fix, or (c) this does not need to be in the release notes.
  • The title of the PR states what changed and the related issues number (used for the release note).
  • The title of the PR conforms to the Toolchain Guide
  • I've included "Closes [ISSUE #]" or "Fixes [ISSUE #]" in the description to automatically close the associated issue.
  • I've updated both the CLI and UI to expose my feature, or I plan to submit a second PR with them.
  • Does this PR require documentation updates?
  • I've updated documentation as required by this PR.
  • Optional. My organization is added to USERS.md.
  • I have signed off all my commits as required by DCO
  • I have written unit and/or e2e tests for my change. PRs without these are unlikely to be merged.
  • My build is green (troubleshooting builds).
  • My new feature complies with the feature status guidelines.
  • I have added a brief description of why this PR is necessary and/or what this PR solves.

Please see Contribution FAQs if you have questions about your pull-request.

Added CLI command for adding Argo CD in environmental variables PATH in Windows

When Argo CD Is installed using PowerShell in Windows it is required to add an environment variable for getting started 
this command can be readily used to add it and start using ```argocd``` command.

Signed-off-by: ajinkyak423 <ajinkyakumbhar423@gmail.com>
@ajinkyak423 ajinkyak423 changed the title added command to add environmental PATH docs: added command to add environmental PATH Apr 14, 2023
@ajinkyak423 ajinkyak423 changed the title docs: added command to add environmental PATH docs: added command to add environment PATH Apr 14, 2023
@codecov
Copy link

codecov bot commented Apr 14, 2023

Codecov Report

Patch coverage: 70.45% and project coverage change: +0.09 🎉

Comparison is base (5662367) 48.98% compared to head (773caa8) 49.07%.

Additional details and impacted files
@@            Coverage Diff             @@
##           master   #13240      +/-   ##
==========================================
+ Coverage   48.98%   49.07%   +0.09%     
==========================================
  Files         249      249              
  Lines       43066    43163      +97     
==========================================
+ Hits        21094    21184      +90     
+ Misses      19864    19861       -3     
- Partials     2108     2118      +10     
Impacted Files Coverage Δ
cmd/argocd/commands/app.go 21.80% <0.00%> (ø)
cmd/argocd/commands/project.go 0.00% <0.00%> (ø)
cmd/argocd/commands/repo.go 0.00% <0.00%> (ø)
util/git/client.go 51.25% <53.48%> (+1.25%) ⬆️
util/settings/settings.go 49.69% <65.00%> (+0.32%) ⬆️
server/cluster/cluster.go 50.13% <85.71%> (+10.20%) ⬆️
applicationset/services/repo_service.go 88.46% <100.00%> (+0.46%) ⬆️
cmd/argocd/commands/initialize/cmd.go 31.25% <100.00%> (ø)
controller/appcontroller.go 53.38% <100.00%> (+0.22%) ⬆️
pkg/apis/application/v1alpha1/types.go 59.68% <100.00%> (+0.09%) ⬆️
... and 3 more

☔ View full report in Codecov by Sentry.
📢 Do you have feedback about the report comment? Let us know in this issue.

@crenshaw-dev crenshaw-dev merged commit 8a16fcb into argoproj:master May 29, 2023
24 checks passed
yyzxw pushed a commit to yyzxw/argo-cd that referenced this pull request Aug 9, 2023
Added CLI command for adding Argo CD in environmental variables PATH in Windows

When Argo CD Is installed using PowerShell in Windows it is required to add an environment variable for getting started 
this command can be readily used to add it and start using ```argocd``` command.

Signed-off-by: ajinkyak423 <ajinkyakumbhar423@gmail.com>
Co-authored-by: Michael Crenshaw <350466+crenshaw-dev@users.noreply.github.com>
tesla59 pushed a commit to tesla59/argo-cd that referenced this pull request Dec 16, 2023
Added CLI command for adding Argo CD in environmental variables PATH in Windows

When Argo CD Is installed using PowerShell in Windows it is required to add an environment variable for getting started 
this command can be readily used to add it and start using ```argocd``` command.

Signed-off-by: ajinkyak423 <ajinkyakumbhar423@gmail.com>
Co-authored-by: Michael Crenshaw <350466+crenshaw-dev@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants