about summary refs log tree commit diff
path: root/cmd/flakeinfo/main.go (follow)
Commit message (Collapse)AuthorAgeFilesLines
* display flake information in a more readable formatFranck Cuny2024-02-191-7/+15
|
* add build information to `flake-info`Franck Cuny2024-01-221-1/+23
|
* build all the binaries using a MakefileFranck Cuny2024-01-221-0/+43
Add a Makefile to build the local binaries. Rename all the commands without a dash. We can build the commands with `make all` or by being explicit, for example `make bin/x509-info`. Add a common package to keep track of build information (commit and build date) so we can reuse the same pattern across all the commands.