Skip to content

jf release-bundle-delete-local command does not support "--dry-run" #301

@gpwen

Description

@gpwen

Describe the bug

The jf release-bundle-delete-local command does not support --dry-run like all other release lifecycle management commands.

Current behavior

The following commands:

jf rbdell --url="https://some.site.com/" --user="<user>" --access-token="<token>" --dry-run name version

Will fail with error message:

[🚨Error] flag provided but not defined: -dry-run

Also jf rbdell -h does not show that option.

Reproduction steps

Execute one of the following commands:

jf rbdell --url="https://some.site.com/" --user="<user>" --access-token="<token>" --dry-run name version
jf rbdell -h

Expected behavior

Support --dry-run like other release lifecycle management commands. When enabled, only simulates the operation.

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