diff --git a/Taskfile.yml b/Taskfile.yml index 84fbd88..a2d6332 100644 --- a/Taskfile.yml +++ b/Taskfile.yml @@ -40,6 +40,10 @@ tasks: desc: 'Import a source into the broker, e.g. task import -- mtm_spatialmaps-handicap-parking' cmd: ddev console app:import {{.CLI_ARGS}} + scorpio:psql: + desc: 'Enter the broker database, e.g. task scorpio:psql -- -c ''\dt''' + cmd: docker exec -it ddev-enter-scorpio-db psql -U ngb -d ngb {{.CLI_ARGS}} + coding-standards:apply: desc: 'Apply coding standards' cmds: