Run history to see what changesets have been applied to a server (Dev in this case).
Code Block hammer history Dev
Run the
rollback
command. The following example rolls back all changes made to Dev in the last deployment.Code Block hammer rollback Dev lastDeploy
Run
history
to verify the change.Code Block hammer history Dev
See the rollback
command in CLI Commands.
...