Releases: cyverse/gocommands
Releases · cyverse/gocommands
v0.7.17
- Rework conda recipe
- More error handling
- Handle empty string in authorized_key file while copying sftp id
- Upgrade YAML.v2 to YAML.v3
- Upgrade go-irodsclient
v0.7.16
- Save session to
~/.irods/irods_environment.json.<ppid>
even when reading config from environment
v0.7.14
- Fix a bug in GetBasename() function that returned wrong basename when the path had trailing
/
v0.7.13
- Disable replication for put
v0.7.12
- Dot not remove existing files before overwrite to save time
- Disable taking ticket param for commands other than get/put/ls/cat
- Add
no_root
flag to get/put/bput/sync to not create root dir
- Fix bput to include empty dirs in the source
- Add
delete
flag to delete extra files in dest dir
- Fix hash mismatch bug when using hash algorithms other than md5
- Rework dest path generation
v0.7.11
- Retuen error when target dir does not exist for put/bput/get
- Fix ticket create and mod bugs that do not work on iRODS v4.2.11
- More sophisticated error handling
- Print error messages
v0.7.10
- Disable auto-completion script generation command
- Fix basename bug that caused errors on Windows system
- Support various hash algorithm for data object checksum
- Rework sync command
- Add a flag
--no_bulk_reg
to disable bulk registration for bput
v0.7.9
- Fixed iRODS path manipulation bug on Windows system
- Added human-readable size parameter for
ls
command
v0.7.8
- Fixed an issue in
--retry=n
flag on Windows system