-
Notifications
You must be signed in to change notification settings - Fork 153
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
Output usage only when flag parsing fails #4381 #4464
Merged
khanhtc1202
merged 1 commit into
pipe-cd:master
from
ffjlabo:show-usage-only-when-parsing-err
Jul 5, 2023
Merged
Output usage only when flag parsing fails #4381 #4464
khanhtc1202
merged 1 commit into
pipe-cd:master
from
ffjlabo:show-usage-only-when-parsing-err
Jul 5, 2023
Conversation
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
ffjlabo
requested review from
nghialv,
khanhtc1202 and
kentakozuka
as code owners
July 5, 2023 04:35
ffjlabo
force-pushed
the
show-usage-only-when-parsing-err
branch
from
July 5, 2023 07:47
d395ee3
to
0a705a1
Compare
Signed-off-by: Yoshiki Fujikane <[email protected]>
ffjlabo
force-pushed
the
show-usage-only-when-parsing-err
branch
from
July 5, 2023 07:49
0a705a1
to
2d87067
Compare
Added sign-off 👍 |
kentakozuka
approved these changes
Jul 5, 2023
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.
Thanks 🎉
khanhtc1202
approved these changes
Jul 5, 2023
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.
Great, thank you 🙌
kentakozuka
pushed a commit
that referenced
this pull request
Jul 12, 2023
Signed-off-by: Yoshiki Fujikane <[email protected]>
kentakozuka
pushed a commit
that referenced
this pull request
Jul 12, 2023
Signed-off-by: Yoshiki Fujikane <[email protected]> Signed-off-by: Kenta Kozuka <[email protected]>
kentakozuka
added a commit
that referenced
this pull request
Jul 12, 2023
) * Update web deps (#4451) Signed-off-by: khanhtc1202 <[email protected]> Signed-off-by: Kenta Kozuka <[email protected]> * Update quickstart to support arm hardware(ex: M1) (#4457) * Add: arch selection for mysql image Update chart values and templates for mysql deployment Signed-off-by: gitbluf <[email protected]> * Update: MySql image selector function to be more descriptive Signed-off-by: gitbluf <[email protected]> * Remove: mysql image set on piped installation Signed-off-by: gitbluf <[email protected]> * Update method name Signed-off-by: gitbluf <[email protected]> --------- Signed-off-by: gitbluf <[email protected]> Signed-off-by: Kenta Kozuka <[email protected]> * Support AWS LoadBalancer with multi listeners (#4462) * Support AWS LoadBalancer with multi listeners Signed-off-by: khanhtc1202 <[email protected]> * Fix go array index Signed-off-by: khanhtc1202 <[email protected]> * Rename symbol Signed-off-by: khanhtc1202 <[email protected]> --------- Signed-off-by: khanhtc1202 <[email protected]> Signed-off-by: Kenta Kozuka <[email protected]> * Specify Version For Templating Tools (#4463) * specify version for templating tools Signed-off-by: Viet Anh Pham Nhu <[email protected]> * Handle Error Both Install Helm And Kustomize Signed-off-by: Viet Anh Pham Nhu <[email protected]> --------- Signed-off-by: Viet Anh Pham Nhu <[email protected]> Signed-off-by: Kenta Kozuka <[email protected]> * Output usage only when flag parsing fails #4381 (#4464) Signed-off-by: Yoshiki Fujikane <[email protected]> Signed-off-by: Kenta Kozuka <[email protected]> * Fix ECS rollback stage does not remove canary created tasks (#4465) * Fix cannot remove canary created task Signed-off-by: ductnn <[email protected]> * Fix reuse clean function Signed-off-by: ductnn <[email protected]> * Update logs message for ECS routing stage rollback Signed-off-by: ductnn <[email protected]> --------- Signed-off-by: ductnn <[email protected]> Signed-off-by: Kenta Kozuka <[email protected]> * Update logs message for ECS routing stage executor (#4466) Signed-off-by: khanhtc1202 <[email protected]> Signed-off-by: Kenta Kozuka <[email protected]> * fix: update deprecated apiVersion since gke removed (#4469) GoogleCloudPlatform/gke-managed-certs#58 Signed-off-by: hungran <[email protected]> Signed-off-by: Kenta Kozuka <[email protected]> * Skip update AppState when no log updates (#4482) Signed-off-by: Kenta Kozuka <[email protected]> --------- Signed-off-by: khanhtc1202 <[email protected]> Signed-off-by: Kenta Kozuka <[email protected]> Signed-off-by: gitbluf <[email protected]> Signed-off-by: Viet Anh Pham Nhu <[email protected]> Signed-off-by: Yoshiki Fujikane <[email protected]> Signed-off-by: ductnn <[email protected]> Signed-off-by: hungran <[email protected]> Co-authored-by: Khanh Tran <[email protected]> Co-authored-by: Marko Petrovic <[email protected]> Co-authored-by: Viet Anh Pham Nhu <[email protected]> Co-authored-by: Yoshiki Fujikane <[email protected]> Co-authored-by: Duc Tran <[email protected]> Co-authored-by: Henry Vu <[email protected]> Co-authored-by: Kurochan <[email protected]>
Merged
Merged
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
What this PR does / why we need it:
Clis (like piped, pipectl...) output usage only when flag parsing fails, not when internal errors occur.
Which issue(s) this PR fixes:
Fixes #4381
Does this PR introduce a user-facing change?: