Kevin Hanselman
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...
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...
Group artifacts/stages by status (and hide up-to-date?)
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...
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...
Lots of people hate YAML. Dud should intelligently de/serialize from/to JSON when a Stage file ends with `.json`.
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.
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...