Run history to see what changesets have been applied to a server (Dev in this case).
hammer history Dev
Run the
rollback
command. The following example rolls back all changes made to Dev in the last deployment.hammer rollback Dev lastDeploy
Run
history
to verify the change.hammer history
See the rollback
command in CLI Commands.
Note
Current methodology calls for the use of the lastDeploy
option only.
Older methodologies could use lastlabel
, changeid
, count
, date
, and tag
options. Avoid them if you are using the current methodology (Deployment Packager).