diplomat update_ui_state

Summary

Update diplomat state files (‘.dipui’ extension) from older versions of diplomat (all versions before 0.4.0) to the latest version of the format.

Usage

diplomat update_ui_state [-h] --inputs
                                [FILE, ...]|FILE [--outputs NONE|[FILE, ...]|FILE]
                                [--force]

Options

-h, --help            show this help message and exit
--inputs [FILE, ...]|FILE, -i [FILE, ...]|FILE
                      A single path or list of paths to dipui files to
                      update.
--outputs NONE|[FILE, ...]|FILE, -o NONE|[FILE, ...]|FILE
                      An optional single path or list of paths, the
                      locations to write updated files to. If not specified,
                      each updated file will be placed at same location as
                      its input file with a '.dipui' extension. If the old
                      file has an extension of '.dipui' already, '_updated'
                      is added to the filename.
--force, -f           If enabled diplomat won't ask if before overwriting an
                      output file it already exists...