icx-asset
A command line tool to manage an asset storage canister.
Synchronize a directory to an asset canister.
Usage: icx-asset sync <directory>
Example: ```
$ icx-asset sync src/
```
List assets in the asset canister.
Usage: icx-asset upload [<key>=]<file> [[<key>=]<file> ...]
Examples:
```
$ icx-asset upload a.txt
$ icx-asset upload /b.txt=a.txt
$ icx-asset upload some-dir
$ icx-asset upload /=src/
```