-
-
Notifications
You must be signed in to change notification settings - Fork 18
Open
Labels
featureNew feature or requestNew feature or request
Description
Commands that should exist:
njord migration generate <name>
njord migration run
njord migration rollback
Flags that should exist on njord
:
-v
and--version
-h
and--help
Flags that should exist on njord migration
:
--dry-run
(simulate the migration)--env
(specify development/test/staging/production etc)--dir
(specify target directory for generated migration changes)--to
(rollback to specific version, for example20191225120000
)--log-level
(standard, debug etc)
Examples:
njord setup
njord migration generate <name> --env=development --dry-run
njord migration run --env=production --log-level=debug
njord migration rollback --env=development --to=20191225120000
Metadata
Metadata
Assignees
Labels
featureNew feature or requestNew feature or request