You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It will start from a fresh VM and create new checkpoints.
The --enable-checkpoint option find automatically the last changed step and use the right checkpoint accordingly. The --from-checkpoint option was made to override this behaviour when the user want to force a selected checkpoint.
It is indeed just an ergonomic problem. A command ought to be the most natural from a user's perspective, which I'm not completely convinced it is the case currently for checkpoints ;-)
At least some documentation must be added indeed.
Also the current usage message must be reworked to make the grammar of checkpoint related options more readable.
I want to enable checkpoints, but I don't want to reuse previous checkpoints.
This should run a fresh VM and keep checkpoints for a later use:
$ kameleon build --enable-checkpoint receipe.yaml
This only should reuse existing checkpoints:
$ kameleon build --enable-checkpoint --from-checkpoint=<...> receipe.yaml
For ref, the current output of the first command, with existing checkpoints:
The text was updated successfully, but these errors were encountered: