View Source mix forecastle.relup (forecastle v0.1.3)
Generate a relup file between releases.
castle.relup will generate a relup between a target release and
any number of other releases. The paths specifed in the options should
be the paths to .rel files (but without the .rel extension)
Command-line options:
--target- the path to the .rel file in the target release--fromto- the path to the .rel file from a previous release--upfrom- the path to the .rel file from a previous release--downto- the path to the .rel file from a previous release--outdir- the directory to write the relup. Defaults to the current directory
The --fromto, --upfrom and --downto switches may be specified zero or more
times and have the following behaviour:
--fromtogenerates both upgrade and downgrade instructions--upfromgenerates only upgrade instructions--downtogenerates only downgrade instructions