Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
languagebash
firstline1
titleMark Changes as Deployed
linenumberstrue
echo -------------------------------
set PATH=%PATH%;C:\apps\Datical\repl
hammer statusDetails STAGE
hammer changelogSync STAGE --pipeline="%daticalPipeline%pipelineName" --labels="%hotfixLabel%hotfix_script_name.sql"
hammer statusDetails STAGE

hammer statusDetails PROD
hammer changelogSync PROD --pipeline="%daticalPipeline%pipelineName" --labels="%hotfixLabel%hotfix_script_name.sql"
hammer statusDetails PROD

echo -------------------------------

...