Releases: SecuraeBackup/securae-cli
Releases · SecuraeBackup/securae-cli
v0.1.15
Compare
Sorry, something went wrong.
No results found
Changelog
693d64a Bump to version 0.1.15
91d11fd Calculate and set a SHA-256 checksum when uploading files
590a77f Improve error message for invalid backup IDs
a5afc1d New validate command
fc4d2a8 Retrive object checksums via response header
0441be4 Simplify CheckCLIVersionHeaders function
v0.1.14
Compare
Sorry, something went wrong.
No results found
Changelog
7b0c162 Add a mechanism to check for new CLI versions
c9f8d6b Bump to version 0.1.14
dfede38 Implement CheckCLIVersionHeaders
v0.1.13
Compare
Sorry, something went wrong.
No results found
Changelog
c523c0d Bump to version 0.1.13
63a7655 Configure same timeout value for all the requests
v0.1.12
Compare
Sorry, something went wrong.
No results found
v0.1.11
Compare
Sorry, something went wrong.
No results found
Changelog
ad03d3d Add command to generate Markdown docs
1515982 Bump to version 0.1.11
b9619c5 Fix minor grammatical error
903ac0a Rename rootCmd to RootCmd to be used for doc generation
dfa39d3 Update .gitignore
cce7992 Update usage and examples for commands
8bd5c08 Use GroupID to organize commands
v0.1.10
Compare
Sorry, something went wrong.
No results found
Changelog
50dd04c Bump to version 0.1.10
1d95020 Now list backups and files into backups
v0.1.9
Compare
Sorry, something went wrong.
No results found
Changelog
64fa50a Bump to version 0.1.9
190c661 Improve error message for pre signed URLs generation
1bf36cc Replace HTTP status code numbers by constants
v0.1.8
Compare
Sorry, something went wrong.
No results found
Changelog
df8fba3 Add tests for upload.go
30b065f Bump to version 0.1.7
dd4e3e9 Bump version to 0.1.8
79f8f62 Fix naming style for local variables
15c1bac Improve message when there are no objects in a backup
9c2b9ff Minor style/formatting fixes
9b3aee0 Refacto to reduce code duplication
71e8107 Remove buffer usage allow HTTTP streaming upload on low memory systems
d386444 Replace panic() by return err to handle error better
1767c76 Use constants to define command flags
v0.1.6
Compare
Sorry, something went wrong.
No results found
Changelog
7a34651 Add IsUUID to validate backup-id input
09764c3 Bump to version 0.1.6
87f89a3 Improve error handling on list command
fcae3a1 Show replicating status for list command
v0.1.5
Compare
Sorry, something went wrong.
No results found
Changelog
e505d70 Bump to version 0.1.5
e7a85d6 Download latest object from Backup in the download command
e5c3662 Fix issue with BindPFlag when using the same flag
9f5d1d8 Fix issue with backup-id being written into config file
988e6dc Improve Backup data presentation on list command
588ffa1 Improve error handling for download command
fabfa5e Improve error handling on init command
efa9311 Update JSON struct for Backup items
d198bb6 Update error messages in init command