-
Notifications
You must be signed in to change notification settings - Fork 146
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
added shorthand -R for --remote flag #1797
Conversation
Signed-off-by: ntishchauhan0022 <nitishchauhan0022@gmail.com>
Codecov ReportPatch coverage:
Additional details and impacted files@@ Coverage Diff @@
## main #1797 +/- ##
==========================================
+ Coverage 62.55% 63.59% +1.04%
==========================================
Files 106 106
Lines 13417 13417
==========================================
+ Hits 8393 8533 +140
+ Misses 4237 4073 -164
- Partials 787 811 +24
Flags with carried forward coverage won't be shown. Click here to find out more.
☔ View full report in Codecov by Sentry. |
/lgtm |
/approve |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: lance, nitishchauhan0022 The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
/cherry-pick release-1.10 |
@lance: new pull request created: #1845 In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
Changes
Added shorthand -R for
func deploy --remote
flag to allowfunc deploy -R
to work according to the SynopsisFixes #1719