-
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-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
Labels
bugSomething isn't workingSomething isn't working