Skip to content

v0.7.4

Compare
Choose a tag to compare
@obreitwi obreitwi released this 03 Aug 13:38
· 164 commits to master since this release
v0.7.4
2a9fa60

v0.7.4 (2021-03-27)

  • push-command:
    • Remove need to seperate single alias from single file by dashes if alias specified first.
      • Previously: asfa push --alias my-alias.txt -- my-original-file.txt
      • Now: asfa push --alias my-alias.txt my-original-file.txt
    • Check response for errors regaring atd not running if --expire
      specified.
    • Now supports a default setting for --expire in the config.
      • Same as auth, both a global setting and host-specific settings are
        supported.
      • Any set default argument can be disabled per host or command line by
        specifying none as argument.
  • list-command:
    • More informative message if no files are present on remote site.
  • tests:
    • Fix atd not running in tests, but tests still passing because file got
      deleted differently.