-
Notifications
You must be signed in to change notification settings - Fork 423
Move CLI into a staging repository #3697
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
On-behalf-of: @SAP [email protected] Signed-off-by: Marko Mudrinić <[email protected]>
On-behalf-of: @SAP [email protected] Signed-off-by: Marko Mudrinić <[email protected]>
|
/test pull-kcp-test-e2e-sharded |
1 similar comment
|
/test pull-kcp-test-e2e-sharded |
|
/approve |
|
LGTM label has been added. Git tree hash: 067deb29ac49c0c2d294093ffd4ca02e45aa2c04
|
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: xrstf The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
|
/hold |
Summary
This PR moves the CLI from
github.com/kcp-dev/kcp/cliintogithub.com/kcp-dev/cli. The sdk repository has been already initialized: https://github.com/kcp-dev/cliCLI is now a staged repository, similar to
apimachinery,client-go,code-generator, andsdk. The source code is maintained instaging/src/github.com/kcp-dev/cliin the main kcp repo.The reason for doing this is the same as for #3694.
This has been discussed in https://kubernetes.slack.com/archives/C09C7UP1VLM/p1761653814066419
What Type of PR Is This?
/kind api-change
(import path is changed)
/kind cleanup
Related Issue(s)
xref #3640 #3375
Release Notes
/assign @xrstf