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

org.fusesource.fabric.commands.export.txt Maven / Gradle / Ivy

The newest version!
The regular expression options, -f and -rf, provide you with considerable flexibility for specifying which parts of the fabric registry to export. For example, to export every version of the default profile's data, you could use a command like the following:

fabric:export -f /fabric/configs/versions/[0-9\\.]*/profiles/default/.*

Where the double-backslash, \\, is required to escape the period, ., so that the period character gets interpreted as a character literal.




© 2015 - 2025 Weber Informatics LLC | Privacy Policy