Kevin Hanselman

Results 19 issues of Kevin Hanselman

``` user@bfda6b1564a9:~/repo$ dud init Dud project initialized. See .dud/config.yaml and .dud/rclone.conf to customize the project. user@bfda6b1564a9:~/repo$ mkdir -p bish/bash/bosh user@bfda6b1564a9:~/repo$ dud stage gen -o bish/ > bish.yaml user@bfda6b1564a9:~/repo$ dud stage...

bug

Usage: ``` dud diff ``` or ``` dud diff ``` If the cached artifacts are directory manifests, the directory artifacts are recursively loaded and a diff of the full structure...

enhancement

enhancement
good first issue

Group artifacts/stages by status (and hide up-to-date?)

enhancement
low priority

At the least, remote cache commands (e.g. fetch, push, pull) should support some sort of dry-run. Commit and checkout could also benefit from a dry-run flag, but are not as...

enhancement
good first issue

The main benefit is that directory artifacts could be created from directories whose contents should not be entirely tracked by Dud. Option 1: Support .dudignore files that work similarly to...

enhancement

Lots of people hate YAML. Dud should intelligently de/serialize from/to JSON when a Stage file ends with `.json`.

enhancement

It would be nice to have a function (and CLI command) to sweep through the Dud cache and verify the checksum of each object matches it's path in the cache.

enhancement
good first issue

When you've checked out hard copies of files (or when you have generated new files, e.g., as part of a stage run) `dud status` can be extremely slow, as it...

enhancement
good first issue