-
Notifications
You must be signed in to change notification settings - Fork 5.7k
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
feat(cli): adding logout examples #15834
Conversation
0eae951
to
1509088
Compare
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## master #15834 +/- ##
==========================================
- Coverage 49.92% 49.90% -0.02%
==========================================
Files 266 266
Lines 46072 46089 +17
==========================================
+ Hits 23001 23003 +2
- Misses 20813 20828 +15
Partials 2258 2258
☔ View full report in Codecov by Sentry. |
Thanks, @gaurangkudale! Could you run |
7e707f4
to
c5b5d8b
Compare
Hi @crenshaw-dev
|
Signed-off-by: Gaurang Kudale <gaurang.kudale02@gmail.com>
* docs: fix list format (argoproj#15798) Signed-off-by: Michael Crenshaw <350466+crenshaw-dev@users.noreply.github.com> Signed-off-by: sagarwala1 <shailja_agarwala@intuit.com> * fix(appset): add option to disable SCM providers entirely (argoproj#14246) (argoproj#15248) * feat(appset): add option to disable SCM providers entirely (argoproj#14246) Signed-off-by: Michael Crenshaw <350466+crenshaw-dev@users.noreply.github.com> * clarify docs Signed-off-by: Michael Crenshaw <350466+crenshaw-dev@users.noreply.github.com> * more clarification, small refactor Signed-off-by: Michael Crenshaw <350466+crenshaw-dev@users.noreply.github.com> * more clarification Signed-off-by: Michael Crenshaw <350466+crenshaw-dev@users.noreply.github.com> * fix test Signed-off-by: Michael Crenshaw <350466+crenshaw-dev@users.noreply.github.com> * refactor Signed-off-by: Michael Crenshaw <350466+crenshaw-dev@users.noreply.github.com> * fix test assertion Signed-off-by: Michael Crenshaw <350466+crenshaw-dev@users.noreply.github.com> * simplify test expectation Signed-off-by: Michael Crenshaw <350466+crenshaw-dev@users.noreply.github.com> --------- Signed-off-by: Michael Crenshaw <350466+crenshaw-dev@users.noreply.github.com> Co-authored-by: Ishita Sequeira <46771830+ishitasequeira@users.noreply.github.com> Signed-off-by: sagarwala1 <shailja_agarwala@intuit.com> * add context example to help Signed-off-by: sagarwala1 <shailja_agarwala@intuit.com> * add context example to help Signed-off-by: sagarwala Signed-off-by: sagarwala1 <shailja_agarwala@intuit.com> * fea(cli)t: Add example to --help output for "argocd appset get" (argoproj#15808) Signed-off-by: Michele Caci <michele.caci@gmail.com> Signed-off-by: sagarwala1 <shailja_agarwala@intuit.com> * fix: codeowners syntax error (argoproj#15781) Signed-off-by: Michael Crenshaw <350466+crenshaw-dev@users.noreply.github.com> Co-authored-by: Ishita Sequeira <46771830+ishitasequeira@users.noreply.github.com> Signed-off-by: sagarwala1 <shailja_agarwala@intuit.com> * Trigger checks again Signed-off-by: sagarwala1 <shailja_agarwala@intuit.com> Signed-off-by: sagarwala1 <shailja_agarwala@intuit.com> --------- Signed-off-by: Michael Crenshaw <350466+crenshaw-dev@users.noreply.github.com> Signed-off-by: sagarwala1 <shailja_agarwala@intuit.com> Signed-off-by: Michele Caci <michele.caci@gmail.com> Co-authored-by: Michael Crenshaw <350466+crenshaw-dev@users.noreply.github.com> Co-authored-by: Ishita Sequeira <46771830+ishitasequeira@users.noreply.github.com> Co-authored-by: Michele Caci <michele.caci@gmail.com> Signed-off-by: Gaurang Kudale <gaurang.kudale02@gmail.com>
Signed-off-by: jmcshane <james.mcshane@superorbital.io> Signed-off-by: Gaurang Kudale <gaurang.kudale02@gmail.com>
* re-sign commit with DCO Signed-off-by: Dao Thanh Tung <ttdao.2015@accountancy.smu.edu.sg> * Update doc file Signed-off-by: Dao Thanh Tung <ttdao.2015@accountancy.smu.edu.sg> --------- Signed-off-by: Dao Thanh Tung <ttdao.2015@accountancy.smu.edu.sg> Signed-off-by: Gaurang Kudale <gaurang.kudale02@gmail.com>
…15662) Signed-off-by: Chris Fry <christopherfry@google.com> Signed-off-by: Gaurang Kudale <gaurang.kudale02@gmail.com>
Signed-off-by: Gaurang Kudale <gaurang.kudale02@gmail.com>
* re-sign commit with DCO Signed-off-by: Dao Thanh Tung <ttdao.2015@accountancy.smu.edu.sg> * Update doc file Signed-off-by: Dao Thanh Tung <ttdao.2015@accountancy.smu.edu.sg> --------- Signed-off-by: Dao Thanh Tung <ttdao.2015@accountancy.smu.edu.sg> Signed-off-by: Gaurang Kudale <gaurang.kudale02@gmail.com>
aa1287e
to
a498ffc
Compare
adding logout examples for improvment #15690
Checklist: