mixer-tools
mixer-tools copied to clipboard
Mixer reset
It reverts the mix to a good state in case of a build failure or in case the user wants to roll back to a previous version.
By default, the command will bring back the mix to the same state it have when it last build a successful mix.
This value can be overridden if a --to
flag is provided with a version number.The command will not be destructive unless a --clean
flag is provided specified. If so, mixer will delete all files associated with versions that are bigger than the one provided. If not, only the values of the state files will change, but the files will be kept.
Signed-off-by: Ashlesha Atrey [email protected]
I updated the docs, but I am not sure auto-completion. How do we enable that ?