Signed-off-by: kjuulh <contact@kjuulh.io>
This commit is contained in:
10
cuddle.yaml
10
cuddle.yaml
@@ -20,12 +20,18 @@ scripts:
|
||||
type: shell
|
||||
new_migration:
|
||||
type: shell
|
||||
description: "creates a new migration in `como_infrastructure` with the given name prefixed with a date"
|
||||
args:
|
||||
name:
|
||||
type: "env"
|
||||
key: "name"
|
||||
type: "flag"
|
||||
name: "name"
|
||||
description: "the name of the migration"
|
||||
required: true
|
||||
"sqlx:prepare":
|
||||
type: shell
|
||||
|
||||
"deploy":
|
||||
type: shell
|
||||
|
||||
"test":
|
||||
type: lua
|
||||
|
Reference in New Issue
Block a user