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

Infisical CLI exits with status code 1 on CTRL + C #2356

Open
ThallesP opened this issue Aug 30, 2024 · 0 comments
Open

Infisical CLI exits with status code 1 on CTRL + C #2356

ThallesP opened this issue Aug 30, 2024 · 0 comments

Comments

@ThallesP
Copy link
Contributor

Describe the bug

I'm implementing the Infisical CLI in my startup scripts with turborepo
one of our command: "dev": "infisical run --env=dev --command=\"docker compose up -d && nest start --watch\"",

but when we hit CTRL + C to kill it, Infisical returns exit code 1 which may cause confusion for some people

To Reproduce

Steps to reproduce the behavior:

  1. Create a turborepo project
  2. Add Infisical to start script
  3. Run it with pnpm start

Expected behavior

It should return a exit code 0 instead of 1

Screenshots

image

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

No branches or pull requests

1 participant