hyperledger / firefly-cli

FireFly Command Line Interface (CLI)
Apache License 2.0
57 stars 52 forks source link

Add `--force` flag to upgrade. Fix `deploy fabric` command. #300

Closed nguyer closed 5 months ago

nguyer commented 6 months ago

This PR adds a --force flag to the upgrade command to allow upgrades between unsupported versions. This is useful to me in migration testing when I know how to "hack" around the reasons that the upgrade may have been unsupported.

This PR also fixes a few issues with deploying custom chaincode to Fabric networks.

Resolves https://github.com/hyperledger/firefly-cli/issues/297