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
When user enters prospero feature add --fpl <FEATURE:PACK> --layers <TAB>, prospero should list layers available in that feature pack. Similarly for --model parameter.
Requirements:
detect and list available layers and models in a feature pack user selected using --fpl argument
see FeaturesAddActiongetAllLayers to check how to analyze the feature pack
add an completionCandidates on the layers and modules fields
When user enters
prospero feature add --fpl <FEATURE:PACK> --layers <TAB>
, prospero should list layers available in that feature pack. Similarly for--model
parameter.Requirements:
--fpl
argumentFeaturesAddActiongetAllLayers
to check how to analyze the feature packcompletionCandidates
on the layers and modules fieldsTest/reproduce setup:
prospero install --fpl wildfly --manifest examples/wildfly-29.0.0.Final-manifest.yaml --dir wildfly
follow https://www.wildfly.org/news/2023/11/27/prospero-add-feature-pack/#creating-feature-pack-channel
prospero fp add --fpl org.wildfly:wildfly-datasources-galleon-pack --layers
The text was updated successfully, but these errors were encountered: