juxt

jonpither 2017-08-30T15:33:25.000159Z

@steveb8n Hi Steve - did you make any prog?

eval2020 2017-08-30T19:26:13.000367Z

is there already something like dry-run in mach? This to see what will happen for a specific target. e.g for https://github.com/juxt/mach/blob/03bd0b2c30dcf70f6779734cffdbd63c74112cf6/examples/app/Machfile.edn#L12

$ mach classes:dry-run
target-dir "target"
classes-dir "target/classes"
classes

dominicm 2017-08-30T20:28:45.000417Z

I want to say yes, but I can't remember what it was

dominicm 2017-08-30T20:30:02.000346Z

mach classes:depends?

dominicm 2017-08-30T20:31:17.000150Z

~/src/github.com/juxt/mach/examples/app master*
❯ mach classes:depends                                                   
(classes classes-dir target-dir)

eval2020 2017-08-30T21:16:28.000314Z

thanks!