We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
FlagD returns exit code zero on error
FlagD should return a non-zero exit code when an error occurs.
docker run -p 8013:8013 -it ghcr.io/open-feature/flagd:v0.1.0 start --uri /invalid/path.json
echo $?
The text was updated successfully, but these errors were encountered:
#170
Sorry, something went wrong.
fix: bubbles up unclean error exits (#170)
9f7db02
Signed-off-by: Alex Jones <alexsimonjones@gmail.com> #169 Signed-off-by: Alex Jones <alexsimonjones@gmail.com>
Closed with #170
AlexsJones
No branches or pull requests
Observed behavior
FlagD returns exit code zero on error
Expected Behavior
FlagD should return a non-zero exit code when an error occurs.
Steps to reproduce
docker run -p 8013:8013 -it ghcr.io/open-feature/flagd:v0.1.0 start --uri /invalid/path.json
echo $?
The text was updated successfully, but these errors were encountered: