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 177880d979..32cbf2cd40 100644 --- a/cardano-cli/test/cardano-cli-golden/files/golden/help.cli +++ b/cardano-cli/test/cardano-cli-golden/files/golden/help.cli @@ -10727,13 +10727,9 @@ Usage: cardano-cli legacy transaction txid Print a transaction identifier. -Usage: cardano-cli legacy transaction view [--output-json | --output-yaml] - [--out-file FILE] - ( --tx-body-file FILE - | --tx-file FILE - ) +Usage: cardano-cli legacy transaction view - Print a transaction. + This command has been removed. Please use "debug transaction view" instead. Usage: cardano-cli legacy key ( verification-key @@ -11988,11 +11984,9 @@ Usage: cardano-cli transaction txid (--tx-body-file FILE | --tx-file FILE) Print a transaction identifier. -Usage: cardano-cli transaction view [--output-json | --output-yaml] - [--out-file FILE] - (--tx-body-file FILE | --tx-file FILE) +Usage: cardano-cli transaction view - Print a transaction. + This command has been removed. Please use "debug transaction view" instead. Usage: cardano-cli key ( verification-key diff --git a/cardano-cli/test/cardano-cli-golden/files/golden/help/legacy_transaction.cli b/cardano-cli/test/cardano-cli-golden/files/golden/help/legacy_transaction.cli index b14d2fc707..f85ee539f1 100644 --- a/cardano-cli/test/cardano-cli-golden/files/golden/help/legacy_transaction.cli +++ b/cardano-cli/test/cardano-cli-golden/files/golden/help/legacy_transaction.cli @@ -40,4 +40,5 @@ Available commands: output. hash-script-data Calculate the hash of script data. txid Print a transaction identifier. - view Print a transaction. + view This command has been removed. Please use "debug + transaction view" instead. diff --git a/cardano-cli/test/cardano-cli-golden/files/golden/help/legacy_transaction_view.cli b/cardano-cli/test/cardano-cli-golden/files/golden/help/legacy_transaction_view.cli index baaf1fcc69..e69de29bb2 100644 --- a/cardano-cli/test/cardano-cli-golden/files/golden/help/legacy_transaction_view.cli +++ b/cardano-cli/test/cardano-cli-golden/files/golden/help/legacy_transaction_view.cli @@ -1,16 +0,0 @@ -Usage: cardano-cli legacy transaction view [--output-json | --output-yaml] - [--out-file FILE] - ( --tx-body-file FILE - | --tx-file FILE - ) - - Print a transaction. - -Available options: - --output-json Format transaction view output to JSON. - --output-yaml Format transaction view output to YAML. Defaults to - JSON if unspecified. - --out-file FILE Optional output file. Default is to write to stdout. - --tx-body-file FILE Input filepath of the JSON TxBody. - --tx-file FILE Input filepath of the JSON Tx. - -h,--help Show this help text diff --git a/cardano-cli/test/cardano-cli-golden/files/golden/help/transaction.cli b/cardano-cli/test/cardano-cli-golden/files/golden/help/transaction.cli index e4764fc013..96e8c293a1 100644 --- a/cardano-cli/test/cardano-cli-golden/files/golden/help/transaction.cli +++ b/cardano-cli/test/cardano-cli-golden/files/golden/help/transaction.cli @@ -40,4 +40,5 @@ Available commands: output. hash-script-data Calculate the hash of script data. txid Print a transaction identifier. - view Print a transaction. + view This command has been removed. Please use "debug + transaction view" instead. diff --git a/cardano-cli/test/cardano-cli-golden/files/golden/help/transaction_view.cli b/cardano-cli/test/cardano-cli-golden/files/golden/help/transaction_view.cli index 2d70809c85..e69de29bb2 100644 --- a/cardano-cli/test/cardano-cli-golden/files/golden/help/transaction_view.cli +++ b/cardano-cli/test/cardano-cli-golden/files/golden/help/transaction_view.cli @@ -1,14 +0,0 @@ -Usage: cardano-cli transaction view [--output-json | --output-yaml] - [--out-file FILE] - (--tx-body-file FILE | --tx-file FILE) - - Print a transaction. - -Available options: - --output-json Format transaction view output to JSON. - --output-yaml Format transaction view output to YAML. Defaults to - JSON if unspecified. - --out-file FILE Optional output file. Default is to write to stdout. - --tx-body-file FILE Input filepath of the JSON TxBody. - --tx-file FILE Input filepath of the JSON Tx. - -h,--help Show this help text