You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
Create a turborepo project
Add Infisical to start script
Run it with pnpm start
Expected behavior
It should return a exit code 0 instead of 1
Screenshots
The text was updated successfully, but these errors were encountered:
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:
pnpm start
Expected behavior
It should return a exit code 0 instead of 1
Screenshots
The text was updated successfully, but these errors were encountered: