Skip to content

Allow command to run this on the background #18

@mathieudevos

Description

@mathieudevos

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);

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions