dynamodb-local icon indicating copy to clipboard operation
dynamodb-local copied to clipboard

Allow command to run this on the background

Open mathieudevos opened this issue 6 years ago • 0 comments

Issue was mentioned earlier in https://github.com/doapp-ryanp/dynamodb-local/pull/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);

mathieudevos avatar Apr 04 '18 07:04 mathieudevos