I have a bunch of disabled repositories because they have not yet released a https://custompackager.example.org/opensuse/16.0/repodata/
since 16.0 is beta. Is there a way I can TEMPORARILY, using zypper, enable ALL repositories (command line switch) to do azypper ref
instead of having to manually track which ones I enabled to do a ref, watch it fail, and manually turn them off one by one again.
zypper ref -f --temp-enable-all-repos-including-disabled-repos
[edit: or set something in zypp.conf or whatever to override disabled flags for each repo. so change it one conf entry, check all, then change it back in one conf entry for all]