All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.projectnessie.nessie.cli.syntax.RevertContentStatement.help.txt Maven / Gradle / Ivy

There is a newer version: 0.101.3
Show newest version
Creates a new commit in Nessie to set the state of the given content-keys to the same state as those content keys
existed on the `TO STATE` reference.

This command is for example useful when another system has created a Nessie commit but the referenced Iceberg
metadata object was not written.

It is recommended to use the `DRY` keyword to investigate the changes before actually committing those to Nessie.

Contents that exist on the `TO STATE` are updated in the new Nessie commit to that state.
Contents that do not exist on the `TO STATE` are deleted only if the `ALLOW DELETES` clause is specified, otherwise
the command will fail.

Note that this command will always create a new commit, even if the actual contents at the "tip" of the target branch
and the `TO STATE` are equal.




© 2015 - 2025 Weber Informatics LLC | Privacy Policy