Michael Bridgen

Results 87 issues of Michael Bridgen

(and remove Helm binaries) This PR is so we have a record of how to build a runc v1.0.0-RC10 image.

- Vote on this issue by adding a 👍 reaction - If you want to implement this feature, comment to let us know (we'll work with you on design, scheduling,...

kind/enhancement
area/automation-api

# Description This makes `GitRepo.Branch` work for any of the following kinds of value (assuming a default branch of "main" at the upstream repo): - `main` - `not-main` - `refs/heads/main`...

It's not clear to me that I cover all detectable cases of the TCP connection dropping.

enhancement

The two channel APIs have a few methods for which proper polymorphism would be convenient, e.g., for missing out the options argument in favour of the callback. Dispatching on the...

enhancement

- [x] forcing the output format for jk generate This adds a flag `jk generate --format`, which will force the output to either YAML or JSON. If printing to stdout,...

- input directory will always default to the current directory - use symbols for `stdin` and `stdout`, not empty strings - no more silently ignoring overwrites

There are probably other considerations, but right now I am finding this an annoying default.

deprecation

``` $ jk generate /tmp/foo.js absolute import path "/tmp/foo.js" not allowed in "@jkcfg/std/cmd/" ```

kind/bug
topic/cli