Closed
Description
Is your feature request related to a problem? Please describe.
The remote command configures access to Sylabs cloud services, alternative keyservers, and OCI registries. It is complex as there is overlap between these targets, a concept of priorities and global/exclusive keyservers etc. This is likely a good area for a comprehensive rework.
Describe the solution you'd like
Comprehensive review of the verbs and command structure. Does it make sense for OCI and Sylabs Cloud/Enterprise configs to be mixed, or does it lead to more confusion. Etc.
Describe alternatives you've considered
Documentation improvements may lessen confusion, allow this to be deferred.
- move keyserver-related operations from
remote
to newkeyserver
command #1893 - move OCI registry operations from
remote
to newregistry
command #1894 - automatically select argument to
remote add
as current remote #1895 - "content-centric" format of
remote list
output, instead of table #1896 - add indicator for the default remote in
keyserver list
output #1958 - fix listing of authenticated logins to cover both registries and keyservers #1959