This issue is part of the #245 EPIC and focuses on making the default_port feature configurable.
That said, we can create a new CLI param with proposed name --no-default-ports for component command. If this option is passed we should not include default ports into Alizer's response.
Another addition should be to include the same logic into the library, so users of the library can benefit from this option. Also an update to the documentation is necessary.
Which area/kind this issue is related to?
/area cli /area library /area documentation
Issue Description
This issue is part of the #245 EPIC and focuses on making the
default_port
feature configurable.That said, we can create a new CLI param with proposed name
--no-default-ports
forcomponent
command. If this option is passed we should not include default ports into Alizer's response.Another addition should be to include the same logic into the library, so users of the library can benefit from this option. Also an update to the documentation is necessary.