Skip to content
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

Add --remote flag to kit remove #327

Merged
merged 2 commits into from
May 29, 2024
Merged

Conversation

amisevsk
Copy link
Contributor

Description

Add --remote flag to kit remove, to allow removing modelkits from remote repositories (where supported). If the operation is unsupported, kit logs

Removing models is unsupported by registry <registry>

Linked issues

Closes #326

Add flag --remote to allow removing modelkits from remote registries
(where supported).
@amisevsk amisevsk requested a review from gorkem May 28, 2024 17:09
pkg/cmd/remove/remove.go Outdated Show resolved Hide resolved
Since Go complains when an error's message starts with a capital letter,
capitalize logging in the output package even if the logged string
doesn't start with a capital
@amisevsk amisevsk merged commit 56b82eb into jozu-ai:main May 29, 2024
3 checks passed
@amisevsk amisevsk deleted the remove-remote branch May 29, 2024 14:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

remove command should be able to remove remote repos
2 participants