Updating a program (CLI)

It is possible to update details or files regarding a program using the command-line interface’s update-program subcommand.

For example, you can update program with identifier 123456 with a new first file, version and size, using the following command:

$ planetcasio update-program 123456 \
    --program-file1 path/to/file1.ext \
    --program-version 1.2.3 \
    --program-size "$(stat -c %s path/to/file1.ext)"

See planetcasio command-line reference and update-program for more information.