dfinity / sdk

IC SDK: a Software Development Kit for creating and managing canister smart contracts on the ICP blockchain.
https://internetcomputer.org/developers
Apache License 2.0
170 stars 82 forks source link

feat(icx-asset): add `--no-delete` option to `sync` command #3768

Closed olaszakos closed 3 months ago

olaszakos commented 3 months ago

Description

Adds --no-delete option to support the use case where the asset canister should keep all old assets.

How Has This Been Tested?

I added a new e2e test to e2e/tests-icx-asset/icx-asset.bash

Checklist: