elixir-devcontainer/mise.devcontainer.toml
2025-07-18 23:12:35 +00:00

23 lines
385 B
TOML

[tools]
[env]
[tasks.snapshot]
description="Take a database snapshot"
alias="snap"
run = ".devcontainer/snap_db.sh"
[tasks.restore]
description="Restore database to any database / snapshot"
run = ".devcontainer/restore_db.sh"
[tasks.nuke]
description="Nuke the database"
run = ".devcontainer/nuke_db.sh"
[tasks.db]
description="Launch Postgres CLI"
run = "pgcli --less-chatty"