You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It looks like the design now is for config-manager to have proper subcommands, rather than subcommands masquerading as flags. For example, dnf config-manager --add-repo is now dnf config-manager addrepo. However, there isn't a subcommand for the old --set-enabled or --set-disabled flags. I did find a workaround using the setopt subcommand.
The CI on one of my projects got upgraded to dnf5, which broke it because dnf config-manager --set-enabled=$repo no longer works.
For reference, here's a github search for that invocation - excluding forks there's almost 5000 references to it on Github.
I don't think it makes sense for all of them to rewrite.
(Moved from rpm-software-management/dnf-plugins-core#565 dnf-plugins-core issue)
The text was updated successfully, but these errors were encountered: