Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
  1. Run history to see what changesets have been applied to a server (Dev in this case). 

    Code Block
    hammer history Dev


  2. Run the rollback command.  The following example rolls back all changes made to Dev in the last deployment.  

    Code Block
    hammer rollback Dev lastDeploy


  3. Run history to verify the change. 

    Code Block
    hammer history Dev


See the rollback command in CLI Commands

...