diff --git a/cardano-cli/test/cardano-cli-golden/files/golden/help.cli b/cardano-cli/test/cardano-cli-golden/files/golden/help.cli index 169448001a..68631ed42f 100644 --- a/cardano-cli/test/cardano-cli-golden/files/golden/help.cli +++ b/cardano-cli/test/cardano-cli-golden/files/golden/help.cli @@ -1994,6 +1994,7 @@ Usage: cardano-cli shelley transaction txid ( --tx-body-file FILEPATH | --tx-file FILEPATH ) + [--output-json | --output-text] Print a transaction identifier. @@ -3045,6 +3046,7 @@ Usage: cardano-cli allegra transaction txid ( --tx-body-file FILEPATH | --tx-file FILEPATH ) + [--output-json | --output-text] Print a transaction identifier. @@ -4086,6 +4088,7 @@ Usage: cardano-cli mary transaction txid ( --tx-body-file FILEPATH | --tx-file FILEPATH ) + [--output-json | --output-text] Print a transaction identifier. @@ -5142,6 +5145,7 @@ Usage: cardano-cli alonzo transaction txid ( --tx-body-file FILEPATH | --tx-file FILEPATH ) + [--output-json | --output-text] Print a transaction identifier. @@ -6498,6 +6502,7 @@ Usage: cardano-cli babbage transaction txid ( --tx-body-file FILEPATH | --tx-file FILEPATH ) + [--output-json | --output-text] Print a transaction identifier. @@ -8518,6 +8523,7 @@ Usage: cardano-cli conway transaction txid ( --tx-body-file FILEPATH | --tx-file FILEPATH ) + [--output-json | --output-text] Print a transaction identifier. @@ -10538,6 +10544,7 @@ Usage: cardano-cli latest transaction txid ( --tx-body-file FILEPATH | --tx-file FILEPATH ) + [--output-json | --output-text] Print a transaction identifier. diff --git a/cardano-cli/test/cardano-cli-golden/files/golden/help/allegra_transaction_txid.cli b/cardano-cli/test/cardano-cli-golden/files/golden/help/allegra_transaction_txid.cli index 23af8c06f2..3bec915363 100644 --- a/cardano-cli/test/cardano-cli-golden/files/golden/help/allegra_transaction_txid.cli +++ b/cardano-cli/test/cardano-cli-golden/files/golden/help/allegra_transaction_txid.cli @@ -2,10 +2,13 @@ Usage: cardano-cli allegra transaction txid ( --tx-body-file FILEPATH | --tx-file FILEPATH ) + [--output-json | --output-text] Print a transaction identifier. Available options: --tx-body-file FILEPATH Input filepath of the JSON TxBody. --tx-file FILEPATH Input filepath of the JSON Tx. + --output-json Format output to JSON. + --output-text Format output to TEXT (the default). -h,--help Show this help text diff --git a/cardano-cli/test/cardano-cli-golden/files/golden/help/alonzo_transaction_txid.cli b/cardano-cli/test/cardano-cli-golden/files/golden/help/alonzo_transaction_txid.cli index 6dab1ac293..30e0fff0de 100644 --- a/cardano-cli/test/cardano-cli-golden/files/golden/help/alonzo_transaction_txid.cli +++ b/cardano-cli/test/cardano-cli-golden/files/golden/help/alonzo_transaction_txid.cli @@ -2,10 +2,13 @@ Usage: cardano-cli alonzo transaction txid ( --tx-body-file FILEPATH | --tx-file FILEPATH ) + [--output-json | --output-text] Print a transaction identifier. Available options: --tx-body-file FILEPATH Input filepath of the JSON TxBody. --tx-file FILEPATH Input filepath of the JSON Tx. + --output-json Format output to JSON. + --output-text Format output to TEXT (the default). -h,--help Show this help text diff --git a/cardano-cli/test/cardano-cli-golden/files/golden/help/babbage_transaction_txid.cli b/cardano-cli/test/cardano-cli-golden/files/golden/help/babbage_transaction_txid.cli index 4e1440b275..f055a30620 100644 --- a/cardano-cli/test/cardano-cli-golden/files/golden/help/babbage_transaction_txid.cli +++ b/cardano-cli/test/cardano-cli-golden/files/golden/help/babbage_transaction_txid.cli @@ -2,10 +2,13 @@ Usage: cardano-cli babbage transaction txid ( --tx-body-file FILEPATH | --tx-file FILEPATH ) + [--output-json | --output-text] Print a transaction identifier. Available options: --tx-body-file FILEPATH Input filepath of the JSON TxBody. --tx-file FILEPATH Input filepath of the JSON Tx. + --output-json Format output to JSON. + --output-text Format output to TEXT (the default). -h,--help Show this help text diff --git a/cardano-cli/test/cardano-cli-golden/files/golden/help/conway_transaction_txid.cli b/cardano-cli/test/cardano-cli-golden/files/golden/help/conway_transaction_txid.cli index a4247b45b0..2874a5f644 100644 --- a/cardano-cli/test/cardano-cli-golden/files/golden/help/conway_transaction_txid.cli +++ b/cardano-cli/test/cardano-cli-golden/files/golden/help/conway_transaction_txid.cli @@ -2,10 +2,13 @@ Usage: cardano-cli conway transaction txid ( --tx-body-file FILEPATH | --tx-file FILEPATH ) + [--output-json | --output-text] Print a transaction identifier. Available options: --tx-body-file FILEPATH Input filepath of the JSON TxBody. --tx-file FILEPATH Input filepath of the JSON Tx. + --output-json Format output to JSON. + --output-text Format output to TEXT (the default). -h,--help Show this help text diff --git a/cardano-cli/test/cardano-cli-golden/files/golden/help/latest_transaction_txid.cli b/cardano-cli/test/cardano-cli-golden/files/golden/help/latest_transaction_txid.cli index 7ed80315d8..51490dbe4e 100644 --- a/cardano-cli/test/cardano-cli-golden/files/golden/help/latest_transaction_txid.cli +++ b/cardano-cli/test/cardano-cli-golden/files/golden/help/latest_transaction_txid.cli @@ -2,10 +2,13 @@ Usage: cardano-cli latest transaction txid ( --tx-body-file FILEPATH | --tx-file FILEPATH ) + [--output-json | --output-text] Print a transaction identifier. Available options: --tx-body-file FILEPATH Input filepath of the JSON TxBody. --tx-file FILEPATH Input filepath of the JSON Tx. + --output-json Format output to JSON. + --output-text Format output to TEXT (the default). -h,--help Show this help text diff --git a/cardano-cli/test/cardano-cli-golden/files/golden/help/mary_transaction_txid.cli b/cardano-cli/test/cardano-cli-golden/files/golden/help/mary_transaction_txid.cli index 70ec68a271..3a16def626 100644 --- a/cardano-cli/test/cardano-cli-golden/files/golden/help/mary_transaction_txid.cli +++ b/cardano-cli/test/cardano-cli-golden/files/golden/help/mary_transaction_txid.cli @@ -2,10 +2,13 @@ Usage: cardano-cli mary transaction txid ( --tx-body-file FILEPATH | --tx-file FILEPATH ) + [--output-json | --output-text] Print a transaction identifier. Available options: --tx-body-file FILEPATH Input filepath of the JSON TxBody. --tx-file FILEPATH Input filepath of the JSON Tx. + --output-json Format output to JSON. + --output-text Format output to TEXT (the default). -h,--help Show this help text diff --git a/cardano-cli/test/cardano-cli-golden/files/golden/help/shelley_transaction_txid.cli b/cardano-cli/test/cardano-cli-golden/files/golden/help/shelley_transaction_txid.cli index 78e17f7991..33d6b0609f 100644 --- a/cardano-cli/test/cardano-cli-golden/files/golden/help/shelley_transaction_txid.cli +++ b/cardano-cli/test/cardano-cli-golden/files/golden/help/shelley_transaction_txid.cli @@ -2,10 +2,13 @@ Usage: cardano-cli shelley transaction txid ( --tx-body-file FILEPATH | --tx-file FILEPATH ) + [--output-json | --output-text] Print a transaction identifier. Available options: --tx-body-file FILEPATH Input filepath of the JSON TxBody. --tx-file FILEPATH Input filepath of the JSON Tx. + --output-json Format output to JSON. + --output-text Format output to TEXT (the default). -h,--help Show this help text