How to start a run with flags and the operation from a previous run but with the latest source code

Hi,

I am aware of guild run --proto HASH, and it seems reuse the flags, operation, and source code of the HASH. I wonder how to reuse flags and operation of a run but use the latest source code instead. It would be useful
when tweaking the source code iteratively.

Thanks!

Use the --force-sourcecode option to use the working source code rather than the run source code.

Thanks for the quick reply!

I am so embarrassed that I didn’t read the help messages carefully…it’s right below the --proto!

1 Like