Currently, the CLI manually updates the cli-component/src/utils/components.js file when adding new components. Instead of this static approach, the CLI should dynamically fetch the latest components directly from the original repository.
Expected Behavior
Proposed Solution
This will ensure that users always have access to the latest components without requiring frequent updates to the CLI itself.