You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Adds a version cmd to configtxgen.
Version info is added to the binary using both
- make configtxgen
- make release[-all]
Change-Id: Ifc881edc7dc4f0802d67403fb06eaec732ef355a
Signed-off-by: Nao Nishijima <[email protected]>
flag.StringVar(&outputAnchorPeersUpdate, "outputAnchorPeersUpdate", "", "Creates an config update to update an anchor peer (works only with the default channel creation, and only for the first update)")
338
342
flag.StringVar(&asOrg, "asOrg", "", "Performs the config generation as a particular organization, only including values in the write set that org (likely) has privilege to set")
339
343
344
+
version:=flag.Bool("version", false, "Show version information")
0 commit comments