<!-- Thank you for your contribution. Before you submit the issue: 1. Search open and closed issues for duplicates. 2. Read the contributing guidelines. 3. Fill in each section with as much detail as possible to ensure a clear understanding of the request. --> **Description** - Implement the `kyma alpha module add` command only for the core modules (managed by KLM). - Design the solution in accordance with the new CLI architecture guideline described here: https://github.com/kyma-project/cli/blob/main/docs/contributor/ADR/004-modules-package-architecture.md - Keep the interface aligned with the proposed API: https://github.com/kyma-project/cli/blob/main/docs/contributor/ADR/003-module-user-interface.md <!-- Provide a detailed description of the feature you are proposing. Explain WHAT the feature is, HOW it should work, and any relevant details. Try to answer the following questions: - What problem does this feature solve? - How should the feature behave? - Are there any specific functionalities it must include? - Are there any known constraints? --> **Acceptance Criteria** - The new `add` command should work the same as the old one (for the core modules). From the user perspective the behavior shouldn't change.
Description
kyma alpha module addcommand only for the core modules (managed by KLM).Acceptance Criteria
addcommand should work the same as the old one (for the core modules). From the user perspective the behavior shouldn't change.