gardener / landscapercli

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Implement command "component get parameters" to retrieve parameters of a component

In-Ko opened this issue · comments

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

  • All Features implemented
  • Code has been reviewed by other team members
  • Unit Tests created for new code
  • Integration Test Suite updated (if applicable)
  • Internal technical Documentation updated
  • Enduser Documentation updated (if applicable)
  • Successful demonstration in Review