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

ErrorHandling cli option #150

Merged
merged 6 commits into from
Sep 23, 2023
Merged

ErrorHandling cli option #150

merged 6 commits into from
Sep 23, 2023

Conversation

mashiike
Copy link
Owner

Even if there is an error in the configuration, if the settings for SQS and Basic authentication part are correct, I would like to wait until the webhook server is running.

@@ -0,0 +1,10 @@
Usage: prepalert init

create inital config
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

[misspell] reported by reviewdog 🐶
"inital" is a misspelling of "initial"

cli.go Outdated
ErrorHandling ErrorHandling `help:"error handling" env:"PREPALERT_ERROR_HANDLING" default:"continue" enum:"continue,return"`
Config string `help:"config path" env:"PREPALERT_CONFIG" default:"."`
Run *RunOptions `cmd:"" help:"run server (default command)" default:""`
Init struct{} `cmd:"" help:"create inital config"`
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

[misspell] reported by reviewdog 🐶
"inital" is a misspelling of "initial"

@mashiike mashiike merged commit a6db9b7 into main Sep 23, 2023
@mashiike mashiike deleted the feature/continue-on-error branch September 23, 2023 06:21
@github-actions github-actions bot mentioned this pull request Sep 22, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant