Skip to content

Latest commit

 

History

History
47 lines (31 loc) · 812 Bytes

update.md

File metadata and controls

47 lines (31 loc) · 812 Bytes

update

Overview

Update specified data.

Run dim update with name

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>

Example

# Run update by name
dim update example

Run dim install without name

Re-download all data contained in dim.json and update dim.json, dim-lock.json.

dim update [option]

Option

-A, --asyncInstall

optional
When downloading multiple files, the default download is a synchronous process.
-A to change to an asynchronous process.

Example

# Update all data recorded in dim.json
dim update

# Asynchronously update all data recorded in dim.json
dim update -A