Skip to content

v1.0.0-RC2

Pre-release
Pre-release
Compare
Choose a tag to compare
@wilriker wilriker released this 13 Jun 11:41
· 15 commits to master since this release

Changes

Help

This second release candidate has help texts for every sub-command now that are accessible via

rfm help <command>

Command Structure

The second major change is the structure of the parameters and options. This now resembles better the style of common CLI tools. Please see the appropriate help pages to see the format.

Most notably also the format for rfm backup changed. This now is

rfm backup <common-options> [-removeLocal] [-exclude <excludepattern>]* [<local/path> [<remote/path>]]

where -outDir has been reduced to <local/path> with a default of the current directory if omitted and -dirToBackup is shortened to <remote/path>. The default is still 0:/sys. In case this needs to be changed the local directory also has to be provided.

rfm ls

rfm ls now accepts multiple remote paths to list.

Fixes

  • panic when no sub-command is provided is replaced with default help text
  • Uploading single files was broken