I have a local repo I created: test_generic
I'm trying to upload a local folder and I'm seeing this output:
jfrog rt upload 'local-folder' 'test_generic/local-folder' --archive=zip --flat
20:02:18 [Debug] JFrog CLI version: 2.45.0
20:02:18 [Debug] OS/Arch: linux/amd64
20:02:18 [Debug] Usage Report: Sending info...
20:02:18 [Debug] Saving build general details at: /tmp/jfrog/builds/b14a20bb9a7bb0b05fa940376fbc111e653308ec8b6234122b1b43719aa4d243/partials
20:02:18 [Debug] Sending HTTP GET request to: https://me.jfrog.io/artifactory/api/system/version
20:02:18 [Debug] Uploaded 0 artifacts.
20:02:18 [Debug] Creating temp build file at: /tmp/jfrog/builds/b14a20bb9a7bb0b05fa940376fbc111e653308ec8b6234122b1b43719aa4d243/partials
20:02:19 [Debug] Artifactory response: 200
20:02:19 [Debug] JFrog Artifactory version is: 7.65.3
20:02:19 [Debug] Sending HTTP POST request to: https://me.jfrog.io/artifactory/api/system/usage
20:02:20 [Debug] Usage Report: Usage info sent successfully. Artifactory response: 200
{
"status": "success",
"totals": {
"success": 0,
"failure": 0
}
}
But I'm seeing Uploaded 0 artifacts
.
This is infuriating. Even with debug turned on I'm provided with useless output.
How do I see what it's trying to do and why it did not upload artifacts?
Is it a problem with the folder? Is it a problem with the artifact path? Literally any feedback from the cli would be better than what I'm getting.
Edit
Just want to make it clear I'm interested in understanding the verbosity/logging options I have available in the cli- not troubleshooting this specific problem.
Thus far I have found only export JFROG_CLI_LOG_LEVEL=debug
which returns the output shown above which is not helpful or very verbose.
Just to add the jf rt build-discard
command has this problem too. It tells me Builds discarded.
, but no builds have been discarded. Again the command completes with no error and even with debug on I have no idea what it even tried to do.