firefly-cli
firefly-cli copied to clipboard
Documentation for "--release" option to init is incorrect
When running ff help init
, you see:
-r, --release string Select the FireFly release version to use. Options are: [stable head alpha beta rc] (default "latest")
This is incorrect - this field does not take channel options like stable head alpha beta rc
. It takes a specific Docker tag name, but it does default to latest
.
@awrichar Am assuming this specific docker tags are the same tags on the github repo?https://github.com/hyperledger/firefly/tags