initial devcontainer setup
This commit is contained in:
commit
b9b7aa6a08
14 changed files with 411 additions and 0 deletions
23
mise.devcontainer.toml
Normal file
23
mise.devcontainer.toml
Normal file
|
@ -0,0 +1,23 @@
|
|||
[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"
|
||||
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue