File tree Expand file tree Collapse file tree
Generic-POC-Flyway-Commands/CLI Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -25,6 +25,11 @@ flyway undo -environment=test -target=043.20250716213211
2525
2626# ================================================================================
2727
28+ # generic deployment
29+ flyway migrate -environment=test
30+
31+ # ================================================================================
32+
2833# cherryPick forward
2934flyway migrate -environment=test -cherryPick=045.20251106201536
3035
@@ -36,10 +41,11 @@ flyway migrate -environment=test -cherryPick=045.20251106201536
3641# check can be configured to fail on drift or code analysis triggering
3742flyway check -drift -code -dryrun -environment=test -check.code.failOnError=false -check.failOnDrift=false -check.deployedSnapshot=snapshothistory:current
3843
44+
3945# ================================================================================
4046
41- # generic deployment
42- flyway migrate -environment=test
47+ # cherryPick forward
48+ flyway migrate -environment=test -cherryPick=045.20251106201536
4349
4450# ================================================================================
4551
You can’t perform that action at this time.
0 commit comments