From 530f92959b4cc33826f47e07c5ad198f3669f20a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cl=C3=A9ment=20Hurlin?= Date: Fri, 29 Nov 2024 18:22:48 +0100 Subject: [PATCH] Adapt golden files --- .../cardano-cli-golden/files/golden/help.cli | 142 +++++++++--------- .../help/allegra_query_ref-script-size.cli | 4 +- .../help/allegra_query_stake-address-info.cli | 4 +- .../files/golden/help/allegra_query_utxo.cli | 10 +- .../help/alonzo_query_ref-script-size.cli | 4 +- .../help/alonzo_query_stake-address-info.cli | 4 +- .../files/golden/help/alonzo_query_utxo.cli | 10 +- .../help/babbage_query_ref-script-size.cli | 4 +- .../help/babbage_query_stake-address-info.cli | 4 +- .../files/golden/help/babbage_query_utxo.cli | 10 +- .../help/conway_query_committee-state.cli | 14 +- .../golden/help/conway_query_constitution.cli | 2 +- .../conway_query_drep-stake-distribution.cli | 14 +- .../golden/help/conway_query_drep-state.cli | 10 +- .../golden/help/conway_query_gov-state.cli | 2 +- .../help/conway_query_kes-period-info.cli | 4 +- .../help/conway_query_leadership-schedule.cli | 12 +- .../golden/help/conway_query_pool-params.cli | 8 +- .../golden/help/conway_query_pool-state.cli | 8 +- .../help/conway_query_ref-script-size.cli | 4 +- .../conway_query_spo-stake-distribution.cli | 14 +- .../help/conway_query_stake-address-info.cli | 4 +- .../help/conway_query_stake-snapshot.cli | 12 +- .../golden/help/conway_query_treasury.cli | 2 +- .../files/golden/help/conway_query_utxo.cli | 12 +- .../help/latest_query_committee-state.cli | 14 +- .../golden/help/latest_query_constitution.cli | 2 +- .../latest_query_drep-stake-distribution.cli | 14 +- .../golden/help/latest_query_drep-state.cli | 10 +- .../golden/help/latest_query_gov-state.cli | 2 +- .../help/latest_query_kes-period-info.cli | 4 +- .../help/latest_query_leadership-schedule.cli | 12 +- .../golden/help/latest_query_pool-params.cli | 8 +- .../golden/help/latest_query_pool-state.cli | 8 +- .../help/latest_query_ref-script-size.cli | 4 +- .../latest_query_spo-stake-distribution.cli | 14 +- .../help/latest_query_stake-address-info.cli | 4 +- .../help/latest_query_stake-snapshot.cli | 12 +- .../golden/help/latest_query_treasury.cli | 2 +- .../files/golden/help/latest_query_utxo.cli | 12 +- .../help/mary_query_ref-script-size.cli | 4 +- .../help/mary_query_stake-address-info.cli | 4 +- .../files/golden/help/mary_query_utxo.cli | 10 +- .../golden/help/query_kes-period-info.cli | 4 +- .../golden/help/query_leadership-schedule.cli | 12 +- .../files/golden/help/query_pool-params.cli | 8 +- .../files/golden/help/query_pool-state.cli | 8 +- .../golden/help/query_stake-address-info.cli | 4 +- .../golden/help/query_stake-snapshot.cli | 8 +- .../files/golden/help/query_utxo.cli | 12 +- .../help/shelley_query_ref-script-size.cli | 4 +- .../help/shelley_query_stake-address-info.cli | 4 +- .../files/golden/help/shelley_query_utxo.cli | 10 +- 53 files changed, 266 insertions(+), 266 deletions(-) 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 14e47f6556..0c477abe61 100644 --- a/cardano-cli/test/cardano-cli-golden/files/golden/help.cli +++ b/cardano-cli/test/cardano-cli-golden/files/golden/help.cli @@ -265,23 +265,23 @@ Usage: cardano-cli query stake-distribution --socket-path SOCKET_PATH Usage: cardano-cli query stake-address-info --socket-path SOCKET_PATH [--cardano-mode [--epoch-slots SLOTS]] - --address ADDRESS ( --mainnet | --testnet-magic NATURAL ) [--volatile-tip | --immutable-tip] + --address ADDRESS [--out-file FILEPATH] Get the current delegations and reward accounts filtered by stake address. Usage: cardano-cli query utxo --socket-path SOCKET_PATH [--cardano-mode [--epoch-slots SLOTS]] + (--mainnet | --testnet-magic NATURAL) + [--volatile-tip | --immutable-tip] ( --whole-utxo | (--address ADDRESS) | (--tx-in TX-IN) ) - (--mainnet | --testnet-magic NATURAL) - [--volatile-tip | --immutable-tip] [--output-json | --output-text] [--out-file FILEPATH] @@ -308,10 +308,10 @@ Usage: cardano-cli query protocol-state --socket-path SOCKET_PATH Usage: cardano-cli query stake-snapshot --socket-path SOCKET_PATH [--cardano-mode [--epoch-slots SLOTS]] (--mainnet | --testnet-magic NATURAL) + [--volatile-tip | --immutable-tip] ( --all-stake-pools | (--stake-pool-id STAKE_POOL_ID) ) - [--volatile-tip | --immutable-tip] [--out-file FILEPATH] Obtain the three stake snapshots for a pool, plus the total active stake @@ -320,10 +320,10 @@ Usage: cardano-cli query stake-snapshot --socket-path SOCKET_PATH Usage: cardano-cli query pool-params --socket-path SOCKET_PATH [--cardano-mode [--epoch-slots SLOTS]] (--mainnet | --testnet-magic NATURAL) + [--volatile-tip | --immutable-tip] ( --all-stake-pools | (--stake-pool-id STAKE_POOL_ID) ) - [--volatile-tip | --immutable-tip] [--out-file FILEPATH] DEPRECATED. Use query pool-state instead. Dump the pool parameters @@ -336,6 +336,9 @@ Usage: cardano-cli query leadership-schedule --socket-path SOCKET_PATH ( --mainnet | --testnet-magic NATURAL ) + [ --volatile-tip + | --immutable-tip + ] --genesis FILEPATH ( --stake-pool-verification-key STRING | --cold-verification-key-file FILEPATH @@ -343,9 +346,6 @@ Usage: cardano-cli query leadership-schedule --socket-path SOCKET_PATH ) --vrf-signing-key-file FILEPATH (--current | --next) - [ --volatile-tip - | --immutable-tip - ] [--output-json | --output-text] [--out-file FILEPATH] @@ -355,8 +355,8 @@ Usage: cardano-cli query kes-period-info --socket-path SOCKET_PATH [--cardano-mode [--epoch-slots SLOTS]] (--mainnet | --testnet-magic NATURAL) - --op-cert-file FILEPATH [--volatile-tip | --immutable-tip] + --op-cert-file FILEPATH [--out-file FILEPATH] Get information about the current KES period and your node's operational @@ -365,10 +365,10 @@ Usage: cardano-cli query kes-period-info --socket-path SOCKET_PATH Usage: cardano-cli query pool-state --socket-path SOCKET_PATH [--cardano-mode [--epoch-slots SLOTS]] (--mainnet | --testnet-magic NATURAL) + [--volatile-tip | --immutable-tip] ( --all-stake-pools | (--stake-pool-id STAKE_POOL_ID) ) - [--volatile-tip | --immutable-tip] [--out-file FILEPATH] Dump the pool state @@ -1437,21 +1437,21 @@ Usage: cardano-cli shelley query stake-distribution --socket-path SOCKET_PATH Usage: cardano-cli shelley query stake-address-info --socket-path SOCKET_PATH [--cardano-mode [--epoch-slots SLOTS]] - --address ADDRESS ( --mainnet | --testnet-magic NATURAL ) + --address ADDRESS [--out-file FILEPATH] Get the current delegations and reward accounts filtered by stake address. Usage: cardano-cli shelley query utxo --socket-path SOCKET_PATH [--cardano-mode [--epoch-slots SLOTS]] + (--mainnet | --testnet-magic NATURAL) ( --whole-utxo | (--address ADDRESS) | (--tx-in TX-IN) ) - (--mainnet | --testnet-magic NATURAL) [--output-json | --output-text] [--out-file FILEPATH] @@ -1589,10 +1589,10 @@ Usage: cardano-cli shelley query slot-number --socket-path SOCKET_PATH Usage: cardano-cli shelley query ref-script-size --socket-path SOCKET_PATH [--cardano-mode [--epoch-slots SLOTS]] - (--tx-in TX-IN) ( --mainnet | --testnet-magic NATURAL ) + (--tx-in TX-IN) [ --output-json | --output-text ] @@ -2510,21 +2510,21 @@ Usage: cardano-cli allegra query stake-distribution --socket-path SOCKET_PATH Usage: cardano-cli allegra query stake-address-info --socket-path SOCKET_PATH [--cardano-mode [--epoch-slots SLOTS]] - --address ADDRESS ( --mainnet | --testnet-magic NATURAL ) + --address ADDRESS [--out-file FILEPATH] Get the current delegations and reward accounts filtered by stake address. Usage: cardano-cli allegra query utxo --socket-path SOCKET_PATH [--cardano-mode [--epoch-slots SLOTS]] + (--mainnet | --testnet-magic NATURAL) ( --whole-utxo | (--address ADDRESS) | (--tx-in TX-IN) ) - (--mainnet | --testnet-magic NATURAL) [--output-json | --output-text] [--out-file FILEPATH] @@ -2662,10 +2662,10 @@ Usage: cardano-cli allegra query slot-number --socket-path SOCKET_PATH Usage: cardano-cli allegra query ref-script-size --socket-path SOCKET_PATH [--cardano-mode [--epoch-slots SLOTS]] - (--tx-in TX-IN) ( --mainnet | --testnet-magic NATURAL ) + (--tx-in TX-IN) [ --output-json | --output-text ] @@ -3581,21 +3581,21 @@ Usage: cardano-cli mary query stake-distribution --socket-path SOCKET_PATH Usage: cardano-cli mary query stake-address-info --socket-path SOCKET_PATH [--cardano-mode [--epoch-slots SLOTS]] - --address ADDRESS ( --mainnet | --testnet-magic NATURAL ) + --address ADDRESS [--out-file FILEPATH] Get the current delegations and reward accounts filtered by stake address. Usage: cardano-cli mary query utxo --socket-path SOCKET_PATH [--cardano-mode [--epoch-slots SLOTS]] + (--mainnet | --testnet-magic NATURAL) ( --whole-utxo | (--address ADDRESS) | (--tx-in TX-IN) ) - (--mainnet | --testnet-magic NATURAL) [--output-json | --output-text] [--out-file FILEPATH] @@ -3729,10 +3729,10 @@ Usage: cardano-cli mary query slot-number --socket-path SOCKET_PATH Usage: cardano-cli mary query ref-script-size --socket-path SOCKET_PATH [--cardano-mode [--epoch-slots SLOTS]] - (--tx-in TX-IN) ( --mainnet | --testnet-magic NATURAL ) + (--tx-in TX-IN) [--output-json | --output-text] [--out-file FILEPATH] @@ -4651,21 +4651,21 @@ Usage: cardano-cli alonzo query stake-distribution --socket-path SOCKET_PATH Usage: cardano-cli alonzo query stake-address-info --socket-path SOCKET_PATH [--cardano-mode [--epoch-slots SLOTS]] - --address ADDRESS ( --mainnet | --testnet-magic NATURAL ) + --address ADDRESS [--out-file FILEPATH] Get the current delegations and reward accounts filtered by stake address. Usage: cardano-cli alonzo query utxo --socket-path SOCKET_PATH [--cardano-mode [--epoch-slots SLOTS]] + (--mainnet | --testnet-magic NATURAL) ( --whole-utxo | (--address ADDRESS) | (--tx-in TX-IN) ) - (--mainnet | --testnet-magic NATURAL) [--output-json | --output-text] [--out-file FILEPATH] @@ -4803,10 +4803,10 @@ Usage: cardano-cli alonzo query slot-number --socket-path SOCKET_PATH Usage: cardano-cli alonzo query ref-script-size --socket-path SOCKET_PATH [--cardano-mode [--epoch-slots SLOTS]] - (--tx-in TX-IN) ( --mainnet | --testnet-magic NATURAL ) + (--tx-in TX-IN) [ --output-json | --output-text ] @@ -5750,21 +5750,21 @@ Usage: cardano-cli babbage query stake-distribution --socket-path SOCKET_PATH Usage: cardano-cli babbage query stake-address-info --socket-path SOCKET_PATH [--cardano-mode [--epoch-slots SLOTS]] - --address ADDRESS ( --mainnet | --testnet-magic NATURAL ) + --address ADDRESS [--out-file FILEPATH] Get the current delegations and reward accounts filtered by stake address. Usage: cardano-cli babbage query utxo --socket-path SOCKET_PATH [--cardano-mode [--epoch-slots SLOTS]] + (--mainnet | --testnet-magic NATURAL) ( --whole-utxo | (--address ADDRESS) | (--tx-in TX-IN) ) - (--mainnet | --testnet-magic NATURAL) [--output-json | --output-text] [--out-file FILEPATH] @@ -5902,10 +5902,10 @@ Usage: cardano-cli babbage query slot-number --socket-path SOCKET_PATH Usage: cardano-cli babbage query ref-script-size --socket-path SOCKET_PATH [--cardano-mode [--epoch-slots SLOTS]] - (--tx-in TX-IN) ( --mainnet | --testnet-magic NATURAL ) + (--tx-in TX-IN) [ --output-json | --output-text ] @@ -7397,25 +7397,25 @@ Usage: cardano-cli conway query stake-distribution --socket-path SOCKET_PATH Usage: cardano-cli conway query stake-address-info --socket-path SOCKET_PATH [--cardano-mode [--epoch-slots SLOTS]] - --address ADDRESS ( --mainnet | --testnet-magic NATURAL ) [ --volatile-tip | --immutable-tip ] + --address ADDRESS [--out-file FILEPATH] Get the current delegations and reward accounts filtered by stake address. Usage: cardano-cli conway query utxo --socket-path SOCKET_PATH [--cardano-mode [--epoch-slots SLOTS]] + (--mainnet | --testnet-magic NATURAL) + [--volatile-tip | --immutable-tip] ( --whole-utxo | (--address ADDRESS) | (--tx-in TX-IN) ) - (--mainnet | --testnet-magic NATURAL) - [--volatile-tip | --immutable-tip] [--output-json | --output-text] [--out-file FILEPATH] @@ -7455,12 +7455,12 @@ Usage: cardano-cli conway query stake-snapshot --socket-path SOCKET_PATH ( --mainnet | --testnet-magic NATURAL ) - ( --all-stake-pools - | (--stake-pool-id STAKE_POOL_ID) - ) [ --volatile-tip | --immutable-tip ] + ( --all-stake-pools + | (--stake-pool-id STAKE_POOL_ID) + ) [--out-file FILEPATH] Obtain the three stake snapshots for a pool, plus the total active stake @@ -7472,10 +7472,10 @@ Usage: cardano-cli conway query pool-params --socket-path SOCKET_PATH ( --mainnet | --testnet-magic NATURAL ) + [--volatile-tip | --immutable-tip] ( --all-stake-pools | (--stake-pool-id STAKE_POOL_ID) ) - [--volatile-tip | --immutable-tip] [--out-file FILEPATH] DEPRECATED. Use query pool-state instead. Dump the pool parameters @@ -7488,6 +7488,9 @@ Usage: cardano-cli conway query leadership-schedule --socket-path SOCKET_PATH ( --mainnet | --testnet-magic NATURAL ) + [ --volatile-tip + | --immutable-tip + ] --genesis FILEPATH ( --stake-pool-verification-key STRING | --cold-verification-key-file FILEPATH @@ -7495,9 +7498,6 @@ Usage: cardano-cli conway query leadership-schedule --socket-path SOCKET_PATH ) --vrf-signing-key-file FILEPATH (--current | --next) - [ --volatile-tip - | --immutable-tip - ] [ --output-json | --output-text ] @@ -7511,10 +7511,10 @@ Usage: cardano-cli conway query kes-period-info --socket-path SOCKET_PATH ( --mainnet | --testnet-magic NATURAL ) - --op-cert-file FILEPATH [ --volatile-tip | --immutable-tip ] + --op-cert-file FILEPATH [--out-file FILEPATH] Get information about the current KES period and your node's operational @@ -7526,10 +7526,10 @@ Usage: cardano-cli conway query pool-state --socket-path SOCKET_PATH ( --mainnet | --testnet-magic NATURAL ) + [--volatile-tip | --immutable-tip] ( --all-stake-pools | (--stake-pool-id STAKE_POOL_ID) ) - [--volatile-tip | --immutable-tip] [--out-file FILEPATH] Dump the pool state @@ -7571,13 +7571,13 @@ Usage: cardano-cli conway query slot-number --socket-path SOCKET_PATH Usage: cardano-cli conway query ref-script-size --socket-path SOCKET_PATH [--cardano-mode [--epoch-slots SLOTS]] - (--tx-in TX-IN) ( --mainnet | --testnet-magic NATURAL ) [ --volatile-tip | --immutable-tip ] + (--tx-in TX-IN) [ --output-json | --output-text ] @@ -7616,6 +7616,7 @@ Usage: cardano-cli conway query drep-state --socket-path SOCKET_PATH ( --mainnet | --testnet-magic NATURAL ) + [--volatile-tip | --immutable-tip] ( --all-dreps | ( --drep-script-hash HASH @@ -7625,7 +7626,6 @@ Usage: cardano-cli conway query drep-state --socket-path SOCKET_PATH ) ) [--include-stake] - [--volatile-tip | --immutable-tip] [--out-file FILEPATH] Get the DRep state. @@ -7637,6 +7637,9 @@ Usage: cardano-cli conway query drep-stake-distribution ( --mainnet | --testnet-magic NATURAL ) + [ --volatile-tip + | --immutable-tip + ] ( --all-dreps | ( --drep-script-hash HASH @@ -7645,9 +7648,6 @@ Usage: cardano-cli conway query drep-stake-distribution | --drep-key-hash HASH ) ) - [ --volatile-tip - | --immutable-tip - ] [--out-file FILEPATH] Get the DRep stake distribution. @@ -7658,6 +7658,9 @@ Usage: cardano-cli conway query spo-stake-distribution --socket-path SOCKET_PATH ( --mainnet | --testnet-magic NATURAL ) + [ --volatile-tip + | --immutable-tip + ] ( --all-spos | ( --spo-verification-key STRING @@ -7665,9 +7668,6 @@ Usage: cardano-cli conway query spo-stake-distribution --socket-path SOCKET_PATH | --spo-key-hash HASH ) ) - [ --volatile-tip - | --immutable-tip - ] [--out-file FILEPATH] Get the SPO stake distribution. @@ -7678,6 +7678,9 @@ Usage: cardano-cli conway query committee-state --socket-path SOCKET_PATH ( --mainnet | --testnet-magic NATURAL ) + [ --volatile-tip + | --immutable-tip + ] [ --cold-verification-key STRING | --cold-verification-key-file FILEPATH | --cold-verification-key-hash STRING @@ -7692,9 +7695,6 @@ Usage: cardano-cli conway query committee-state --socket-path SOCKET_PATH | --expired | --unrecognized ] - [ --volatile-tip - | --immutable-tip - ] [--out-file FILEPATH] Get the committee state @@ -9397,25 +9397,25 @@ Usage: cardano-cli latest query stake-distribution --socket-path SOCKET_PATH Usage: cardano-cli latest query stake-address-info --socket-path SOCKET_PATH [--cardano-mode [--epoch-slots SLOTS]] - --address ADDRESS ( --mainnet | --testnet-magic NATURAL ) [ --volatile-tip | --immutable-tip ] + --address ADDRESS [--out-file FILEPATH] Get the current delegations and reward accounts filtered by stake address. Usage: cardano-cli latest query utxo --socket-path SOCKET_PATH [--cardano-mode [--epoch-slots SLOTS]] + (--mainnet | --testnet-magic NATURAL) + [--volatile-tip | --immutable-tip] ( --whole-utxo | (--address ADDRESS) | (--tx-in TX-IN) ) - (--mainnet | --testnet-magic NATURAL) - [--volatile-tip | --immutable-tip] [--output-json | --output-text] [--out-file FILEPATH] @@ -9455,12 +9455,12 @@ Usage: cardano-cli latest query stake-snapshot --socket-path SOCKET_PATH ( --mainnet | --testnet-magic NATURAL ) - ( --all-stake-pools - | (--stake-pool-id STAKE_POOL_ID) - ) [ --volatile-tip | --immutable-tip ] + ( --all-stake-pools + | (--stake-pool-id STAKE_POOL_ID) + ) [--out-file FILEPATH] Obtain the three stake snapshots for a pool, plus the total active stake @@ -9472,10 +9472,10 @@ Usage: cardano-cli latest query pool-params --socket-path SOCKET_PATH ( --mainnet | --testnet-magic NATURAL ) + [--volatile-tip | --immutable-tip] ( --all-stake-pools | (--stake-pool-id STAKE_POOL_ID) ) - [--volatile-tip | --immutable-tip] [--out-file FILEPATH] DEPRECATED. Use query pool-state instead. Dump the pool parameters @@ -9488,6 +9488,9 @@ Usage: cardano-cli latest query leadership-schedule --socket-path SOCKET_PATH ( --mainnet | --testnet-magic NATURAL ) + [ --volatile-tip + | --immutable-tip + ] --genesis FILEPATH ( --stake-pool-verification-key STRING | --cold-verification-key-file FILEPATH @@ -9495,9 +9498,6 @@ Usage: cardano-cli latest query leadership-schedule --socket-path SOCKET_PATH ) --vrf-signing-key-file FILEPATH (--current | --next) - [ --volatile-tip - | --immutable-tip - ] [ --output-json | --output-text ] @@ -9511,10 +9511,10 @@ Usage: cardano-cli latest query kes-period-info --socket-path SOCKET_PATH ( --mainnet | --testnet-magic NATURAL ) - --op-cert-file FILEPATH [ --volatile-tip | --immutable-tip ] + --op-cert-file FILEPATH [--out-file FILEPATH] Get information about the current KES period and your node's operational @@ -9526,10 +9526,10 @@ Usage: cardano-cli latest query pool-state --socket-path SOCKET_PATH ( --mainnet | --testnet-magic NATURAL ) + [--volatile-tip | --immutable-tip] ( --all-stake-pools | (--stake-pool-id STAKE_POOL_ID) ) - [--volatile-tip | --immutable-tip] [--out-file FILEPATH] Dump the pool state @@ -9571,13 +9571,13 @@ Usage: cardano-cli latest query slot-number --socket-path SOCKET_PATH Usage: cardano-cli latest query ref-script-size --socket-path SOCKET_PATH [--cardano-mode [--epoch-slots SLOTS]] - (--tx-in TX-IN) ( --mainnet | --testnet-magic NATURAL ) [ --volatile-tip | --immutable-tip ] + (--tx-in TX-IN) [ --output-json | --output-text ] @@ -9616,6 +9616,7 @@ Usage: cardano-cli latest query drep-state --socket-path SOCKET_PATH ( --mainnet | --testnet-magic NATURAL ) + [--volatile-tip | --immutable-tip] ( --all-dreps | ( --drep-script-hash HASH @@ -9625,7 +9626,6 @@ Usage: cardano-cli latest query drep-state --socket-path SOCKET_PATH ) ) [--include-stake] - [--volatile-tip | --immutable-tip] [--out-file FILEPATH] Get the DRep state. @@ -9637,6 +9637,9 @@ Usage: cardano-cli latest query drep-stake-distribution ( --mainnet | --testnet-magic NATURAL ) + [ --volatile-tip + | --immutable-tip + ] ( --all-dreps | ( --drep-script-hash HASH @@ -9645,9 +9648,6 @@ Usage: cardano-cli latest query drep-stake-distribution | --drep-key-hash HASH ) ) - [ --volatile-tip - | --immutable-tip - ] [--out-file FILEPATH] Get the DRep stake distribution. @@ -9658,6 +9658,9 @@ Usage: cardano-cli latest query spo-stake-distribution --socket-path SOCKET_PATH ( --mainnet | --testnet-magic NATURAL ) + [ --volatile-tip + | --immutable-tip + ] ( --all-spos | ( --spo-verification-key STRING @@ -9665,9 +9668,6 @@ Usage: cardano-cli latest query spo-stake-distribution --socket-path SOCKET_PATH | --spo-key-hash HASH ) ) - [ --volatile-tip - | --immutable-tip - ] [--out-file FILEPATH] Get the SPO stake distribution. @@ -9678,6 +9678,9 @@ Usage: cardano-cli latest query committee-state --socket-path SOCKET_PATH ( --mainnet | --testnet-magic NATURAL ) + [ --volatile-tip + | --immutable-tip + ] [ --cold-verification-key STRING | --cold-verification-key-file FILEPATH | --cold-verification-key-hash STRING @@ -9692,9 +9695,6 @@ Usage: cardano-cli latest query committee-state --socket-path SOCKET_PATH | --expired | --unrecognized ] - [ --volatile-tip - | --immutable-tip - ] [--out-file FILEPATH] Get the committee state diff --git a/cardano-cli/test/cardano-cli-golden/files/golden/help/allegra_query_ref-script-size.cli b/cardano-cli/test/cardano-cli-golden/files/golden/help/allegra_query_ref-script-size.cli index 15ec4cd1a5..cb205054ce 100644 --- a/cardano-cli/test/cardano-cli-golden/files/golden/help/allegra_query_ref-script-size.cli +++ b/cardano-cli/test/cardano-cli-golden/files/golden/help/allegra_query_ref-script-size.cli @@ -1,10 +1,10 @@ Usage: cardano-cli allegra query ref-script-size --socket-path SOCKET_PATH [--cardano-mode [--epoch-slots SLOTS]] - (--tx-in TX-IN) ( --mainnet | --testnet-magic NATURAL ) + (--tx-in TX-IN) [ --output-json | --output-text ] @@ -23,11 +23,11 @@ Available options: (default). --epoch-slots SLOTS The number of slots per epoch for the Byron era. (default: 21600) - --tx-in TX-IN Transaction input (TxId#TxIx). --mainnet Use the mainnet magic id. This overrides the CARDANO_NODE_NETWORK_ID environment variable --testnet-magic NATURAL Specify a testnet magic id. This overrides the CARDANO_NODE_NETWORK_ID environment variable + --tx-in TX-IN Transaction input (TxId#TxIx). --output-json Format reference inputs query output to JSON. Default format when writing to a file --output-text Format reference inputs query output to TEXT. Default diff --git a/cardano-cli/test/cardano-cli-golden/files/golden/help/allegra_query_stake-address-info.cli b/cardano-cli/test/cardano-cli-golden/files/golden/help/allegra_query_stake-address-info.cli index 90287086d9..9c99abe3ae 100644 --- a/cardano-cli/test/cardano-cli-golden/files/golden/help/allegra_query_stake-address-info.cli +++ b/cardano-cli/test/cardano-cli-golden/files/golden/help/allegra_query_stake-address-info.cli @@ -1,10 +1,10 @@ Usage: cardano-cli allegra query stake-address-info --socket-path SOCKET_PATH [--cardano-mode [--epoch-slots SLOTS]] - --address ADDRESS ( --mainnet | --testnet-magic NATURAL ) + --address ADDRESS [--out-file FILEPATH] Get the current delegations and reward accounts filtered by stake address. @@ -19,10 +19,10 @@ Available options: (default). --epoch-slots SLOTS The number of slots per epoch for the Byron era. (default: 21600) - --address ADDRESS Filter by Cardano stake address (Bech32-encoded). --mainnet Use the mainnet magic id. This overrides the CARDANO_NODE_NETWORK_ID environment variable --testnet-magic NATURAL Specify a testnet magic id. This overrides the CARDANO_NODE_NETWORK_ID environment variable + --address ADDRESS Filter by Cardano stake address (Bech32-encoded). --out-file FILEPATH Optional output file. Default is to write to stdout. -h,--help Show this help text diff --git a/cardano-cli/test/cardano-cli-golden/files/golden/help/allegra_query_utxo.cli b/cardano-cli/test/cardano-cli-golden/files/golden/help/allegra_query_utxo.cli index 366455a2ce..6bd3e8dd10 100644 --- a/cardano-cli/test/cardano-cli-golden/files/golden/help/allegra_query_utxo.cli +++ b/cardano-cli/test/cardano-cli-golden/files/golden/help/allegra_query_utxo.cli @@ -1,10 +1,10 @@ Usage: cardano-cli allegra query utxo --socket-path SOCKET_PATH [--cardano-mode [--epoch-slots SLOTS]] + (--mainnet | --testnet-magic NATURAL) ( --whole-utxo | (--address ADDRESS) | (--tx-in TX-IN) ) - (--mainnet | --testnet-magic NATURAL) [--output-json | --output-text] [--out-file FILEPATH] @@ -20,14 +20,14 @@ Available options: (default). --epoch-slots SLOTS The number of slots per epoch for the Byron era. (default: 21600) - --whole-utxo Return the whole UTxO (only appropriate on small - testnets). - --address ADDRESS Filter by Cardano address(es) (Bech32-encoded). - --tx-in TX-IN Filter by transaction input (TxId#TxIx). --mainnet Use the mainnet magic id. This overrides the CARDANO_NODE_NETWORK_ID environment variable --testnet-magic NATURAL Specify a testnet magic id. This overrides the CARDANO_NODE_NETWORK_ID environment variable + --whole-utxo Return the whole UTxO (only appropriate on small + testnets). + --address ADDRESS Filter by Cardano address(es) (Bech32-encoded). + --tx-in TX-IN Filter by transaction input (TxId#TxIx). --output-json Format utxo query output to JSON. Default format when writing to a file --output-text Format utxo query output to TEXT. Default format when diff --git a/cardano-cli/test/cardano-cli-golden/files/golden/help/alonzo_query_ref-script-size.cli b/cardano-cli/test/cardano-cli-golden/files/golden/help/alonzo_query_ref-script-size.cli index f027bc8aea..fce8097eab 100644 --- a/cardano-cli/test/cardano-cli-golden/files/golden/help/alonzo_query_ref-script-size.cli +++ b/cardano-cli/test/cardano-cli-golden/files/golden/help/alonzo_query_ref-script-size.cli @@ -1,10 +1,10 @@ Usage: cardano-cli alonzo query ref-script-size --socket-path SOCKET_PATH [--cardano-mode [--epoch-slots SLOTS]] - (--tx-in TX-IN) ( --mainnet | --testnet-magic NATURAL ) + (--tx-in TX-IN) [ --output-json | --output-text ] @@ -23,11 +23,11 @@ Available options: (default). --epoch-slots SLOTS The number of slots per epoch for the Byron era. (default: 21600) - --tx-in TX-IN Transaction input (TxId#TxIx). --mainnet Use the mainnet magic id. This overrides the CARDANO_NODE_NETWORK_ID environment variable --testnet-magic NATURAL Specify a testnet magic id. This overrides the CARDANO_NODE_NETWORK_ID environment variable + --tx-in TX-IN Transaction input (TxId#TxIx). --output-json Format reference inputs query output to JSON. Default format when writing to a file --output-text Format reference inputs query output to TEXT. Default diff --git a/cardano-cli/test/cardano-cli-golden/files/golden/help/alonzo_query_stake-address-info.cli b/cardano-cli/test/cardano-cli-golden/files/golden/help/alonzo_query_stake-address-info.cli index 3ff95204e6..21a920f509 100644 --- a/cardano-cli/test/cardano-cli-golden/files/golden/help/alonzo_query_stake-address-info.cli +++ b/cardano-cli/test/cardano-cli-golden/files/golden/help/alonzo_query_stake-address-info.cli @@ -1,10 +1,10 @@ Usage: cardano-cli alonzo query stake-address-info --socket-path SOCKET_PATH [--cardano-mode [--epoch-slots SLOTS]] - --address ADDRESS ( --mainnet | --testnet-magic NATURAL ) + --address ADDRESS [--out-file FILEPATH] Get the current delegations and reward accounts filtered by stake address. @@ -19,10 +19,10 @@ Available options: (default). --epoch-slots SLOTS The number of slots per epoch for the Byron era. (default: 21600) - --address ADDRESS Filter by Cardano stake address (Bech32-encoded). --mainnet Use the mainnet magic id. This overrides the CARDANO_NODE_NETWORK_ID environment variable --testnet-magic NATURAL Specify a testnet magic id. This overrides the CARDANO_NODE_NETWORK_ID environment variable + --address ADDRESS Filter by Cardano stake address (Bech32-encoded). --out-file FILEPATH Optional output file. Default is to write to stdout. -h,--help Show this help text diff --git a/cardano-cli/test/cardano-cli-golden/files/golden/help/alonzo_query_utxo.cli b/cardano-cli/test/cardano-cli-golden/files/golden/help/alonzo_query_utxo.cli index c8e07d5b2d..e2f384fb5a 100644 --- a/cardano-cli/test/cardano-cli-golden/files/golden/help/alonzo_query_utxo.cli +++ b/cardano-cli/test/cardano-cli-golden/files/golden/help/alonzo_query_utxo.cli @@ -1,10 +1,10 @@ Usage: cardano-cli alonzo query utxo --socket-path SOCKET_PATH [--cardano-mode [--epoch-slots SLOTS]] + (--mainnet | --testnet-magic NATURAL) ( --whole-utxo | (--address ADDRESS) | (--tx-in TX-IN) ) - (--mainnet | --testnet-magic NATURAL) [--output-json | --output-text] [--out-file FILEPATH] @@ -20,14 +20,14 @@ Available options: (default). --epoch-slots SLOTS The number of slots per epoch for the Byron era. (default: 21600) - --whole-utxo Return the whole UTxO (only appropriate on small - testnets). - --address ADDRESS Filter by Cardano address(es) (Bech32-encoded). - --tx-in TX-IN Filter by transaction input (TxId#TxIx). --mainnet Use the mainnet magic id. This overrides the CARDANO_NODE_NETWORK_ID environment variable --testnet-magic NATURAL Specify a testnet magic id. This overrides the CARDANO_NODE_NETWORK_ID environment variable + --whole-utxo Return the whole UTxO (only appropriate on small + testnets). + --address ADDRESS Filter by Cardano address(es) (Bech32-encoded). + --tx-in TX-IN Filter by transaction input (TxId#TxIx). --output-json Format utxo query output to JSON. Default format when writing to a file --output-text Format utxo query output to TEXT. Default format when diff --git a/cardano-cli/test/cardano-cli-golden/files/golden/help/babbage_query_ref-script-size.cli b/cardano-cli/test/cardano-cli-golden/files/golden/help/babbage_query_ref-script-size.cli index 0abbc30b20..be5e84e1df 100644 --- a/cardano-cli/test/cardano-cli-golden/files/golden/help/babbage_query_ref-script-size.cli +++ b/cardano-cli/test/cardano-cli-golden/files/golden/help/babbage_query_ref-script-size.cli @@ -1,10 +1,10 @@ Usage: cardano-cli babbage query ref-script-size --socket-path SOCKET_PATH [--cardano-mode [--epoch-slots SLOTS]] - (--tx-in TX-IN) ( --mainnet | --testnet-magic NATURAL ) + (--tx-in TX-IN) [ --output-json | --output-text ] @@ -23,11 +23,11 @@ Available options: (default). --epoch-slots SLOTS The number of slots per epoch for the Byron era. (default: 21600) - --tx-in TX-IN Transaction input (TxId#TxIx). --mainnet Use the mainnet magic id. This overrides the CARDANO_NODE_NETWORK_ID environment variable --testnet-magic NATURAL Specify a testnet magic id. This overrides the CARDANO_NODE_NETWORK_ID environment variable + --tx-in TX-IN Transaction input (TxId#TxIx). --output-json Format reference inputs query output to JSON. Default format when writing to a file --output-text Format reference inputs query output to TEXT. Default diff --git a/cardano-cli/test/cardano-cli-golden/files/golden/help/babbage_query_stake-address-info.cli b/cardano-cli/test/cardano-cli-golden/files/golden/help/babbage_query_stake-address-info.cli index ebe5fe6323..b2c714e94e 100644 --- a/cardano-cli/test/cardano-cli-golden/files/golden/help/babbage_query_stake-address-info.cli +++ b/cardano-cli/test/cardano-cli-golden/files/golden/help/babbage_query_stake-address-info.cli @@ -1,10 +1,10 @@ Usage: cardano-cli babbage query stake-address-info --socket-path SOCKET_PATH [--cardano-mode [--epoch-slots SLOTS]] - --address ADDRESS ( --mainnet | --testnet-magic NATURAL ) + --address ADDRESS [--out-file FILEPATH] Get the current delegations and reward accounts filtered by stake address. @@ -19,10 +19,10 @@ Available options: (default). --epoch-slots SLOTS The number of slots per epoch for the Byron era. (default: 21600) - --address ADDRESS Filter by Cardano stake address (Bech32-encoded). --mainnet Use the mainnet magic id. This overrides the CARDANO_NODE_NETWORK_ID environment variable --testnet-magic NATURAL Specify a testnet magic id. This overrides the CARDANO_NODE_NETWORK_ID environment variable + --address ADDRESS Filter by Cardano stake address (Bech32-encoded). --out-file FILEPATH Optional output file. Default is to write to stdout. -h,--help Show this help text diff --git a/cardano-cli/test/cardano-cli-golden/files/golden/help/babbage_query_utxo.cli b/cardano-cli/test/cardano-cli-golden/files/golden/help/babbage_query_utxo.cli index ef65ab3383..c828eaf702 100644 --- a/cardano-cli/test/cardano-cli-golden/files/golden/help/babbage_query_utxo.cli +++ b/cardano-cli/test/cardano-cli-golden/files/golden/help/babbage_query_utxo.cli @@ -1,10 +1,10 @@ Usage: cardano-cli babbage query utxo --socket-path SOCKET_PATH [--cardano-mode [--epoch-slots SLOTS]] + (--mainnet | --testnet-magic NATURAL) ( --whole-utxo | (--address ADDRESS) | (--tx-in TX-IN) ) - (--mainnet | --testnet-magic NATURAL) [--output-json | --output-text] [--out-file FILEPATH] @@ -20,14 +20,14 @@ Available options: (default). --epoch-slots SLOTS The number of slots per epoch for the Byron era. (default: 21600) - --whole-utxo Return the whole UTxO (only appropriate on small - testnets). - --address ADDRESS Filter by Cardano address(es) (Bech32-encoded). - --tx-in TX-IN Filter by transaction input (TxId#TxIx). --mainnet Use the mainnet magic id. This overrides the CARDANO_NODE_NETWORK_ID environment variable --testnet-magic NATURAL Specify a testnet magic id. This overrides the CARDANO_NODE_NETWORK_ID environment variable + --whole-utxo Return the whole UTxO (only appropriate on small + testnets). + --address ADDRESS Filter by Cardano address(es) (Bech32-encoded). + --tx-in TX-IN Filter by transaction input (TxId#TxIx). --output-json Format utxo query output to JSON. Default format when writing to a file --output-text Format utxo query output to TEXT. Default format when diff --git a/cardano-cli/test/cardano-cli-golden/files/golden/help/conway_query_committee-state.cli b/cardano-cli/test/cardano-cli-golden/files/golden/help/conway_query_committee-state.cli index 473e58bda4..bcd8fceebe 100644 --- a/cardano-cli/test/cardano-cli-golden/files/golden/help/conway_query_committee-state.cli +++ b/cardano-cli/test/cardano-cli-golden/files/golden/help/conway_query_committee-state.cli @@ -4,6 +4,9 @@ Usage: cardano-cli conway query committee-state --socket-path SOCKET_PATH ( --mainnet | --testnet-magic NATURAL ) + [ --volatile-tip + | --immutable-tip + ] [ --cold-verification-key STRING | --cold-verification-key-file FILEPATH | --cold-verification-key-hash STRING @@ -18,9 +21,6 @@ Usage: cardano-cli conway query committee-state --socket-path SOCKET_PATH | --expired | --unrecognized ] - [ --volatile-tip - | --immutable-tip - ] [--out-file FILEPATH] Get the committee state @@ -39,6 +39,9 @@ Available options: CARDANO_NODE_NETWORK_ID environment variable --testnet-magic NATURAL Specify a testnet magic id. This overrides the CARDANO_NODE_NETWORK_ID environment variable + --volatile-tip Use the volatile tip as a target. (This is the + default) + --immutable-tip Use the immutable tip as a target. --cold-verification-key STRING Constitutional Committee cold key (hex-encoded). --cold-verification-key-file FILEPATH @@ -57,8 +60,5 @@ Available options: --expired Expired committee members --unrecognized Unrecognized committe members: a hot credential for an unknown cold credential - --volatile-tip Use the volatile tip as a target. (This is the - default) - --immutable-tip Use the immutable tip as a target. - --out-file FILEPATH The output file. + --out-file FILEPATH Optional output file. Default is to write to stdout. -h,--help Show this help text diff --git a/cardano-cli/test/cardano-cli-golden/files/golden/help/conway_query_constitution.cli b/cardano-cli/test/cardano-cli-golden/files/golden/help/conway_query_constitution.cli index c2f05bd41b..ebf9682e4c 100644 --- a/cardano-cli/test/cardano-cli-golden/files/golden/help/conway_query_constitution.cli +++ b/cardano-cli/test/cardano-cli-golden/files/golden/help/conway_query_constitution.cli @@ -28,5 +28,5 @@ Available options: --volatile-tip Use the volatile tip as a target. (This is the default) --immutable-tip Use the immutable tip as a target. - --out-file FILEPATH The output file. + --out-file FILEPATH Optional output file. Default is to write to stdout. -h,--help Show this help text diff --git a/cardano-cli/test/cardano-cli-golden/files/golden/help/conway_query_drep-stake-distribution.cli b/cardano-cli/test/cardano-cli-golden/files/golden/help/conway_query_drep-stake-distribution.cli index 1599381fe2..190bc0343c 100644 --- a/cardano-cli/test/cardano-cli-golden/files/golden/help/conway_query_drep-stake-distribution.cli +++ b/cardano-cli/test/cardano-cli-golden/files/golden/help/conway_query_drep-stake-distribution.cli @@ -5,6 +5,9 @@ Usage: cardano-cli conway query drep-stake-distribution ( --mainnet | --testnet-magic NATURAL ) + [ --volatile-tip + | --immutable-tip + ] ( --all-dreps | ( --drep-script-hash HASH @@ -13,9 +16,6 @@ Usage: cardano-cli conway query drep-stake-distribution | --drep-key-hash HASH ) ) - [ --volatile-tip - | --immutable-tip - ] [--out-file FILEPATH] Get the DRep stake distribution. @@ -34,6 +34,9 @@ Available options: CARDANO_NODE_NETWORK_ID environment variable --testnet-magic NATURAL Specify a testnet magic id. This overrides the CARDANO_NODE_NETWORK_ID environment variable + --volatile-tip Use the volatile tip as a target. (This is the + default) + --immutable-tip Use the immutable tip as a target. --all-dreps Query for all DReps. --drep-script-hash HASH DRep script hash (hex-encoded). Obtain it with "cardano-cli hash script ...". @@ -43,8 +46,5 @@ Available options: Filepath of the DRep verification key. --drep-key-hash HASH DRep verification key hash (either Bech32-encoded or hex-encoded). - --volatile-tip Use the volatile tip as a target. (This is the - default) - --immutable-tip Use the immutable tip as a target. - --out-file FILEPATH The output file. + --out-file FILEPATH Optional output file. Default is to write to stdout. -h,--help Show this help text diff --git a/cardano-cli/test/cardano-cli-golden/files/golden/help/conway_query_drep-state.cli b/cardano-cli/test/cardano-cli-golden/files/golden/help/conway_query_drep-state.cli index 5b924db3c3..cbf24ac0bd 100644 --- a/cardano-cli/test/cardano-cli-golden/files/golden/help/conway_query_drep-state.cli +++ b/cardano-cli/test/cardano-cli-golden/files/golden/help/conway_query_drep-state.cli @@ -4,6 +4,7 @@ Usage: cardano-cli conway query drep-state --socket-path SOCKET_PATH ( --mainnet | --testnet-magic NATURAL ) + [--volatile-tip | --immutable-tip] ( --all-dreps | ( --drep-script-hash HASH @@ -13,7 +14,6 @@ Usage: cardano-cli conway query drep-state --socket-path SOCKET_PATH ) ) [--include-stake] - [--volatile-tip | --immutable-tip] [--out-file FILEPATH] Get the DRep state. @@ -32,6 +32,9 @@ Available options: CARDANO_NODE_NETWORK_ID environment variable --testnet-magic NATURAL Specify a testnet magic id. This overrides the CARDANO_NODE_NETWORK_ID environment variable + --volatile-tip Use the volatile tip as a target. (This is the + default) + --immutable-tip Use the immutable tip as a target. --all-dreps Query for all DReps. --drep-script-hash HASH DRep script hash (hex-encoded). Obtain it with "cardano-cli hash script ...". @@ -46,8 +49,5 @@ Available options: this is a convenience option to obtain all information concerning a DRep at once. This is a potentially expensive query, so it's OFF by default. - --volatile-tip Use the volatile tip as a target. (This is the - default) - --immutable-tip Use the immutable tip as a target. - --out-file FILEPATH The output file. + --out-file FILEPATH Optional output file. Default is to write to stdout. -h,--help Show this help text diff --git a/cardano-cli/test/cardano-cli-golden/files/golden/help/conway_query_gov-state.cli b/cardano-cli/test/cardano-cli-golden/files/golden/help/conway_query_gov-state.cli index 3bd178b533..9510032a49 100644 --- a/cardano-cli/test/cardano-cli-golden/files/golden/help/conway_query_gov-state.cli +++ b/cardano-cli/test/cardano-cli-golden/files/golden/help/conway_query_gov-state.cli @@ -26,5 +26,5 @@ Available options: --volatile-tip Use the volatile tip as a target. (This is the default) --immutable-tip Use the immutable tip as a target. - --out-file FILEPATH The output file. + --out-file FILEPATH Optional output file. Default is to write to stdout. -h,--help Show this help text diff --git a/cardano-cli/test/cardano-cli-golden/files/golden/help/conway_query_kes-period-info.cli b/cardano-cli/test/cardano-cli-golden/files/golden/help/conway_query_kes-period-info.cli index 5f071ba0bc..7a6c50170b 100644 --- a/cardano-cli/test/cardano-cli-golden/files/golden/help/conway_query_kes-period-info.cli +++ b/cardano-cli/test/cardano-cli-golden/files/golden/help/conway_query_kes-period-info.cli @@ -4,10 +4,10 @@ Usage: cardano-cli conway query kes-period-info --socket-path SOCKET_PATH ( --mainnet | --testnet-magic NATURAL ) - --op-cert-file FILEPATH [ --volatile-tip | --immutable-tip ] + --op-cert-file FILEPATH [--out-file FILEPATH] Get information about the current KES period and your node's operational @@ -27,9 +27,9 @@ Available options: CARDANO_NODE_NETWORK_ID environment variable --testnet-magic NATURAL Specify a testnet magic id. This overrides the CARDANO_NODE_NETWORK_ID environment variable - --op-cert-file FILEPATH Filepath of the node's operational certificate. --volatile-tip Use the volatile tip as a target. (This is the default) --immutable-tip Use the immutable tip as a target. + --op-cert-file FILEPATH Filepath of the node's operational certificate. --out-file FILEPATH Optional output file. Default is to write to stdout. -h,--help Show this help text diff --git a/cardano-cli/test/cardano-cli-golden/files/golden/help/conway_query_leadership-schedule.cli b/cardano-cli/test/cardano-cli-golden/files/golden/help/conway_query_leadership-schedule.cli index b9bdea54af..84f38c4d81 100644 --- a/cardano-cli/test/cardano-cli-golden/files/golden/help/conway_query_leadership-schedule.cli +++ b/cardano-cli/test/cardano-cli-golden/files/golden/help/conway_query_leadership-schedule.cli @@ -4,6 +4,9 @@ Usage: cardano-cli conway query leadership-schedule --socket-path SOCKET_PATH ( --mainnet | --testnet-magic NATURAL ) + [ --volatile-tip + | --immutable-tip + ] --genesis FILEPATH ( --stake-pool-verification-key STRING | --cold-verification-key-file FILEPATH @@ -11,9 +14,6 @@ Usage: cardano-cli conway query leadership-schedule --socket-path SOCKET_PATH ) --vrf-signing-key-file FILEPATH (--current | --next) - [ --volatile-tip - | --immutable-tip - ] [ --output-json | --output-text ] @@ -35,6 +35,9 @@ Available options: CARDANO_NODE_NETWORK_ID environment variable --testnet-magic NATURAL Specify a testnet magic id. This overrides the CARDANO_NODE_NETWORK_ID environment variable + --volatile-tip Use the volatile tip as a target. (This is the + default) + --immutable-tip Use the immutable tip as a target. --genesis FILEPATH Shelley genesis filepath --stake-pool-verification-key STRING Stake pool verification key (Bech32 or hex-encoded). @@ -47,9 +50,6 @@ Available options: Input filepath of the VRF signing key. --current Get the leadership schedule for the current epoch. --next Get the leadership schedule for the following epoch. - --volatile-tip Use the volatile tip as a target. (This is the - default) - --immutable-tip Use the immutable tip as a target. --output-json Format leadership-schedule query output to JSON. Default format when writing to a file --output-text Format leadership-schedule query output to TEXT. diff --git a/cardano-cli/test/cardano-cli-golden/files/golden/help/conway_query_pool-params.cli b/cardano-cli/test/cardano-cli-golden/files/golden/help/conway_query_pool-params.cli index c197ac407d..2010055bb0 100644 --- a/cardano-cli/test/cardano-cli-golden/files/golden/help/conway_query_pool-params.cli +++ b/cardano-cli/test/cardano-cli-golden/files/golden/help/conway_query_pool-params.cli @@ -4,10 +4,10 @@ Usage: cardano-cli conway query pool-params --socket-path SOCKET_PATH ( --mainnet | --testnet-magic NATURAL ) + [--volatile-tip | --immutable-tip] ( --all-stake-pools | (--stake-pool-id STAKE_POOL_ID) ) - [--volatile-tip | --immutable-tip] [--out-file FILEPATH] DEPRECATED. Use query pool-state instead. Dump the pool parameters @@ -28,12 +28,12 @@ Available options: CARDANO_NODE_NETWORK_ID environment variable --testnet-magic NATURAL Specify a testnet magic id. This overrides the CARDANO_NODE_NETWORK_ID environment variable + --volatile-tip Use the volatile tip as a target. (This is the + default) + --immutable-tip Use the immutable tip as a target. --all-stake-pools Query for all stake pools --stake-pool-id STAKE_POOL_ID Stake pool ID/verification key hash (either Bech32-encoded or hex-encoded). - --volatile-tip Use the volatile tip as a target. (This is the - default) - --immutable-tip Use the immutable tip as a target. --out-file FILEPATH Optional output file. Default is to write to stdout. -h,--help Show this help text diff --git a/cardano-cli/test/cardano-cli-golden/files/golden/help/conway_query_pool-state.cli b/cardano-cli/test/cardano-cli-golden/files/golden/help/conway_query_pool-state.cli index 1fe8d263c3..074b87a97c 100644 --- a/cardano-cli/test/cardano-cli-golden/files/golden/help/conway_query_pool-state.cli +++ b/cardano-cli/test/cardano-cli-golden/files/golden/help/conway_query_pool-state.cli @@ -4,10 +4,10 @@ Usage: cardano-cli conway query pool-state --socket-path SOCKET_PATH ( --mainnet | --testnet-magic NATURAL ) + [--volatile-tip | --immutable-tip] ( --all-stake-pools | (--stake-pool-id STAKE_POOL_ID) ) - [--volatile-tip | --immutable-tip] [--out-file FILEPATH] Dump the pool state @@ -26,12 +26,12 @@ Available options: CARDANO_NODE_NETWORK_ID environment variable --testnet-magic NATURAL Specify a testnet magic id. This overrides the CARDANO_NODE_NETWORK_ID environment variable + --volatile-tip Use the volatile tip as a target. (This is the + default) + --immutable-tip Use the immutable tip as a target. --all-stake-pools Query for all stake pools --stake-pool-id STAKE_POOL_ID Stake pool ID/verification key hash (either Bech32-encoded or hex-encoded). - --volatile-tip Use the volatile tip as a target. (This is the - default) - --immutable-tip Use the immutable tip as a target. --out-file FILEPATH Optional output file. Default is to write to stdout. -h,--help Show this help text diff --git a/cardano-cli/test/cardano-cli-golden/files/golden/help/conway_query_ref-script-size.cli b/cardano-cli/test/cardano-cli-golden/files/golden/help/conway_query_ref-script-size.cli index 84d0ba22ba..edeca76a3c 100644 --- a/cardano-cli/test/cardano-cli-golden/files/golden/help/conway_query_ref-script-size.cli +++ b/cardano-cli/test/cardano-cli-golden/files/golden/help/conway_query_ref-script-size.cli @@ -1,13 +1,13 @@ Usage: cardano-cli conway query ref-script-size --socket-path SOCKET_PATH [--cardano-mode [--epoch-slots SLOTS]] - (--tx-in TX-IN) ( --mainnet | --testnet-magic NATURAL ) [ --volatile-tip | --immutable-tip ] + (--tx-in TX-IN) [ --output-json | --output-text ] @@ -26,7 +26,6 @@ Available options: (default). --epoch-slots SLOTS The number of slots per epoch for the Byron era. (default: 21600) - --tx-in TX-IN Transaction input (TxId#TxIx). --mainnet Use the mainnet magic id. This overrides the CARDANO_NODE_NETWORK_ID environment variable --testnet-magic NATURAL Specify a testnet magic id. This overrides the @@ -34,6 +33,7 @@ Available options: --volatile-tip Use the volatile tip as a target. (This is the default) --immutable-tip Use the immutable tip as a target. + --tx-in TX-IN Transaction input (TxId#TxIx). --output-json Format reference inputs query output to JSON. Default format when writing to a file --output-text Format reference inputs query output to TEXT. Default diff --git a/cardano-cli/test/cardano-cli-golden/files/golden/help/conway_query_spo-stake-distribution.cli b/cardano-cli/test/cardano-cli-golden/files/golden/help/conway_query_spo-stake-distribution.cli index 144c3d42f5..4835c74556 100644 --- a/cardano-cli/test/cardano-cli-golden/files/golden/help/conway_query_spo-stake-distribution.cli +++ b/cardano-cli/test/cardano-cli-golden/files/golden/help/conway_query_spo-stake-distribution.cli @@ -4,6 +4,9 @@ Usage: cardano-cli conway query spo-stake-distribution --socket-path SOCKET_PATH ( --mainnet | --testnet-magic NATURAL ) + [ --volatile-tip + | --immutable-tip + ] ( --all-spos | ( --spo-verification-key STRING @@ -11,9 +14,6 @@ Usage: cardano-cli conway query spo-stake-distribution --socket-path SOCKET_PATH | --spo-key-hash HASH ) ) - [ --volatile-tip - | --immutable-tip - ] [--out-file FILEPATH] Get the SPO stake distribution. @@ -32,6 +32,9 @@ Available options: CARDANO_NODE_NETWORK_ID environment variable --testnet-magic NATURAL Specify a testnet magic id. This overrides the CARDANO_NODE_NETWORK_ID environment variable + --volatile-tip Use the volatile tip as a target. (This is the + default) + --immutable-tip Use the immutable tip as a target. --all-spos Query for all DReps. --spo-verification-key STRING SPO verification key (Bech32 or hex-encoded). @@ -39,8 +42,5 @@ Available options: Filepath of the SPO verification key. --spo-key-hash HASH SPO verification key hash (either Bech32-encoded or hex-encoded). - --volatile-tip Use the volatile tip as a target. (This is the - default) - --immutable-tip Use the immutable tip as a target. - --out-file FILEPATH The output file. + --out-file FILEPATH Optional output file. Default is to write to stdout. -h,--help Show this help text diff --git a/cardano-cli/test/cardano-cli-golden/files/golden/help/conway_query_stake-address-info.cli b/cardano-cli/test/cardano-cli-golden/files/golden/help/conway_query_stake-address-info.cli index dc32de309e..ecd6ea3b32 100644 --- a/cardano-cli/test/cardano-cli-golden/files/golden/help/conway_query_stake-address-info.cli +++ b/cardano-cli/test/cardano-cli-golden/files/golden/help/conway_query_stake-address-info.cli @@ -1,13 +1,13 @@ Usage: cardano-cli conway query stake-address-info --socket-path SOCKET_PATH [--cardano-mode [--epoch-slots SLOTS]] - --address ADDRESS ( --mainnet | --testnet-magic NATURAL ) [ --volatile-tip | --immutable-tip ] + --address ADDRESS [--out-file FILEPATH] Get the current delegations and reward accounts filtered by stake address. @@ -22,7 +22,6 @@ Available options: (default). --epoch-slots SLOTS The number of slots per epoch for the Byron era. (default: 21600) - --address ADDRESS Filter by Cardano stake address (Bech32-encoded). --mainnet Use the mainnet magic id. This overrides the CARDANO_NODE_NETWORK_ID environment variable --testnet-magic NATURAL Specify a testnet magic id. This overrides the @@ -30,5 +29,6 @@ Available options: --volatile-tip Use the volatile tip as a target. (This is the default) --immutable-tip Use the immutable tip as a target. + --address ADDRESS Filter by Cardano stake address (Bech32-encoded). --out-file FILEPATH Optional output file. Default is to write to stdout. -h,--help Show this help text diff --git a/cardano-cli/test/cardano-cli-golden/files/golden/help/conway_query_stake-snapshot.cli b/cardano-cli/test/cardano-cli-golden/files/golden/help/conway_query_stake-snapshot.cli index 1d7de15e94..537b240ace 100644 --- a/cardano-cli/test/cardano-cli-golden/files/golden/help/conway_query_stake-snapshot.cli +++ b/cardano-cli/test/cardano-cli-golden/files/golden/help/conway_query_stake-snapshot.cli @@ -4,12 +4,12 @@ Usage: cardano-cli conway query stake-snapshot --socket-path SOCKET_PATH ( --mainnet | --testnet-magic NATURAL ) - ( --all-stake-pools - | (--stake-pool-id STAKE_POOL_ID) - ) [ --volatile-tip | --immutable-tip ] + ( --all-stake-pools + | (--stake-pool-id STAKE_POOL_ID) + ) [--out-file FILEPATH] Obtain the three stake snapshots for a pool, plus the total active stake @@ -29,12 +29,12 @@ Available options: CARDANO_NODE_NETWORK_ID environment variable --testnet-magic NATURAL Specify a testnet magic id. This overrides the CARDANO_NODE_NETWORK_ID environment variable + --volatile-tip Use the volatile tip as a target. (This is the + default) + --immutable-tip Use the immutable tip as a target. --all-stake-pools Query for all stake pools --stake-pool-id STAKE_POOL_ID Stake pool ID/verification key hash (either Bech32-encoded or hex-encoded). - --volatile-tip Use the volatile tip as a target. (This is the - default) - --immutable-tip Use the immutable tip as a target. --out-file FILEPATH Optional output file. Default is to write to stdout. -h,--help Show this help text diff --git a/cardano-cli/test/cardano-cli-golden/files/golden/help/conway_query_treasury.cli b/cardano-cli/test/cardano-cli-golden/files/golden/help/conway_query_treasury.cli index a27c015381..0d51a56f2a 100644 --- a/cardano-cli/test/cardano-cli-golden/files/golden/help/conway_query_treasury.cli +++ b/cardano-cli/test/cardano-cli-golden/files/golden/help/conway_query_treasury.cli @@ -24,5 +24,5 @@ Available options: --volatile-tip Use the volatile tip as a target. (This is the default) --immutable-tip Use the immutable tip as a target. - --out-file FILEPATH The output file. + --out-file FILEPATH Optional output file. Default is to write to stdout. -h,--help Show this help text diff --git a/cardano-cli/test/cardano-cli-golden/files/golden/help/conway_query_utxo.cli b/cardano-cli/test/cardano-cli-golden/files/golden/help/conway_query_utxo.cli index e096ea297b..7959ba9eab 100644 --- a/cardano-cli/test/cardano-cli-golden/files/golden/help/conway_query_utxo.cli +++ b/cardano-cli/test/cardano-cli-golden/files/golden/help/conway_query_utxo.cli @@ -1,11 +1,11 @@ Usage: cardano-cli conway query utxo --socket-path SOCKET_PATH [--cardano-mode [--epoch-slots SLOTS]] + (--mainnet | --testnet-magic NATURAL) + [--volatile-tip | --immutable-tip] ( --whole-utxo | (--address ADDRESS) | (--tx-in TX-IN) ) - (--mainnet | --testnet-magic NATURAL) - [--volatile-tip | --immutable-tip] [--output-json | --output-text] [--out-file FILEPATH] @@ -21,10 +21,6 @@ Available options: (default). --epoch-slots SLOTS The number of slots per epoch for the Byron era. (default: 21600) - --whole-utxo Return the whole UTxO (only appropriate on small - testnets). - --address ADDRESS Filter by Cardano address(es) (Bech32-encoded). - --tx-in TX-IN Filter by transaction input (TxId#TxIx). --mainnet Use the mainnet magic id. This overrides the CARDANO_NODE_NETWORK_ID environment variable --testnet-magic NATURAL Specify a testnet magic id. This overrides the @@ -32,6 +28,10 @@ Available options: --volatile-tip Use the volatile tip as a target. (This is the default) --immutable-tip Use the immutable tip as a target. + --whole-utxo Return the whole UTxO (only appropriate on small + testnets). + --address ADDRESS Filter by Cardano address(es) (Bech32-encoded). + --tx-in TX-IN Filter by transaction input (TxId#TxIx). --output-json Format utxo query output to JSON. Default format when writing to a file --output-text Format utxo query output to TEXT. Default format when diff --git a/cardano-cli/test/cardano-cli-golden/files/golden/help/latest_query_committee-state.cli b/cardano-cli/test/cardano-cli-golden/files/golden/help/latest_query_committee-state.cli index 9bb5fe85d1..f23d4b6402 100644 --- a/cardano-cli/test/cardano-cli-golden/files/golden/help/latest_query_committee-state.cli +++ b/cardano-cli/test/cardano-cli-golden/files/golden/help/latest_query_committee-state.cli @@ -4,6 +4,9 @@ Usage: cardano-cli latest query committee-state --socket-path SOCKET_PATH ( --mainnet | --testnet-magic NATURAL ) + [ --volatile-tip + | --immutable-tip + ] [ --cold-verification-key STRING | --cold-verification-key-file FILEPATH | --cold-verification-key-hash STRING @@ -18,9 +21,6 @@ Usage: cardano-cli latest query committee-state --socket-path SOCKET_PATH | --expired | --unrecognized ] - [ --volatile-tip - | --immutable-tip - ] [--out-file FILEPATH] Get the committee state @@ -39,6 +39,9 @@ Available options: CARDANO_NODE_NETWORK_ID environment variable --testnet-magic NATURAL Specify a testnet magic id. This overrides the CARDANO_NODE_NETWORK_ID environment variable + --volatile-tip Use the volatile tip as a target. (This is the + default) + --immutable-tip Use the immutable tip as a target. --cold-verification-key STRING Constitutional Committee cold key (hex-encoded). --cold-verification-key-file FILEPATH @@ -57,8 +60,5 @@ Available options: --expired Expired committee members --unrecognized Unrecognized committe members: a hot credential for an unknown cold credential - --volatile-tip Use the volatile tip as a target. (This is the - default) - --immutable-tip Use the immutable tip as a target. - --out-file FILEPATH The output file. + --out-file FILEPATH Optional output file. Default is to write to stdout. -h,--help Show this help text diff --git a/cardano-cli/test/cardano-cli-golden/files/golden/help/latest_query_constitution.cli b/cardano-cli/test/cardano-cli-golden/files/golden/help/latest_query_constitution.cli index e10cd9d5ca..00dc248a90 100644 --- a/cardano-cli/test/cardano-cli-golden/files/golden/help/latest_query_constitution.cli +++ b/cardano-cli/test/cardano-cli-golden/files/golden/help/latest_query_constitution.cli @@ -28,5 +28,5 @@ Available options: --volatile-tip Use the volatile tip as a target. (This is the default) --immutable-tip Use the immutable tip as a target. - --out-file FILEPATH The output file. + --out-file FILEPATH Optional output file. Default is to write to stdout. -h,--help Show this help text diff --git a/cardano-cli/test/cardano-cli-golden/files/golden/help/latest_query_drep-stake-distribution.cli b/cardano-cli/test/cardano-cli-golden/files/golden/help/latest_query_drep-stake-distribution.cli index 6393e62650..91f30b9e4c 100644 --- a/cardano-cli/test/cardano-cli-golden/files/golden/help/latest_query_drep-stake-distribution.cli +++ b/cardano-cli/test/cardano-cli-golden/files/golden/help/latest_query_drep-stake-distribution.cli @@ -5,6 +5,9 @@ Usage: cardano-cli latest query drep-stake-distribution ( --mainnet | --testnet-magic NATURAL ) + [ --volatile-tip + | --immutable-tip + ] ( --all-dreps | ( --drep-script-hash HASH @@ -13,9 +16,6 @@ Usage: cardano-cli latest query drep-stake-distribution | --drep-key-hash HASH ) ) - [ --volatile-tip - | --immutable-tip - ] [--out-file FILEPATH] Get the DRep stake distribution. @@ -34,6 +34,9 @@ Available options: CARDANO_NODE_NETWORK_ID environment variable --testnet-magic NATURAL Specify a testnet magic id. This overrides the CARDANO_NODE_NETWORK_ID environment variable + --volatile-tip Use the volatile tip as a target. (This is the + default) + --immutable-tip Use the immutable tip as a target. --all-dreps Query for all DReps. --drep-script-hash HASH DRep script hash (hex-encoded). Obtain it with "cardano-cli hash script ...". @@ -43,8 +46,5 @@ Available options: Filepath of the DRep verification key. --drep-key-hash HASH DRep verification key hash (either Bech32-encoded or hex-encoded). - --volatile-tip Use the volatile tip as a target. (This is the - default) - --immutable-tip Use the immutable tip as a target. - --out-file FILEPATH The output file. + --out-file FILEPATH Optional output file. Default is to write to stdout. -h,--help Show this help text diff --git a/cardano-cli/test/cardano-cli-golden/files/golden/help/latest_query_drep-state.cli b/cardano-cli/test/cardano-cli-golden/files/golden/help/latest_query_drep-state.cli index 9b6334588c..f9f9cb3de9 100644 --- a/cardano-cli/test/cardano-cli-golden/files/golden/help/latest_query_drep-state.cli +++ b/cardano-cli/test/cardano-cli-golden/files/golden/help/latest_query_drep-state.cli @@ -4,6 +4,7 @@ Usage: cardano-cli latest query drep-state --socket-path SOCKET_PATH ( --mainnet | --testnet-magic NATURAL ) + [--volatile-tip | --immutable-tip] ( --all-dreps | ( --drep-script-hash HASH @@ -13,7 +14,6 @@ Usage: cardano-cli latest query drep-state --socket-path SOCKET_PATH ) ) [--include-stake] - [--volatile-tip | --immutable-tip] [--out-file FILEPATH] Get the DRep state. @@ -32,6 +32,9 @@ Available options: CARDANO_NODE_NETWORK_ID environment variable --testnet-magic NATURAL Specify a testnet magic id. This overrides the CARDANO_NODE_NETWORK_ID environment variable + --volatile-tip Use the volatile tip as a target. (This is the + default) + --immutable-tip Use the immutable tip as a target. --all-dreps Query for all DReps. --drep-script-hash HASH DRep script hash (hex-encoded). Obtain it with "cardano-cli hash script ...". @@ -46,8 +49,5 @@ Available options: this is a convenience option to obtain all information concerning a DRep at once. This is a potentially expensive query, so it's OFF by default. - --volatile-tip Use the volatile tip as a target. (This is the - default) - --immutable-tip Use the immutable tip as a target. - --out-file FILEPATH The output file. + --out-file FILEPATH Optional output file. Default is to write to stdout. -h,--help Show this help text diff --git a/cardano-cli/test/cardano-cli-golden/files/golden/help/latest_query_gov-state.cli b/cardano-cli/test/cardano-cli-golden/files/golden/help/latest_query_gov-state.cli index 6b90d3f8b5..3f02df624e 100644 --- a/cardano-cli/test/cardano-cli-golden/files/golden/help/latest_query_gov-state.cli +++ b/cardano-cli/test/cardano-cli-golden/files/golden/help/latest_query_gov-state.cli @@ -26,5 +26,5 @@ Available options: --volatile-tip Use the volatile tip as a target. (This is the default) --immutable-tip Use the immutable tip as a target. - --out-file FILEPATH The output file. + --out-file FILEPATH Optional output file. Default is to write to stdout. -h,--help Show this help text diff --git a/cardano-cli/test/cardano-cli-golden/files/golden/help/latest_query_kes-period-info.cli b/cardano-cli/test/cardano-cli-golden/files/golden/help/latest_query_kes-period-info.cli index ec1d84839c..5aaf7ab4ff 100644 --- a/cardano-cli/test/cardano-cli-golden/files/golden/help/latest_query_kes-period-info.cli +++ b/cardano-cli/test/cardano-cli-golden/files/golden/help/latest_query_kes-period-info.cli @@ -4,10 +4,10 @@ Usage: cardano-cli latest query kes-period-info --socket-path SOCKET_PATH ( --mainnet | --testnet-magic NATURAL ) - --op-cert-file FILEPATH [ --volatile-tip | --immutable-tip ] + --op-cert-file FILEPATH [--out-file FILEPATH] Get information about the current KES period and your node's operational @@ -27,9 +27,9 @@ Available options: CARDANO_NODE_NETWORK_ID environment variable --testnet-magic NATURAL Specify a testnet magic id. This overrides the CARDANO_NODE_NETWORK_ID environment variable - --op-cert-file FILEPATH Filepath of the node's operational certificate. --volatile-tip Use the volatile tip as a target. (This is the default) --immutable-tip Use the immutable tip as a target. + --op-cert-file FILEPATH Filepath of the node's operational certificate. --out-file FILEPATH Optional output file. Default is to write to stdout. -h,--help Show this help text diff --git a/cardano-cli/test/cardano-cli-golden/files/golden/help/latest_query_leadership-schedule.cli b/cardano-cli/test/cardano-cli-golden/files/golden/help/latest_query_leadership-schedule.cli index 6896f5dc83..199c0eb8a7 100644 --- a/cardano-cli/test/cardano-cli-golden/files/golden/help/latest_query_leadership-schedule.cli +++ b/cardano-cli/test/cardano-cli-golden/files/golden/help/latest_query_leadership-schedule.cli @@ -4,6 +4,9 @@ Usage: cardano-cli latest query leadership-schedule --socket-path SOCKET_PATH ( --mainnet | --testnet-magic NATURAL ) + [ --volatile-tip + | --immutable-tip + ] --genesis FILEPATH ( --stake-pool-verification-key STRING | --cold-verification-key-file FILEPATH @@ -11,9 +14,6 @@ Usage: cardano-cli latest query leadership-schedule --socket-path SOCKET_PATH ) --vrf-signing-key-file FILEPATH (--current | --next) - [ --volatile-tip - | --immutable-tip - ] [ --output-json | --output-text ] @@ -35,6 +35,9 @@ Available options: CARDANO_NODE_NETWORK_ID environment variable --testnet-magic NATURAL Specify a testnet magic id. This overrides the CARDANO_NODE_NETWORK_ID environment variable + --volatile-tip Use the volatile tip as a target. (This is the + default) + --immutable-tip Use the immutable tip as a target. --genesis FILEPATH Shelley genesis filepath --stake-pool-verification-key STRING Stake pool verification key (Bech32 or hex-encoded). @@ -47,9 +50,6 @@ Available options: Input filepath of the VRF signing key. --current Get the leadership schedule for the current epoch. --next Get the leadership schedule for the following epoch. - --volatile-tip Use the volatile tip as a target. (This is the - default) - --immutable-tip Use the immutable tip as a target. --output-json Format leadership-schedule query output to JSON. Default format when writing to a file --output-text Format leadership-schedule query output to TEXT. diff --git a/cardano-cli/test/cardano-cli-golden/files/golden/help/latest_query_pool-params.cli b/cardano-cli/test/cardano-cli-golden/files/golden/help/latest_query_pool-params.cli index 506406ee91..e806497985 100644 --- a/cardano-cli/test/cardano-cli-golden/files/golden/help/latest_query_pool-params.cli +++ b/cardano-cli/test/cardano-cli-golden/files/golden/help/latest_query_pool-params.cli @@ -4,10 +4,10 @@ Usage: cardano-cli latest query pool-params --socket-path SOCKET_PATH ( --mainnet | --testnet-magic NATURAL ) + [--volatile-tip | --immutable-tip] ( --all-stake-pools | (--stake-pool-id STAKE_POOL_ID) ) - [--volatile-tip | --immutable-tip] [--out-file FILEPATH] DEPRECATED. Use query pool-state instead. Dump the pool parameters @@ -28,12 +28,12 @@ Available options: CARDANO_NODE_NETWORK_ID environment variable --testnet-magic NATURAL Specify a testnet magic id. This overrides the CARDANO_NODE_NETWORK_ID environment variable + --volatile-tip Use the volatile tip as a target. (This is the + default) + --immutable-tip Use the immutable tip as a target. --all-stake-pools Query for all stake pools --stake-pool-id STAKE_POOL_ID Stake pool ID/verification key hash (either Bech32-encoded or hex-encoded). - --volatile-tip Use the volatile tip as a target. (This is the - default) - --immutable-tip Use the immutable tip as a target. --out-file FILEPATH Optional output file. Default is to write to stdout. -h,--help Show this help text diff --git a/cardano-cli/test/cardano-cli-golden/files/golden/help/latest_query_pool-state.cli b/cardano-cli/test/cardano-cli-golden/files/golden/help/latest_query_pool-state.cli index 206f275dd6..5662a7090b 100644 --- a/cardano-cli/test/cardano-cli-golden/files/golden/help/latest_query_pool-state.cli +++ b/cardano-cli/test/cardano-cli-golden/files/golden/help/latest_query_pool-state.cli @@ -4,10 +4,10 @@ Usage: cardano-cli latest query pool-state --socket-path SOCKET_PATH ( --mainnet | --testnet-magic NATURAL ) + [--volatile-tip | --immutable-tip] ( --all-stake-pools | (--stake-pool-id STAKE_POOL_ID) ) - [--volatile-tip | --immutable-tip] [--out-file FILEPATH] Dump the pool state @@ -26,12 +26,12 @@ Available options: CARDANO_NODE_NETWORK_ID environment variable --testnet-magic NATURAL Specify a testnet magic id. This overrides the CARDANO_NODE_NETWORK_ID environment variable + --volatile-tip Use the volatile tip as a target. (This is the + default) + --immutable-tip Use the immutable tip as a target. --all-stake-pools Query for all stake pools --stake-pool-id STAKE_POOL_ID Stake pool ID/verification key hash (either Bech32-encoded or hex-encoded). - --volatile-tip Use the volatile tip as a target. (This is the - default) - --immutable-tip Use the immutable tip as a target. --out-file FILEPATH Optional output file. Default is to write to stdout. -h,--help Show this help text diff --git a/cardano-cli/test/cardano-cli-golden/files/golden/help/latest_query_ref-script-size.cli b/cardano-cli/test/cardano-cli-golden/files/golden/help/latest_query_ref-script-size.cli index 4fe1fa6268..a4a945192c 100644 --- a/cardano-cli/test/cardano-cli-golden/files/golden/help/latest_query_ref-script-size.cli +++ b/cardano-cli/test/cardano-cli-golden/files/golden/help/latest_query_ref-script-size.cli @@ -1,13 +1,13 @@ Usage: cardano-cli latest query ref-script-size --socket-path SOCKET_PATH [--cardano-mode [--epoch-slots SLOTS]] - (--tx-in TX-IN) ( --mainnet | --testnet-magic NATURAL ) [ --volatile-tip | --immutable-tip ] + (--tx-in TX-IN) [ --output-json | --output-text ] @@ -26,7 +26,6 @@ Available options: (default). --epoch-slots SLOTS The number of slots per epoch for the Byron era. (default: 21600) - --tx-in TX-IN Transaction input (TxId#TxIx). --mainnet Use the mainnet magic id. This overrides the CARDANO_NODE_NETWORK_ID environment variable --testnet-magic NATURAL Specify a testnet magic id. This overrides the @@ -34,6 +33,7 @@ Available options: --volatile-tip Use the volatile tip as a target. (This is the default) --immutable-tip Use the immutable tip as a target. + --tx-in TX-IN Transaction input (TxId#TxIx). --output-json Format reference inputs query output to JSON. Default format when writing to a file --output-text Format reference inputs query output to TEXT. Default diff --git a/cardano-cli/test/cardano-cli-golden/files/golden/help/latest_query_spo-stake-distribution.cli b/cardano-cli/test/cardano-cli-golden/files/golden/help/latest_query_spo-stake-distribution.cli index d49c200112..28809b950e 100644 --- a/cardano-cli/test/cardano-cli-golden/files/golden/help/latest_query_spo-stake-distribution.cli +++ b/cardano-cli/test/cardano-cli-golden/files/golden/help/latest_query_spo-stake-distribution.cli @@ -4,6 +4,9 @@ Usage: cardano-cli latest query spo-stake-distribution --socket-path SOCKET_PATH ( --mainnet | --testnet-magic NATURAL ) + [ --volatile-tip + | --immutable-tip + ] ( --all-spos | ( --spo-verification-key STRING @@ -11,9 +14,6 @@ Usage: cardano-cli latest query spo-stake-distribution --socket-path SOCKET_PATH | --spo-key-hash HASH ) ) - [ --volatile-tip - | --immutable-tip - ] [--out-file FILEPATH] Get the SPO stake distribution. @@ -32,6 +32,9 @@ Available options: CARDANO_NODE_NETWORK_ID environment variable --testnet-magic NATURAL Specify a testnet magic id. This overrides the CARDANO_NODE_NETWORK_ID environment variable + --volatile-tip Use the volatile tip as a target. (This is the + default) + --immutable-tip Use the immutable tip as a target. --all-spos Query for all DReps. --spo-verification-key STRING SPO verification key (Bech32 or hex-encoded). @@ -39,8 +42,5 @@ Available options: Filepath of the SPO verification key. --spo-key-hash HASH SPO verification key hash (either Bech32-encoded or hex-encoded). - --volatile-tip Use the volatile tip as a target. (This is the - default) - --immutable-tip Use the immutable tip as a target. - --out-file FILEPATH The output file. + --out-file FILEPATH Optional output file. Default is to write to stdout. -h,--help Show this help text diff --git a/cardano-cli/test/cardano-cli-golden/files/golden/help/latest_query_stake-address-info.cli b/cardano-cli/test/cardano-cli-golden/files/golden/help/latest_query_stake-address-info.cli index 58fc9cc7c6..1aa57454e1 100644 --- a/cardano-cli/test/cardano-cli-golden/files/golden/help/latest_query_stake-address-info.cli +++ b/cardano-cli/test/cardano-cli-golden/files/golden/help/latest_query_stake-address-info.cli @@ -1,13 +1,13 @@ Usage: cardano-cli latest query stake-address-info --socket-path SOCKET_PATH [--cardano-mode [--epoch-slots SLOTS]] - --address ADDRESS ( --mainnet | --testnet-magic NATURAL ) [ --volatile-tip | --immutable-tip ] + --address ADDRESS [--out-file FILEPATH] Get the current delegations and reward accounts filtered by stake address. @@ -22,7 +22,6 @@ Available options: (default). --epoch-slots SLOTS The number of slots per epoch for the Byron era. (default: 21600) - --address ADDRESS Filter by Cardano stake address (Bech32-encoded). --mainnet Use the mainnet magic id. This overrides the CARDANO_NODE_NETWORK_ID environment variable --testnet-magic NATURAL Specify a testnet magic id. This overrides the @@ -30,5 +29,6 @@ Available options: --volatile-tip Use the volatile tip as a target. (This is the default) --immutable-tip Use the immutable tip as a target. + --address ADDRESS Filter by Cardano stake address (Bech32-encoded). --out-file FILEPATH Optional output file. Default is to write to stdout. -h,--help Show this help text diff --git a/cardano-cli/test/cardano-cli-golden/files/golden/help/latest_query_stake-snapshot.cli b/cardano-cli/test/cardano-cli-golden/files/golden/help/latest_query_stake-snapshot.cli index 703e9645a9..e641ec3797 100644 --- a/cardano-cli/test/cardano-cli-golden/files/golden/help/latest_query_stake-snapshot.cli +++ b/cardano-cli/test/cardano-cli-golden/files/golden/help/latest_query_stake-snapshot.cli @@ -4,12 +4,12 @@ Usage: cardano-cli latest query stake-snapshot --socket-path SOCKET_PATH ( --mainnet | --testnet-magic NATURAL ) - ( --all-stake-pools - | (--stake-pool-id STAKE_POOL_ID) - ) [ --volatile-tip | --immutable-tip ] + ( --all-stake-pools + | (--stake-pool-id STAKE_POOL_ID) + ) [--out-file FILEPATH] Obtain the three stake snapshots for a pool, plus the total active stake @@ -29,12 +29,12 @@ Available options: CARDANO_NODE_NETWORK_ID environment variable --testnet-magic NATURAL Specify a testnet magic id. This overrides the CARDANO_NODE_NETWORK_ID environment variable + --volatile-tip Use the volatile tip as a target. (This is the + default) + --immutable-tip Use the immutable tip as a target. --all-stake-pools Query for all stake pools --stake-pool-id STAKE_POOL_ID Stake pool ID/verification key hash (either Bech32-encoded or hex-encoded). - --volatile-tip Use the volatile tip as a target. (This is the - default) - --immutable-tip Use the immutable tip as a target. --out-file FILEPATH Optional output file. Default is to write to stdout. -h,--help Show this help text diff --git a/cardano-cli/test/cardano-cli-golden/files/golden/help/latest_query_treasury.cli b/cardano-cli/test/cardano-cli-golden/files/golden/help/latest_query_treasury.cli index 8159ed0e3b..837f9e9aea 100644 --- a/cardano-cli/test/cardano-cli-golden/files/golden/help/latest_query_treasury.cli +++ b/cardano-cli/test/cardano-cli-golden/files/golden/help/latest_query_treasury.cli @@ -24,5 +24,5 @@ Available options: --volatile-tip Use the volatile tip as a target. (This is the default) --immutable-tip Use the immutable tip as a target. - --out-file FILEPATH The output file. + --out-file FILEPATH Optional output file. Default is to write to stdout. -h,--help Show this help text diff --git a/cardano-cli/test/cardano-cli-golden/files/golden/help/latest_query_utxo.cli b/cardano-cli/test/cardano-cli-golden/files/golden/help/latest_query_utxo.cli index 6e22fa4560..40359e522a 100644 --- a/cardano-cli/test/cardano-cli-golden/files/golden/help/latest_query_utxo.cli +++ b/cardano-cli/test/cardano-cli-golden/files/golden/help/latest_query_utxo.cli @@ -1,11 +1,11 @@ Usage: cardano-cli latest query utxo --socket-path SOCKET_PATH [--cardano-mode [--epoch-slots SLOTS]] + (--mainnet | --testnet-magic NATURAL) + [--volatile-tip | --immutable-tip] ( --whole-utxo | (--address ADDRESS) | (--tx-in TX-IN) ) - (--mainnet | --testnet-magic NATURAL) - [--volatile-tip | --immutable-tip] [--output-json | --output-text] [--out-file FILEPATH] @@ -21,10 +21,6 @@ Available options: (default). --epoch-slots SLOTS The number of slots per epoch for the Byron era. (default: 21600) - --whole-utxo Return the whole UTxO (only appropriate on small - testnets). - --address ADDRESS Filter by Cardano address(es) (Bech32-encoded). - --tx-in TX-IN Filter by transaction input (TxId#TxIx). --mainnet Use the mainnet magic id. This overrides the CARDANO_NODE_NETWORK_ID environment variable --testnet-magic NATURAL Specify a testnet magic id. This overrides the @@ -32,6 +28,10 @@ Available options: --volatile-tip Use the volatile tip as a target. (This is the default) --immutable-tip Use the immutable tip as a target. + --whole-utxo Return the whole UTxO (only appropriate on small + testnets). + --address ADDRESS Filter by Cardano address(es) (Bech32-encoded). + --tx-in TX-IN Filter by transaction input (TxId#TxIx). --output-json Format utxo query output to JSON. Default format when writing to a file --output-text Format utxo query output to TEXT. Default format when diff --git a/cardano-cli/test/cardano-cli-golden/files/golden/help/mary_query_ref-script-size.cli b/cardano-cli/test/cardano-cli-golden/files/golden/help/mary_query_ref-script-size.cli index 8fab629907..9203eb05d5 100644 --- a/cardano-cli/test/cardano-cli-golden/files/golden/help/mary_query_ref-script-size.cli +++ b/cardano-cli/test/cardano-cli-golden/files/golden/help/mary_query_ref-script-size.cli @@ -1,10 +1,10 @@ Usage: cardano-cli mary query ref-script-size --socket-path SOCKET_PATH [--cardano-mode [--epoch-slots SLOTS]] - (--tx-in TX-IN) ( --mainnet | --testnet-magic NATURAL ) + (--tx-in TX-IN) [--output-json | --output-text] [--out-file FILEPATH] @@ -21,11 +21,11 @@ Available options: (default). --epoch-slots SLOTS The number of slots per epoch for the Byron era. (default: 21600) - --tx-in TX-IN Transaction input (TxId#TxIx). --mainnet Use the mainnet magic id. This overrides the CARDANO_NODE_NETWORK_ID environment variable --testnet-magic NATURAL Specify a testnet magic id. This overrides the CARDANO_NODE_NETWORK_ID environment variable + --tx-in TX-IN Transaction input (TxId#TxIx). --output-json Format reference inputs query output to JSON. Default format when writing to a file --output-text Format reference inputs query output to TEXT. Default diff --git a/cardano-cli/test/cardano-cli-golden/files/golden/help/mary_query_stake-address-info.cli b/cardano-cli/test/cardano-cli-golden/files/golden/help/mary_query_stake-address-info.cli index ea2f5f7a0c..720b57f5cf 100644 --- a/cardano-cli/test/cardano-cli-golden/files/golden/help/mary_query_stake-address-info.cli +++ b/cardano-cli/test/cardano-cli-golden/files/golden/help/mary_query_stake-address-info.cli @@ -1,10 +1,10 @@ Usage: cardano-cli mary query stake-address-info --socket-path SOCKET_PATH [--cardano-mode [--epoch-slots SLOTS]] - --address ADDRESS ( --mainnet | --testnet-magic NATURAL ) + --address ADDRESS [--out-file FILEPATH] Get the current delegations and reward accounts filtered by stake address. @@ -19,10 +19,10 @@ Available options: (default). --epoch-slots SLOTS The number of slots per epoch for the Byron era. (default: 21600) - --address ADDRESS Filter by Cardano stake address (Bech32-encoded). --mainnet Use the mainnet magic id. This overrides the CARDANO_NODE_NETWORK_ID environment variable --testnet-magic NATURAL Specify a testnet magic id. This overrides the CARDANO_NODE_NETWORK_ID environment variable + --address ADDRESS Filter by Cardano stake address (Bech32-encoded). --out-file FILEPATH Optional output file. Default is to write to stdout. -h,--help Show this help text diff --git a/cardano-cli/test/cardano-cli-golden/files/golden/help/mary_query_utxo.cli b/cardano-cli/test/cardano-cli-golden/files/golden/help/mary_query_utxo.cli index 36d8470c2a..a3cb2feb64 100644 --- a/cardano-cli/test/cardano-cli-golden/files/golden/help/mary_query_utxo.cli +++ b/cardano-cli/test/cardano-cli-golden/files/golden/help/mary_query_utxo.cli @@ -1,10 +1,10 @@ Usage: cardano-cli mary query utxo --socket-path SOCKET_PATH [--cardano-mode [--epoch-slots SLOTS]] + (--mainnet | --testnet-magic NATURAL) ( --whole-utxo | (--address ADDRESS) | (--tx-in TX-IN) ) - (--mainnet | --testnet-magic NATURAL) [--output-json | --output-text] [--out-file FILEPATH] @@ -20,14 +20,14 @@ Available options: (default). --epoch-slots SLOTS The number of slots per epoch for the Byron era. (default: 21600) - --whole-utxo Return the whole UTxO (only appropriate on small - testnets). - --address ADDRESS Filter by Cardano address(es) (Bech32-encoded). - --tx-in TX-IN Filter by transaction input (TxId#TxIx). --mainnet Use the mainnet magic id. This overrides the CARDANO_NODE_NETWORK_ID environment variable --testnet-magic NATURAL Specify a testnet magic id. This overrides the CARDANO_NODE_NETWORK_ID environment variable + --whole-utxo Return the whole UTxO (only appropriate on small + testnets). + --address ADDRESS Filter by Cardano address(es) (Bech32-encoded). + --tx-in TX-IN Filter by transaction input (TxId#TxIx). --output-json Format utxo query output to JSON. Default format when writing to a file --output-text Format utxo query output to TEXT. Default format when diff --git a/cardano-cli/test/cardano-cli-golden/files/golden/help/query_kes-period-info.cli b/cardano-cli/test/cardano-cli-golden/files/golden/help/query_kes-period-info.cli index 6c5976792d..a38b0ba8d5 100644 --- a/cardano-cli/test/cardano-cli-golden/files/golden/help/query_kes-period-info.cli +++ b/cardano-cli/test/cardano-cli-golden/files/golden/help/query_kes-period-info.cli @@ -2,8 +2,8 @@ Usage: cardano-cli query kes-period-info --socket-path SOCKET_PATH [--cardano-mode [--epoch-slots SLOTS]] (--mainnet | --testnet-magic NATURAL) - --op-cert-file FILEPATH [--volatile-tip | --immutable-tip] + --op-cert-file FILEPATH [--out-file FILEPATH] Get information about the current KES period and your node's operational @@ -23,9 +23,9 @@ Available options: CARDANO_NODE_NETWORK_ID environment variable --testnet-magic NATURAL Specify a testnet magic id. This overrides the CARDANO_NODE_NETWORK_ID environment variable - --op-cert-file FILEPATH Filepath of the node's operational certificate. --volatile-tip Use the volatile tip as a target. (This is the default) --immutable-tip Use the immutable tip as a target. + --op-cert-file FILEPATH Filepath of the node's operational certificate. --out-file FILEPATH Optional output file. Default is to write to stdout. -h,--help Show this help text diff --git a/cardano-cli/test/cardano-cli-golden/files/golden/help/query_leadership-schedule.cli b/cardano-cli/test/cardano-cli-golden/files/golden/help/query_leadership-schedule.cli index ea7b3db9bc..2de97171c6 100644 --- a/cardano-cli/test/cardano-cli-golden/files/golden/help/query_leadership-schedule.cli +++ b/cardano-cli/test/cardano-cli-golden/files/golden/help/query_leadership-schedule.cli @@ -4,6 +4,9 @@ Usage: cardano-cli query leadership-schedule --socket-path SOCKET_PATH ( --mainnet | --testnet-magic NATURAL ) + [ --volatile-tip + | --immutable-tip + ] --genesis FILEPATH ( --stake-pool-verification-key STRING | --cold-verification-key-file FILEPATH @@ -11,9 +14,6 @@ Usage: cardano-cli query leadership-schedule --socket-path SOCKET_PATH ) --vrf-signing-key-file FILEPATH (--current | --next) - [ --volatile-tip - | --immutable-tip - ] [--output-json | --output-text] [--out-file FILEPATH] @@ -33,6 +33,9 @@ Available options: CARDANO_NODE_NETWORK_ID environment variable --testnet-magic NATURAL Specify a testnet magic id. This overrides the CARDANO_NODE_NETWORK_ID environment variable + --volatile-tip Use the volatile tip as a target. (This is the + default) + --immutable-tip Use the immutable tip as a target. --genesis FILEPATH Shelley genesis filepath --stake-pool-verification-key STRING Stake pool verification key (Bech32 or hex-encoded). @@ -45,9 +48,6 @@ Available options: Input filepath of the VRF signing key. --current Get the leadership schedule for the current epoch. --next Get the leadership schedule for the following epoch. - --volatile-tip Use the volatile tip as a target. (This is the - default) - --immutable-tip Use the immutable tip as a target. --output-json Format leadership-schedule query output to JSON. Default format when writing to a file --output-text Format leadership-schedule query output to TEXT. diff --git a/cardano-cli/test/cardano-cli-golden/files/golden/help/query_pool-params.cli b/cardano-cli/test/cardano-cli-golden/files/golden/help/query_pool-params.cli index 5aa0f0c42b..d692e6695d 100644 --- a/cardano-cli/test/cardano-cli-golden/files/golden/help/query_pool-params.cli +++ b/cardano-cli/test/cardano-cli-golden/files/golden/help/query_pool-params.cli @@ -1,10 +1,10 @@ Usage: cardano-cli query pool-params --socket-path SOCKET_PATH [--cardano-mode [--epoch-slots SLOTS]] (--mainnet | --testnet-magic NATURAL) + [--volatile-tip | --immutable-tip] ( --all-stake-pools | (--stake-pool-id STAKE_POOL_ID) ) - [--volatile-tip | --immutable-tip] [--out-file FILEPATH] DEPRECATED. Use query pool-state instead. Dump the pool parameters @@ -25,12 +25,12 @@ Available options: CARDANO_NODE_NETWORK_ID environment variable --testnet-magic NATURAL Specify a testnet magic id. This overrides the CARDANO_NODE_NETWORK_ID environment variable + --volatile-tip Use the volatile tip as a target. (This is the + default) + --immutable-tip Use the immutable tip as a target. --all-stake-pools Query for all stake pools --stake-pool-id STAKE_POOL_ID Stake pool ID/verification key hash (either Bech32-encoded or hex-encoded). - --volatile-tip Use the volatile tip as a target. (This is the - default) - --immutable-tip Use the immutable tip as a target. --out-file FILEPATH Optional output file. Default is to write to stdout. -h,--help Show this help text diff --git a/cardano-cli/test/cardano-cli-golden/files/golden/help/query_pool-state.cli b/cardano-cli/test/cardano-cli-golden/files/golden/help/query_pool-state.cli index be6641d6b5..cc9d8b2e9e 100644 --- a/cardano-cli/test/cardano-cli-golden/files/golden/help/query_pool-state.cli +++ b/cardano-cli/test/cardano-cli-golden/files/golden/help/query_pool-state.cli @@ -1,10 +1,10 @@ Usage: cardano-cli query pool-state --socket-path SOCKET_PATH [--cardano-mode [--epoch-slots SLOTS]] (--mainnet | --testnet-magic NATURAL) + [--volatile-tip | --immutable-tip] ( --all-stake-pools | (--stake-pool-id STAKE_POOL_ID) ) - [--volatile-tip | --immutable-tip] [--out-file FILEPATH] Dump the pool state @@ -23,12 +23,12 @@ Available options: CARDANO_NODE_NETWORK_ID environment variable --testnet-magic NATURAL Specify a testnet magic id. This overrides the CARDANO_NODE_NETWORK_ID environment variable + --volatile-tip Use the volatile tip as a target. (This is the + default) + --immutable-tip Use the immutable tip as a target. --all-stake-pools Query for all stake pools --stake-pool-id STAKE_POOL_ID Stake pool ID/verification key hash (either Bech32-encoded or hex-encoded). - --volatile-tip Use the volatile tip as a target. (This is the - default) - --immutable-tip Use the immutable tip as a target. --out-file FILEPATH Optional output file. Default is to write to stdout. -h,--help Show this help text diff --git a/cardano-cli/test/cardano-cli-golden/files/golden/help/query_stake-address-info.cli b/cardano-cli/test/cardano-cli-golden/files/golden/help/query_stake-address-info.cli index e1dba2c354..d00ca2e83d 100644 --- a/cardano-cli/test/cardano-cli-golden/files/golden/help/query_stake-address-info.cli +++ b/cardano-cli/test/cardano-cli-golden/files/golden/help/query_stake-address-info.cli @@ -1,11 +1,11 @@ Usage: cardano-cli query stake-address-info --socket-path SOCKET_PATH [--cardano-mode [--epoch-slots SLOTS]] - --address ADDRESS ( --mainnet | --testnet-magic NATURAL ) [--volatile-tip | --immutable-tip] + --address ADDRESS [--out-file FILEPATH] Get the current delegations and reward accounts filtered by stake address. @@ -20,7 +20,6 @@ Available options: (default). --epoch-slots SLOTS The number of slots per epoch for the Byron era. (default: 21600) - --address ADDRESS Filter by Cardano stake address (Bech32-encoded). --mainnet Use the mainnet magic id. This overrides the CARDANO_NODE_NETWORK_ID environment variable --testnet-magic NATURAL Specify a testnet magic id. This overrides the @@ -28,5 +27,6 @@ Available options: --volatile-tip Use the volatile tip as a target. (This is the default) --immutable-tip Use the immutable tip as a target. + --address ADDRESS Filter by Cardano stake address (Bech32-encoded). --out-file FILEPATH Optional output file. Default is to write to stdout. -h,--help Show this help text diff --git a/cardano-cli/test/cardano-cli-golden/files/golden/help/query_stake-snapshot.cli b/cardano-cli/test/cardano-cli-golden/files/golden/help/query_stake-snapshot.cli index f6cd339214..393d0f4323 100644 --- a/cardano-cli/test/cardano-cli-golden/files/golden/help/query_stake-snapshot.cli +++ b/cardano-cli/test/cardano-cli-golden/files/golden/help/query_stake-snapshot.cli @@ -1,10 +1,10 @@ Usage: cardano-cli query stake-snapshot --socket-path SOCKET_PATH [--cardano-mode [--epoch-slots SLOTS]] (--mainnet | --testnet-magic NATURAL) + [--volatile-tip | --immutable-tip] ( --all-stake-pools | (--stake-pool-id STAKE_POOL_ID) ) - [--volatile-tip | --immutable-tip] [--out-file FILEPATH] Obtain the three stake snapshots for a pool, plus the total active stake @@ -24,12 +24,12 @@ Available options: CARDANO_NODE_NETWORK_ID environment variable --testnet-magic NATURAL Specify a testnet magic id. This overrides the CARDANO_NODE_NETWORK_ID environment variable + --volatile-tip Use the volatile tip as a target. (This is the + default) + --immutable-tip Use the immutable tip as a target. --all-stake-pools Query for all stake pools --stake-pool-id STAKE_POOL_ID Stake pool ID/verification key hash (either Bech32-encoded or hex-encoded). - --volatile-tip Use the volatile tip as a target. (This is the - default) - --immutable-tip Use the immutable tip as a target. --out-file FILEPATH Optional output file. Default is to write to stdout. -h,--help Show this help text diff --git a/cardano-cli/test/cardano-cli-golden/files/golden/help/query_utxo.cli b/cardano-cli/test/cardano-cli-golden/files/golden/help/query_utxo.cli index f0ecd043ab..7f95127419 100644 --- a/cardano-cli/test/cardano-cli-golden/files/golden/help/query_utxo.cli +++ b/cardano-cli/test/cardano-cli-golden/files/golden/help/query_utxo.cli @@ -1,11 +1,11 @@ Usage: cardano-cli query utxo --socket-path SOCKET_PATH [--cardano-mode [--epoch-slots SLOTS]] + (--mainnet | --testnet-magic NATURAL) + [--volatile-tip | --immutable-tip] ( --whole-utxo | (--address ADDRESS) | (--tx-in TX-IN) ) - (--mainnet | --testnet-magic NATURAL) - [--volatile-tip | --immutable-tip] [--output-json | --output-text] [--out-file FILEPATH] @@ -21,10 +21,6 @@ Available options: (default). --epoch-slots SLOTS The number of slots per epoch for the Byron era. (default: 21600) - --whole-utxo Return the whole UTxO (only appropriate on small - testnets). - --address ADDRESS Filter by Cardano address(es) (Bech32-encoded). - --tx-in TX-IN Filter by transaction input (TxId#TxIx). --mainnet Use the mainnet magic id. This overrides the CARDANO_NODE_NETWORK_ID environment variable --testnet-magic NATURAL Specify a testnet magic id. This overrides the @@ -32,6 +28,10 @@ Available options: --volatile-tip Use the volatile tip as a target. (This is the default) --immutable-tip Use the immutable tip as a target. + --whole-utxo Return the whole UTxO (only appropriate on small + testnets). + --address ADDRESS Filter by Cardano address(es) (Bech32-encoded). + --tx-in TX-IN Filter by transaction input (TxId#TxIx). --output-json Format utxo query output to JSON. Default format when writing to a file --output-text Format utxo query output to TEXT. Default format when diff --git a/cardano-cli/test/cardano-cli-golden/files/golden/help/shelley_query_ref-script-size.cli b/cardano-cli/test/cardano-cli-golden/files/golden/help/shelley_query_ref-script-size.cli index 4e24588a60..e9ebfbf0a7 100644 --- a/cardano-cli/test/cardano-cli-golden/files/golden/help/shelley_query_ref-script-size.cli +++ b/cardano-cli/test/cardano-cli-golden/files/golden/help/shelley_query_ref-script-size.cli @@ -1,10 +1,10 @@ Usage: cardano-cli shelley query ref-script-size --socket-path SOCKET_PATH [--cardano-mode [--epoch-slots SLOTS]] - (--tx-in TX-IN) ( --mainnet | --testnet-magic NATURAL ) + (--tx-in TX-IN) [ --output-json | --output-text ] @@ -23,11 +23,11 @@ Available options: (default). --epoch-slots SLOTS The number of slots per epoch for the Byron era. (default: 21600) - --tx-in TX-IN Transaction input (TxId#TxIx). --mainnet Use the mainnet magic id. This overrides the CARDANO_NODE_NETWORK_ID environment variable --testnet-magic NATURAL Specify a testnet magic id. This overrides the CARDANO_NODE_NETWORK_ID environment variable + --tx-in TX-IN Transaction input (TxId#TxIx). --output-json Format reference inputs query output to JSON. Default format when writing to a file --output-text Format reference inputs query output to TEXT. Default diff --git a/cardano-cli/test/cardano-cli-golden/files/golden/help/shelley_query_stake-address-info.cli b/cardano-cli/test/cardano-cli-golden/files/golden/help/shelley_query_stake-address-info.cli index 5088159645..2b5de1ed0d 100644 --- a/cardano-cli/test/cardano-cli-golden/files/golden/help/shelley_query_stake-address-info.cli +++ b/cardano-cli/test/cardano-cli-golden/files/golden/help/shelley_query_stake-address-info.cli @@ -1,10 +1,10 @@ Usage: cardano-cli shelley query stake-address-info --socket-path SOCKET_PATH [--cardano-mode [--epoch-slots SLOTS]] - --address ADDRESS ( --mainnet | --testnet-magic NATURAL ) + --address ADDRESS [--out-file FILEPATH] Get the current delegations and reward accounts filtered by stake address. @@ -19,10 +19,10 @@ Available options: (default). --epoch-slots SLOTS The number of slots per epoch for the Byron era. (default: 21600) - --address ADDRESS Filter by Cardano stake address (Bech32-encoded). --mainnet Use the mainnet magic id. This overrides the CARDANO_NODE_NETWORK_ID environment variable --testnet-magic NATURAL Specify a testnet magic id. This overrides the CARDANO_NODE_NETWORK_ID environment variable + --address ADDRESS Filter by Cardano stake address (Bech32-encoded). --out-file FILEPATH Optional output file. Default is to write to stdout. -h,--help Show this help text diff --git a/cardano-cli/test/cardano-cli-golden/files/golden/help/shelley_query_utxo.cli b/cardano-cli/test/cardano-cli-golden/files/golden/help/shelley_query_utxo.cli index 1d781834a6..10ed28d757 100644 --- a/cardano-cli/test/cardano-cli-golden/files/golden/help/shelley_query_utxo.cli +++ b/cardano-cli/test/cardano-cli-golden/files/golden/help/shelley_query_utxo.cli @@ -1,10 +1,10 @@ Usage: cardano-cli shelley query utxo --socket-path SOCKET_PATH [--cardano-mode [--epoch-slots SLOTS]] + (--mainnet | --testnet-magic NATURAL) ( --whole-utxo | (--address ADDRESS) | (--tx-in TX-IN) ) - (--mainnet | --testnet-magic NATURAL) [--output-json | --output-text] [--out-file FILEPATH] @@ -20,14 +20,14 @@ Available options: (default). --epoch-slots SLOTS The number of slots per epoch for the Byron era. (default: 21600) - --whole-utxo Return the whole UTxO (only appropriate on small - testnets). - --address ADDRESS Filter by Cardano address(es) (Bech32-encoded). - --tx-in TX-IN Filter by transaction input (TxId#TxIx). --mainnet Use the mainnet magic id. This overrides the CARDANO_NODE_NETWORK_ID environment variable --testnet-magic NATURAL Specify a testnet magic id. This overrides the CARDANO_NODE_NETWORK_ID environment variable + --whole-utxo Return the whole UTxO (only appropriate on small + testnets). + --address ADDRESS Filter by Cardano address(es) (Bech32-encoded). + --tx-in TX-IN Filter by transaction input (TxId#TxIx). --output-json Format utxo query output to JSON. Default format when writing to a file --output-text Format utxo query output to TEXT. Default format when