Implement `resume` such that for each cli build it stores a state file. The `resume` command will pick up and continue the build from this state file #450
This is the first task that needs to be done as part of #422. The goal is to implement a basic resume command.
For each build, a state file will be produced which will be stored in the workspace in which build-chain is running. The resume command will pick up this state file when ran from the same workspace
This is the first task that needs to be done as part of #422. The goal is to implement a basic
resume
command.For each build, a state file will be produced which will be stored in the workspace in which build-chain is running. The
resume
command will pick up this state file when ran from the same workspace