Skip to content

jf release-bundle-search command does not support common parameters #300

@gpwen

Description

@gpwen

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

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions