We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
gocmd --progress is not showing it's progress completely as it should since version 0.10.17. (They are transferred)
gocmd --progress
Seems like it happens with "first" level files that are not showing progress.
So a file in dir1/file1.txt
dir1/file1.txt
gocmd sync --progress dir1/file1.txt i:/zone/home/bart/ > no show and gocmd sync --progress dir1 i:/zone/home/bart/ > no show
gocmd sync --progress dir1/file1.txt i:/zone/home/bart/
gocmd sync --progress dir1 i:/zone/home/bart/
adding a dir and file: dir1/dir2/file2.txt
dir1/dir2/file2.txt
gocmd sync --progress dir1 i:/zone/home/bart/ > it will only show progress of file2.txt
file2.txt
irods_version - 4.3.3
{ "clientVersion": "v0.10.17", "gitCommit": "b73abdc46ef19ad489cdfac49ae0a481ef201a7a", "buildDate": "2025-03-06T23:02:21Z", "goVersion": "go1.24.1", "compiler": "gc", "platform": "linux/amd64" }
After downgrading it does show up again as expected
{ "clientVersion": "v0.10.16", "gitCommit": "e115417b2b7d4b72da1515b2c4699fdd596cd52e", "buildDate": "2025-02-28T19:07:31Z", "goVersion": "go1.24.0", "compiler": "gc", "platform": "linux/amd64" }
The text was updated successfully, but these errors were encountered:
No branches or pull requests
gocmd --progress
is not showing it's progress completely as it should since version 0.10.17.(They are transferred)
Seems like it happens with "first" level files that are not showing progress.
So a file in
dir1/file1.txt
gocmd sync --progress dir1/file1.txt i:/zone/home/bart/
> no showand
gocmd sync --progress dir1 i:/zone/home/bart/
> no showadding a dir and file:
dir1/dir2/file2.txt
gocmd sync --progress dir1 i:/zone/home/bart/
> it will only show progress offile2.txt
irods_version - 4.3.3
{
"clientVersion": "v0.10.17",
"gitCommit": "b73abdc46ef19ad489cdfac49ae0a481ef201a7a",
"buildDate": "2025-03-06T23:02:21Z",
"goVersion": "go1.24.1",
"compiler": "gc",
"platform": "linux/amd64"
}
After downgrading it does show up again as expected
{
"clientVersion": "v0.10.16",
"gitCommit": "e115417b2b7d4b72da1515b2c4699fdd596cd52e",
"buildDate": "2025-02-28T19:07:31Z",
"goVersion": "go1.24.0",
"compiler": "gc",
"platform": "linux/amd64"
}
The text was updated successfully, but these errors were encountered: