-
Notifications
You must be signed in to change notification settings - Fork 32
Open
Labels
bugSomething isn't workingSomething isn't working
Description
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)
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working