Releases: cyverse/gocommands
Releases · cyverse/gocommands
v0.4.4
- Fix file path bug in Windows system when running get/put subcommands.
- Add
--log_level
argument
v0.4.3
- Add
no_replication
command-line argument to disable replication after file upload.
v0.4.2
- Add PAM authentication support
- Add configuration examples
v0.4.1
- Use client server negotiation policy as described in iCommands Env file
- Quick fail if username is invalid (containing special chars not allowed)
- Add
cat
subcommand
- Support PAM authentication via iCommands Env
v0.4.0
- Add an environment param
IRODS_ENVIRONMENT_FILE
to locate irods environment file
- Add
copy-sftp-id
subcommand to setup sftp keys
- Rework icommands environment support
- Add
env
subcommand to display current irods environment
v0.3.0
- Fix a bug in
bput
that causes file descriptor depletion in iRODS server
- Add
temp_dir_path
flag for bput
to change a temp dir
- Add github action to build release binary
- Add
passwd
subcommand to change user password
v0.2.11
- Create portable version
- Upgrade
go-irodsclient
- Update README
v0.2.10
- Add
ps
subcommand.
- Upgrade
go-irodsclient
.
v0.2.9
- Reduce max file number in a bundle from 100 to 50 to avoid operation timeout
- Reduce max bundle file size to 1GB to avoid operation timeout
- Increase operation time out from 5min to 10min
- Add
svrinfo
subcommand that displays server version info
- fix null-pointer error
v0.2.8
- Create root directory in TAR bundle files