Describe the bug
The jf release-bundle-search command does not support common parameters like --url, --user, --password like other JFrog CLI commands, or other JFrog release lifecycle management commands.
Current behavior
The following command:
jf rbs --url="https://some.site.com/" --user="<user>" --access-token="<token>" names
Will fail with error message:
[🚨Error] flag provided but not defined: -url
Also jf rbs -h does not show those common parameters.
Reproduction steps
Execute one of the following commands:
jf rbs --url="https://some.site.com/" --user="<user>" --access-token="<token>" names
jf rbs -h
Expected behavior
The jf release-bundle-search command should support Artifactory address and authentication like other commands.
JFrog CLI version
2.82.0
Operating system type and version
Windows 11 Enterprise 24H2
JFrog Artifactory version
Enterprise Plus 7.111.10 rev 81110900
JFrog Xray version
Unknown (cannot access)
Describe the bug
The
jf release-bundle-searchcommand does not support common parameters like--url,--user,--passwordlike other JFrog CLI commands, or other JFrog release lifecycle management commands.Current behavior
The following command:
Will fail with error message:
Also
jf rbs -hdoes not show those common parameters.Reproduction steps
Execute one of the following commands:
Expected behavior
The
jf release-bundle-searchcommand should support Artifactory address and authentication like other commands.JFrog CLI version
2.82.0
Operating system type and version
Windows 11 Enterprise 24H2
JFrog Artifactory version
Enterprise Plus 7.111.10 rev 81110900
JFrog Xray version
Unknown (cannot access)