revert

Restores a stack to its state when last saved, deleting all changes made since the last save.

# Metadata

Platforms: desktop, server, mobile OS: mac, windows, linux, ios, android Introduced: 1.0 Security:

# Syntax

revert [targetStack]

# Params

- targetStack : An optional stack reference.

# Examples

revert

revert stack "MyStack"

# Description

Use the revert command to back out of any changes made to a stack since the last save.

If no targetStack is specified, the revert command acts on the current stack.

The revert command also undo changes made to other stacks stored in the same stack file. That is, if you revert a main stack, all substacks of that stack also revert to the last save, and if you revert a substack, its main stack and any other substacks also revert.

# Tags

# See

- **property:** substacks, mainStack - **object:** stack - **function:** stacks - **glossary:** substack, stack file, current stack, command, undo, main stack