hyperledger-firefly / hyperledger-firefly/cli
Documentation for "--release" option to init is incorrect
Open
- Dominant language
- Go
- Stars
- 66
- Forks
- 64
- PR merge metrics
- No merged PRs in 30d
Description
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`.
Contributor guide
Assessment
This issue has not been assessed yet.