@@ -667,7 +667,9 @@ Usage: cardano-cli legacy genesis create-staked
667667
668668Usage: cardano-cli legacy genesis hash --genesis FILEPATH
669669
670- Compute the hash of a genesis file
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.
671673
672674Usage: cardano-cli byron
673675 ( key
@@ -1195,7 +1197,9 @@ Usage: cardano-cli shelley genesis create-staked [--key-output-format STRING]
11951197
11961198Usage: cardano-cli shelley genesis hash --genesis FILEPATH
11971199
1198- Compute the hash of a genesis file
1200+ DEPRECATION WARNING! This command is deprecated and will be removed in a
1201+ future release. Please use hash genesis-file instead. Compute the hash of a
1202+ genesis file.
11991203
12001204Usage: cardano-cli shelley governance
12011205 ( create-mir-certificate
@@ -2244,7 +2248,9 @@ Usage: cardano-cli allegra genesis create-staked [--key-output-format STRING]
22442248
22452249Usage: cardano-cli allegra genesis hash --genesis FILEPATH
22462250
2247- Compute the hash of a genesis file
2251+ DEPRECATION WARNING! This command is deprecated and will be removed in a
2252+ future release. Please use hash genesis-file instead. Compute the hash of a
2253+ genesis file.
22482254
22492255Usage: cardano-cli allegra governance
22502256 ( create-mir-certificate
@@ -3291,7 +3297,9 @@ Usage: cardano-cli mary genesis create-staked [--key-output-format STRING]
32913297
32923298Usage: cardano-cli mary genesis hash --genesis FILEPATH
32933299
3294- Compute the hash of a genesis file
3300+ DEPRECATION WARNING! This command is deprecated and will be removed in a
3301+ future release. Please use hash genesis-file instead. Compute the hash of a
3302+ genesis file.
32953303
32963304Usage: cardano-cli mary governance
32973305 ( create-mir-certificate
@@ -4330,7 +4338,9 @@ Usage: cardano-cli alonzo genesis create-staked [--key-output-format STRING]
43304338
43314339Usage: cardano-cli alonzo genesis hash --genesis FILEPATH
43324340
4333- Compute the hash of a genesis file
4341+ DEPRECATION WARNING! This command is deprecated and will be removed in a
4342+ future release. Please use hash genesis-file instead. Compute the hash of a
4343+ genesis file.
43344344
43354345Usage: cardano-cli alonzo governance
43364346 ( create-mir-certificate
@@ -5406,7 +5416,9 @@ Usage: cardano-cli babbage genesis create-testnet-data [--spec-shelley FILEPATH]
54065416
54075417Usage: cardano-cli babbage genesis hash --genesis FILEPATH
54085418
5409- Compute the hash of a genesis file
5419+ DEPRECATION WARNING! This command is deprecated and will be removed in a
5420+ future release. Please use hash genesis-file instead. Compute the hash of a
5421+ genesis file.
54105422
54115423Usage: cardano-cli babbage governance
54125424 ( create-mir-certificate
@@ -6762,7 +6774,9 @@ Usage: cardano-cli conway genesis create-testnet-data [--spec-shelley FILEPATH]
67626774
67636775Usage: cardano-cli conway genesis hash --genesis FILEPATH
67646776
6765- Compute the hash of a genesis file
6777+ DEPRECATION WARNING! This command is deprecated and will be removed in a
6778+ future release. Please use hash genesis-file instead. Compute the hash of a
6779+ genesis file.
67666780
67676781Usage: cardano-cli conway governance (action | committee | drep | vote)
67686782
@@ -8780,7 +8794,9 @@ Usage: cardano-cli latest genesis create-testnet-data [--spec-shelley FILEPATH]
87808794
87818795Usage: cardano-cli latest genesis hash --genesis FILEPATH
87828796
8783- Compute the hash of a genesis file
8797+ DEPRECATION WARNING! This command is deprecated and will be removed in a
8798+ future release. Please use hash genesis-file instead. Compute the hash of a
8799+ genesis file.
87848800
87858801Usage: cardano-cli latest governance (action | committee | drep | vote)
87868802
@@ -10525,7 +10541,7 @@ Usage: cardano-cli latest transaction txid
1052510541
1052610542 Print a transaction identifier.
1052710543
10528- Usage: cardano-cli hash (anchor-data | script)
10544+ Usage: cardano-cli hash (anchor-data | script | genesis-file )
1052910545
1053010546 Compute the hash to pass to the various --*-hash arguments of commands.
1053110547
@@ -10545,6 +10561,10 @@ Usage: cardano-cli hash script --script-file FILEPATH [--out-file FILEPATH]
1054510561
1054610562 Compute the hash of a script (to then pass it to other commands).
1054710563
10564+ Usage: cardano-cli hash genesis-file --genesis FILEPATH
10565+
10566+ Compute the hash of a genesis file.
10567+
1054810568Usage: cardano-cli ping [-c|--count COUNT]
1054910569 ((-h|--host HOST) | (-u|--unixsock SOCKET))
1055010570 [-p|--port PORT]
0 commit comments