kitops icon indicating copy to clipboard operation
kitops copied to clipboard

Tools for easing the handoff between AI/ML and App/SRE teams.

Results 63 kitops issues
Sort by recently updated
recently updated
newest added

**Describe the problem you're trying to solve** We need to add more details to the use cases documentation based on user conversations and questions.

documentation

**Describe the problem you're trying to solve** The `pack` and `unpack` commands run through layers sequentially, one at a time. This means that if e.g. a modelkit has 3 layers,...

enhancement
hacktoberfest

**Describe the problem you're trying to solve** When a Kitfile does not match the spec (e.g. uses an object instead of a list for datasets), the message displayed is not...

enhancement

### Description Copy OCI container semantics and use `latest` for the default tag when it's missing from an image reference. Note: PR copied from https://github.com/jozu-ai/kitops/pull/58 to move head branch to...

kit CLI should be able to share the credentials with docker. If a user is authenticated with a registry using docker, they should be able to push to that registry...

enhancement
hacktoberfest

### Description Add completions for operations that work on local storage: * `kit push ` -- complete with ModelKits (registry/repository:tag) stored locally * `kit unpack ` -- same as above...

good first issue
ux
CLI

The commands & flags should be sorted by the most common usage. The order is currently alphabetical. **Tasks:** - Create a useful order - execute

good first issue
ux
CLI

By adding color and/or spaces and lines to the layout. Color is limited to: https://en.wikipedia.org/wiki/ANSI_escape_code

good first issue
ux
CLI

by adding color. e.g. error: red warning: yellow additional messages: grey Color code should match https://github.com/jozu-ai/kitops/issues/77 Color is limited to: https://en.wikipedia.org/wiki/ANSI_escape_code

good first issue
ux
CLI

**Describe the problem you're trying to solve** There's no way to remove a tag from a ModelKit if it only has one tag (you end up removing the ModelKit). **Describe...

enhancement
CLI