mix testcontainer_ex.run (testcontainer_ex v0.1.0)

Copy Markdown View Source

Usage: mix testcontainer_ex.run [sub_task] [--database DB] [--db-volume VOLUME] [sub_task_args...]

Examples: mix testcontainer_ex.run test --database postgres mix testcontainer_ex.run phx.server --database mysql mix testcontainer_ex.run test --database postgres --db-volume my_postgres_data mix testcontainer_ex.run phx.server --db-volume my_postgres_data mix testcontainer_ex.run some.custom.server

Summary

Functions

Callback implementation for Mix.Task.run/1.

Functions

run(args)

Callback implementation for Mix.Task.run/1.