aboutsummaryrefslogtreecommitdiff
path: root/yae.go
Commit message (Expand)AuthorAgeFilesLines
* feat: Add version to CLIFuwn2025-11-291-0/+3
* feat(yae): add optional schema fieldFuwn2024-10-251-1/+1
* feat(yae): dry-run flagFuwn2024-10-231-0/+4
* feat(yae): add file not found and init informationFuwn2024-10-141-1/+10
* feat(yae): add args usage to dropFuwn2024-10-131-4/+5
* refactor(commands): move flags to commands packageFuwn2024-10-131-59/+4
* refactor(yae): move commands and library to internal packageFuwn2024-10-131-125/+12
* refactor(yae): rename updated list flagsFuwn2024-10-121-6/+6
* refactor(yae): control logging through silent flagFuwn2024-10-121-3/+2
* feat(yae): extra log level flagsFuwn2024-10-121-0/+18
* feat(yae): hide internal tool logsFuwn2024-10-121-5/+1
* feat(yae): use charmbracelet/log for loggingFuwn2024-10-121-4/+3
* refactor(utilities): move shared utilities to separate fileFuwn2024-10-121-36/+0
* refactor(source): move source to separate fileFuwn2024-10-121-114/+4
* fix(yae): don't mark as updated on same sha256 when forcedFuwn2024-10-121-1/+4
* feat(yae): force add flagFuwn2024-10-111-0/+12
* feat(yae): allow statically forceable sourcesFuwn2024-10-111-1/+1
* feat(yae): remove remote tag restrictionFuwn2024-10-111-1/+1
* feat(yae): force pinned updates flagFuwn2024-10-111-5/+10
* feat(yae): force recalculate hash flagFuwn2024-10-111-4/+15
* feat(yae): only write when at least one source updatedFuwn2024-10-111-2/+4
* refactor(yae)!: change uri references to urlFuwn2024-10-111-12/+12
* feat(yae): prevent updates with pinningFuwn2024-10-111-0/+16
* feat(yae): tag predicate prefix trimmingFuwn2024-10-111-0/+12
* refactor(yae): simple tag predicate handlingFuwn2024-10-111-6/+2
* fix(yae): default tag predicate for release referencesFuwn2024-10-111-0/+4
* feat(yae): replace all template occurrencesFuwn2024-10-111-2/+2
* feat(yae): add listed output for updateFuwn2024-10-111-2/+20
* feat(yae): update list output modeFuwn2024-10-111-23/+60
* refactor(yae): remove unused update flagFuwn2024-10-111-6/+0
* feat(yae): git sources and remote git source updaterFuwn2024-10-111-41/+126
* feat(yae): unpack by defaultFuwn2024-10-111-0/+1
* feat(yae): add init sub-commandFuwn2024-10-111-0/+15
* refactor!: wiene -> yaeFuwn2024-10-111-0/+190