-
Notifications
You must be signed in to change notification settings - Fork 342
fix(kubevela): split vela-cli into its own subpackage #53358
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Signed-off-by: Arthur Exaltação <[email protected]>
Signed-off-by: Arthur Exaltação <[email protected]>
Signed-off-by: Arthur Exaltação <[email protected]>
Signed-off-by: Arthur Exaltação <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Let's figure out how to refactor the subpackage/package dependencies to ensure apk add kubevela
gets the CLI version
Signed-off-by: Arthur Exaltação <[email protected]>
Split the package into |
Signed-off-by: Arthur Exaltação <[email protected]>
Co-authored-by: Jamon Camisso <[email protected]> Signed-off-by: Tulip Blossom <[email protected]>
That way we dont need to have the entire vela-cli when installing the kubevela operator (vela-core).
Saves about 40MB when you just want the operator
I'm not how to approach this tho, should it be an entirely separate package or just a subpackage here?