tree:

clear(tree)

This removes all values from the given tree and then returns the empty tree.

This is commonly used when copying an Origami site definition to static files to clear out the contents of a build folder:

$ ori copy src/site.ori, clear files:build

The clear command erases everything the build folder, then returns the empty build folder. This is then used as the target of the copy operation.