Implement command "component get parameters" to retrieve parameters of a component #38
Labels
component/landscaper
Landscape Installer
effort/2w
Effort for issue is around 2 weeks
kind/task
General task
lifecycle/rotten
Nobody worked on this for 12 months (final aging stage)
Milestone
Description
Especially for the "Landscape Admin" Persona, who needs to deploy a component and therefore has to provide certain import parameters in order to make the installation work, we need to provide an easy way to figure out the overall "interface" of a component.
So a new command like
component get parameters
should be implemented, taking a component as input and returning a human-readable list of mandatory import parameters of all blueprints (for each blueprint a separated section), which need to be passed to the blueprints contained in the component during deployment. It is crucial that the needed datatype is also shown for each import parameter (as good as possible, even if we only start with STRING and INT, so no structured datatypes, it would be of value for Landscape Admins).Done Criteria
The text was updated successfully, but these errors were encountered: