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

Allow command to run this on the background #18

Open
mathieudevos opened this issue Apr 4, 2018 · 0 comments
Open

Allow command to run this on the background #18

mathieudevos opened this issue Apr 4, 2018 · 0 comments

Comments

@mathieudevos
Copy link

Issue was mentioned earlier in #15

However would it be possible to add a --detached mode which would run the server in the child, and exit the process, thus freeing up the "terminal".

This would allow many CI/CD pipelines to run this at the start of the the tests such as:
await dynamoDbLocal.launch(8000, null, ['-detached']);
... run all the tests
await dynamoDbLocal.stop(8000);

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