Versions Compared

Key

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

...

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

hammer statusDetails PROD
hammer changelogSync PROD --pipeline="%daticalPipeline%" --labels="%hotfixLabel%"
hammer statusDetails PROD

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

...