Overview

Runs commands from a file previously created by running any other command with the --store-config switch. That is, it is possible to store a command's input parameters and replay them later on using the from-config command.

From the point of view of the command that is being executed, there is no difference whether it is run directly or using the from-config mechanism.

The procedure is as follows:

  • First, run any command and append --store-config to it. This will create a file with a command to run in the next step.
  • Next, run zato from-config /path/to/the/file

Usage example

$ zato from-config ./my.config
OK
$