Skip to content

v0.8.2

Choose a tag to compare

@eduardozaniboni eduardozaniboni released this 10 Mar 13:29
· 11 commits to master since this release
d434cad

Features

  • hdx cloud list now defaults to directory mode: shows only immediate children at the given level, similar to ls. Pass --recursive to list all objects.
  • hdx cloud upload <file> [--prefix PREFIX]: upload an existing local file to the configured S3 bucket.
  • hdx backup --no-keep: delete the local backup file after a successful upload (requires --upload).
  • hdx cloud delete now verifies the key exists before attempting deletion. Exits with an error if not found or if it is a directory prefix.

Bug Fixes

  • hdx cloud list <path> now accepts path as a positional argument (previously silently ignored without --prefix).
  • hdx cloud download now saves files to ~/.herdux/backups/ by default instead of the current working directory.