Update specified data.
Search dim-lock.json
for data matching the name given in the argument.
If the above data is found, re-download the data and update dim.json
and dim-lock.json
.
dim update <name>
# Run update by name
dim update example
Re-download all data contained in dim.json
and update dim.json
, dim-lock.json
.
dim update [option]
optional
When downloading multiple files, the default download is a synchronous process.
-A
to change to an asynchronous process.
# Update all data recorded in dim.json
dim update
# Asynchronously update all data recorded in dim.json
dim update -A