Open
Description
As a developer, I want to update easily my chaincode on my local instance of Firefly.
I can do the first deploy as intended, but obviousely later deploys must have a greater sequence number.
I understand that ff deploy is more intenteded for CI, but it would be a great feature for easier testing.
I have two suggestions:
- add a --sequence/-s parameter or an additional optional arg to ff deploy to specify the sequence number
- or automate the thing and make the sequence number auto-incremented (I've done this in bash by counting the commited chaincodes)
Thanks a lot
Metadata
Metadata
Assignees
Labels
No labels