I wouldn't be surprised if @bnomei updated https://github.com/bnomei/kirby3-janitor to work with the cli commands. It should be very easy to create general janitor job for these jobs.
i think one could simple call Kirby\CLI\CLI::command('uuid:populate', $args) within a janitor job
Originally posted by @iskrisis in https://github.com/getkirby/cli/issues/15#issuecomment-1270154434
i think one could simple call
Kirby\CLI\CLI::command('uuid:populate', $args)
within a janitor job