@@ -544,6 +544,7 @@ Usage: cardano-cli legacy genesis
544544 | create-cardano
545545 | create
546546 | create-staked
547+ | hash
547548 )
548549
549550 Genesis block commands
@@ -664,6 +665,12 @@ Usage: cardano-cli legacy genesis create-staked
664665 Create a staked Shelley genesis file from a genesis template and
665666 genesis/delegation/spending keys.
666667
668+ Usage: cardano-cli legacy genesis hash --genesis FILEPATH
669+
670+ DEPRECATION WARNING! This command is deprecated and will be removed in a
671+ future release. Please use hash genesis-file instead. Compute the hash of a
672+ genesis file.
673+
667674Usage: cardano-cli byron
668675 ( key
669676 | transaction
@@ -1090,6 +1097,7 @@ Usage: cardano-cli shelley genesis
10901097 | create
10911098 | create-staked
10921099 | create-testnet-data
1100+ | hash
10931101 )
10941102
10951103 Genesis block commands.
@@ -1211,6 +1219,12 @@ Usage: cardano-cli shelley genesis create-testnet-data [--spec-shelley FILEPATH]
12111219
12121220 Create data to use for starting a testnet.
12131221
1222+ Usage: cardano-cli shelley genesis hash --genesis FILEPATH
1223+
1224+ DEPRECATION WARNING! This command is deprecated and will be removed in a
1225+ future release. Please use hash genesis-file instead. Compute the hash of a
1226+ genesis file.
1227+
12141228Usage: cardano-cli shelley governance
12151229 ( create-mir-certificate
12161230 | create-genesis-key-delegation-certificate
@@ -2158,6 +2172,7 @@ Usage: cardano-cli allegra genesis
21582172 | create
21592173 | create-staked
21602174 | create-testnet-data
2175+ | hash
21612176 )
21622177
21632178 Genesis block commands.
@@ -2279,6 +2294,12 @@ Usage: cardano-cli allegra genesis create-testnet-data [--spec-shelley FILEPATH]
22792294
22802295 Create data to use for starting a testnet.
22812296
2297+ Usage: cardano-cli allegra genesis hash --genesis FILEPATH
2298+
2299+ DEPRECATION WARNING! This command is deprecated and will be removed in a
2300+ future release. Please use hash genesis-file instead. Compute the hash of a
2301+ genesis file.
2302+
22822303Usage: cardano-cli allegra governance
22832304 ( create-mir-certificate
22842305 | create-genesis-key-delegation-certificate
@@ -3226,6 +3247,7 @@ Usage: cardano-cli mary genesis
32263247 | create
32273248 | create-staked
32283249 | create-testnet-data
3250+ | hash
32293251 )
32303252
32313253 Genesis block commands.
@@ -3345,6 +3367,12 @@ Usage: cardano-cli mary genesis create-testnet-data [--spec-shelley FILEPATH]
33453367
33463368 Create data to use for starting a testnet.
33473369
3370+ Usage: cardano-cli mary genesis hash --genesis FILEPATH
3371+
3372+ DEPRECATION WARNING! This command is deprecated and will be removed in a
3373+ future release. Please use hash genesis-file instead. Compute the hash of a
3374+ genesis file.
3375+
33483376Usage: cardano-cli mary governance
33493377 ( create-mir-certificate
33503378 | create-genesis-key-delegation-certificate
@@ -4284,6 +4312,7 @@ Usage: cardano-cli alonzo genesis
42844312 | create
42854313 | create-staked
42864314 | create-testnet-data
4315+ | hash
42874316 )
42884317
42894318 Genesis block commands.
@@ -4403,6 +4432,12 @@ Usage: cardano-cli alonzo genesis create-testnet-data [--spec-shelley FILEPATH]
44034432
44044433 Create data to use for starting a testnet.
44054434
4435+ Usage: cardano-cli alonzo genesis hash --genesis FILEPATH
4436+
4437+ DEPRECATION WARNING! This command is deprecated and will be removed in a
4438+ future release. Please use hash genesis-file instead. Compute the hash of a
4439+ genesis file.
4440+
44064441Usage: cardano-cli alonzo governance
44074442 ( create-mir-certificate
44084443 | create-genesis-key-delegation-certificate
@@ -5357,6 +5392,7 @@ Usage: cardano-cli babbage genesis
53575392 | create
53585393 | create-staked
53595394 | create-testnet-data
5395+ | hash
53605396 )
53615397
53625398 Genesis block commands.
@@ -5478,6 +5514,12 @@ Usage: cardano-cli babbage genesis create-testnet-data [--spec-shelley FILEPATH]
54785514
54795515 Create data to use for starting a testnet.
54805516
5517+ Usage: cardano-cli babbage genesis hash --genesis FILEPATH
5518+
5519+ DEPRECATION WARNING! This command is deprecated and will be removed in a
5520+ future release. Please use hash genesis-file instead. Compute the hash of a
5521+ genesis file.
5522+
54815523Usage: cardano-cli babbage governance
54825524 ( create-mir-certificate
54835525 | create-genesis-key-delegation-certificate
@@ -6710,6 +6752,7 @@ Usage: cardano-cli conway genesis
67106752 | create
67116753 | create-staked
67126754 | create-testnet-data
6755+ | hash
67136756 )
67146757
67156758 Genesis block commands.
@@ -6829,6 +6872,12 @@ Usage: cardano-cli conway genesis create-testnet-data [--spec-shelley FILEPATH]
68296872
68306873 Create data to use for starting a testnet.
68316874
6875+ Usage: cardano-cli conway genesis hash --genesis FILEPATH
6876+
6877+ DEPRECATION WARNING! This command is deprecated and will be removed in a
6878+ future release. Please use hash genesis-file instead. Compute the hash of a
6879+ genesis file.
6880+
68326881Usage: cardano-cli conway governance (action | committee | drep | vote)
68336882
68346883 Governance commands.
@@ -8705,6 +8754,7 @@ Usage: cardano-cli latest genesis
87058754 | create
87068755 | create-staked
87078756 | create-testnet-data
8757+ | hash
87088758 )
87098759
87108760 Genesis block commands.
@@ -8824,6 +8874,12 @@ Usage: cardano-cli latest genesis create-testnet-data [--spec-shelley FILEPATH]
88248874
88258875 Create data to use for starting a testnet.
88268876
8877+ Usage: cardano-cli latest genesis hash --genesis FILEPATH
8878+
8879+ DEPRECATION WARNING! This command is deprecated and will be removed in a
8880+ future release. Please use hash genesis-file instead. Compute the hash of a
8881+ genesis file.
8882+
88278883Usage: cardano-cli latest governance (action | committee | drep | vote)
88288884
88298885 Governance commands.
0 commit comments