redhat-developer / alizer

⛔️ DEPRECATED - Application analyzer toolkit, use https://github.com/devfile/alizer instead
Apache License 2.0
12 stars 17 forks source link

Add default port CLI parameter #249

Closed thepetk closed 1 year ago

thepetk commented 1 year ago

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 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.

thepetk commented 1 year ago

closing in favor of https://github.com/devfile/api/issues/1158