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
The output of channel list is confusing... It looks like YAML file but it's not. It looks like a channel definition but it's not.
$ prospero channel list
Server /Users/jmesnil/Developer/wildfly/dist/target/wildfly-34.0.0.Beta1-SNAPSHOT/. is subscribed to following channels:
-------
# wildfly
manifest: org.wildfly.channels:wildfly:34.0.0.Beta1-SNAPSHOT
repositories:
id: jboss-public-repository-group
url: https://repository.jboss.org/nexus/content/groups/public/
id: central
url: https://repo.maven.apache.org/maven2
id: jboss-ga-repository
url: https://maven.repository.redhat.com/ga/
-------
# wildfly actually correspond to the name of the channel.
manifest is a different representation of the manifest coordinates (Maven GAV or URL)
repositories kind of represents array items
I'm not sure to understand why this command does not output the actual content of the .installation/installer_channels.yaml:
Maybe we could provide a short and long output for channel list.
The short list would display the name of the channel as well as the manifest GAV or URL (which are the most important information) while the long list would dump .installation/installer_channels.yaml (which would be a valid YAML file corresponding to channel definitions).
@jmesnil thanks, that's a good idea. If I remember right I was trying to make the output smaller, but it makes sense to add option to print whole definition as well
The output of
channel list
is confusing... It looks like YAML file but it's not. It looks like a channel definition but it's not.# wildfly
actually correspond to thename
of the channel.manifest
is a different representation of the manifest coordinates (Maven GAV or URL)repositories
kind of represents array itemsI'm not sure to understand why this command does not output the actual content of the
.installation/installer_channels.yaml
:Maybe we could provide a short and long output for
channel list
.The short list would display the name of the channel as well as the manifest GAV or URL (which are the most important information) while the long list would dump
.installation/installer_channels.yaml
(which would be a valid YAML file corresponding to channel definitions).Something like:
@spyrkob WDYT?
The text was updated successfully, but these errors were encountered: