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 f36b007fc7..82f14de783 100644 --- a/cardano-cli/test/cardano-cli-golden/files/golden/help.cli +++ b/cardano-cli/test/cardano-cli-golden/files/golden/help.cli @@ -224,60 +224,63 @@ Usage: cardano-cli query Node query commands. Will query the local node whose Unix domain socket is obtained from the CARDANO_NODE_SOCKET_PATH environment variable. -Usage: cardano-cli query protocol-parameters --socket-path SOCKET_PATH +Usage: cardano-cli query protocol-parameters [--cardano-mode [--epoch-slots SLOTS]] ( --mainnet | --testnet-magic NATURAL ) + --socket-path SOCKET_PATH [--out-file FILEPATH] Get the node's current protocol parameters -Usage: cardano-cli query tip --socket-path SOCKET_PATH - [--cardano-mode [--epoch-slots SLOTS]] +Usage: cardano-cli query tip [--cardano-mode [--epoch-slots SLOTS]] (--mainnet | --testnet-magic NATURAL) + --socket-path SOCKET_PATH [--volatile-tip | --immutable-tip] [--out-file FILEPATH] Get the node's current tip (slot no, hash, block no) -Usage: cardano-cli query stake-pools --socket-path SOCKET_PATH - [--cardano-mode [--epoch-slots SLOTS]] +Usage: cardano-cli query stake-pools [--cardano-mode [--epoch-slots SLOTS]] (--mainnet | --testnet-magic NATURAL) + --socket-path SOCKET_PATH [--volatile-tip | --immutable-tip] [--output-json | --output-text] [--out-file FILEPATH] Get the node's current set of stake pool ids -Usage: cardano-cli query stake-distribution --socket-path SOCKET_PATH +Usage: cardano-cli query stake-distribution [--cardano-mode [--epoch-slots SLOTS]] ( --mainnet | --testnet-magic NATURAL ) + --socket-path SOCKET_PATH [--volatile-tip | --immutable-tip] [--output-json | --output-text] [--out-file FILEPATH] Get the node's current aggregated stake distribution -Usage: cardano-cli query stake-address-info --socket-path SOCKET_PATH +Usage: cardano-cli query stake-address-info [--cardano-mode [--epoch-slots SLOTS]] ( --mainnet | --testnet-magic NATURAL ) + --socket-path SOCKET_PATH [--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]] +Usage: cardano-cli query utxo [--cardano-mode [--epoch-slots SLOTS]] (--mainnet | --testnet-magic NATURAL) + --socket-path SOCKET_PATH [--volatile-tip | --immutable-tip] ( --whole-utxo | (--address ADDRESS) @@ -288,27 +291,27 @@ Usage: cardano-cli query utxo --socket-path SOCKET_PATH Get a portion of the current UTxO: by tx in, by address or the whole. -Usage: cardano-cli query ledger-state --socket-path SOCKET_PATH - [--cardano-mode [--epoch-slots SLOTS]] +Usage: cardano-cli query ledger-state [--cardano-mode [--epoch-slots SLOTS]] (--mainnet | --testnet-magic NATURAL) + --socket-path SOCKET_PATH [--volatile-tip | --immutable-tip] [--out-file FILEPATH] Dump the current ledger state of the node (Ledger.NewEpochState -- advanced command) -Usage: cardano-cli query protocol-state --socket-path SOCKET_PATH - [--cardano-mode [--epoch-slots SLOTS]] +Usage: cardano-cli query protocol-state [--cardano-mode [--epoch-slots SLOTS]] (--mainnet | --testnet-magic NATURAL) + --socket-path SOCKET_PATH [--volatile-tip | --immutable-tip] [--out-file FILEPATH] Dump the current protocol state of the node (Ledger.ChainDepState -- advanced command) -Usage: cardano-cli query stake-snapshot --socket-path SOCKET_PATH - [--cardano-mode [--epoch-slots SLOTS]] +Usage: cardano-cli query stake-snapshot [--cardano-mode [--epoch-slots SLOTS]] (--mainnet | --testnet-magic NATURAL) + --socket-path SOCKET_PATH [--volatile-tip | --immutable-tip] ( --all-stake-pools | (--stake-pool-id STAKE_POOL_ID) @@ -318,9 +321,9 @@ Usage: cardano-cli query stake-snapshot --socket-path SOCKET_PATH Obtain the three stake snapshots for a pool, plus the total active stake (advanced command) -Usage: cardano-cli query pool-params --socket-path SOCKET_PATH - [--cardano-mode [--epoch-slots SLOTS]] +Usage: cardano-cli query pool-params [--cardano-mode [--epoch-slots SLOTS]] (--mainnet | --testnet-magic NATURAL) + --socket-path SOCKET_PATH [--volatile-tip | --immutable-tip] ( --all-stake-pools | (--stake-pool-id STAKE_POOL_ID) @@ -331,12 +334,13 @@ Usage: cardano-cli query pool-params --socket-path SOCKET_PATH (Ledger.NewEpochState.esLState._delegationState._pState._pParams -- advanced command) -Usage: cardano-cli query leadership-schedule --socket-path SOCKET_PATH +Usage: cardano-cli query leadership-schedule [--cardano-mode [--epoch-slots SLOTS]] ( --mainnet | --testnet-magic NATURAL ) + --socket-path SOCKET_PATH [ --volatile-tip | --immutable-tip ] @@ -352,10 +356,9 @@ Usage: cardano-cli query leadership-schedule --socket-path SOCKET_PATH Get the slots the node is expected to mint a block in (advanced command) -Usage: cardano-cli query kes-period-info --socket-path SOCKET_PATH - [--cardano-mode - [--epoch-slots SLOTS]] +Usage: cardano-cli query kes-period-info [--cardano-mode [--epoch-slots SLOTS]] (--mainnet | --testnet-magic NATURAL) + --socket-path SOCKET_PATH [--volatile-tip | --immutable-tip] --op-cert-file FILEPATH [--out-file FILEPATH] @@ -363,9 +366,9 @@ Usage: cardano-cli query kes-period-info --socket-path SOCKET_PATH Get information about the current KES period and your node's operational certificate. -Usage: cardano-cli query pool-state --socket-path SOCKET_PATH - [--cardano-mode [--epoch-slots SLOTS]] +Usage: cardano-cli query pool-state [--cardano-mode [--epoch-slots SLOTS]] (--mainnet | --testnet-magic NATURAL) + --socket-path SOCKET_PATH [--volatile-tip | --immutable-tip] ( --all-stake-pools | (--stake-pool-id STAKE_POOL_ID) @@ -374,9 +377,9 @@ Usage: cardano-cli query pool-state --socket-path SOCKET_PATH Dump the pool state -Usage: cardano-cli query tx-mempool --socket-path SOCKET_PATH - [--cardano-mode [--epoch-slots SLOTS]] +Usage: cardano-cli query tx-mempool [--cardano-mode [--epoch-slots SLOTS]] (--mainnet | --testnet-magic NATURAL) + --socket-path SOCKET_PATH (info | next-tx | tx-exists) [--out-file FILEPATH] @@ -394,20 +397,21 @@ Usage: cardano-cli query tx-mempool tx-exists TX_ID Query if a particular transaction exists in the mempool -Usage: cardano-cli query slot-number --socket-path SOCKET_PATH - [--cardano-mode [--epoch-slots SLOTS]] +Usage: cardano-cli query slot-number [--cardano-mode [--epoch-slots SLOTS]] (--mainnet | --testnet-magic NATURAL) + --socket-path SOCKET_PATH [--volatile-tip | --immutable-tip] TIMESTAMP Query slot number for UTC timestamp -Usage: cardano-cli query ledger-peer-snapshot --socket-path SOCKET_PATH +Usage: cardano-cli query ledger-peer-snapshot [--cardano-mode [--epoch-slots SLOTS]] ( --mainnet | --testnet-magic NATURAL ) + --socket-path SOCKET_PATH [ --volatile-tip | --immutable-tip ] @@ -1389,40 +1393,43 @@ Usage: cardano-cli shelley query Node query commands. Will query the local node whose Unix domain socket is obtained from the CARDANO_NODE_SOCKET_PATH environment variable. -Usage: cardano-cli shelley query protocol-parameters --socket-path SOCKET_PATH +Usage: cardano-cli shelley query protocol-parameters [--cardano-mode [--epoch-slots SLOTS]] ( --mainnet | --testnet-magic NATURAL ) + --socket-path SOCKET_PATH [--out-file FILEPATH] Get the node's current protocol parameters -Usage: cardano-cli shelley query tip --socket-path SOCKET_PATH - [--cardano-mode [--epoch-slots SLOTS]] +Usage: cardano-cli shelley query tip [--cardano-mode [--epoch-slots SLOTS]] (--mainnet | --testnet-magic NATURAL) + --socket-path SOCKET_PATH [--out-file FILEPATH] Get the node's current tip (slot no, hash, block no) -Usage: cardano-cli shelley query stake-pools --socket-path SOCKET_PATH +Usage: cardano-cli shelley query stake-pools [--cardano-mode [--epoch-slots SLOTS]] ( --mainnet | --testnet-magic NATURAL ) + --socket-path SOCKET_PATH [--output-json | --output-text] [--out-file FILEPATH] Get the node's current set of stake pool ids -Usage: cardano-cli shelley query stake-distribution --socket-path SOCKET_PATH +Usage: cardano-cli shelley query stake-distribution [--cardano-mode [--epoch-slots SLOTS]] ( --mainnet | --testnet-magic NATURAL ) + --socket-path SOCKET_PATH [ --output-json | --output-text ] @@ -1430,20 +1437,21 @@ Usage: cardano-cli shelley query stake-distribution --socket-path SOCKET_PATH Get the node's current aggregated stake distribution -Usage: cardano-cli shelley query stake-address-info --socket-path SOCKET_PATH +Usage: cardano-cli shelley query stake-address-info [--cardano-mode [--epoch-slots SLOTS]] ( --mainnet | --testnet-magic NATURAL ) + --socket-path SOCKET_PATH --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]] +Usage: cardano-cli shelley query utxo [--cardano-mode [--epoch-slots SLOTS]] (--mainnet | --testnet-magic NATURAL) + --socket-path SOCKET_PATH ( --whole-utxo | (--address ADDRESS) | (--tx-in TX-IN) @@ -1453,45 +1461,49 @@ Usage: cardano-cli shelley query utxo --socket-path SOCKET_PATH Get a portion of the current UTxO: by tx in, by address or the whole. -Usage: cardano-cli shelley query ledger-state --socket-path SOCKET_PATH +Usage: cardano-cli shelley query ledger-state [--cardano-mode [--epoch-slots SLOTS]] ( --mainnet | --testnet-magic NATURAL ) + --socket-path SOCKET_PATH [--out-file FILEPATH] Dump the current ledger state of the node (Ledger.NewEpochState -- advanced command) -Usage: cardano-cli shelley query ledger-peer-snapshot --socket-path SOCKET_PATH +Usage: cardano-cli shelley query ledger-peer-snapshot [--cardano-mode [--epoch-slots SLOTS]] ( --mainnet | --testnet-magic NATURAL ) + --socket-path SOCKET_PATH [--out-file FILEPATH] Dump the current snapshot of ledger peers.These are the largest pools that cumulatively hold 90% of total stake. -Usage: cardano-cli shelley query protocol-state --socket-path SOCKET_PATH +Usage: cardano-cli shelley query protocol-state [--cardano-mode [--epoch-slots SLOTS]] ( --mainnet | --testnet-magic NATURAL ) + --socket-path SOCKET_PATH [--out-file FILEPATH] Dump the current protocol state of the node (Ledger.ChainDepState -- advanced command) -Usage: cardano-cli shelley query stake-snapshot --socket-path SOCKET_PATH +Usage: cardano-cli shelley query stake-snapshot [--cardano-mode [--epoch-slots SLOTS]] ( --mainnet | --testnet-magic NATURAL ) + --socket-path SOCKET_PATH ( --all-stake-pools | (--stake-pool-id STAKE_POOL_ID) ) @@ -1500,12 +1512,13 @@ Usage: cardano-cli shelley query stake-snapshot --socket-path SOCKET_PATH Obtain the three stake snapshots for a pool, plus the total active stake (advanced command) -Usage: cardano-cli shelley query pool-params --socket-path SOCKET_PATH +Usage: cardano-cli shelley query pool-params [--cardano-mode [--epoch-slots SLOTS]] ( --mainnet | --testnet-magic NATURAL ) + --socket-path SOCKET_PATH ( --all-stake-pools | (--stake-pool-id STAKE_POOL_ID) ) @@ -1515,12 +1528,13 @@ Usage: cardano-cli shelley query pool-params --socket-path SOCKET_PATH (Ledger.NewEpochState.esLState._delegationState._pState._pParams -- advanced command) -Usage: cardano-cli shelley query leadership-schedule --socket-path SOCKET_PATH +Usage: cardano-cli shelley query leadership-schedule [--cardano-mode [--epoch-slots SLOTS]] ( --mainnet | --testnet-magic NATURAL ) + --socket-path SOCKET_PATH --genesis FILEPATH ( --stake-pool-verification-key STRING | --cold-verification-key-file FILEPATH @@ -1535,24 +1549,26 @@ Usage: cardano-cli shelley query leadership-schedule --socket-path SOCKET_PATH Get the slots the node is expected to mint a block in (advanced command) -Usage: cardano-cli shelley query kes-period-info --socket-path SOCKET_PATH +Usage: cardano-cli shelley query kes-period-info [--cardano-mode [--epoch-slots SLOTS]] ( --mainnet | --testnet-magic NATURAL ) + --socket-path SOCKET_PATH --op-cert-file FILEPATH [--out-file FILEPATH] Get information about the current KES period and your node's operational certificate. -Usage: cardano-cli shelley query pool-state --socket-path SOCKET_PATH +Usage: cardano-cli shelley query pool-state [--cardano-mode [--epoch-slots SLOTS]] ( --mainnet | --testnet-magic NATURAL ) + --socket-path SOCKET_PATH ( --all-stake-pools | (--stake-pool-id STAKE_POOL_ID) ) @@ -1560,12 +1576,13 @@ Usage: cardano-cli shelley query pool-state --socket-path SOCKET_PATH Dump the pool state -Usage: cardano-cli shelley query tx-mempool --socket-path SOCKET_PATH +Usage: cardano-cli shelley query tx-mempool [--cardano-mode [--epoch-slots SLOTS]] ( --mainnet | --testnet-magic NATURAL ) + --socket-path SOCKET_PATH (info | next-tx | tx-exists) [--out-file FILEPATH] @@ -1583,22 +1600,24 @@ Usage: cardano-cli shelley query tx-mempool tx-exists TX_ID Query if a particular transaction exists in the mempool -Usage: cardano-cli shelley query slot-number --socket-path SOCKET_PATH +Usage: cardano-cli shelley query slot-number [--cardano-mode [--epoch-slots SLOTS]] ( --mainnet | --testnet-magic NATURAL ) + --socket-path SOCKET_PATH TIMESTAMP Query slot number for UTC timestamp -Usage: cardano-cli shelley query ref-script-size --socket-path SOCKET_PATH +Usage: cardano-cli shelley query ref-script-size [--cardano-mode [--epoch-slots SLOTS]] ( --mainnet | --testnet-magic NATURAL ) + --socket-path SOCKET_PATH (--tx-in TX-IN) [ --output-json | --output-text @@ -1943,12 +1962,13 @@ Usage: cardano-cli shelley transaction sign-witness --tx-body-file FILEPATH Assemble a tx body and witness(es) to form a transaction -Usage: cardano-cli shelley transaction submit --socket-path SOCKET_PATH +Usage: cardano-cli shelley transaction submit [--cardano-mode [--epoch-slots SLOTS]] ( --mainnet | --testnet-magic NATURAL ) + --socket-path SOCKET_PATH --tx-file FILEPATH Submit a transaction to the local node whose Unix domain socket is obtained @@ -2453,40 +2473,43 @@ Usage: cardano-cli allegra query Node query commands. Will query the local node whose Unix domain socket is obtained from the CARDANO_NODE_SOCKET_PATH environment variable. -Usage: cardano-cli allegra query protocol-parameters --socket-path SOCKET_PATH +Usage: cardano-cli allegra query protocol-parameters [--cardano-mode [--epoch-slots SLOTS]] ( --mainnet | --testnet-magic NATURAL ) + --socket-path SOCKET_PATH [--out-file FILEPATH] Get the node's current protocol parameters -Usage: cardano-cli allegra query tip --socket-path SOCKET_PATH - [--cardano-mode [--epoch-slots SLOTS]] +Usage: cardano-cli allegra query tip [--cardano-mode [--epoch-slots SLOTS]] (--mainnet | --testnet-magic NATURAL) + --socket-path SOCKET_PATH [--out-file FILEPATH] Get the node's current tip (slot no, hash, block no) -Usage: cardano-cli allegra query stake-pools --socket-path SOCKET_PATH +Usage: cardano-cli allegra query stake-pools [--cardano-mode [--epoch-slots SLOTS]] ( --mainnet | --testnet-magic NATURAL ) + --socket-path SOCKET_PATH [--output-json | --output-text] [--out-file FILEPATH] Get the node's current set of stake pool ids -Usage: cardano-cli allegra query stake-distribution --socket-path SOCKET_PATH +Usage: cardano-cli allegra query stake-distribution [--cardano-mode [--epoch-slots SLOTS]] ( --mainnet | --testnet-magic NATURAL ) + --socket-path SOCKET_PATH [ --output-json | --output-text ] @@ -2494,20 +2517,21 @@ Usage: cardano-cli allegra query stake-distribution --socket-path SOCKET_PATH Get the node's current aggregated stake distribution -Usage: cardano-cli allegra query stake-address-info --socket-path SOCKET_PATH +Usage: cardano-cli allegra query stake-address-info [--cardano-mode [--epoch-slots SLOTS]] ( --mainnet | --testnet-magic NATURAL ) + --socket-path SOCKET_PATH --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]] +Usage: cardano-cli allegra query utxo [--cardano-mode [--epoch-slots SLOTS]] (--mainnet | --testnet-magic NATURAL) + --socket-path SOCKET_PATH ( --whole-utxo | (--address ADDRESS) | (--tx-in TX-IN) @@ -2517,45 +2541,49 @@ Usage: cardano-cli allegra query utxo --socket-path SOCKET_PATH Get a portion of the current UTxO: by tx in, by address or the whole. -Usage: cardano-cli allegra query ledger-state --socket-path SOCKET_PATH +Usage: cardano-cli allegra query ledger-state [--cardano-mode [--epoch-slots SLOTS]] ( --mainnet | --testnet-magic NATURAL ) + --socket-path SOCKET_PATH [--out-file FILEPATH] Dump the current ledger state of the node (Ledger.NewEpochState -- advanced command) -Usage: cardano-cli allegra query ledger-peer-snapshot --socket-path SOCKET_PATH +Usage: cardano-cli allegra query ledger-peer-snapshot [--cardano-mode [--epoch-slots SLOTS]] ( --mainnet | --testnet-magic NATURAL ) + --socket-path SOCKET_PATH [--out-file FILEPATH] Dump the current snapshot of ledger peers.These are the largest pools that cumulatively hold 90% of total stake. -Usage: cardano-cli allegra query protocol-state --socket-path SOCKET_PATH +Usage: cardano-cli allegra query protocol-state [--cardano-mode [--epoch-slots SLOTS]] ( --mainnet | --testnet-magic NATURAL ) + --socket-path SOCKET_PATH [--out-file FILEPATH] Dump the current protocol state of the node (Ledger.ChainDepState -- advanced command) -Usage: cardano-cli allegra query stake-snapshot --socket-path SOCKET_PATH +Usage: cardano-cli allegra query stake-snapshot [--cardano-mode [--epoch-slots SLOTS]] ( --mainnet | --testnet-magic NATURAL ) + --socket-path SOCKET_PATH ( --all-stake-pools | (--stake-pool-id STAKE_POOL_ID) ) @@ -2564,12 +2592,13 @@ Usage: cardano-cli allegra query stake-snapshot --socket-path SOCKET_PATH Obtain the three stake snapshots for a pool, plus the total active stake (advanced command) -Usage: cardano-cli allegra query pool-params --socket-path SOCKET_PATH +Usage: cardano-cli allegra query pool-params [--cardano-mode [--epoch-slots SLOTS]] ( --mainnet | --testnet-magic NATURAL ) + --socket-path SOCKET_PATH ( --all-stake-pools | (--stake-pool-id STAKE_POOL_ID) ) @@ -2579,12 +2608,13 @@ Usage: cardano-cli allegra query pool-params --socket-path SOCKET_PATH (Ledger.NewEpochState.esLState._delegationState._pState._pParams -- advanced command) -Usage: cardano-cli allegra query leadership-schedule --socket-path SOCKET_PATH +Usage: cardano-cli allegra query leadership-schedule [--cardano-mode [--epoch-slots SLOTS]] ( --mainnet | --testnet-magic NATURAL ) + --socket-path SOCKET_PATH --genesis FILEPATH ( --stake-pool-verification-key STRING | --cold-verification-key-file FILEPATH @@ -2599,24 +2629,26 @@ Usage: cardano-cli allegra query leadership-schedule --socket-path SOCKET_PATH Get the slots the node is expected to mint a block in (advanced command) -Usage: cardano-cli allegra query kes-period-info --socket-path SOCKET_PATH +Usage: cardano-cli allegra query kes-period-info [--cardano-mode [--epoch-slots SLOTS]] ( --mainnet | --testnet-magic NATURAL ) + --socket-path SOCKET_PATH --op-cert-file FILEPATH [--out-file FILEPATH] Get information about the current KES period and your node's operational certificate. -Usage: cardano-cli allegra query pool-state --socket-path SOCKET_PATH +Usage: cardano-cli allegra query pool-state [--cardano-mode [--epoch-slots SLOTS]] ( --mainnet | --testnet-magic NATURAL ) + --socket-path SOCKET_PATH ( --all-stake-pools | (--stake-pool-id STAKE_POOL_ID) ) @@ -2624,12 +2656,13 @@ Usage: cardano-cli allegra query pool-state --socket-path SOCKET_PATH Dump the pool state -Usage: cardano-cli allegra query tx-mempool --socket-path SOCKET_PATH +Usage: cardano-cli allegra query tx-mempool [--cardano-mode [--epoch-slots SLOTS]] ( --mainnet | --testnet-magic NATURAL ) + --socket-path SOCKET_PATH (info | next-tx | tx-exists) [--out-file FILEPATH] @@ -2647,22 +2680,24 @@ Usage: cardano-cli allegra query tx-mempool tx-exists TX_ID Query if a particular transaction exists in the mempool -Usage: cardano-cli allegra query slot-number --socket-path SOCKET_PATH +Usage: cardano-cli allegra query slot-number [--cardano-mode [--epoch-slots SLOTS]] ( --mainnet | --testnet-magic NATURAL ) + --socket-path SOCKET_PATH TIMESTAMP Query slot number for UTC timestamp -Usage: cardano-cli allegra query ref-script-size --socket-path SOCKET_PATH +Usage: cardano-cli allegra query ref-script-size [--cardano-mode [--epoch-slots SLOTS]] ( --mainnet | --testnet-magic NATURAL ) + --socket-path SOCKET_PATH (--tx-in TX-IN) [ --output-json | --output-text @@ -3007,12 +3042,13 @@ Usage: cardano-cli allegra transaction sign-witness --tx-body-file FILEPATH Assemble a tx body and witness(es) to form a transaction -Usage: cardano-cli allegra transaction submit --socket-path SOCKET_PATH +Usage: cardano-cli allegra transaction submit [--cardano-mode [--epoch-slots SLOTS]] ( --mainnet | --testnet-magic NATURAL ) + --socket-path SOCKET_PATH --tx-file FILEPATH Submit a transaction to the local node whose Unix domain socket is obtained @@ -3515,40 +3551,41 @@ Usage: cardano-cli mary query Node query commands. Will query the local node whose Unix domain socket is obtained from the CARDANO_NODE_SOCKET_PATH environment variable. -Usage: cardano-cli mary query protocol-parameters --socket-path SOCKET_PATH +Usage: cardano-cli mary query protocol-parameters [--cardano-mode [--epoch-slots SLOTS]] ( --mainnet | --testnet-magic NATURAL ) + --socket-path SOCKET_PATH [--out-file FILEPATH] Get the node's current protocol parameters -Usage: cardano-cli mary query tip --socket-path SOCKET_PATH - [--cardano-mode [--epoch-slots SLOTS]] +Usage: cardano-cli mary query tip [--cardano-mode [--epoch-slots SLOTS]] (--mainnet | --testnet-magic NATURAL) + --socket-path SOCKET_PATH [--out-file FILEPATH] Get the node's current tip (slot no, hash, block no) -Usage: cardano-cli mary query stake-pools --socket-path SOCKET_PATH - [--cardano-mode - [--epoch-slots SLOTS]] +Usage: cardano-cli mary query stake-pools [--cardano-mode [--epoch-slots SLOTS]] ( --mainnet | --testnet-magic NATURAL ) + --socket-path SOCKET_PATH [--output-json | --output-text] [--out-file FILEPATH] Get the node's current set of stake pool ids -Usage: cardano-cli mary query stake-distribution --socket-path SOCKET_PATH +Usage: cardano-cli mary query stake-distribution [--cardano-mode [--epoch-slots SLOTS]] ( --mainnet | --testnet-magic NATURAL ) + --socket-path SOCKET_PATH [ --output-json | --output-text ] @@ -3556,20 +3593,21 @@ Usage: cardano-cli mary query stake-distribution --socket-path SOCKET_PATH Get the node's current aggregated stake distribution -Usage: cardano-cli mary query stake-address-info --socket-path SOCKET_PATH +Usage: cardano-cli mary query stake-address-info [--cardano-mode [--epoch-slots SLOTS]] ( --mainnet | --testnet-magic NATURAL ) + --socket-path SOCKET_PATH --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]] +Usage: cardano-cli mary query utxo [--cardano-mode [--epoch-slots SLOTS]] (--mainnet | --testnet-magic NATURAL) + --socket-path SOCKET_PATH ( --whole-utxo | (--address ADDRESS) | (--tx-in TX-IN) @@ -3579,45 +3617,49 @@ Usage: cardano-cli mary query utxo --socket-path SOCKET_PATH Get a portion of the current UTxO: by tx in, by address or the whole. -Usage: cardano-cli mary query ledger-state --socket-path SOCKET_PATH +Usage: cardano-cli mary query ledger-state [--cardano-mode [--epoch-slots SLOTS]] ( --mainnet | --testnet-magic NATURAL ) + --socket-path SOCKET_PATH [--out-file FILEPATH] Dump the current ledger state of the node (Ledger.NewEpochState -- advanced command) -Usage: cardano-cli mary query ledger-peer-snapshot --socket-path SOCKET_PATH +Usage: cardano-cli mary query ledger-peer-snapshot [--cardano-mode [--epoch-slots SLOTS]] ( --mainnet | --testnet-magic NATURAL ) + --socket-path SOCKET_PATH [--out-file FILEPATH] Dump the current snapshot of ledger peers.These are the largest pools that cumulatively hold 90% of total stake. -Usage: cardano-cli mary query protocol-state --socket-path SOCKET_PATH +Usage: cardano-cli mary query protocol-state [--cardano-mode [--epoch-slots SLOTS]] ( --mainnet | --testnet-magic NATURAL ) + --socket-path SOCKET_PATH [--out-file FILEPATH] Dump the current protocol state of the node (Ledger.ChainDepState -- advanced command) -Usage: cardano-cli mary query stake-snapshot --socket-path SOCKET_PATH +Usage: cardano-cli mary query stake-snapshot [--cardano-mode [--epoch-slots SLOTS]] ( --mainnet | --testnet-magic NATURAL ) + --socket-path SOCKET_PATH ( --all-stake-pools | (--stake-pool-id STAKE_POOL_ID) ) @@ -3626,12 +3668,11 @@ Usage: cardano-cli mary query stake-snapshot --socket-path SOCKET_PATH Obtain the three stake snapshots for a pool, plus the total active stake (advanced command) -Usage: cardano-cli mary query pool-params --socket-path SOCKET_PATH - [--cardano-mode - [--epoch-slots SLOTS]] +Usage: cardano-cli mary query pool-params [--cardano-mode [--epoch-slots SLOTS]] ( --mainnet | --testnet-magic NATURAL ) + --socket-path SOCKET_PATH ( --all-stake-pools | (--stake-pool-id STAKE_POOL_ID) ) @@ -3641,12 +3682,13 @@ Usage: cardano-cli mary query pool-params --socket-path SOCKET_PATH (Ledger.NewEpochState.esLState._delegationState._pState._pParams -- advanced command) -Usage: cardano-cli mary query leadership-schedule --socket-path SOCKET_PATH +Usage: cardano-cli mary query leadership-schedule [--cardano-mode [--epoch-slots SLOTS]] ( --mainnet | --testnet-magic NATURAL ) + --socket-path SOCKET_PATH --genesis FILEPATH ( --stake-pool-verification-key STRING | --cold-verification-key-file FILEPATH @@ -3661,22 +3703,22 @@ Usage: cardano-cli mary query leadership-schedule --socket-path SOCKET_PATH Get the slots the node is expected to mint a block in (advanced command) -Usage: cardano-cli mary query kes-period-info --socket-path SOCKET_PATH +Usage: cardano-cli mary query kes-period-info [--cardano-mode [--epoch-slots SLOTS]] ( --mainnet | --testnet-magic NATURAL ) + --socket-path SOCKET_PATH --op-cert-file FILEPATH [--out-file FILEPATH] Get information about the current KES period and your node's operational certificate. -Usage: cardano-cli mary query pool-state --socket-path SOCKET_PATH - [--cardano-mode - [--epoch-slots SLOTS]] +Usage: cardano-cli mary query pool-state [--cardano-mode [--epoch-slots SLOTS]] (--mainnet | --testnet-magic NATURAL) + --socket-path SOCKET_PATH ( --all-stake-pools | (--stake-pool-id STAKE_POOL_ID) ) @@ -3684,10 +3726,9 @@ Usage: cardano-cli mary query pool-state --socket-path SOCKET_PATH Dump the pool state -Usage: cardano-cli mary query tx-mempool --socket-path SOCKET_PATH - [--cardano-mode - [--epoch-slots SLOTS]] +Usage: cardano-cli mary query tx-mempool [--cardano-mode [--epoch-slots SLOTS]] (--mainnet | --testnet-magic NATURAL) + --socket-path SOCKET_PATH (info | next-tx | tx-exists) [--out-file FILEPATH] @@ -3705,22 +3746,22 @@ Usage: cardano-cli mary query tx-mempool tx-exists TX_ID Query if a particular transaction exists in the mempool -Usage: cardano-cli mary query slot-number --socket-path SOCKET_PATH - [--cardano-mode - [--epoch-slots SLOTS]] +Usage: cardano-cli mary query slot-number [--cardano-mode [--epoch-slots SLOTS]] ( --mainnet | --testnet-magic NATURAL ) + --socket-path SOCKET_PATH TIMESTAMP Query slot number for UTC timestamp -Usage: cardano-cli mary query ref-script-size --socket-path SOCKET_PATH +Usage: cardano-cli mary query ref-script-size [--cardano-mode [--epoch-slots SLOTS]] ( --mainnet | --testnet-magic NATURAL ) + --socket-path SOCKET_PATH (--tx-in TX-IN) [--output-json | --output-text] [--out-file FILEPATH] @@ -4061,12 +4102,13 @@ Usage: cardano-cli mary transaction sign-witness --tx-body-file FILEPATH Assemble a tx body and witness(es) to form a transaction -Usage: cardano-cli mary transaction submit --socket-path SOCKET_PATH +Usage: cardano-cli mary transaction submit [--cardano-mode [--epoch-slots SLOTS]] ( --mainnet | --testnet-magic NATURAL ) + --socket-path SOCKET_PATH --tx-file FILEPATH Submit a transaction to the local node whose Unix domain socket is obtained @@ -4576,40 +4618,43 @@ Usage: cardano-cli alonzo query Node query commands. Will query the local node whose Unix domain socket is obtained from the CARDANO_NODE_SOCKET_PATH environment variable. -Usage: cardano-cli alonzo query protocol-parameters --socket-path SOCKET_PATH +Usage: cardano-cli alonzo query protocol-parameters [--cardano-mode [--epoch-slots SLOTS]] ( --mainnet | --testnet-magic NATURAL ) + --socket-path SOCKET_PATH [--out-file FILEPATH] Get the node's current protocol parameters -Usage: cardano-cli alonzo query tip --socket-path SOCKET_PATH - [--cardano-mode [--epoch-slots SLOTS]] +Usage: cardano-cli alonzo query tip [--cardano-mode [--epoch-slots SLOTS]] (--mainnet | --testnet-magic NATURAL) + --socket-path SOCKET_PATH [--out-file FILEPATH] Get the node's current tip (slot no, hash, block no) -Usage: cardano-cli alonzo query stake-pools --socket-path SOCKET_PATH +Usage: cardano-cli alonzo query stake-pools [--cardano-mode [--epoch-slots SLOTS]] ( --mainnet | --testnet-magic NATURAL ) + --socket-path SOCKET_PATH [--output-json | --output-text] [--out-file FILEPATH] Get the node's current set of stake pool ids -Usage: cardano-cli alonzo query stake-distribution --socket-path SOCKET_PATH +Usage: cardano-cli alonzo query stake-distribution [--cardano-mode [--epoch-slots SLOTS]] ( --mainnet | --testnet-magic NATURAL ) + --socket-path SOCKET_PATH [ --output-json | --output-text ] @@ -4617,20 +4662,21 @@ Usage: cardano-cli alonzo query stake-distribution --socket-path SOCKET_PATH Get the node's current aggregated stake distribution -Usage: cardano-cli alonzo query stake-address-info --socket-path SOCKET_PATH +Usage: cardano-cli alonzo query stake-address-info [--cardano-mode [--epoch-slots SLOTS]] ( --mainnet | --testnet-magic NATURAL ) + --socket-path SOCKET_PATH --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]] +Usage: cardano-cli alonzo query utxo [--cardano-mode [--epoch-slots SLOTS]] (--mainnet | --testnet-magic NATURAL) + --socket-path SOCKET_PATH ( --whole-utxo | (--address ADDRESS) | (--tx-in TX-IN) @@ -4640,45 +4686,49 @@ Usage: cardano-cli alonzo query utxo --socket-path SOCKET_PATH Get a portion of the current UTxO: by tx in, by address or the whole. -Usage: cardano-cli alonzo query ledger-state --socket-path SOCKET_PATH +Usage: cardano-cli alonzo query ledger-state [--cardano-mode [--epoch-slots SLOTS]] ( --mainnet | --testnet-magic NATURAL ) + --socket-path SOCKET_PATH [--out-file FILEPATH] Dump the current ledger state of the node (Ledger.NewEpochState -- advanced command) -Usage: cardano-cli alonzo query ledger-peer-snapshot --socket-path SOCKET_PATH +Usage: cardano-cli alonzo query ledger-peer-snapshot [--cardano-mode [--epoch-slots SLOTS]] ( --mainnet | --testnet-magic NATURAL ) + --socket-path SOCKET_PATH [--out-file FILEPATH] Dump the current snapshot of ledger peers.These are the largest pools that cumulatively hold 90% of total stake. -Usage: cardano-cli alonzo query protocol-state --socket-path SOCKET_PATH +Usage: cardano-cli alonzo query protocol-state [--cardano-mode [--epoch-slots SLOTS]] ( --mainnet | --testnet-magic NATURAL ) + --socket-path SOCKET_PATH [--out-file FILEPATH] Dump the current protocol state of the node (Ledger.ChainDepState -- advanced command) -Usage: cardano-cli alonzo query stake-snapshot --socket-path SOCKET_PATH +Usage: cardano-cli alonzo query stake-snapshot [--cardano-mode [--epoch-slots SLOTS]] ( --mainnet | --testnet-magic NATURAL ) + --socket-path SOCKET_PATH ( --all-stake-pools | (--stake-pool-id STAKE_POOL_ID) ) @@ -4687,12 +4737,13 @@ Usage: cardano-cli alonzo query stake-snapshot --socket-path SOCKET_PATH Obtain the three stake snapshots for a pool, plus the total active stake (advanced command) -Usage: cardano-cli alonzo query pool-params --socket-path SOCKET_PATH +Usage: cardano-cli alonzo query pool-params [--cardano-mode [--epoch-slots SLOTS]] ( --mainnet | --testnet-magic NATURAL ) + --socket-path SOCKET_PATH ( --all-stake-pools | (--stake-pool-id STAKE_POOL_ID) ) @@ -4702,12 +4753,13 @@ Usage: cardano-cli alonzo query pool-params --socket-path SOCKET_PATH (Ledger.NewEpochState.esLState._delegationState._pState._pParams -- advanced command) -Usage: cardano-cli alonzo query leadership-schedule --socket-path SOCKET_PATH +Usage: cardano-cli alonzo query leadership-schedule [--cardano-mode [--epoch-slots SLOTS]] ( --mainnet | --testnet-magic NATURAL ) + --socket-path SOCKET_PATH --genesis FILEPATH ( --stake-pool-verification-key STRING | --cold-verification-key-file FILEPATH @@ -4722,24 +4774,26 @@ Usage: cardano-cli alonzo query leadership-schedule --socket-path SOCKET_PATH Get the slots the node is expected to mint a block in (advanced command) -Usage: cardano-cli alonzo query kes-period-info --socket-path SOCKET_PATH +Usage: cardano-cli alonzo query kes-period-info [--cardano-mode [--epoch-slots SLOTS]] ( --mainnet | --testnet-magic NATURAL ) + --socket-path SOCKET_PATH --op-cert-file FILEPATH [--out-file FILEPATH] Get information about the current KES period and your node's operational certificate. -Usage: cardano-cli alonzo query pool-state --socket-path SOCKET_PATH +Usage: cardano-cli alonzo query pool-state [--cardano-mode [--epoch-slots SLOTS]] ( --mainnet | --testnet-magic NATURAL ) + --socket-path SOCKET_PATH ( --all-stake-pools | (--stake-pool-id STAKE_POOL_ID) ) @@ -4747,12 +4801,13 @@ Usage: cardano-cli alonzo query pool-state --socket-path SOCKET_PATH Dump the pool state -Usage: cardano-cli alonzo query tx-mempool --socket-path SOCKET_PATH +Usage: cardano-cli alonzo query tx-mempool [--cardano-mode [--epoch-slots SLOTS]] ( --mainnet | --testnet-magic NATURAL ) + --socket-path SOCKET_PATH (info | next-tx | tx-exists) [--out-file FILEPATH] @@ -4770,22 +4825,24 @@ Usage: cardano-cli alonzo query tx-mempool tx-exists TX_ID Query if a particular transaction exists in the mempool -Usage: cardano-cli alonzo query slot-number --socket-path SOCKET_PATH +Usage: cardano-cli alonzo query slot-number [--cardano-mode [--epoch-slots SLOTS]] ( --mainnet | --testnet-magic NATURAL ) + --socket-path SOCKET_PATH TIMESTAMP Query slot number for UTC timestamp -Usage: cardano-cli alonzo query ref-script-size --socket-path SOCKET_PATH +Usage: cardano-cli alonzo query ref-script-size [--cardano-mode [--epoch-slots SLOTS]] ( --mainnet | --testnet-magic NATURAL ) + --socket-path SOCKET_PATH (--tx-in TX-IN) [ --output-json | --output-text @@ -5130,12 +5187,13 @@ Usage: cardano-cli alonzo transaction sign-witness --tx-body-file FILEPATH Assemble a tx body and witness(es) to form a transaction -Usage: cardano-cli alonzo transaction submit --socket-path SOCKET_PATH +Usage: cardano-cli alonzo transaction submit [--cardano-mode [--epoch-slots SLOTS]] ( --mainnet | --testnet-magic NATURAL ) + --socket-path SOCKET_PATH --tx-file FILEPATH Submit a transaction to the local node whose Unix domain socket is obtained @@ -5686,40 +5744,43 @@ Usage: cardano-cli babbage query Node query commands. Will query the local node whose Unix domain socket is obtained from the CARDANO_NODE_SOCKET_PATH environment variable. -Usage: cardano-cli babbage query protocol-parameters --socket-path SOCKET_PATH +Usage: cardano-cli babbage query protocol-parameters [--cardano-mode [--epoch-slots SLOTS]] ( --mainnet | --testnet-magic NATURAL ) + --socket-path SOCKET_PATH [--out-file FILEPATH] Get the node's current protocol parameters -Usage: cardano-cli babbage query tip --socket-path SOCKET_PATH - [--cardano-mode [--epoch-slots SLOTS]] +Usage: cardano-cli babbage query tip [--cardano-mode [--epoch-slots SLOTS]] (--mainnet | --testnet-magic NATURAL) + --socket-path SOCKET_PATH [--out-file FILEPATH] Get the node's current tip (slot no, hash, block no) -Usage: cardano-cli babbage query stake-pools --socket-path SOCKET_PATH +Usage: cardano-cli babbage query stake-pools [--cardano-mode [--epoch-slots SLOTS]] ( --mainnet | --testnet-magic NATURAL ) + --socket-path SOCKET_PATH [--output-json | --output-text] [--out-file FILEPATH] Get the node's current set of stake pool ids -Usage: cardano-cli babbage query stake-distribution --socket-path SOCKET_PATH +Usage: cardano-cli babbage query stake-distribution [--cardano-mode [--epoch-slots SLOTS]] ( --mainnet | --testnet-magic NATURAL ) + --socket-path SOCKET_PATH [ --output-json | --output-text ] @@ -5727,20 +5788,21 @@ Usage: cardano-cli babbage query stake-distribution --socket-path SOCKET_PATH Get the node's current aggregated stake distribution -Usage: cardano-cli babbage query stake-address-info --socket-path SOCKET_PATH +Usage: cardano-cli babbage query stake-address-info [--cardano-mode [--epoch-slots SLOTS]] ( --mainnet | --testnet-magic NATURAL ) + --socket-path SOCKET_PATH --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]] +Usage: cardano-cli babbage query utxo [--cardano-mode [--epoch-slots SLOTS]] (--mainnet | --testnet-magic NATURAL) + --socket-path SOCKET_PATH ( --whole-utxo | (--address ADDRESS) | (--tx-in TX-IN) @@ -5750,45 +5812,49 @@ Usage: cardano-cli babbage query utxo --socket-path SOCKET_PATH Get a portion of the current UTxO: by tx in, by address or the whole. -Usage: cardano-cli babbage query ledger-state --socket-path SOCKET_PATH +Usage: cardano-cli babbage query ledger-state [--cardano-mode [--epoch-slots SLOTS]] ( --mainnet | --testnet-magic NATURAL ) + --socket-path SOCKET_PATH [--out-file FILEPATH] Dump the current ledger state of the node (Ledger.NewEpochState -- advanced command) -Usage: cardano-cli babbage query ledger-peer-snapshot --socket-path SOCKET_PATH +Usage: cardano-cli babbage query ledger-peer-snapshot [--cardano-mode [--epoch-slots SLOTS]] ( --mainnet | --testnet-magic NATURAL ) + --socket-path SOCKET_PATH [--out-file FILEPATH] Dump the current snapshot of ledger peers.These are the largest pools that cumulatively hold 90% of total stake. -Usage: cardano-cli babbage query protocol-state --socket-path SOCKET_PATH +Usage: cardano-cli babbage query protocol-state [--cardano-mode [--epoch-slots SLOTS]] ( --mainnet | --testnet-magic NATURAL ) + --socket-path SOCKET_PATH [--out-file FILEPATH] Dump the current protocol state of the node (Ledger.ChainDepState -- advanced command) -Usage: cardano-cli babbage query stake-snapshot --socket-path SOCKET_PATH +Usage: cardano-cli babbage query stake-snapshot [--cardano-mode [--epoch-slots SLOTS]] ( --mainnet | --testnet-magic NATURAL ) + --socket-path SOCKET_PATH ( --all-stake-pools | (--stake-pool-id STAKE_POOL_ID) ) @@ -5797,12 +5863,13 @@ Usage: cardano-cli babbage query stake-snapshot --socket-path SOCKET_PATH Obtain the three stake snapshots for a pool, plus the total active stake (advanced command) -Usage: cardano-cli babbage query pool-params --socket-path SOCKET_PATH +Usage: cardano-cli babbage query pool-params [--cardano-mode [--epoch-slots SLOTS]] ( --mainnet | --testnet-magic NATURAL ) + --socket-path SOCKET_PATH ( --all-stake-pools | (--stake-pool-id STAKE_POOL_ID) ) @@ -5812,12 +5879,13 @@ Usage: cardano-cli babbage query pool-params --socket-path SOCKET_PATH (Ledger.NewEpochState.esLState._delegationState._pState._pParams -- advanced command) -Usage: cardano-cli babbage query leadership-schedule --socket-path SOCKET_PATH +Usage: cardano-cli babbage query leadership-schedule [--cardano-mode [--epoch-slots SLOTS]] ( --mainnet | --testnet-magic NATURAL ) + --socket-path SOCKET_PATH --genesis FILEPATH ( --stake-pool-verification-key STRING | --cold-verification-key-file FILEPATH @@ -5832,24 +5900,26 @@ Usage: cardano-cli babbage query leadership-schedule --socket-path SOCKET_PATH Get the slots the node is expected to mint a block in (advanced command) -Usage: cardano-cli babbage query kes-period-info --socket-path SOCKET_PATH +Usage: cardano-cli babbage query kes-period-info [--cardano-mode [--epoch-slots SLOTS]] ( --mainnet | --testnet-magic NATURAL ) + --socket-path SOCKET_PATH --op-cert-file FILEPATH [--out-file FILEPATH] Get information about the current KES period and your node's operational certificate. -Usage: cardano-cli babbage query pool-state --socket-path SOCKET_PATH +Usage: cardano-cli babbage query pool-state [--cardano-mode [--epoch-slots SLOTS]] ( --mainnet | --testnet-magic NATURAL ) + --socket-path SOCKET_PATH ( --all-stake-pools | (--stake-pool-id STAKE_POOL_ID) ) @@ -5857,12 +5927,13 @@ Usage: cardano-cli babbage query pool-state --socket-path SOCKET_PATH Dump the pool state -Usage: cardano-cli babbage query tx-mempool --socket-path SOCKET_PATH +Usage: cardano-cli babbage query tx-mempool [--cardano-mode [--epoch-slots SLOTS]] ( --mainnet | --testnet-magic NATURAL ) + --socket-path SOCKET_PATH (info | next-tx | tx-exists) [--out-file FILEPATH] @@ -5880,22 +5951,24 @@ Usage: cardano-cli babbage query tx-mempool tx-exists TX_ID Query if a particular transaction exists in the mempool -Usage: cardano-cli babbage query slot-number --socket-path SOCKET_PATH +Usage: cardano-cli babbage query slot-number [--cardano-mode [--epoch-slots SLOTS]] ( --mainnet | --testnet-magic NATURAL ) + --socket-path SOCKET_PATH TIMESTAMP Query slot number for UTC timestamp -Usage: cardano-cli babbage query ref-script-size --socket-path SOCKET_PATH +Usage: cardano-cli babbage query ref-script-size [--cardano-mode [--epoch-slots SLOTS]] ( --mainnet | --testnet-magic NATURAL ) + --socket-path SOCKET_PATH (--tx-in TX-IN) [ --output-json | --output-text @@ -6207,12 +6280,13 @@ Usage: cardano-cli babbage transaction build-raw Please note the order[93;22;23;24m of some cmd options is crucial. If used incorrectly may produce undesired tx body. See nested [] notation above for details.[0;22;23;24m -Usage: cardano-cli babbage transaction build --socket-path SOCKET_PATH +Usage: cardano-cli babbage transaction build [--cardano-mode [--epoch-slots SLOTS]] ( --mainnet | --testnet-magic NATURAL ) + --socket-path SOCKET_PATH [ --script-valid | --script-invalid ] @@ -6499,12 +6573,13 @@ Usage: cardano-cli babbage transaction sign-witness --tx-body-file FILEPATH Assemble a tx body and witness(es) to form a transaction -Usage: cardano-cli babbage transaction submit --socket-path SOCKET_PATH +Usage: cardano-cli babbage transaction submit [--cardano-mode [--epoch-slots SLOTS]] ( --mainnet | --testnet-magic NATURAL ) + --socket-path SOCKET_PATH --tx-file FILEPATH Submit a transaction to the local node whose Unix domain socket is obtained @@ -7345,42 +7420,45 @@ Usage: cardano-cli conway query Node query commands. Will query the local node whose Unix domain socket is obtained from the CARDANO_NODE_SOCKET_PATH environment variable. -Usage: cardano-cli conway query protocol-parameters --socket-path SOCKET_PATH +Usage: cardano-cli conway query protocol-parameters [--cardano-mode [--epoch-slots SLOTS]] ( --mainnet | --testnet-magic NATURAL ) + --socket-path SOCKET_PATH [--out-file FILEPATH] Get the node's current protocol parameters -Usage: cardano-cli conway query tip --socket-path SOCKET_PATH - [--cardano-mode [--epoch-slots SLOTS]] +Usage: cardano-cli conway query tip [--cardano-mode [--epoch-slots SLOTS]] (--mainnet | --testnet-magic NATURAL) + --socket-path SOCKET_PATH [--volatile-tip | --immutable-tip] [--out-file FILEPATH] Get the node's current tip (slot no, hash, block no) -Usage: cardano-cli conway query stake-pools --socket-path SOCKET_PATH +Usage: cardano-cli conway query stake-pools [--cardano-mode [--epoch-slots SLOTS]] ( --mainnet | --testnet-magic NATURAL ) + --socket-path SOCKET_PATH [--volatile-tip | --immutable-tip] [--output-json | --output-text] [--out-file FILEPATH] Get the node's current set of stake pool ids -Usage: cardano-cli conway query stake-distribution --socket-path SOCKET_PATH +Usage: cardano-cli conway query stake-distribution [--cardano-mode [--epoch-slots SLOTS]] ( --mainnet | --testnet-magic NATURAL ) + --socket-path SOCKET_PATH [ --volatile-tip | --immutable-tip ] @@ -7391,12 +7469,13 @@ Usage: cardano-cli conway query stake-distribution --socket-path SOCKET_PATH Get the node's current aggregated stake distribution -Usage: cardano-cli conway query stake-address-info --socket-path SOCKET_PATH +Usage: cardano-cli conway query stake-address-info [--cardano-mode [--epoch-slots SLOTS]] ( --mainnet | --testnet-magic NATURAL ) + --socket-path SOCKET_PATH [ --volatile-tip | --immutable-tip ] @@ -7405,9 +7484,9 @@ Usage: cardano-cli conway query stake-address-info --socket-path SOCKET_PATH 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]] +Usage: cardano-cli conway query utxo [--cardano-mode [--epoch-slots SLOTS]] (--mainnet | --testnet-magic NATURAL) + --socket-path SOCKET_PATH [--volatile-tip | --immutable-tip] ( --whole-utxo | (--address ADDRESS) @@ -7418,12 +7497,13 @@ Usage: cardano-cli conway query utxo --socket-path SOCKET_PATH Get a portion of the current UTxO: by tx in, by address or the whole. -Usage: cardano-cli conway query ledger-state --socket-path SOCKET_PATH +Usage: cardano-cli conway query ledger-state [--cardano-mode [--epoch-slots SLOTS]] ( --mainnet | --testnet-magic NATURAL ) + --socket-path SOCKET_PATH [ --volatile-tip | --immutable-tip ] @@ -7432,12 +7512,13 @@ Usage: cardano-cli conway query ledger-state --socket-path SOCKET_PATH Dump the current ledger state of the node (Ledger.NewEpochState -- advanced command) -Usage: cardano-cli conway query ledger-peer-snapshot --socket-path SOCKET_PATH +Usage: cardano-cli conway query ledger-peer-snapshot [--cardano-mode [--epoch-slots SLOTS]] ( --mainnet | --testnet-magic NATURAL ) + --socket-path SOCKET_PATH [ --volatile-tip | --immutable-tip ] @@ -7446,12 +7527,13 @@ Usage: cardano-cli conway query ledger-peer-snapshot --socket-path SOCKET_PATH Dump the current snapshot of ledger peers.These are the largest pools that cumulatively hold 90% of total stake. -Usage: cardano-cli conway query protocol-state --socket-path SOCKET_PATH +Usage: cardano-cli conway query protocol-state [--cardano-mode [--epoch-slots SLOTS]] ( --mainnet | --testnet-magic NATURAL ) + --socket-path SOCKET_PATH [ --volatile-tip | --immutable-tip ] @@ -7460,12 +7542,13 @@ Usage: cardano-cli conway query protocol-state --socket-path SOCKET_PATH Dump the current protocol state of the node (Ledger.ChainDepState -- advanced command) -Usage: cardano-cli conway query stake-snapshot --socket-path SOCKET_PATH +Usage: cardano-cli conway query stake-snapshot [--cardano-mode [--epoch-slots SLOTS]] ( --mainnet | --testnet-magic NATURAL ) + --socket-path SOCKET_PATH [ --volatile-tip | --immutable-tip ] @@ -7477,12 +7560,13 @@ Usage: cardano-cli conway query stake-snapshot --socket-path SOCKET_PATH Obtain the three stake snapshots for a pool, plus the total active stake (advanced command) -Usage: cardano-cli conway query pool-params --socket-path SOCKET_PATH +Usage: cardano-cli conway query pool-params [--cardano-mode [--epoch-slots SLOTS]] ( --mainnet | --testnet-magic NATURAL ) + --socket-path SOCKET_PATH [--volatile-tip | --immutable-tip] ( --all-stake-pools | (--stake-pool-id STAKE_POOL_ID) @@ -7493,12 +7577,13 @@ Usage: cardano-cli conway query pool-params --socket-path SOCKET_PATH (Ledger.NewEpochState.esLState._delegationState._pState._pParams -- advanced command) -Usage: cardano-cli conway query leadership-schedule --socket-path SOCKET_PATH +Usage: cardano-cli conway query leadership-schedule [--cardano-mode [--epoch-slots SLOTS]] ( --mainnet | --testnet-magic NATURAL ) + --socket-path SOCKET_PATH [ --volatile-tip | --immutable-tip ] @@ -7516,12 +7601,13 @@ Usage: cardano-cli conway query leadership-schedule --socket-path SOCKET_PATH Get the slots the node is expected to mint a block in (advanced command) -Usage: cardano-cli conway query kes-period-info --socket-path SOCKET_PATH +Usage: cardano-cli conway query kes-period-info [--cardano-mode [--epoch-slots SLOTS]] ( --mainnet | --testnet-magic NATURAL ) + --socket-path SOCKET_PATH [ --volatile-tip | --immutable-tip ] @@ -7531,12 +7617,13 @@ Usage: cardano-cli conway query kes-period-info --socket-path SOCKET_PATH Get information about the current KES period and your node's operational certificate. -Usage: cardano-cli conway query pool-state --socket-path SOCKET_PATH +Usage: cardano-cli conway query pool-state [--cardano-mode [--epoch-slots SLOTS]] ( --mainnet | --testnet-magic NATURAL ) + --socket-path SOCKET_PATH [--volatile-tip | --immutable-tip] ( --all-stake-pools | (--stake-pool-id STAKE_POOL_ID) @@ -7545,12 +7632,13 @@ Usage: cardano-cli conway query pool-state --socket-path SOCKET_PATH Dump the pool state -Usage: cardano-cli conway query tx-mempool --socket-path SOCKET_PATH +Usage: cardano-cli conway query tx-mempool [--cardano-mode [--epoch-slots SLOTS]] ( --mainnet | --testnet-magic NATURAL ) + --socket-path SOCKET_PATH (info | next-tx | tx-exists) [--out-file FILEPATH] @@ -7568,23 +7656,25 @@ Usage: cardano-cli conway query tx-mempool tx-exists TX_ID Query if a particular transaction exists in the mempool -Usage: cardano-cli conway query slot-number --socket-path SOCKET_PATH +Usage: cardano-cli conway query slot-number [--cardano-mode [--epoch-slots SLOTS]] ( --mainnet | --testnet-magic NATURAL ) + --socket-path SOCKET_PATH [--volatile-tip | --immutable-tip] TIMESTAMP Query slot number for UTC timestamp -Usage: cardano-cli conway query ref-script-size --socket-path SOCKET_PATH +Usage: cardano-cli conway query ref-script-size [--cardano-mode [--epoch-slots SLOTS]] ( --mainnet | --testnet-magic NATURAL ) + --socket-path SOCKET_PATH [ --volatile-tip | --immutable-tip ] @@ -7597,12 +7687,13 @@ Usage: cardano-cli conway query ref-script-size --socket-path SOCKET_PATH Calculate the reference input scripts size in bytes for provided transaction inputs. -Usage: cardano-cli conway query constitution --socket-path SOCKET_PATH +Usage: cardano-cli conway query constitution [--cardano-mode [--epoch-slots SLOTS]] ( --mainnet | --testnet-magic NATURAL ) + --socket-path SOCKET_PATH [ --volatile-tip | --immutable-tip ] @@ -7610,23 +7701,23 @@ Usage: cardano-cli conway query constitution --socket-path SOCKET_PATH Get the constitution -Usage: cardano-cli conway query gov-state --socket-path SOCKET_PATH - [--cardano-mode - [--epoch-slots SLOTS]] +Usage: cardano-cli conway query gov-state [--cardano-mode [--epoch-slots SLOTS]] ( --mainnet | --testnet-magic NATURAL ) + --socket-path SOCKET_PATH [--volatile-tip | --immutable-tip] [--out-file FILEPATH] Get the governance state -Usage: cardano-cli conway query drep-state --socket-path SOCKET_PATH +Usage: cardano-cli conway query drep-state [--cardano-mode [--epoch-slots SLOTS]] ( --mainnet | --testnet-magic NATURAL ) + --socket-path SOCKET_PATH [--volatile-tip | --immutable-tip] ( --all-dreps | @@ -7642,12 +7733,12 @@ Usage: cardano-cli conway query drep-state --socket-path SOCKET_PATH Get the DRep state. Usage: cardano-cli conway query drep-stake-distribution - --socket-path SOCKET_PATH [--cardano-mode [--epoch-slots SLOTS]] ( --mainnet | --testnet-magic NATURAL ) + --socket-path SOCKET_PATH [ --volatile-tip | --immutable-tip ] @@ -7663,12 +7754,13 @@ Usage: cardano-cli conway query drep-stake-distribution Get the DRep stake distribution. -Usage: cardano-cli conway query spo-stake-distribution --socket-path SOCKET_PATH +Usage: cardano-cli conway query spo-stake-distribution [--cardano-mode [--epoch-slots SLOTS]] ( --mainnet | --testnet-magic NATURAL ) + --socket-path SOCKET_PATH [ --volatile-tip | --immutable-tip ] @@ -7683,12 +7775,13 @@ Usage: cardano-cli conway query spo-stake-distribution --socket-path SOCKET_PATH Get the SPO stake distribution. -Usage: cardano-cli conway query committee-state --socket-path SOCKET_PATH +Usage: cardano-cli conway query committee-state [--cardano-mode [--epoch-slots SLOTS]] ( --mainnet | --testnet-magic NATURAL ) + --socket-path SOCKET_PATH [ --volatile-tip | --immutable-tip ] @@ -7710,21 +7803,19 @@ Usage: cardano-cli conway query committee-state --socket-path SOCKET_PATH Get the committee state -Usage: cardano-cli conway query treasury --socket-path SOCKET_PATH - [--cardano-mode - [--epoch-slots SLOTS]] +Usage: cardano-cli conway query treasury [--cardano-mode [--epoch-slots SLOTS]] (--mainnet | --testnet-magic NATURAL) + --socket-path SOCKET_PATH [--volatile-tip | --immutable-tip] [--out-file FILEPATH] Get the treasury value -Usage: cardano-cli conway query proposals --socket-path SOCKET_PATH - [--cardano-mode - [--epoch-slots SLOTS]] +Usage: cardano-cli conway query proposals [--cardano-mode [--epoch-slots SLOTS]] ( --mainnet | --testnet-magic NATURAL ) + --socket-path SOCKET_PATH [--volatile-tip | --immutable-tip] ( --all-proposals | (--governance-action-tx-id TXID @@ -8185,12 +8276,13 @@ Usage: cardano-cli conway transaction build-raw Please note the order[93;22;23;24m of some cmd options is crucial. If used incorrectly may produce undesired tx body. See nested [] notation above for details.[0;22;23;24m -Usage: cardano-cli conway transaction build --socket-path SOCKET_PATH +Usage: cardano-cli conway transaction build [--cardano-mode [--epoch-slots SLOTS]] ( --mainnet | --testnet-magic NATURAL ) + --socket-path SOCKET_PATH [ --script-valid | --script-invalid ] @@ -8536,12 +8628,13 @@ Usage: cardano-cli conway transaction sign-witness --tx-body-file FILEPATH Assemble a tx body and witness(es) to form a transaction -Usage: cardano-cli conway transaction submit --socket-path SOCKET_PATH +Usage: cardano-cli conway transaction submit [--cardano-mode [--epoch-slots SLOTS]] ( --mainnet | --testnet-magic NATURAL ) + --socket-path SOCKET_PATH --tx-file FILEPATH Submit a transaction to the local node whose Unix domain socket is obtained @@ -9382,42 +9475,45 @@ Usage: cardano-cli latest query Node query commands. Will query the local node whose Unix domain socket is obtained from the CARDANO_NODE_SOCKET_PATH environment variable. -Usage: cardano-cli latest query protocol-parameters --socket-path SOCKET_PATH +Usage: cardano-cli latest query protocol-parameters [--cardano-mode [--epoch-slots SLOTS]] ( --mainnet | --testnet-magic NATURAL ) + --socket-path SOCKET_PATH [--out-file FILEPATH] Get the node's current protocol parameters -Usage: cardano-cli latest query tip --socket-path SOCKET_PATH - [--cardano-mode [--epoch-slots SLOTS]] +Usage: cardano-cli latest query tip [--cardano-mode [--epoch-slots SLOTS]] (--mainnet | --testnet-magic NATURAL) + --socket-path SOCKET_PATH [--volatile-tip | --immutable-tip] [--out-file FILEPATH] Get the node's current tip (slot no, hash, block no) -Usage: cardano-cli latest query stake-pools --socket-path SOCKET_PATH +Usage: cardano-cli latest query stake-pools [--cardano-mode [--epoch-slots SLOTS]] ( --mainnet | --testnet-magic NATURAL ) + --socket-path SOCKET_PATH [--volatile-tip | --immutable-tip] [--output-json | --output-text] [--out-file FILEPATH] Get the node's current set of stake pool ids -Usage: cardano-cli latest query stake-distribution --socket-path SOCKET_PATH +Usage: cardano-cli latest query stake-distribution [--cardano-mode [--epoch-slots SLOTS]] ( --mainnet | --testnet-magic NATURAL ) + --socket-path SOCKET_PATH [ --volatile-tip | --immutable-tip ] @@ -9428,12 +9524,13 @@ Usage: cardano-cli latest query stake-distribution --socket-path SOCKET_PATH Get the node's current aggregated stake distribution -Usage: cardano-cli latest query stake-address-info --socket-path SOCKET_PATH +Usage: cardano-cli latest query stake-address-info [--cardano-mode [--epoch-slots SLOTS]] ( --mainnet | --testnet-magic NATURAL ) + --socket-path SOCKET_PATH [ --volatile-tip | --immutable-tip ] @@ -9442,9 +9539,9 @@ Usage: cardano-cli latest query stake-address-info --socket-path SOCKET_PATH 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]] +Usage: cardano-cli latest query utxo [--cardano-mode [--epoch-slots SLOTS]] (--mainnet | --testnet-magic NATURAL) + --socket-path SOCKET_PATH [--volatile-tip | --immutable-tip] ( --whole-utxo | (--address ADDRESS) @@ -9455,12 +9552,13 @@ Usage: cardano-cli latest query utxo --socket-path SOCKET_PATH Get a portion of the current UTxO: by tx in, by address or the whole. -Usage: cardano-cli latest query ledger-state --socket-path SOCKET_PATH +Usage: cardano-cli latest query ledger-state [--cardano-mode [--epoch-slots SLOTS]] ( --mainnet | --testnet-magic NATURAL ) + --socket-path SOCKET_PATH [ --volatile-tip | --immutable-tip ] @@ -9469,12 +9567,13 @@ Usage: cardano-cli latest query ledger-state --socket-path SOCKET_PATH Dump the current ledger state of the node (Ledger.NewEpochState -- advanced command) -Usage: cardano-cli latest query ledger-peer-snapshot --socket-path SOCKET_PATH +Usage: cardano-cli latest query ledger-peer-snapshot [--cardano-mode [--epoch-slots SLOTS]] ( --mainnet | --testnet-magic NATURAL ) + --socket-path SOCKET_PATH [ --volatile-tip | --immutable-tip ] @@ -9483,12 +9582,13 @@ Usage: cardano-cli latest query ledger-peer-snapshot --socket-path SOCKET_PATH Dump the current snapshot of ledger peers.These are the largest pools that cumulatively hold 90% of total stake. -Usage: cardano-cli latest query protocol-state --socket-path SOCKET_PATH +Usage: cardano-cli latest query protocol-state [--cardano-mode [--epoch-slots SLOTS]] ( --mainnet | --testnet-magic NATURAL ) + --socket-path SOCKET_PATH [ --volatile-tip | --immutable-tip ] @@ -9497,12 +9597,13 @@ Usage: cardano-cli latest query protocol-state --socket-path SOCKET_PATH Dump the current protocol state of the node (Ledger.ChainDepState -- advanced command) -Usage: cardano-cli latest query stake-snapshot --socket-path SOCKET_PATH +Usage: cardano-cli latest query stake-snapshot [--cardano-mode [--epoch-slots SLOTS]] ( --mainnet | --testnet-magic NATURAL ) + --socket-path SOCKET_PATH [ --volatile-tip | --immutable-tip ] @@ -9514,12 +9615,13 @@ Usage: cardano-cli latest query stake-snapshot --socket-path SOCKET_PATH Obtain the three stake snapshots for a pool, plus the total active stake (advanced command) -Usage: cardano-cli latest query pool-params --socket-path SOCKET_PATH +Usage: cardano-cli latest query pool-params [--cardano-mode [--epoch-slots SLOTS]] ( --mainnet | --testnet-magic NATURAL ) + --socket-path SOCKET_PATH [--volatile-tip | --immutable-tip] ( --all-stake-pools | (--stake-pool-id STAKE_POOL_ID) @@ -9530,12 +9632,13 @@ Usage: cardano-cli latest query pool-params --socket-path SOCKET_PATH (Ledger.NewEpochState.esLState._delegationState._pState._pParams -- advanced command) -Usage: cardano-cli latest query leadership-schedule --socket-path SOCKET_PATH +Usage: cardano-cli latest query leadership-schedule [--cardano-mode [--epoch-slots SLOTS]] ( --mainnet | --testnet-magic NATURAL ) + --socket-path SOCKET_PATH [ --volatile-tip | --immutable-tip ] @@ -9553,12 +9656,13 @@ Usage: cardano-cli latest query leadership-schedule --socket-path SOCKET_PATH Get the slots the node is expected to mint a block in (advanced command) -Usage: cardano-cli latest query kes-period-info --socket-path SOCKET_PATH +Usage: cardano-cli latest query kes-period-info [--cardano-mode [--epoch-slots SLOTS]] ( --mainnet | --testnet-magic NATURAL ) + --socket-path SOCKET_PATH [ --volatile-tip | --immutable-tip ] @@ -9568,12 +9672,13 @@ Usage: cardano-cli latest query kes-period-info --socket-path SOCKET_PATH Get information about the current KES period and your node's operational certificate. -Usage: cardano-cli latest query pool-state --socket-path SOCKET_PATH +Usage: cardano-cli latest query pool-state [--cardano-mode [--epoch-slots SLOTS]] ( --mainnet | --testnet-magic NATURAL ) + --socket-path SOCKET_PATH [--volatile-tip | --immutable-tip] ( --all-stake-pools | (--stake-pool-id STAKE_POOL_ID) @@ -9582,12 +9687,13 @@ Usage: cardano-cli latest query pool-state --socket-path SOCKET_PATH Dump the pool state -Usage: cardano-cli latest query tx-mempool --socket-path SOCKET_PATH +Usage: cardano-cli latest query tx-mempool [--cardano-mode [--epoch-slots SLOTS]] ( --mainnet | --testnet-magic NATURAL ) + --socket-path SOCKET_PATH (info | next-tx | tx-exists) [--out-file FILEPATH] @@ -9605,23 +9711,25 @@ Usage: cardano-cli latest query tx-mempool tx-exists TX_ID Query if a particular transaction exists in the mempool -Usage: cardano-cli latest query slot-number --socket-path SOCKET_PATH +Usage: cardano-cli latest query slot-number [--cardano-mode [--epoch-slots SLOTS]] ( --mainnet | --testnet-magic NATURAL ) + --socket-path SOCKET_PATH [--volatile-tip | --immutable-tip] TIMESTAMP Query slot number for UTC timestamp -Usage: cardano-cli latest query ref-script-size --socket-path SOCKET_PATH +Usage: cardano-cli latest query ref-script-size [--cardano-mode [--epoch-slots SLOTS]] ( --mainnet | --testnet-magic NATURAL ) + --socket-path SOCKET_PATH [ --volatile-tip | --immutable-tip ] @@ -9634,12 +9742,13 @@ Usage: cardano-cli latest query ref-script-size --socket-path SOCKET_PATH Calculate the reference input scripts size in bytes for provided transaction inputs. -Usage: cardano-cli latest query constitution --socket-path SOCKET_PATH +Usage: cardano-cli latest query constitution [--cardano-mode [--epoch-slots SLOTS]] ( --mainnet | --testnet-magic NATURAL ) + --socket-path SOCKET_PATH [ --volatile-tip | --immutable-tip ] @@ -9647,23 +9756,23 @@ Usage: cardano-cli latest query constitution --socket-path SOCKET_PATH Get the constitution -Usage: cardano-cli latest query gov-state --socket-path SOCKET_PATH - [--cardano-mode - [--epoch-slots SLOTS]] +Usage: cardano-cli latest query gov-state [--cardano-mode [--epoch-slots SLOTS]] ( --mainnet | --testnet-magic NATURAL ) + --socket-path SOCKET_PATH [--volatile-tip | --immutable-tip] [--out-file FILEPATH] Get the governance state -Usage: cardano-cli latest query drep-state --socket-path SOCKET_PATH +Usage: cardano-cli latest query drep-state [--cardano-mode [--epoch-slots SLOTS]] ( --mainnet | --testnet-magic NATURAL ) + --socket-path SOCKET_PATH [--volatile-tip | --immutable-tip] ( --all-dreps | @@ -9679,12 +9788,12 @@ Usage: cardano-cli latest query drep-state --socket-path SOCKET_PATH Get the DRep state. Usage: cardano-cli latest query drep-stake-distribution - --socket-path SOCKET_PATH [--cardano-mode [--epoch-slots SLOTS]] ( --mainnet | --testnet-magic NATURAL ) + --socket-path SOCKET_PATH [ --volatile-tip | --immutable-tip ] @@ -9700,12 +9809,13 @@ Usage: cardano-cli latest query drep-stake-distribution Get the DRep stake distribution. -Usage: cardano-cli latest query spo-stake-distribution --socket-path SOCKET_PATH +Usage: cardano-cli latest query spo-stake-distribution [--cardano-mode [--epoch-slots SLOTS]] ( --mainnet | --testnet-magic NATURAL ) + --socket-path SOCKET_PATH [ --volatile-tip | --immutable-tip ] @@ -9720,12 +9830,13 @@ Usage: cardano-cli latest query spo-stake-distribution --socket-path SOCKET_PATH Get the SPO stake distribution. -Usage: cardano-cli latest query committee-state --socket-path SOCKET_PATH +Usage: cardano-cli latest query committee-state [--cardano-mode [--epoch-slots SLOTS]] ( --mainnet | --testnet-magic NATURAL ) + --socket-path SOCKET_PATH [ --volatile-tip | --immutable-tip ] @@ -9747,21 +9858,19 @@ Usage: cardano-cli latest query committee-state --socket-path SOCKET_PATH Get the committee state -Usage: cardano-cli latest query treasury --socket-path SOCKET_PATH - [--cardano-mode - [--epoch-slots SLOTS]] +Usage: cardano-cli latest query treasury [--cardano-mode [--epoch-slots SLOTS]] (--mainnet | --testnet-magic NATURAL) + --socket-path SOCKET_PATH [--volatile-tip | --immutable-tip] [--out-file FILEPATH] Get the treasury value -Usage: cardano-cli latest query proposals --socket-path SOCKET_PATH - [--cardano-mode - [--epoch-slots SLOTS]] +Usage: cardano-cli latest query proposals [--cardano-mode [--epoch-slots SLOTS]] ( --mainnet | --testnet-magic NATURAL ) + --socket-path SOCKET_PATH [--volatile-tip | --immutable-tip] ( --all-proposals | (--governance-action-tx-id TXID @@ -10222,12 +10331,13 @@ Usage: cardano-cli latest transaction build-raw Please note the order[93;22;23;24m of some cmd options is crucial. If used incorrectly may produce undesired tx body. See nested [] notation above for details.[0;22;23;24m -Usage: cardano-cli latest transaction build --socket-path SOCKET_PATH +Usage: cardano-cli latest transaction build [--cardano-mode [--epoch-slots SLOTS]] ( --mainnet | --testnet-magic NATURAL ) + --socket-path SOCKET_PATH [ --script-valid | --script-invalid ] @@ -10573,12 +10683,13 @@ Usage: cardano-cli latest transaction sign-witness --tx-body-file FILEPATH Assemble a tx body and witness(es) to form a transaction -Usage: cardano-cli latest transaction submit --socket-path SOCKET_PATH +Usage: cardano-cli latest transaction submit [--cardano-mode [--epoch-slots SLOTS]] ( --mainnet | --testnet-magic NATURAL ) + --socket-path SOCKET_PATH --tx-file FILEPATH Submit a transaction to the local node whose Unix domain socket is obtained diff --git a/cardano-cli/test/cardano-cli-golden/files/golden/help/allegra_query_kes-period-info.cli b/cardano-cli/test/cardano-cli-golden/files/golden/help/allegra_query_kes-period-info.cli index 203fad2bf3..c54d8c5122 100644 --- a/cardano-cli/test/cardano-cli-golden/files/golden/help/allegra_query_kes-period-info.cli +++ b/cardano-cli/test/cardano-cli-golden/files/golden/help/allegra_query_kes-period-info.cli @@ -1,9 +1,10 @@ -Usage: cardano-cli allegra query kes-period-info --socket-path SOCKET_PATH +Usage: cardano-cli allegra query kes-period-info [--cardano-mode [--epoch-slots SLOTS]] ( --mainnet | --testnet-magic NATURAL ) + --socket-path SOCKET_PATH --op-cert-file FILEPATH [--out-file FILEPATH] @@ -11,11 +12,6 @@ Usage: cardano-cli allegra query kes-period-info --socket-path SOCKET_PATH certificate. Available options: - --socket-path SOCKET_PATH - Path to the node socket. This overrides the - CARDANO_NODE_SOCKET_PATH environment variable. The - argument is optional if CARDANO_NODE_SOCKET_PATH is - defined and mandatory otherwise. --cardano-mode For talking to a node running in full Cardano mode (default). --epoch-slots SLOTS The number of slots per epoch for the Byron era. @@ -24,6 +20,11 @@ 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 + --socket-path SOCKET_PATH + Path to the node socket. This overrides the + CARDANO_NODE_SOCKET_PATH environment variable. The + argument is optional if CARDANO_NODE_SOCKET_PATH is + defined and mandatory otherwise. --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/allegra_query_leadership-schedule.cli b/cardano-cli/test/cardano-cli-golden/files/golden/help/allegra_query_leadership-schedule.cli index 2eb039a3d0..5fa080095e 100644 --- a/cardano-cli/test/cardano-cli-golden/files/golden/help/allegra_query_leadership-schedule.cli +++ b/cardano-cli/test/cardano-cli-golden/files/golden/help/allegra_query_leadership-schedule.cli @@ -1,9 +1,10 @@ -Usage: cardano-cli allegra query leadership-schedule --socket-path SOCKET_PATH +Usage: cardano-cli allegra query leadership-schedule [--cardano-mode [--epoch-slots SLOTS]] ( --mainnet | --testnet-magic NATURAL ) + --socket-path SOCKET_PATH --genesis FILEPATH ( --stake-pool-verification-key STRING | --cold-verification-key-file FILEPATH @@ -19,11 +20,6 @@ Usage: cardano-cli allegra query leadership-schedule --socket-path SOCKET_PATH Get the slots the node is expected to mint a block in (advanced command) Available options: - --socket-path SOCKET_PATH - Path to the node socket. This overrides the - CARDANO_NODE_SOCKET_PATH environment variable. The - argument is optional if CARDANO_NODE_SOCKET_PATH is - defined and mandatory otherwise. --cardano-mode For talking to a node running in full Cardano mode (default). --epoch-slots SLOTS The number of slots per epoch for the Byron era. @@ -32,6 +28,11 @@ 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 + --socket-path SOCKET_PATH + Path to the node socket. This overrides the + CARDANO_NODE_SOCKET_PATH environment variable. The + argument is optional if CARDANO_NODE_SOCKET_PATH is + defined and mandatory otherwise. --genesis FILEPATH Shelley genesis filepath --stake-pool-verification-key STRING Stake pool verification key (Bech32 or hex-encoded). diff --git a/cardano-cli/test/cardano-cli-golden/files/golden/help/allegra_query_ledger-peer-snapshot.cli b/cardano-cli/test/cardano-cli-golden/files/golden/help/allegra_query_ledger-peer-snapshot.cli index f56ebabc6d..051399a47b 100644 --- a/cardano-cli/test/cardano-cli-golden/files/golden/help/allegra_query_ledger-peer-snapshot.cli +++ b/cardano-cli/test/cardano-cli-golden/files/golden/help/allegra_query_ledger-peer-snapshot.cli @@ -1,20 +1,16 @@ -Usage: cardano-cli allegra query ledger-peer-snapshot --socket-path SOCKET_PATH +Usage: cardano-cli allegra query ledger-peer-snapshot [--cardano-mode [--epoch-slots SLOTS]] ( --mainnet | --testnet-magic NATURAL ) + --socket-path SOCKET_PATH [--out-file FILEPATH] Dump the current snapshot of ledger peers.These are the largest pools that cumulatively hold 90% of total stake. Available options: - --socket-path SOCKET_PATH - Path to the node socket. This overrides the - CARDANO_NODE_SOCKET_PATH environment variable. The - argument is optional if CARDANO_NODE_SOCKET_PATH is - defined and mandatory otherwise. --cardano-mode For talking to a node running in full Cardano mode (default). --epoch-slots SLOTS The number of slots per epoch for the Byron era. @@ -23,5 +19,10 @@ 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 + --socket-path SOCKET_PATH + Path to the node socket. This overrides the + CARDANO_NODE_SOCKET_PATH environment variable. The + argument is optional if CARDANO_NODE_SOCKET_PATH is + defined and mandatory otherwise. --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_ledger-state.cli b/cardano-cli/test/cardano-cli-golden/files/golden/help/allegra_query_ledger-state.cli index c381444e1d..ddde5957e6 100644 --- a/cardano-cli/test/cardano-cli-golden/files/golden/help/allegra_query_ledger-state.cli +++ b/cardano-cli/test/cardano-cli-golden/files/golden/help/allegra_query_ledger-state.cli @@ -1,20 +1,16 @@ -Usage: cardano-cli allegra query ledger-state --socket-path SOCKET_PATH +Usage: cardano-cli allegra query ledger-state [--cardano-mode [--epoch-slots SLOTS]] ( --mainnet | --testnet-magic NATURAL ) + --socket-path SOCKET_PATH [--out-file FILEPATH] Dump the current ledger state of the node (Ledger.NewEpochState -- advanced command) Available options: - --socket-path SOCKET_PATH - Path to the node socket. This overrides the - CARDANO_NODE_SOCKET_PATH environment variable. The - argument is optional if CARDANO_NODE_SOCKET_PATH is - defined and mandatory otherwise. --cardano-mode For talking to a node running in full Cardano mode (default). --epoch-slots SLOTS The number of slots per epoch for the Byron era. @@ -23,5 +19,10 @@ 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 + --socket-path SOCKET_PATH + Path to the node socket. This overrides the + CARDANO_NODE_SOCKET_PATH environment variable. The + argument is optional if CARDANO_NODE_SOCKET_PATH is + defined and mandatory otherwise. --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_pool-params.cli b/cardano-cli/test/cardano-cli-golden/files/golden/help/allegra_query_pool-params.cli index 6e8f49db74..b1e70d3cd7 100644 --- a/cardano-cli/test/cardano-cli-golden/files/golden/help/allegra_query_pool-params.cli +++ b/cardano-cli/test/cardano-cli-golden/files/golden/help/allegra_query_pool-params.cli @@ -1,9 +1,10 @@ -Usage: cardano-cli allegra query pool-params --socket-path SOCKET_PATH +Usage: cardano-cli allegra query pool-params [--cardano-mode [--epoch-slots SLOTS]] ( --mainnet | --testnet-magic NATURAL ) + --socket-path SOCKET_PATH ( --all-stake-pools | (--stake-pool-id STAKE_POOL_ID) ) @@ -14,11 +15,6 @@ Usage: cardano-cli allegra query pool-params --socket-path SOCKET_PATH command) Available options: - --socket-path SOCKET_PATH - Path to the node socket. This overrides the - CARDANO_NODE_SOCKET_PATH environment variable. The - argument is optional if CARDANO_NODE_SOCKET_PATH is - defined and mandatory otherwise. --cardano-mode For talking to a node running in full Cardano mode (default). --epoch-slots SLOTS The number of slots per epoch for the Byron era. @@ -27,6 +23,11 @@ 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 + --socket-path SOCKET_PATH + Path to the node socket. This overrides the + CARDANO_NODE_SOCKET_PATH environment variable. The + argument is optional if CARDANO_NODE_SOCKET_PATH is + defined and mandatory otherwise. --all-stake-pools Query for all stake pools --stake-pool-id STAKE_POOL_ID Stake pool ID/verification key hash (either diff --git a/cardano-cli/test/cardano-cli-golden/files/golden/help/allegra_query_pool-state.cli b/cardano-cli/test/cardano-cli-golden/files/golden/help/allegra_query_pool-state.cli index ded0b19510..e771cf397a 100644 --- a/cardano-cli/test/cardano-cli-golden/files/golden/help/allegra_query_pool-state.cli +++ b/cardano-cli/test/cardano-cli-golden/files/golden/help/allegra_query_pool-state.cli @@ -1,9 +1,10 @@ -Usage: cardano-cli allegra query pool-state --socket-path SOCKET_PATH +Usage: cardano-cli allegra query pool-state [--cardano-mode [--epoch-slots SLOTS]] ( --mainnet | --testnet-magic NATURAL ) + --socket-path SOCKET_PATH ( --all-stake-pools | (--stake-pool-id STAKE_POOL_ID) ) @@ -12,11 +13,6 @@ Usage: cardano-cli allegra query pool-state --socket-path SOCKET_PATH Dump the pool state Available options: - --socket-path SOCKET_PATH - Path to the node socket. This overrides the - CARDANO_NODE_SOCKET_PATH environment variable. The - argument is optional if CARDANO_NODE_SOCKET_PATH is - defined and mandatory otherwise. --cardano-mode For talking to a node running in full Cardano mode (default). --epoch-slots SLOTS The number of slots per epoch for the Byron era. @@ -25,6 +21,11 @@ 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 + --socket-path SOCKET_PATH + Path to the node socket. This overrides the + CARDANO_NODE_SOCKET_PATH environment variable. The + argument is optional if CARDANO_NODE_SOCKET_PATH is + defined and mandatory otherwise. --all-stake-pools Query for all stake pools --stake-pool-id STAKE_POOL_ID Stake pool ID/verification key hash (either diff --git a/cardano-cli/test/cardano-cli-golden/files/golden/help/allegra_query_protocol-parameters.cli b/cardano-cli/test/cardano-cli-golden/files/golden/help/allegra_query_protocol-parameters.cli index 84cbfded31..fc84aa7dc8 100644 --- a/cardano-cli/test/cardano-cli-golden/files/golden/help/allegra_query_protocol-parameters.cli +++ b/cardano-cli/test/cardano-cli-golden/files/golden/help/allegra_query_protocol-parameters.cli @@ -1,19 +1,15 @@ -Usage: cardano-cli allegra query protocol-parameters --socket-path SOCKET_PATH +Usage: cardano-cli allegra query protocol-parameters [--cardano-mode [--epoch-slots SLOTS]] ( --mainnet | --testnet-magic NATURAL ) + --socket-path SOCKET_PATH [--out-file FILEPATH] Get the node's current protocol parameters Available options: - --socket-path SOCKET_PATH - Path to the node socket. This overrides the - CARDANO_NODE_SOCKET_PATH environment variable. The - argument is optional if CARDANO_NODE_SOCKET_PATH is - defined and mandatory otherwise. --cardano-mode For talking to a node running in full Cardano mode (default). --epoch-slots SLOTS The number of slots per epoch for the Byron era. @@ -22,5 +18,10 @@ 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 + --socket-path SOCKET_PATH + Path to the node socket. This overrides the + CARDANO_NODE_SOCKET_PATH environment variable. The + argument is optional if CARDANO_NODE_SOCKET_PATH is + defined and mandatory otherwise. --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_protocol-state.cli b/cardano-cli/test/cardano-cli-golden/files/golden/help/allegra_query_protocol-state.cli index 6a1fc77520..d9410f6d9e 100644 --- a/cardano-cli/test/cardano-cli-golden/files/golden/help/allegra_query_protocol-state.cli +++ b/cardano-cli/test/cardano-cli-golden/files/golden/help/allegra_query_protocol-state.cli @@ -1,20 +1,16 @@ -Usage: cardano-cli allegra query protocol-state --socket-path SOCKET_PATH +Usage: cardano-cli allegra query protocol-state [--cardano-mode [--epoch-slots SLOTS]] ( --mainnet | --testnet-magic NATURAL ) + --socket-path SOCKET_PATH [--out-file FILEPATH] Dump the current protocol state of the node (Ledger.ChainDepState -- advanced command) Available options: - --socket-path SOCKET_PATH - Path to the node socket. This overrides the - CARDANO_NODE_SOCKET_PATH environment variable. The - argument is optional if CARDANO_NODE_SOCKET_PATH is - defined and mandatory otherwise. --cardano-mode For talking to a node running in full Cardano mode (default). --epoch-slots SLOTS The number of slots per epoch for the Byron era. @@ -23,5 +19,10 @@ 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 + --socket-path SOCKET_PATH + Path to the node socket. This overrides the + CARDANO_NODE_SOCKET_PATH environment variable. The + argument is optional if CARDANO_NODE_SOCKET_PATH is + defined and mandatory otherwise. --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_ref-script-size.cli b/cardano-cli/test/cardano-cli-golden/files/golden/help/allegra_query_ref-script-size.cli index cb205054ce..9057e55352 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,9 +1,10 @@ -Usage: cardano-cli allegra query ref-script-size --socket-path SOCKET_PATH +Usage: cardano-cli allegra query ref-script-size [--cardano-mode [--epoch-slots SLOTS]] ( --mainnet | --testnet-magic NATURAL ) + --socket-path SOCKET_PATH (--tx-in TX-IN) [ --output-json | --output-text @@ -14,11 +15,6 @@ Usage: cardano-cli allegra query ref-script-size --socket-path SOCKET_PATH inputs. Available options: - --socket-path SOCKET_PATH - Path to the node socket. This overrides the - CARDANO_NODE_SOCKET_PATH environment variable. The - argument is optional if CARDANO_NODE_SOCKET_PATH is - defined and mandatory otherwise. --cardano-mode For talking to a node running in full Cardano mode (default). --epoch-slots SLOTS The number of slots per epoch for the Byron era. @@ -27,6 +23,11 @@ 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 + --socket-path SOCKET_PATH + Path to the node socket. This overrides the + CARDANO_NODE_SOCKET_PATH environment variable. The + argument is optional if CARDANO_NODE_SOCKET_PATH is + defined and mandatory otherwise. --tx-in TX-IN Transaction input (TxId#TxIx). --output-json Format reference inputs query output to JSON. Default format when writing to a file diff --git a/cardano-cli/test/cardano-cli-golden/files/golden/help/allegra_query_slot-number.cli b/cardano-cli/test/cardano-cli-golden/files/golden/help/allegra_query_slot-number.cli index 07b03fbe8d..8b6f777d9a 100644 --- a/cardano-cli/test/cardano-cli-golden/files/golden/help/allegra_query_slot-number.cli +++ b/cardano-cli/test/cardano-cli-golden/files/golden/help/allegra_query_slot-number.cli @@ -1,19 +1,15 @@ -Usage: cardano-cli allegra query slot-number --socket-path SOCKET_PATH +Usage: cardano-cli allegra query slot-number [--cardano-mode [--epoch-slots SLOTS]] ( --mainnet | --testnet-magic NATURAL ) + --socket-path SOCKET_PATH TIMESTAMP Query slot number for UTC timestamp Available options: - --socket-path SOCKET_PATH - Path to the node socket. This overrides the - CARDANO_NODE_SOCKET_PATH environment variable. The - argument is optional if CARDANO_NODE_SOCKET_PATH is - defined and mandatory otherwise. --cardano-mode For talking to a node running in full Cardano mode (default). --epoch-slots SLOTS The number of slots per epoch for the Byron era. @@ -22,5 +18,10 @@ 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 + --socket-path SOCKET_PATH + Path to the node socket. This overrides the + CARDANO_NODE_SOCKET_PATH environment variable. The + argument is optional if CARDANO_NODE_SOCKET_PATH is + defined and mandatory otherwise. TIMESTAMP UTC timestamp in YYYY-MM-DDThh:mm:ssZ format -h,--help Show this help text 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 9c99abe3ae..c0bb26c327 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,20 +1,16 @@ -Usage: cardano-cli allegra query stake-address-info --socket-path SOCKET_PATH +Usage: cardano-cli allegra query stake-address-info [--cardano-mode [--epoch-slots SLOTS]] ( --mainnet | --testnet-magic NATURAL ) + --socket-path SOCKET_PATH --address ADDRESS [--out-file FILEPATH] Get the current delegations and reward accounts filtered by stake address. Available options: - --socket-path SOCKET_PATH - Path to the node socket. This overrides the - CARDANO_NODE_SOCKET_PATH environment variable. The - argument is optional if CARDANO_NODE_SOCKET_PATH is - defined and mandatory otherwise. --cardano-mode For talking to a node running in full Cardano mode (default). --epoch-slots SLOTS The number of slots per epoch for the Byron era. @@ -23,6 +19,11 @@ 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 + --socket-path SOCKET_PATH + Path to the node socket. This overrides the + CARDANO_NODE_SOCKET_PATH environment variable. The + argument is optional if CARDANO_NODE_SOCKET_PATH is + defined and mandatory otherwise. --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_stake-distribution.cli b/cardano-cli/test/cardano-cli-golden/files/golden/help/allegra_query_stake-distribution.cli index 2237fa0b3e..f8a885002c 100644 --- a/cardano-cli/test/cardano-cli-golden/files/golden/help/allegra_query_stake-distribution.cli +++ b/cardano-cli/test/cardano-cli-golden/files/golden/help/allegra_query_stake-distribution.cli @@ -1,9 +1,10 @@ -Usage: cardano-cli allegra query stake-distribution --socket-path SOCKET_PATH +Usage: cardano-cli allegra query stake-distribution [--cardano-mode [--epoch-slots SLOTS]] ( --mainnet | --testnet-magic NATURAL ) + --socket-path SOCKET_PATH [ --output-json | --output-text ] @@ -12,11 +13,6 @@ Usage: cardano-cli allegra query stake-distribution --socket-path SOCKET_PATH Get the node's current aggregated stake distribution Available options: - --socket-path SOCKET_PATH - Path to the node socket. This overrides the - CARDANO_NODE_SOCKET_PATH environment variable. The - argument is optional if CARDANO_NODE_SOCKET_PATH is - defined and mandatory otherwise. --cardano-mode For talking to a node running in full Cardano mode (default). --epoch-slots SLOTS The number of slots per epoch for the Byron era. @@ -25,6 +21,11 @@ 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 + --socket-path SOCKET_PATH + Path to the node socket. This overrides the + CARDANO_NODE_SOCKET_PATH environment variable. The + argument is optional if CARDANO_NODE_SOCKET_PATH is + defined and mandatory otherwise. --output-json Format stake-distribution query output to JSON. Default format when writing to a file --output-text Format stake-distribution query output to TEXT. diff --git a/cardano-cli/test/cardano-cli-golden/files/golden/help/allegra_query_stake-pools.cli b/cardano-cli/test/cardano-cli-golden/files/golden/help/allegra_query_stake-pools.cli index e8981f33f4..73d68cd5c7 100644 --- a/cardano-cli/test/cardano-cli-golden/files/golden/help/allegra_query_stake-pools.cli +++ b/cardano-cli/test/cardano-cli-golden/files/golden/help/allegra_query_stake-pools.cli @@ -1,20 +1,16 @@ -Usage: cardano-cli allegra query stake-pools --socket-path SOCKET_PATH +Usage: cardano-cli allegra query stake-pools [--cardano-mode [--epoch-slots SLOTS]] ( --mainnet | --testnet-magic NATURAL ) + --socket-path SOCKET_PATH [--output-json | --output-text] [--out-file FILEPATH] Get the node's current set of stake pool ids Available options: - --socket-path SOCKET_PATH - Path to the node socket. This overrides the - CARDANO_NODE_SOCKET_PATH environment variable. The - argument is optional if CARDANO_NODE_SOCKET_PATH is - defined and mandatory otherwise. --cardano-mode For talking to a node running in full Cardano mode (default). --epoch-slots SLOTS The number of slots per epoch for the Byron era. @@ -23,6 +19,11 @@ 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 + --socket-path SOCKET_PATH + Path to the node socket. This overrides the + CARDANO_NODE_SOCKET_PATH environment variable. The + argument is optional if CARDANO_NODE_SOCKET_PATH is + defined and mandatory otherwise. --output-json Format stake-pools query output to JSON. Default format when writing to a file --output-text Format stake-pools query output to TEXT. Default diff --git a/cardano-cli/test/cardano-cli-golden/files/golden/help/allegra_query_stake-snapshot.cli b/cardano-cli/test/cardano-cli-golden/files/golden/help/allegra_query_stake-snapshot.cli index ad1a88080a..a129f75285 100644 --- a/cardano-cli/test/cardano-cli-golden/files/golden/help/allegra_query_stake-snapshot.cli +++ b/cardano-cli/test/cardano-cli-golden/files/golden/help/allegra_query_stake-snapshot.cli @@ -1,9 +1,10 @@ -Usage: cardano-cli allegra query stake-snapshot --socket-path SOCKET_PATH +Usage: cardano-cli allegra query stake-snapshot [--cardano-mode [--epoch-slots SLOTS]] ( --mainnet | --testnet-magic NATURAL ) + --socket-path SOCKET_PATH ( --all-stake-pools | (--stake-pool-id STAKE_POOL_ID) ) @@ -13,11 +14,6 @@ Usage: cardano-cli allegra query stake-snapshot --socket-path SOCKET_PATH (advanced command) Available options: - --socket-path SOCKET_PATH - Path to the node socket. This overrides the - CARDANO_NODE_SOCKET_PATH environment variable. The - argument is optional if CARDANO_NODE_SOCKET_PATH is - defined and mandatory otherwise. --cardano-mode For talking to a node running in full Cardano mode (default). --epoch-slots SLOTS The number of slots per epoch for the Byron era. @@ -26,6 +22,11 @@ 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 + --socket-path SOCKET_PATH + Path to the node socket. This overrides the + CARDANO_NODE_SOCKET_PATH environment variable. The + argument is optional if CARDANO_NODE_SOCKET_PATH is + defined and mandatory otherwise. --all-stake-pools Query for all stake pools --stake-pool-id STAKE_POOL_ID Stake pool ID/verification key hash (either diff --git a/cardano-cli/test/cardano-cli-golden/files/golden/help/allegra_query_tip.cli b/cardano-cli/test/cardano-cli-golden/files/golden/help/allegra_query_tip.cli index f835424113..74807fd12e 100644 --- a/cardano-cli/test/cardano-cli-golden/files/golden/help/allegra_query_tip.cli +++ b/cardano-cli/test/cardano-cli-golden/files/golden/help/allegra_query_tip.cli @@ -1,16 +1,11 @@ -Usage: cardano-cli allegra query tip --socket-path SOCKET_PATH - [--cardano-mode [--epoch-slots SLOTS]] +Usage: cardano-cli allegra query tip [--cardano-mode [--epoch-slots SLOTS]] (--mainnet | --testnet-magic NATURAL) + --socket-path SOCKET_PATH [--out-file FILEPATH] Get the node's current tip (slot no, hash, block no) Available options: - --socket-path SOCKET_PATH - Path to the node socket. This overrides the - CARDANO_NODE_SOCKET_PATH environment variable. The - argument is optional if CARDANO_NODE_SOCKET_PATH is - defined and mandatory otherwise. --cardano-mode For talking to a node running in full Cardano mode (default). --epoch-slots SLOTS The number of slots per epoch for the Byron era. @@ -19,5 +14,10 @@ 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 + --socket-path SOCKET_PATH + Path to the node socket. This overrides the + CARDANO_NODE_SOCKET_PATH environment variable. The + argument is optional if CARDANO_NODE_SOCKET_PATH is + defined and mandatory otherwise. --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_tx-mempool.cli b/cardano-cli/test/cardano-cli-golden/files/golden/help/allegra_query_tx-mempool.cli index 33ecc4c16d..6d27d6557f 100644 --- a/cardano-cli/test/cardano-cli-golden/files/golden/help/allegra_query_tx-mempool.cli +++ b/cardano-cli/test/cardano-cli-golden/files/golden/help/allegra_query_tx-mempool.cli @@ -1,20 +1,16 @@ -Usage: cardano-cli allegra query tx-mempool --socket-path SOCKET_PATH +Usage: cardano-cli allegra query tx-mempool [--cardano-mode [--epoch-slots SLOTS]] ( --mainnet | --testnet-magic NATURAL ) + --socket-path SOCKET_PATH (info | next-tx | tx-exists) [--out-file FILEPATH] Local Mempool info Available options: - --socket-path SOCKET_PATH - Path to the node socket. This overrides the - CARDANO_NODE_SOCKET_PATH environment variable. The - argument is optional if CARDANO_NODE_SOCKET_PATH is - defined and mandatory otherwise. --cardano-mode For talking to a node running in full Cardano mode (default). --epoch-slots SLOTS The number of slots per epoch for the Byron era. @@ -23,6 +19,11 @@ 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 + --socket-path SOCKET_PATH + Path to the node socket. This overrides the + CARDANO_NODE_SOCKET_PATH environment variable. The + argument is optional if CARDANO_NODE_SOCKET_PATH is + defined and mandatory otherwise. --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_tx-mempool_info.cli b/cardano-cli/test/cardano-cli-golden/files/golden/help/allegra_query_tx-mempool_info.cli index 4d3c375220..9d5c2b1018 100644 --- a/cardano-cli/test/cardano-cli-golden/files/golden/help/allegra_query_tx-mempool_info.cli +++ b/cardano-cli/test/cardano-cli-golden/files/golden/help/allegra_query_tx-mempool_info.cli @@ -1,11 +1,12 @@ -Missing: --socket-path SOCKET_PATH (--mainnet | --testnet-magic NATURAL) +Missing: (--mainnet | --testnet-magic NATURAL) --socket-path SOCKET_PATH -Usage: cardano-cli allegra query tx-mempool --socket-path SOCKET_PATH +Usage: cardano-cli allegra query tx-mempool [--cardano-mode [--epoch-slots SLOTS]] ( --mainnet | --testnet-magic NATURAL ) + --socket-path SOCKET_PATH (info | next-tx | tx-exists) [--out-file FILEPATH] diff --git a/cardano-cli/test/cardano-cli-golden/files/golden/help/allegra_query_tx-mempool_next-tx.cli b/cardano-cli/test/cardano-cli-golden/files/golden/help/allegra_query_tx-mempool_next-tx.cli index 4d3c375220..9d5c2b1018 100644 --- a/cardano-cli/test/cardano-cli-golden/files/golden/help/allegra_query_tx-mempool_next-tx.cli +++ b/cardano-cli/test/cardano-cli-golden/files/golden/help/allegra_query_tx-mempool_next-tx.cli @@ -1,11 +1,12 @@ -Missing: --socket-path SOCKET_PATH (--mainnet | --testnet-magic NATURAL) +Missing: (--mainnet | --testnet-magic NATURAL) --socket-path SOCKET_PATH -Usage: cardano-cli allegra query tx-mempool --socket-path SOCKET_PATH +Usage: cardano-cli allegra query tx-mempool [--cardano-mode [--epoch-slots SLOTS]] ( --mainnet | --testnet-magic NATURAL ) + --socket-path SOCKET_PATH (info | next-tx | tx-exists) [--out-file FILEPATH] diff --git a/cardano-cli/test/cardano-cli-golden/files/golden/help/allegra_query_tx-mempool_tx-exists_TX_ID.cli b/cardano-cli/test/cardano-cli-golden/files/golden/help/allegra_query_tx-mempool_tx-exists_TX_ID.cli index 4d3c375220..9d5c2b1018 100644 --- a/cardano-cli/test/cardano-cli-golden/files/golden/help/allegra_query_tx-mempool_tx-exists_TX_ID.cli +++ b/cardano-cli/test/cardano-cli-golden/files/golden/help/allegra_query_tx-mempool_tx-exists_TX_ID.cli @@ -1,11 +1,12 @@ -Missing: --socket-path SOCKET_PATH (--mainnet | --testnet-magic NATURAL) +Missing: (--mainnet | --testnet-magic NATURAL) --socket-path SOCKET_PATH -Usage: cardano-cli allegra query tx-mempool --socket-path SOCKET_PATH +Usage: cardano-cli allegra query tx-mempool [--cardano-mode [--epoch-slots SLOTS]] ( --mainnet | --testnet-magic NATURAL ) + --socket-path SOCKET_PATH (info | next-tx | tx-exists) [--out-file FILEPATH] 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 6bd3e8dd10..b27f0d2211 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,6 +1,6 @@ -Usage: cardano-cli allegra query utxo --socket-path SOCKET_PATH - [--cardano-mode [--epoch-slots SLOTS]] +Usage: cardano-cli allegra query utxo [--cardano-mode [--epoch-slots SLOTS]] (--mainnet | --testnet-magic NATURAL) + --socket-path SOCKET_PATH ( --whole-utxo | (--address ADDRESS) | (--tx-in TX-IN) @@ -11,11 +11,6 @@ Usage: cardano-cli allegra query utxo --socket-path SOCKET_PATH Get a portion of the current UTxO: by tx in, by address or the whole. Available options: - --socket-path SOCKET_PATH - Path to the node socket. This overrides the - CARDANO_NODE_SOCKET_PATH environment variable. The - argument is optional if CARDANO_NODE_SOCKET_PATH is - defined and mandatory otherwise. --cardano-mode For talking to a node running in full Cardano mode (default). --epoch-slots SLOTS The number of slots per epoch for the Byron era. @@ -24,6 +19,11 @@ 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 + --socket-path SOCKET_PATH + Path to the node socket. This overrides the + CARDANO_NODE_SOCKET_PATH environment variable. The + argument is optional if CARDANO_NODE_SOCKET_PATH is + defined and mandatory otherwise. --whole-utxo Return the whole UTxO (only appropriate on small testnets). --address ADDRESS Filter by Cardano address(es) (Bech32-encoded). diff --git a/cardano-cli/test/cardano-cli-golden/files/golden/help/allegra_transaction_submit.cli b/cardano-cli/test/cardano-cli-golden/files/golden/help/allegra_transaction_submit.cli index b47e6335c8..ea5f537366 100644 --- a/cardano-cli/test/cardano-cli-golden/files/golden/help/allegra_transaction_submit.cli +++ b/cardano-cli/test/cardano-cli-golden/files/golden/help/allegra_transaction_submit.cli @@ -1,20 +1,16 @@ -Usage: cardano-cli allegra transaction submit --socket-path SOCKET_PATH +Usage: cardano-cli allegra transaction submit [--cardano-mode [--epoch-slots SLOTS]] ( --mainnet | --testnet-magic NATURAL ) + --socket-path SOCKET_PATH --tx-file FILEPATH Submit a transaction to the local node whose Unix domain socket is obtained from the CARDANO_NODE_SOCKET_PATH environment variable. Available options: - --socket-path SOCKET_PATH - Path to the node socket. This overrides the - CARDANO_NODE_SOCKET_PATH environment variable. The - argument is optional if CARDANO_NODE_SOCKET_PATH is - defined and mandatory otherwise. --cardano-mode For talking to a node running in full Cardano mode (default). --epoch-slots SLOTS The number of slots per epoch for the Byron era. @@ -23,5 +19,10 @@ 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 + --socket-path SOCKET_PATH + Path to the node socket. This overrides the + CARDANO_NODE_SOCKET_PATH environment variable. The + argument is optional if CARDANO_NODE_SOCKET_PATH is + defined and mandatory otherwise. --tx-file FILEPATH Filepath of the transaction you intend to submit. -h,--help Show this help text diff --git a/cardano-cli/test/cardano-cli-golden/files/golden/help/alonzo_query_kes-period-info.cli b/cardano-cli/test/cardano-cli-golden/files/golden/help/alonzo_query_kes-period-info.cli index c0440f9bda..d6dbdc4b8b 100644 --- a/cardano-cli/test/cardano-cli-golden/files/golden/help/alonzo_query_kes-period-info.cli +++ b/cardano-cli/test/cardano-cli-golden/files/golden/help/alonzo_query_kes-period-info.cli @@ -1,9 +1,10 @@ -Usage: cardano-cli alonzo query kes-period-info --socket-path SOCKET_PATH +Usage: cardano-cli alonzo query kes-period-info [--cardano-mode [--epoch-slots SLOTS]] ( --mainnet | --testnet-magic NATURAL ) + --socket-path SOCKET_PATH --op-cert-file FILEPATH [--out-file FILEPATH] @@ -11,11 +12,6 @@ Usage: cardano-cli alonzo query kes-period-info --socket-path SOCKET_PATH certificate. Available options: - --socket-path SOCKET_PATH - Path to the node socket. This overrides the - CARDANO_NODE_SOCKET_PATH environment variable. The - argument is optional if CARDANO_NODE_SOCKET_PATH is - defined and mandatory otherwise. --cardano-mode For talking to a node running in full Cardano mode (default). --epoch-slots SLOTS The number of slots per epoch for the Byron era. @@ -24,6 +20,11 @@ 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 + --socket-path SOCKET_PATH + Path to the node socket. This overrides the + CARDANO_NODE_SOCKET_PATH environment variable. The + argument is optional if CARDANO_NODE_SOCKET_PATH is + defined and mandatory otherwise. --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/alonzo_query_leadership-schedule.cli b/cardano-cli/test/cardano-cli-golden/files/golden/help/alonzo_query_leadership-schedule.cli index 627616fe79..bae145c21f 100644 --- a/cardano-cli/test/cardano-cli-golden/files/golden/help/alonzo_query_leadership-schedule.cli +++ b/cardano-cli/test/cardano-cli-golden/files/golden/help/alonzo_query_leadership-schedule.cli @@ -1,9 +1,10 @@ -Usage: cardano-cli alonzo query leadership-schedule --socket-path SOCKET_PATH +Usage: cardano-cli alonzo query leadership-schedule [--cardano-mode [--epoch-slots SLOTS]] ( --mainnet | --testnet-magic NATURAL ) + --socket-path SOCKET_PATH --genesis FILEPATH ( --stake-pool-verification-key STRING | --cold-verification-key-file FILEPATH @@ -19,11 +20,6 @@ Usage: cardano-cli alonzo query leadership-schedule --socket-path SOCKET_PATH Get the slots the node is expected to mint a block in (advanced command) Available options: - --socket-path SOCKET_PATH - Path to the node socket. This overrides the - CARDANO_NODE_SOCKET_PATH environment variable. The - argument is optional if CARDANO_NODE_SOCKET_PATH is - defined and mandatory otherwise. --cardano-mode For talking to a node running in full Cardano mode (default). --epoch-slots SLOTS The number of slots per epoch for the Byron era. @@ -32,6 +28,11 @@ 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 + --socket-path SOCKET_PATH + Path to the node socket. This overrides the + CARDANO_NODE_SOCKET_PATH environment variable. The + argument is optional if CARDANO_NODE_SOCKET_PATH is + defined and mandatory otherwise. --genesis FILEPATH Shelley genesis filepath --stake-pool-verification-key STRING Stake pool verification key (Bech32 or hex-encoded). diff --git a/cardano-cli/test/cardano-cli-golden/files/golden/help/alonzo_query_ledger-peer-snapshot.cli b/cardano-cli/test/cardano-cli-golden/files/golden/help/alonzo_query_ledger-peer-snapshot.cli index f8f679df14..0799b003bd 100644 --- a/cardano-cli/test/cardano-cli-golden/files/golden/help/alonzo_query_ledger-peer-snapshot.cli +++ b/cardano-cli/test/cardano-cli-golden/files/golden/help/alonzo_query_ledger-peer-snapshot.cli @@ -1,20 +1,16 @@ -Usage: cardano-cli alonzo query ledger-peer-snapshot --socket-path SOCKET_PATH +Usage: cardano-cli alonzo query ledger-peer-snapshot [--cardano-mode [--epoch-slots SLOTS]] ( --mainnet | --testnet-magic NATURAL ) + --socket-path SOCKET_PATH [--out-file FILEPATH] Dump the current snapshot of ledger peers.These are the largest pools that cumulatively hold 90% of total stake. Available options: - --socket-path SOCKET_PATH - Path to the node socket. This overrides the - CARDANO_NODE_SOCKET_PATH environment variable. The - argument is optional if CARDANO_NODE_SOCKET_PATH is - defined and mandatory otherwise. --cardano-mode For talking to a node running in full Cardano mode (default). --epoch-slots SLOTS The number of slots per epoch for the Byron era. @@ -23,5 +19,10 @@ 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 + --socket-path SOCKET_PATH + Path to the node socket. This overrides the + CARDANO_NODE_SOCKET_PATH environment variable. The + argument is optional if CARDANO_NODE_SOCKET_PATH is + defined and mandatory otherwise. --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_ledger-state.cli b/cardano-cli/test/cardano-cli-golden/files/golden/help/alonzo_query_ledger-state.cli index 80e4f77758..6807a16895 100644 --- a/cardano-cli/test/cardano-cli-golden/files/golden/help/alonzo_query_ledger-state.cli +++ b/cardano-cli/test/cardano-cli-golden/files/golden/help/alonzo_query_ledger-state.cli @@ -1,20 +1,16 @@ -Usage: cardano-cli alonzo query ledger-state --socket-path SOCKET_PATH +Usage: cardano-cli alonzo query ledger-state [--cardano-mode [--epoch-slots SLOTS]] ( --mainnet | --testnet-magic NATURAL ) + --socket-path SOCKET_PATH [--out-file FILEPATH] Dump the current ledger state of the node (Ledger.NewEpochState -- advanced command) Available options: - --socket-path SOCKET_PATH - Path to the node socket. This overrides the - CARDANO_NODE_SOCKET_PATH environment variable. The - argument is optional if CARDANO_NODE_SOCKET_PATH is - defined and mandatory otherwise. --cardano-mode For talking to a node running in full Cardano mode (default). --epoch-slots SLOTS The number of slots per epoch for the Byron era. @@ -23,5 +19,10 @@ 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 + --socket-path SOCKET_PATH + Path to the node socket. This overrides the + CARDANO_NODE_SOCKET_PATH environment variable. The + argument is optional if CARDANO_NODE_SOCKET_PATH is + defined and mandatory otherwise. --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_pool-params.cli b/cardano-cli/test/cardano-cli-golden/files/golden/help/alonzo_query_pool-params.cli index 5ba92bcf47..ab40970165 100644 --- a/cardano-cli/test/cardano-cli-golden/files/golden/help/alonzo_query_pool-params.cli +++ b/cardano-cli/test/cardano-cli-golden/files/golden/help/alonzo_query_pool-params.cli @@ -1,9 +1,10 @@ -Usage: cardano-cli alonzo query pool-params --socket-path SOCKET_PATH +Usage: cardano-cli alonzo query pool-params [--cardano-mode [--epoch-slots SLOTS]] ( --mainnet | --testnet-magic NATURAL ) + --socket-path SOCKET_PATH ( --all-stake-pools | (--stake-pool-id STAKE_POOL_ID) ) @@ -14,11 +15,6 @@ Usage: cardano-cli alonzo query pool-params --socket-path SOCKET_PATH command) Available options: - --socket-path SOCKET_PATH - Path to the node socket. This overrides the - CARDANO_NODE_SOCKET_PATH environment variable. The - argument is optional if CARDANO_NODE_SOCKET_PATH is - defined and mandatory otherwise. --cardano-mode For talking to a node running in full Cardano mode (default). --epoch-slots SLOTS The number of slots per epoch for the Byron era. @@ -27,6 +23,11 @@ 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 + --socket-path SOCKET_PATH + Path to the node socket. This overrides the + CARDANO_NODE_SOCKET_PATH environment variable. The + argument is optional if CARDANO_NODE_SOCKET_PATH is + defined and mandatory otherwise. --all-stake-pools Query for all stake pools --stake-pool-id STAKE_POOL_ID Stake pool ID/verification key hash (either diff --git a/cardano-cli/test/cardano-cli-golden/files/golden/help/alonzo_query_pool-state.cli b/cardano-cli/test/cardano-cli-golden/files/golden/help/alonzo_query_pool-state.cli index adf1a5270d..ab446729e4 100644 --- a/cardano-cli/test/cardano-cli-golden/files/golden/help/alonzo_query_pool-state.cli +++ b/cardano-cli/test/cardano-cli-golden/files/golden/help/alonzo_query_pool-state.cli @@ -1,9 +1,10 @@ -Usage: cardano-cli alonzo query pool-state --socket-path SOCKET_PATH +Usage: cardano-cli alonzo query pool-state [--cardano-mode [--epoch-slots SLOTS]] ( --mainnet | --testnet-magic NATURAL ) + --socket-path SOCKET_PATH ( --all-stake-pools | (--stake-pool-id STAKE_POOL_ID) ) @@ -12,11 +13,6 @@ Usage: cardano-cli alonzo query pool-state --socket-path SOCKET_PATH Dump the pool state Available options: - --socket-path SOCKET_PATH - Path to the node socket. This overrides the - CARDANO_NODE_SOCKET_PATH environment variable. The - argument is optional if CARDANO_NODE_SOCKET_PATH is - defined and mandatory otherwise. --cardano-mode For talking to a node running in full Cardano mode (default). --epoch-slots SLOTS The number of slots per epoch for the Byron era. @@ -25,6 +21,11 @@ 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 + --socket-path SOCKET_PATH + Path to the node socket. This overrides the + CARDANO_NODE_SOCKET_PATH environment variable. The + argument is optional if CARDANO_NODE_SOCKET_PATH is + defined and mandatory otherwise. --all-stake-pools Query for all stake pools --stake-pool-id STAKE_POOL_ID Stake pool ID/verification key hash (either diff --git a/cardano-cli/test/cardano-cli-golden/files/golden/help/alonzo_query_protocol-parameters.cli b/cardano-cli/test/cardano-cli-golden/files/golden/help/alonzo_query_protocol-parameters.cli index cf896156b8..63d21a0d45 100644 --- a/cardano-cli/test/cardano-cli-golden/files/golden/help/alonzo_query_protocol-parameters.cli +++ b/cardano-cli/test/cardano-cli-golden/files/golden/help/alonzo_query_protocol-parameters.cli @@ -1,19 +1,15 @@ -Usage: cardano-cli alonzo query protocol-parameters --socket-path SOCKET_PATH +Usage: cardano-cli alonzo query protocol-parameters [--cardano-mode [--epoch-slots SLOTS]] ( --mainnet | --testnet-magic NATURAL ) + --socket-path SOCKET_PATH [--out-file FILEPATH] Get the node's current protocol parameters Available options: - --socket-path SOCKET_PATH - Path to the node socket. This overrides the - CARDANO_NODE_SOCKET_PATH environment variable. The - argument is optional if CARDANO_NODE_SOCKET_PATH is - defined and mandatory otherwise. --cardano-mode For talking to a node running in full Cardano mode (default). --epoch-slots SLOTS The number of slots per epoch for the Byron era. @@ -22,5 +18,10 @@ 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 + --socket-path SOCKET_PATH + Path to the node socket. This overrides the + CARDANO_NODE_SOCKET_PATH environment variable. The + argument is optional if CARDANO_NODE_SOCKET_PATH is + defined and mandatory otherwise. --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_protocol-state.cli b/cardano-cli/test/cardano-cli-golden/files/golden/help/alonzo_query_protocol-state.cli index 1cd40589c9..c489805e43 100644 --- a/cardano-cli/test/cardano-cli-golden/files/golden/help/alonzo_query_protocol-state.cli +++ b/cardano-cli/test/cardano-cli-golden/files/golden/help/alonzo_query_protocol-state.cli @@ -1,20 +1,16 @@ -Usage: cardano-cli alonzo query protocol-state --socket-path SOCKET_PATH +Usage: cardano-cli alonzo query protocol-state [--cardano-mode [--epoch-slots SLOTS]] ( --mainnet | --testnet-magic NATURAL ) + --socket-path SOCKET_PATH [--out-file FILEPATH] Dump the current protocol state of the node (Ledger.ChainDepState -- advanced command) Available options: - --socket-path SOCKET_PATH - Path to the node socket. This overrides the - CARDANO_NODE_SOCKET_PATH environment variable. The - argument is optional if CARDANO_NODE_SOCKET_PATH is - defined and mandatory otherwise. --cardano-mode For talking to a node running in full Cardano mode (default). --epoch-slots SLOTS The number of slots per epoch for the Byron era. @@ -23,5 +19,10 @@ 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 + --socket-path SOCKET_PATH + Path to the node socket. This overrides the + CARDANO_NODE_SOCKET_PATH environment variable. The + argument is optional if CARDANO_NODE_SOCKET_PATH is + defined and mandatory otherwise. --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_ref-script-size.cli b/cardano-cli/test/cardano-cli-golden/files/golden/help/alonzo_query_ref-script-size.cli index fce8097eab..c121c3e496 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,9 +1,10 @@ -Usage: cardano-cli alonzo query ref-script-size --socket-path SOCKET_PATH +Usage: cardano-cli alonzo query ref-script-size [--cardano-mode [--epoch-slots SLOTS]] ( --mainnet | --testnet-magic NATURAL ) + --socket-path SOCKET_PATH (--tx-in TX-IN) [ --output-json | --output-text @@ -14,11 +15,6 @@ Usage: cardano-cli alonzo query ref-script-size --socket-path SOCKET_PATH inputs. Available options: - --socket-path SOCKET_PATH - Path to the node socket. This overrides the - CARDANO_NODE_SOCKET_PATH environment variable. The - argument is optional if CARDANO_NODE_SOCKET_PATH is - defined and mandatory otherwise. --cardano-mode For talking to a node running in full Cardano mode (default). --epoch-slots SLOTS The number of slots per epoch for the Byron era. @@ -27,6 +23,11 @@ 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 + --socket-path SOCKET_PATH + Path to the node socket. This overrides the + CARDANO_NODE_SOCKET_PATH environment variable. The + argument is optional if CARDANO_NODE_SOCKET_PATH is + defined and mandatory otherwise. --tx-in TX-IN Transaction input (TxId#TxIx). --output-json Format reference inputs query output to JSON. Default format when writing to a file diff --git a/cardano-cli/test/cardano-cli-golden/files/golden/help/alonzo_query_slot-number.cli b/cardano-cli/test/cardano-cli-golden/files/golden/help/alonzo_query_slot-number.cli index 8565c6c45e..9552d3c5e7 100644 --- a/cardano-cli/test/cardano-cli-golden/files/golden/help/alonzo_query_slot-number.cli +++ b/cardano-cli/test/cardano-cli-golden/files/golden/help/alonzo_query_slot-number.cli @@ -1,19 +1,15 @@ -Usage: cardano-cli alonzo query slot-number --socket-path SOCKET_PATH +Usage: cardano-cli alonzo query slot-number [--cardano-mode [--epoch-slots SLOTS]] ( --mainnet | --testnet-magic NATURAL ) + --socket-path SOCKET_PATH TIMESTAMP Query slot number for UTC timestamp Available options: - --socket-path SOCKET_PATH - Path to the node socket. This overrides the - CARDANO_NODE_SOCKET_PATH environment variable. The - argument is optional if CARDANO_NODE_SOCKET_PATH is - defined and mandatory otherwise. --cardano-mode For talking to a node running in full Cardano mode (default). --epoch-slots SLOTS The number of slots per epoch for the Byron era. @@ -22,5 +18,10 @@ 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 + --socket-path SOCKET_PATH + Path to the node socket. This overrides the + CARDANO_NODE_SOCKET_PATH environment variable. The + argument is optional if CARDANO_NODE_SOCKET_PATH is + defined and mandatory otherwise. TIMESTAMP UTC timestamp in YYYY-MM-DDThh:mm:ssZ format -h,--help Show this help text 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 21a920f509..9413cfdc9d 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,20 +1,16 @@ -Usage: cardano-cli alonzo query stake-address-info --socket-path SOCKET_PATH +Usage: cardano-cli alonzo query stake-address-info [--cardano-mode [--epoch-slots SLOTS]] ( --mainnet | --testnet-magic NATURAL ) + --socket-path SOCKET_PATH --address ADDRESS [--out-file FILEPATH] Get the current delegations and reward accounts filtered by stake address. Available options: - --socket-path SOCKET_PATH - Path to the node socket. This overrides the - CARDANO_NODE_SOCKET_PATH environment variable. The - argument is optional if CARDANO_NODE_SOCKET_PATH is - defined and mandatory otherwise. --cardano-mode For talking to a node running in full Cardano mode (default). --epoch-slots SLOTS The number of slots per epoch for the Byron era. @@ -23,6 +19,11 @@ 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 + --socket-path SOCKET_PATH + Path to the node socket. This overrides the + CARDANO_NODE_SOCKET_PATH environment variable. The + argument is optional if CARDANO_NODE_SOCKET_PATH is + defined and mandatory otherwise. --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_stake-distribution.cli b/cardano-cli/test/cardano-cli-golden/files/golden/help/alonzo_query_stake-distribution.cli index defa3efc59..cc756deb95 100644 --- a/cardano-cli/test/cardano-cli-golden/files/golden/help/alonzo_query_stake-distribution.cli +++ b/cardano-cli/test/cardano-cli-golden/files/golden/help/alonzo_query_stake-distribution.cli @@ -1,9 +1,10 @@ -Usage: cardano-cli alonzo query stake-distribution --socket-path SOCKET_PATH +Usage: cardano-cli alonzo query stake-distribution [--cardano-mode [--epoch-slots SLOTS]] ( --mainnet | --testnet-magic NATURAL ) + --socket-path SOCKET_PATH [ --output-json | --output-text ] @@ -12,11 +13,6 @@ Usage: cardano-cli alonzo query stake-distribution --socket-path SOCKET_PATH Get the node's current aggregated stake distribution Available options: - --socket-path SOCKET_PATH - Path to the node socket. This overrides the - CARDANO_NODE_SOCKET_PATH environment variable. The - argument is optional if CARDANO_NODE_SOCKET_PATH is - defined and mandatory otherwise. --cardano-mode For talking to a node running in full Cardano mode (default). --epoch-slots SLOTS The number of slots per epoch for the Byron era. @@ -25,6 +21,11 @@ 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 + --socket-path SOCKET_PATH + Path to the node socket. This overrides the + CARDANO_NODE_SOCKET_PATH environment variable. The + argument is optional if CARDANO_NODE_SOCKET_PATH is + defined and mandatory otherwise. --output-json Format stake-distribution query output to JSON. Default format when writing to a file --output-text Format stake-distribution query output to TEXT. diff --git a/cardano-cli/test/cardano-cli-golden/files/golden/help/alonzo_query_stake-pools.cli b/cardano-cli/test/cardano-cli-golden/files/golden/help/alonzo_query_stake-pools.cli index 8d06f42719..17e78f35cd 100644 --- a/cardano-cli/test/cardano-cli-golden/files/golden/help/alonzo_query_stake-pools.cli +++ b/cardano-cli/test/cardano-cli-golden/files/golden/help/alonzo_query_stake-pools.cli @@ -1,20 +1,16 @@ -Usage: cardano-cli alonzo query stake-pools --socket-path SOCKET_PATH +Usage: cardano-cli alonzo query stake-pools [--cardano-mode [--epoch-slots SLOTS]] ( --mainnet | --testnet-magic NATURAL ) + --socket-path SOCKET_PATH [--output-json | --output-text] [--out-file FILEPATH] Get the node's current set of stake pool ids Available options: - --socket-path SOCKET_PATH - Path to the node socket. This overrides the - CARDANO_NODE_SOCKET_PATH environment variable. The - argument is optional if CARDANO_NODE_SOCKET_PATH is - defined and mandatory otherwise. --cardano-mode For talking to a node running in full Cardano mode (default). --epoch-slots SLOTS The number of slots per epoch for the Byron era. @@ -23,6 +19,11 @@ 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 + --socket-path SOCKET_PATH + Path to the node socket. This overrides the + CARDANO_NODE_SOCKET_PATH environment variable. The + argument is optional if CARDANO_NODE_SOCKET_PATH is + defined and mandatory otherwise. --output-json Format stake-pools query output to JSON. Default format when writing to a file --output-text Format stake-pools query output to TEXT. Default diff --git a/cardano-cli/test/cardano-cli-golden/files/golden/help/alonzo_query_stake-snapshot.cli b/cardano-cli/test/cardano-cli-golden/files/golden/help/alonzo_query_stake-snapshot.cli index ef82038871..fd94ddb974 100644 --- a/cardano-cli/test/cardano-cli-golden/files/golden/help/alonzo_query_stake-snapshot.cli +++ b/cardano-cli/test/cardano-cli-golden/files/golden/help/alonzo_query_stake-snapshot.cli @@ -1,9 +1,10 @@ -Usage: cardano-cli alonzo query stake-snapshot --socket-path SOCKET_PATH +Usage: cardano-cli alonzo query stake-snapshot [--cardano-mode [--epoch-slots SLOTS]] ( --mainnet | --testnet-magic NATURAL ) + --socket-path SOCKET_PATH ( --all-stake-pools | (--stake-pool-id STAKE_POOL_ID) ) @@ -13,11 +14,6 @@ Usage: cardano-cli alonzo query stake-snapshot --socket-path SOCKET_PATH (advanced command) Available options: - --socket-path SOCKET_PATH - Path to the node socket. This overrides the - CARDANO_NODE_SOCKET_PATH environment variable. The - argument is optional if CARDANO_NODE_SOCKET_PATH is - defined and mandatory otherwise. --cardano-mode For talking to a node running in full Cardano mode (default). --epoch-slots SLOTS The number of slots per epoch for the Byron era. @@ -26,6 +22,11 @@ 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 + --socket-path SOCKET_PATH + Path to the node socket. This overrides the + CARDANO_NODE_SOCKET_PATH environment variable. The + argument is optional if CARDANO_NODE_SOCKET_PATH is + defined and mandatory otherwise. --all-stake-pools Query for all stake pools --stake-pool-id STAKE_POOL_ID Stake pool ID/verification key hash (either diff --git a/cardano-cli/test/cardano-cli-golden/files/golden/help/alonzo_query_tip.cli b/cardano-cli/test/cardano-cli-golden/files/golden/help/alonzo_query_tip.cli index cbf499cabc..da19cb4aa8 100644 --- a/cardano-cli/test/cardano-cli-golden/files/golden/help/alonzo_query_tip.cli +++ b/cardano-cli/test/cardano-cli-golden/files/golden/help/alonzo_query_tip.cli @@ -1,16 +1,11 @@ -Usage: cardano-cli alonzo query tip --socket-path SOCKET_PATH - [--cardano-mode [--epoch-slots SLOTS]] +Usage: cardano-cli alonzo query tip [--cardano-mode [--epoch-slots SLOTS]] (--mainnet | --testnet-magic NATURAL) + --socket-path SOCKET_PATH [--out-file FILEPATH] Get the node's current tip (slot no, hash, block no) Available options: - --socket-path SOCKET_PATH - Path to the node socket. This overrides the - CARDANO_NODE_SOCKET_PATH environment variable. The - argument is optional if CARDANO_NODE_SOCKET_PATH is - defined and mandatory otherwise. --cardano-mode For talking to a node running in full Cardano mode (default). --epoch-slots SLOTS The number of slots per epoch for the Byron era. @@ -19,5 +14,10 @@ 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 + --socket-path SOCKET_PATH + Path to the node socket. This overrides the + CARDANO_NODE_SOCKET_PATH environment variable. The + argument is optional if CARDANO_NODE_SOCKET_PATH is + defined and mandatory otherwise. --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_tx-mempool.cli b/cardano-cli/test/cardano-cli-golden/files/golden/help/alonzo_query_tx-mempool.cli index 8fb19b4c07..35cc196c5d 100644 --- a/cardano-cli/test/cardano-cli-golden/files/golden/help/alonzo_query_tx-mempool.cli +++ b/cardano-cli/test/cardano-cli-golden/files/golden/help/alonzo_query_tx-mempool.cli @@ -1,20 +1,16 @@ -Usage: cardano-cli alonzo query tx-mempool --socket-path SOCKET_PATH +Usage: cardano-cli alonzo query tx-mempool [--cardano-mode [--epoch-slots SLOTS]] ( --mainnet | --testnet-magic NATURAL ) + --socket-path SOCKET_PATH (info | next-tx | tx-exists) [--out-file FILEPATH] Local Mempool info Available options: - --socket-path SOCKET_PATH - Path to the node socket. This overrides the - CARDANO_NODE_SOCKET_PATH environment variable. The - argument is optional if CARDANO_NODE_SOCKET_PATH is - defined and mandatory otherwise. --cardano-mode For talking to a node running in full Cardano mode (default). --epoch-slots SLOTS The number of slots per epoch for the Byron era. @@ -23,6 +19,11 @@ 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 + --socket-path SOCKET_PATH + Path to the node socket. This overrides the + CARDANO_NODE_SOCKET_PATH environment variable. The + argument is optional if CARDANO_NODE_SOCKET_PATH is + defined and mandatory otherwise. --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_tx-mempool_info.cli b/cardano-cli/test/cardano-cli-golden/files/golden/help/alonzo_query_tx-mempool_info.cli index 5f43b2dda0..a9368dec96 100644 --- a/cardano-cli/test/cardano-cli-golden/files/golden/help/alonzo_query_tx-mempool_info.cli +++ b/cardano-cli/test/cardano-cli-golden/files/golden/help/alonzo_query_tx-mempool_info.cli @@ -1,11 +1,12 @@ -Missing: --socket-path SOCKET_PATH (--mainnet | --testnet-magic NATURAL) +Missing: (--mainnet | --testnet-magic NATURAL) --socket-path SOCKET_PATH -Usage: cardano-cli alonzo query tx-mempool --socket-path SOCKET_PATH +Usage: cardano-cli alonzo query tx-mempool [--cardano-mode [--epoch-slots SLOTS]] ( --mainnet | --testnet-magic NATURAL ) + --socket-path SOCKET_PATH (info | next-tx | tx-exists) [--out-file FILEPATH] diff --git a/cardano-cli/test/cardano-cli-golden/files/golden/help/alonzo_query_tx-mempool_next-tx.cli b/cardano-cli/test/cardano-cli-golden/files/golden/help/alonzo_query_tx-mempool_next-tx.cli index 5f43b2dda0..a9368dec96 100644 --- a/cardano-cli/test/cardano-cli-golden/files/golden/help/alonzo_query_tx-mempool_next-tx.cli +++ b/cardano-cli/test/cardano-cli-golden/files/golden/help/alonzo_query_tx-mempool_next-tx.cli @@ -1,11 +1,12 @@ -Missing: --socket-path SOCKET_PATH (--mainnet | --testnet-magic NATURAL) +Missing: (--mainnet | --testnet-magic NATURAL) --socket-path SOCKET_PATH -Usage: cardano-cli alonzo query tx-mempool --socket-path SOCKET_PATH +Usage: cardano-cli alonzo query tx-mempool [--cardano-mode [--epoch-slots SLOTS]] ( --mainnet | --testnet-magic NATURAL ) + --socket-path SOCKET_PATH (info | next-tx | tx-exists) [--out-file FILEPATH] diff --git a/cardano-cli/test/cardano-cli-golden/files/golden/help/alonzo_query_tx-mempool_tx-exists_TX_ID.cli b/cardano-cli/test/cardano-cli-golden/files/golden/help/alonzo_query_tx-mempool_tx-exists_TX_ID.cli index 5f43b2dda0..a9368dec96 100644 --- a/cardano-cli/test/cardano-cli-golden/files/golden/help/alonzo_query_tx-mempool_tx-exists_TX_ID.cli +++ b/cardano-cli/test/cardano-cli-golden/files/golden/help/alonzo_query_tx-mempool_tx-exists_TX_ID.cli @@ -1,11 +1,12 @@ -Missing: --socket-path SOCKET_PATH (--mainnet | --testnet-magic NATURAL) +Missing: (--mainnet | --testnet-magic NATURAL) --socket-path SOCKET_PATH -Usage: cardano-cli alonzo query tx-mempool --socket-path SOCKET_PATH +Usage: cardano-cli alonzo query tx-mempool [--cardano-mode [--epoch-slots SLOTS]] ( --mainnet | --testnet-magic NATURAL ) + --socket-path SOCKET_PATH (info | next-tx | tx-exists) [--out-file FILEPATH] 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 e2f384fb5a..ac4c106546 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,6 +1,6 @@ -Usage: cardano-cli alonzo query utxo --socket-path SOCKET_PATH - [--cardano-mode [--epoch-slots SLOTS]] +Usage: cardano-cli alonzo query utxo [--cardano-mode [--epoch-slots SLOTS]] (--mainnet | --testnet-magic NATURAL) + --socket-path SOCKET_PATH ( --whole-utxo | (--address ADDRESS) | (--tx-in TX-IN) @@ -11,11 +11,6 @@ Usage: cardano-cli alonzo query utxo --socket-path SOCKET_PATH Get a portion of the current UTxO: by tx in, by address or the whole. Available options: - --socket-path SOCKET_PATH - Path to the node socket. This overrides the - CARDANO_NODE_SOCKET_PATH environment variable. The - argument is optional if CARDANO_NODE_SOCKET_PATH is - defined and mandatory otherwise. --cardano-mode For talking to a node running in full Cardano mode (default). --epoch-slots SLOTS The number of slots per epoch for the Byron era. @@ -24,6 +19,11 @@ 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 + --socket-path SOCKET_PATH + Path to the node socket. This overrides the + CARDANO_NODE_SOCKET_PATH environment variable. The + argument is optional if CARDANO_NODE_SOCKET_PATH is + defined and mandatory otherwise. --whole-utxo Return the whole UTxO (only appropriate on small testnets). --address ADDRESS Filter by Cardano address(es) (Bech32-encoded). diff --git a/cardano-cli/test/cardano-cli-golden/files/golden/help/alonzo_transaction_submit.cli b/cardano-cli/test/cardano-cli-golden/files/golden/help/alonzo_transaction_submit.cli index 37e7e97f1f..3f07629247 100644 --- a/cardano-cli/test/cardano-cli-golden/files/golden/help/alonzo_transaction_submit.cli +++ b/cardano-cli/test/cardano-cli-golden/files/golden/help/alonzo_transaction_submit.cli @@ -1,20 +1,16 @@ -Usage: cardano-cli alonzo transaction submit --socket-path SOCKET_PATH +Usage: cardano-cli alonzo transaction submit [--cardano-mode [--epoch-slots SLOTS]] ( --mainnet | --testnet-magic NATURAL ) + --socket-path SOCKET_PATH --tx-file FILEPATH Submit a transaction to the local node whose Unix domain socket is obtained from the CARDANO_NODE_SOCKET_PATH environment variable. Available options: - --socket-path SOCKET_PATH - Path to the node socket. This overrides the - CARDANO_NODE_SOCKET_PATH environment variable. The - argument is optional if CARDANO_NODE_SOCKET_PATH is - defined and mandatory otherwise. --cardano-mode For talking to a node running in full Cardano mode (default). --epoch-slots SLOTS The number of slots per epoch for the Byron era. @@ -23,5 +19,10 @@ 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 + --socket-path SOCKET_PATH + Path to the node socket. This overrides the + CARDANO_NODE_SOCKET_PATH environment variable. The + argument is optional if CARDANO_NODE_SOCKET_PATH is + defined and mandatory otherwise. --tx-file FILEPATH Filepath of the transaction you intend to submit. -h,--help Show this help text diff --git a/cardano-cli/test/cardano-cli-golden/files/golden/help/babbage_query_kes-period-info.cli b/cardano-cli/test/cardano-cli-golden/files/golden/help/babbage_query_kes-period-info.cli index 2807305bdf..4c0935d66d 100644 --- a/cardano-cli/test/cardano-cli-golden/files/golden/help/babbage_query_kes-period-info.cli +++ b/cardano-cli/test/cardano-cli-golden/files/golden/help/babbage_query_kes-period-info.cli @@ -1,9 +1,10 @@ -Usage: cardano-cli babbage query kes-period-info --socket-path SOCKET_PATH +Usage: cardano-cli babbage query kes-period-info [--cardano-mode [--epoch-slots SLOTS]] ( --mainnet | --testnet-magic NATURAL ) + --socket-path SOCKET_PATH --op-cert-file FILEPATH [--out-file FILEPATH] @@ -11,11 +12,6 @@ Usage: cardano-cli babbage query kes-period-info --socket-path SOCKET_PATH certificate. Available options: - --socket-path SOCKET_PATH - Path to the node socket. This overrides the - CARDANO_NODE_SOCKET_PATH environment variable. The - argument is optional if CARDANO_NODE_SOCKET_PATH is - defined and mandatory otherwise. --cardano-mode For talking to a node running in full Cardano mode (default). --epoch-slots SLOTS The number of slots per epoch for the Byron era. @@ -24,6 +20,11 @@ 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 + --socket-path SOCKET_PATH + Path to the node socket. This overrides the + CARDANO_NODE_SOCKET_PATH environment variable. The + argument is optional if CARDANO_NODE_SOCKET_PATH is + defined and mandatory otherwise. --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/babbage_query_leadership-schedule.cli b/cardano-cli/test/cardano-cli-golden/files/golden/help/babbage_query_leadership-schedule.cli index a0a04c4d3f..94dc2bd4b8 100644 --- a/cardano-cli/test/cardano-cli-golden/files/golden/help/babbage_query_leadership-schedule.cli +++ b/cardano-cli/test/cardano-cli-golden/files/golden/help/babbage_query_leadership-schedule.cli @@ -1,9 +1,10 @@ -Usage: cardano-cli babbage query leadership-schedule --socket-path SOCKET_PATH +Usage: cardano-cli babbage query leadership-schedule [--cardano-mode [--epoch-slots SLOTS]] ( --mainnet | --testnet-magic NATURAL ) + --socket-path SOCKET_PATH --genesis FILEPATH ( --stake-pool-verification-key STRING | --cold-verification-key-file FILEPATH @@ -19,11 +20,6 @@ Usage: cardano-cli babbage query leadership-schedule --socket-path SOCKET_PATH Get the slots the node is expected to mint a block in (advanced command) Available options: - --socket-path SOCKET_PATH - Path to the node socket. This overrides the - CARDANO_NODE_SOCKET_PATH environment variable. The - argument is optional if CARDANO_NODE_SOCKET_PATH is - defined and mandatory otherwise. --cardano-mode For talking to a node running in full Cardano mode (default). --epoch-slots SLOTS The number of slots per epoch for the Byron era. @@ -32,6 +28,11 @@ 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 + --socket-path SOCKET_PATH + Path to the node socket. This overrides the + CARDANO_NODE_SOCKET_PATH environment variable. The + argument is optional if CARDANO_NODE_SOCKET_PATH is + defined and mandatory otherwise. --genesis FILEPATH Shelley genesis filepath --stake-pool-verification-key STRING Stake pool verification key (Bech32 or hex-encoded). diff --git a/cardano-cli/test/cardano-cli-golden/files/golden/help/babbage_query_ledger-peer-snapshot.cli b/cardano-cli/test/cardano-cli-golden/files/golden/help/babbage_query_ledger-peer-snapshot.cli index dc265967fa..2e5f8c2a5b 100644 --- a/cardano-cli/test/cardano-cli-golden/files/golden/help/babbage_query_ledger-peer-snapshot.cli +++ b/cardano-cli/test/cardano-cli-golden/files/golden/help/babbage_query_ledger-peer-snapshot.cli @@ -1,20 +1,16 @@ -Usage: cardano-cli babbage query ledger-peer-snapshot --socket-path SOCKET_PATH +Usage: cardano-cli babbage query ledger-peer-snapshot [--cardano-mode [--epoch-slots SLOTS]] ( --mainnet | --testnet-magic NATURAL ) + --socket-path SOCKET_PATH [--out-file FILEPATH] Dump the current snapshot of ledger peers.These are the largest pools that cumulatively hold 90% of total stake. Available options: - --socket-path SOCKET_PATH - Path to the node socket. This overrides the - CARDANO_NODE_SOCKET_PATH environment variable. The - argument is optional if CARDANO_NODE_SOCKET_PATH is - defined and mandatory otherwise. --cardano-mode For talking to a node running in full Cardano mode (default). --epoch-slots SLOTS The number of slots per epoch for the Byron era. @@ -23,5 +19,10 @@ 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 + --socket-path SOCKET_PATH + Path to the node socket. This overrides the + CARDANO_NODE_SOCKET_PATH environment variable. The + argument is optional if CARDANO_NODE_SOCKET_PATH is + defined and mandatory otherwise. --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_ledger-state.cli b/cardano-cli/test/cardano-cli-golden/files/golden/help/babbage_query_ledger-state.cli index 1ed8f50c76..b2dfdd3fdc 100644 --- a/cardano-cli/test/cardano-cli-golden/files/golden/help/babbage_query_ledger-state.cli +++ b/cardano-cli/test/cardano-cli-golden/files/golden/help/babbage_query_ledger-state.cli @@ -1,20 +1,16 @@ -Usage: cardano-cli babbage query ledger-state --socket-path SOCKET_PATH +Usage: cardano-cli babbage query ledger-state [--cardano-mode [--epoch-slots SLOTS]] ( --mainnet | --testnet-magic NATURAL ) + --socket-path SOCKET_PATH [--out-file FILEPATH] Dump the current ledger state of the node (Ledger.NewEpochState -- advanced command) Available options: - --socket-path SOCKET_PATH - Path to the node socket. This overrides the - CARDANO_NODE_SOCKET_PATH environment variable. The - argument is optional if CARDANO_NODE_SOCKET_PATH is - defined and mandatory otherwise. --cardano-mode For talking to a node running in full Cardano mode (default). --epoch-slots SLOTS The number of slots per epoch for the Byron era. @@ -23,5 +19,10 @@ 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 + --socket-path SOCKET_PATH + Path to the node socket. This overrides the + CARDANO_NODE_SOCKET_PATH environment variable. The + argument is optional if CARDANO_NODE_SOCKET_PATH is + defined and mandatory otherwise. --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_pool-params.cli b/cardano-cli/test/cardano-cli-golden/files/golden/help/babbage_query_pool-params.cli index ffd1a1b1a5..b172464ad8 100644 --- a/cardano-cli/test/cardano-cli-golden/files/golden/help/babbage_query_pool-params.cli +++ b/cardano-cli/test/cardano-cli-golden/files/golden/help/babbage_query_pool-params.cli @@ -1,9 +1,10 @@ -Usage: cardano-cli babbage query pool-params --socket-path SOCKET_PATH +Usage: cardano-cli babbage query pool-params [--cardano-mode [--epoch-slots SLOTS]] ( --mainnet | --testnet-magic NATURAL ) + --socket-path SOCKET_PATH ( --all-stake-pools | (--stake-pool-id STAKE_POOL_ID) ) @@ -14,11 +15,6 @@ Usage: cardano-cli babbage query pool-params --socket-path SOCKET_PATH command) Available options: - --socket-path SOCKET_PATH - Path to the node socket. This overrides the - CARDANO_NODE_SOCKET_PATH environment variable. The - argument is optional if CARDANO_NODE_SOCKET_PATH is - defined and mandatory otherwise. --cardano-mode For talking to a node running in full Cardano mode (default). --epoch-slots SLOTS The number of slots per epoch for the Byron era. @@ -27,6 +23,11 @@ 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 + --socket-path SOCKET_PATH + Path to the node socket. This overrides the + CARDANO_NODE_SOCKET_PATH environment variable. The + argument is optional if CARDANO_NODE_SOCKET_PATH is + defined and mandatory otherwise. --all-stake-pools Query for all stake pools --stake-pool-id STAKE_POOL_ID Stake pool ID/verification key hash (either diff --git a/cardano-cli/test/cardano-cli-golden/files/golden/help/babbage_query_pool-state.cli b/cardano-cli/test/cardano-cli-golden/files/golden/help/babbage_query_pool-state.cli index f109df5bd2..7e74f9b781 100644 --- a/cardano-cli/test/cardano-cli-golden/files/golden/help/babbage_query_pool-state.cli +++ b/cardano-cli/test/cardano-cli-golden/files/golden/help/babbage_query_pool-state.cli @@ -1,9 +1,10 @@ -Usage: cardano-cli babbage query pool-state --socket-path SOCKET_PATH +Usage: cardano-cli babbage query pool-state [--cardano-mode [--epoch-slots SLOTS]] ( --mainnet | --testnet-magic NATURAL ) + --socket-path SOCKET_PATH ( --all-stake-pools | (--stake-pool-id STAKE_POOL_ID) ) @@ -12,11 +13,6 @@ Usage: cardano-cli babbage query pool-state --socket-path SOCKET_PATH Dump the pool state Available options: - --socket-path SOCKET_PATH - Path to the node socket. This overrides the - CARDANO_NODE_SOCKET_PATH environment variable. The - argument is optional if CARDANO_NODE_SOCKET_PATH is - defined and mandatory otherwise. --cardano-mode For talking to a node running in full Cardano mode (default). --epoch-slots SLOTS The number of slots per epoch for the Byron era. @@ -25,6 +21,11 @@ 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 + --socket-path SOCKET_PATH + Path to the node socket. This overrides the + CARDANO_NODE_SOCKET_PATH environment variable. The + argument is optional if CARDANO_NODE_SOCKET_PATH is + defined and mandatory otherwise. --all-stake-pools Query for all stake pools --stake-pool-id STAKE_POOL_ID Stake pool ID/verification key hash (either diff --git a/cardano-cli/test/cardano-cli-golden/files/golden/help/babbage_query_protocol-parameters.cli b/cardano-cli/test/cardano-cli-golden/files/golden/help/babbage_query_protocol-parameters.cli index 5495ea520f..3e7b9754af 100644 --- a/cardano-cli/test/cardano-cli-golden/files/golden/help/babbage_query_protocol-parameters.cli +++ b/cardano-cli/test/cardano-cli-golden/files/golden/help/babbage_query_protocol-parameters.cli @@ -1,19 +1,15 @@ -Usage: cardano-cli babbage query protocol-parameters --socket-path SOCKET_PATH +Usage: cardano-cli babbage query protocol-parameters [--cardano-mode [--epoch-slots SLOTS]] ( --mainnet | --testnet-magic NATURAL ) + --socket-path SOCKET_PATH [--out-file FILEPATH] Get the node's current protocol parameters Available options: - --socket-path SOCKET_PATH - Path to the node socket. This overrides the - CARDANO_NODE_SOCKET_PATH environment variable. The - argument is optional if CARDANO_NODE_SOCKET_PATH is - defined and mandatory otherwise. --cardano-mode For talking to a node running in full Cardano mode (default). --epoch-slots SLOTS The number of slots per epoch for the Byron era. @@ -22,5 +18,10 @@ 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 + --socket-path SOCKET_PATH + Path to the node socket. This overrides the + CARDANO_NODE_SOCKET_PATH environment variable. The + argument is optional if CARDANO_NODE_SOCKET_PATH is + defined and mandatory otherwise. --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_protocol-state.cli b/cardano-cli/test/cardano-cli-golden/files/golden/help/babbage_query_protocol-state.cli index 33c4596803..58890f47c9 100644 --- a/cardano-cli/test/cardano-cli-golden/files/golden/help/babbage_query_protocol-state.cli +++ b/cardano-cli/test/cardano-cli-golden/files/golden/help/babbage_query_protocol-state.cli @@ -1,20 +1,16 @@ -Usage: cardano-cli babbage query protocol-state --socket-path SOCKET_PATH +Usage: cardano-cli babbage query protocol-state [--cardano-mode [--epoch-slots SLOTS]] ( --mainnet | --testnet-magic NATURAL ) + --socket-path SOCKET_PATH [--out-file FILEPATH] Dump the current protocol state of the node (Ledger.ChainDepState -- advanced command) Available options: - --socket-path SOCKET_PATH - Path to the node socket. This overrides the - CARDANO_NODE_SOCKET_PATH environment variable. The - argument is optional if CARDANO_NODE_SOCKET_PATH is - defined and mandatory otherwise. --cardano-mode For talking to a node running in full Cardano mode (default). --epoch-slots SLOTS The number of slots per epoch for the Byron era. @@ -23,5 +19,10 @@ 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 + --socket-path SOCKET_PATH + Path to the node socket. This overrides the + CARDANO_NODE_SOCKET_PATH environment variable. The + argument is optional if CARDANO_NODE_SOCKET_PATH is + defined and mandatory otherwise. --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_ref-script-size.cli b/cardano-cli/test/cardano-cli-golden/files/golden/help/babbage_query_ref-script-size.cli index be5e84e1df..468107c52e 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,9 +1,10 @@ -Usage: cardano-cli babbage query ref-script-size --socket-path SOCKET_PATH +Usage: cardano-cli babbage query ref-script-size [--cardano-mode [--epoch-slots SLOTS]] ( --mainnet | --testnet-magic NATURAL ) + --socket-path SOCKET_PATH (--tx-in TX-IN) [ --output-json | --output-text @@ -14,11 +15,6 @@ Usage: cardano-cli babbage query ref-script-size --socket-path SOCKET_PATH inputs. Available options: - --socket-path SOCKET_PATH - Path to the node socket. This overrides the - CARDANO_NODE_SOCKET_PATH environment variable. The - argument is optional if CARDANO_NODE_SOCKET_PATH is - defined and mandatory otherwise. --cardano-mode For talking to a node running in full Cardano mode (default). --epoch-slots SLOTS The number of slots per epoch for the Byron era. @@ -27,6 +23,11 @@ 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 + --socket-path SOCKET_PATH + Path to the node socket. This overrides the + CARDANO_NODE_SOCKET_PATH environment variable. The + argument is optional if CARDANO_NODE_SOCKET_PATH is + defined and mandatory otherwise. --tx-in TX-IN Transaction input (TxId#TxIx). --output-json Format reference inputs query output to JSON. Default format when writing to a file diff --git a/cardano-cli/test/cardano-cli-golden/files/golden/help/babbage_query_slot-number.cli b/cardano-cli/test/cardano-cli-golden/files/golden/help/babbage_query_slot-number.cli index d97c5ad17c..6ce404cb7e 100644 --- a/cardano-cli/test/cardano-cli-golden/files/golden/help/babbage_query_slot-number.cli +++ b/cardano-cli/test/cardano-cli-golden/files/golden/help/babbage_query_slot-number.cli @@ -1,19 +1,15 @@ -Usage: cardano-cli babbage query slot-number --socket-path SOCKET_PATH +Usage: cardano-cli babbage query slot-number [--cardano-mode [--epoch-slots SLOTS]] ( --mainnet | --testnet-magic NATURAL ) + --socket-path SOCKET_PATH TIMESTAMP Query slot number for UTC timestamp Available options: - --socket-path SOCKET_PATH - Path to the node socket. This overrides the - CARDANO_NODE_SOCKET_PATH environment variable. The - argument is optional if CARDANO_NODE_SOCKET_PATH is - defined and mandatory otherwise. --cardano-mode For talking to a node running in full Cardano mode (default). --epoch-slots SLOTS The number of slots per epoch for the Byron era. @@ -22,5 +18,10 @@ 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 + --socket-path SOCKET_PATH + Path to the node socket. This overrides the + CARDANO_NODE_SOCKET_PATH environment variable. The + argument is optional if CARDANO_NODE_SOCKET_PATH is + defined and mandatory otherwise. TIMESTAMP UTC timestamp in YYYY-MM-DDThh:mm:ssZ format -h,--help Show this help text 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 b2c714e94e..ab6d763b7d 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,20 +1,16 @@ -Usage: cardano-cli babbage query stake-address-info --socket-path SOCKET_PATH +Usage: cardano-cli babbage query stake-address-info [--cardano-mode [--epoch-slots SLOTS]] ( --mainnet | --testnet-magic NATURAL ) + --socket-path SOCKET_PATH --address ADDRESS [--out-file FILEPATH] Get the current delegations and reward accounts filtered by stake address. Available options: - --socket-path SOCKET_PATH - Path to the node socket. This overrides the - CARDANO_NODE_SOCKET_PATH environment variable. The - argument is optional if CARDANO_NODE_SOCKET_PATH is - defined and mandatory otherwise. --cardano-mode For talking to a node running in full Cardano mode (default). --epoch-slots SLOTS The number of slots per epoch for the Byron era. @@ -23,6 +19,11 @@ 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 + --socket-path SOCKET_PATH + Path to the node socket. This overrides the + CARDANO_NODE_SOCKET_PATH environment variable. The + argument is optional if CARDANO_NODE_SOCKET_PATH is + defined and mandatory otherwise. --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_stake-distribution.cli b/cardano-cli/test/cardano-cli-golden/files/golden/help/babbage_query_stake-distribution.cli index 2708aa3c96..d65bd64edd 100644 --- a/cardano-cli/test/cardano-cli-golden/files/golden/help/babbage_query_stake-distribution.cli +++ b/cardano-cli/test/cardano-cli-golden/files/golden/help/babbage_query_stake-distribution.cli @@ -1,9 +1,10 @@ -Usage: cardano-cli babbage query stake-distribution --socket-path SOCKET_PATH +Usage: cardano-cli babbage query stake-distribution [--cardano-mode [--epoch-slots SLOTS]] ( --mainnet | --testnet-magic NATURAL ) + --socket-path SOCKET_PATH [ --output-json | --output-text ] @@ -12,11 +13,6 @@ Usage: cardano-cli babbage query stake-distribution --socket-path SOCKET_PATH Get the node's current aggregated stake distribution Available options: - --socket-path SOCKET_PATH - Path to the node socket. This overrides the - CARDANO_NODE_SOCKET_PATH environment variable. The - argument is optional if CARDANO_NODE_SOCKET_PATH is - defined and mandatory otherwise. --cardano-mode For talking to a node running in full Cardano mode (default). --epoch-slots SLOTS The number of slots per epoch for the Byron era. @@ -25,6 +21,11 @@ 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 + --socket-path SOCKET_PATH + Path to the node socket. This overrides the + CARDANO_NODE_SOCKET_PATH environment variable. The + argument is optional if CARDANO_NODE_SOCKET_PATH is + defined and mandatory otherwise. --output-json Format stake-distribution query output to JSON. Default format when writing to a file --output-text Format stake-distribution query output to TEXT. diff --git a/cardano-cli/test/cardano-cli-golden/files/golden/help/babbage_query_stake-pools.cli b/cardano-cli/test/cardano-cli-golden/files/golden/help/babbage_query_stake-pools.cli index 9c03d8054a..806fbf0c08 100644 --- a/cardano-cli/test/cardano-cli-golden/files/golden/help/babbage_query_stake-pools.cli +++ b/cardano-cli/test/cardano-cli-golden/files/golden/help/babbage_query_stake-pools.cli @@ -1,20 +1,16 @@ -Usage: cardano-cli babbage query stake-pools --socket-path SOCKET_PATH +Usage: cardano-cli babbage query stake-pools [--cardano-mode [--epoch-slots SLOTS]] ( --mainnet | --testnet-magic NATURAL ) + --socket-path SOCKET_PATH [--output-json | --output-text] [--out-file FILEPATH] Get the node's current set of stake pool ids Available options: - --socket-path SOCKET_PATH - Path to the node socket. This overrides the - CARDANO_NODE_SOCKET_PATH environment variable. The - argument is optional if CARDANO_NODE_SOCKET_PATH is - defined and mandatory otherwise. --cardano-mode For talking to a node running in full Cardano mode (default). --epoch-slots SLOTS The number of slots per epoch for the Byron era. @@ -23,6 +19,11 @@ 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 + --socket-path SOCKET_PATH + Path to the node socket. This overrides the + CARDANO_NODE_SOCKET_PATH environment variable. The + argument is optional if CARDANO_NODE_SOCKET_PATH is + defined and mandatory otherwise. --output-json Format stake-pools query output to JSON. Default format when writing to a file --output-text Format stake-pools query output to TEXT. Default diff --git a/cardano-cli/test/cardano-cli-golden/files/golden/help/babbage_query_stake-snapshot.cli b/cardano-cli/test/cardano-cli-golden/files/golden/help/babbage_query_stake-snapshot.cli index 0e81a48960..7cd457bcef 100644 --- a/cardano-cli/test/cardano-cli-golden/files/golden/help/babbage_query_stake-snapshot.cli +++ b/cardano-cli/test/cardano-cli-golden/files/golden/help/babbage_query_stake-snapshot.cli @@ -1,9 +1,10 @@ -Usage: cardano-cli babbage query stake-snapshot --socket-path SOCKET_PATH +Usage: cardano-cli babbage query stake-snapshot [--cardano-mode [--epoch-slots SLOTS]] ( --mainnet | --testnet-magic NATURAL ) + --socket-path SOCKET_PATH ( --all-stake-pools | (--stake-pool-id STAKE_POOL_ID) ) @@ -13,11 +14,6 @@ Usage: cardano-cli babbage query stake-snapshot --socket-path SOCKET_PATH (advanced command) Available options: - --socket-path SOCKET_PATH - Path to the node socket. This overrides the - CARDANO_NODE_SOCKET_PATH environment variable. The - argument is optional if CARDANO_NODE_SOCKET_PATH is - defined and mandatory otherwise. --cardano-mode For talking to a node running in full Cardano mode (default). --epoch-slots SLOTS The number of slots per epoch for the Byron era. @@ -26,6 +22,11 @@ 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 + --socket-path SOCKET_PATH + Path to the node socket. This overrides the + CARDANO_NODE_SOCKET_PATH environment variable. The + argument is optional if CARDANO_NODE_SOCKET_PATH is + defined and mandatory otherwise. --all-stake-pools Query for all stake pools --stake-pool-id STAKE_POOL_ID Stake pool ID/verification key hash (either diff --git a/cardano-cli/test/cardano-cli-golden/files/golden/help/babbage_query_tip.cli b/cardano-cli/test/cardano-cli-golden/files/golden/help/babbage_query_tip.cli index 209e7e3949..af050eeace 100644 --- a/cardano-cli/test/cardano-cli-golden/files/golden/help/babbage_query_tip.cli +++ b/cardano-cli/test/cardano-cli-golden/files/golden/help/babbage_query_tip.cli @@ -1,16 +1,11 @@ -Usage: cardano-cli babbage query tip --socket-path SOCKET_PATH - [--cardano-mode [--epoch-slots SLOTS]] +Usage: cardano-cli babbage query tip [--cardano-mode [--epoch-slots SLOTS]] (--mainnet | --testnet-magic NATURAL) + --socket-path SOCKET_PATH [--out-file FILEPATH] Get the node's current tip (slot no, hash, block no) Available options: - --socket-path SOCKET_PATH - Path to the node socket. This overrides the - CARDANO_NODE_SOCKET_PATH environment variable. The - argument is optional if CARDANO_NODE_SOCKET_PATH is - defined and mandatory otherwise. --cardano-mode For talking to a node running in full Cardano mode (default). --epoch-slots SLOTS The number of slots per epoch for the Byron era. @@ -19,5 +14,10 @@ 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 + --socket-path SOCKET_PATH + Path to the node socket. This overrides the + CARDANO_NODE_SOCKET_PATH environment variable. The + argument is optional if CARDANO_NODE_SOCKET_PATH is + defined and mandatory otherwise. --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_tx-mempool.cli b/cardano-cli/test/cardano-cli-golden/files/golden/help/babbage_query_tx-mempool.cli index 809b286b3f..c5e325a308 100644 --- a/cardano-cli/test/cardano-cli-golden/files/golden/help/babbage_query_tx-mempool.cli +++ b/cardano-cli/test/cardano-cli-golden/files/golden/help/babbage_query_tx-mempool.cli @@ -1,20 +1,16 @@ -Usage: cardano-cli babbage query tx-mempool --socket-path SOCKET_PATH +Usage: cardano-cli babbage query tx-mempool [--cardano-mode [--epoch-slots SLOTS]] ( --mainnet | --testnet-magic NATURAL ) + --socket-path SOCKET_PATH (info | next-tx | tx-exists) [--out-file FILEPATH] Local Mempool info Available options: - --socket-path SOCKET_PATH - Path to the node socket. This overrides the - CARDANO_NODE_SOCKET_PATH environment variable. The - argument is optional if CARDANO_NODE_SOCKET_PATH is - defined and mandatory otherwise. --cardano-mode For talking to a node running in full Cardano mode (default). --epoch-slots SLOTS The number of slots per epoch for the Byron era. @@ -23,6 +19,11 @@ 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 + --socket-path SOCKET_PATH + Path to the node socket. This overrides the + CARDANO_NODE_SOCKET_PATH environment variable. The + argument is optional if CARDANO_NODE_SOCKET_PATH is + defined and mandatory otherwise. --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_tx-mempool_info.cli b/cardano-cli/test/cardano-cli-golden/files/golden/help/babbage_query_tx-mempool_info.cli index 2726fce5c8..52c7b239a7 100644 --- a/cardano-cli/test/cardano-cli-golden/files/golden/help/babbage_query_tx-mempool_info.cli +++ b/cardano-cli/test/cardano-cli-golden/files/golden/help/babbage_query_tx-mempool_info.cli @@ -1,11 +1,12 @@ -Missing: --socket-path SOCKET_PATH (--mainnet | --testnet-magic NATURAL) +Missing: (--mainnet | --testnet-magic NATURAL) --socket-path SOCKET_PATH -Usage: cardano-cli babbage query tx-mempool --socket-path SOCKET_PATH +Usage: cardano-cli babbage query tx-mempool [--cardano-mode [--epoch-slots SLOTS]] ( --mainnet | --testnet-magic NATURAL ) + --socket-path SOCKET_PATH (info | next-tx | tx-exists) [--out-file FILEPATH] diff --git a/cardano-cli/test/cardano-cli-golden/files/golden/help/babbage_query_tx-mempool_next-tx.cli b/cardano-cli/test/cardano-cli-golden/files/golden/help/babbage_query_tx-mempool_next-tx.cli index 2726fce5c8..52c7b239a7 100644 --- a/cardano-cli/test/cardano-cli-golden/files/golden/help/babbage_query_tx-mempool_next-tx.cli +++ b/cardano-cli/test/cardano-cli-golden/files/golden/help/babbage_query_tx-mempool_next-tx.cli @@ -1,11 +1,12 @@ -Missing: --socket-path SOCKET_PATH (--mainnet | --testnet-magic NATURAL) +Missing: (--mainnet | --testnet-magic NATURAL) --socket-path SOCKET_PATH -Usage: cardano-cli babbage query tx-mempool --socket-path SOCKET_PATH +Usage: cardano-cli babbage query tx-mempool [--cardano-mode [--epoch-slots SLOTS]] ( --mainnet | --testnet-magic NATURAL ) + --socket-path SOCKET_PATH (info | next-tx | tx-exists) [--out-file FILEPATH] diff --git a/cardano-cli/test/cardano-cli-golden/files/golden/help/babbage_query_tx-mempool_tx-exists_TX_ID.cli b/cardano-cli/test/cardano-cli-golden/files/golden/help/babbage_query_tx-mempool_tx-exists_TX_ID.cli index 2726fce5c8..52c7b239a7 100644 --- a/cardano-cli/test/cardano-cli-golden/files/golden/help/babbage_query_tx-mempool_tx-exists_TX_ID.cli +++ b/cardano-cli/test/cardano-cli-golden/files/golden/help/babbage_query_tx-mempool_tx-exists_TX_ID.cli @@ -1,11 +1,12 @@ -Missing: --socket-path SOCKET_PATH (--mainnet | --testnet-magic NATURAL) +Missing: (--mainnet | --testnet-magic NATURAL) --socket-path SOCKET_PATH -Usage: cardano-cli babbage query tx-mempool --socket-path SOCKET_PATH +Usage: cardano-cli babbage query tx-mempool [--cardano-mode [--epoch-slots SLOTS]] ( --mainnet | --testnet-magic NATURAL ) + --socket-path SOCKET_PATH (info | next-tx | tx-exists) [--out-file FILEPATH] 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 c828eaf702..2bb797be81 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,6 +1,6 @@ -Usage: cardano-cli babbage query utxo --socket-path SOCKET_PATH - [--cardano-mode [--epoch-slots SLOTS]] +Usage: cardano-cli babbage query utxo [--cardano-mode [--epoch-slots SLOTS]] (--mainnet | --testnet-magic NATURAL) + --socket-path SOCKET_PATH ( --whole-utxo | (--address ADDRESS) | (--tx-in TX-IN) @@ -11,11 +11,6 @@ Usage: cardano-cli babbage query utxo --socket-path SOCKET_PATH Get a portion of the current UTxO: by tx in, by address or the whole. Available options: - --socket-path SOCKET_PATH - Path to the node socket. This overrides the - CARDANO_NODE_SOCKET_PATH environment variable. The - argument is optional if CARDANO_NODE_SOCKET_PATH is - defined and mandatory otherwise. --cardano-mode For talking to a node running in full Cardano mode (default). --epoch-slots SLOTS The number of slots per epoch for the Byron era. @@ -24,6 +19,11 @@ 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 + --socket-path SOCKET_PATH + Path to the node socket. This overrides the + CARDANO_NODE_SOCKET_PATH environment variable. The + argument is optional if CARDANO_NODE_SOCKET_PATH is + defined and mandatory otherwise. --whole-utxo Return the whole UTxO (only appropriate on small testnets). --address ADDRESS Filter by Cardano address(es) (Bech32-encoded). diff --git a/cardano-cli/test/cardano-cli-golden/files/golden/help/babbage_transaction_build.cli b/cardano-cli/test/cardano-cli-golden/files/golden/help/babbage_transaction_build.cli index b5cb8c2898..79108404cf 100644 --- a/cardano-cli/test/cardano-cli-golden/files/golden/help/babbage_transaction_build.cli +++ b/cardano-cli/test/cardano-cli-golden/files/golden/help/babbage_transaction_build.cli @@ -1,9 +1,10 @@ -Usage: cardano-cli babbage transaction build --socket-path SOCKET_PATH +Usage: cardano-cli babbage transaction build [--cardano-mode [--epoch-slots SLOTS]] ( --mainnet | --testnet-magic NATURAL ) + --socket-path SOCKET_PATH [ --script-valid | --script-invalid ] @@ -123,11 +124,6 @@ Usage: cardano-cli babbage transaction build --socket-path SOCKET_PATH Please note the order[93;22;23;24m of some cmd options is crucial. If used incorrectly may produce undesired tx body. See nested [] notation above for details.[0;22;23;24m Available options: - --socket-path SOCKET_PATH - Path to the node socket. This overrides the - CARDANO_NODE_SOCKET_PATH environment variable. The - argument is optional if CARDANO_NODE_SOCKET_PATH is - defined and mandatory otherwise. --cardano-mode For talking to a node running in full Cardano mode (default). --epoch-slots SLOTS The number of slots per epoch for the Byron era. @@ -136,6 +132,11 @@ 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 + --socket-path SOCKET_PATH + Path to the node socket. This overrides the + CARDANO_NODE_SOCKET_PATH environment variable. The + argument is optional if CARDANO_NODE_SOCKET_PATH is + defined and mandatory otherwise. --script-valid Assertion that the script is valid. (default) --script-invalid Assertion that the script is invalid. If a transaction is submitted with such a script, the diff --git a/cardano-cli/test/cardano-cli-golden/files/golden/help/babbage_transaction_submit.cli b/cardano-cli/test/cardano-cli-golden/files/golden/help/babbage_transaction_submit.cli index 264c3be350..ba17bbe904 100644 --- a/cardano-cli/test/cardano-cli-golden/files/golden/help/babbage_transaction_submit.cli +++ b/cardano-cli/test/cardano-cli-golden/files/golden/help/babbage_transaction_submit.cli @@ -1,20 +1,16 @@ -Usage: cardano-cli babbage transaction submit --socket-path SOCKET_PATH +Usage: cardano-cli babbage transaction submit [--cardano-mode [--epoch-slots SLOTS]] ( --mainnet | --testnet-magic NATURAL ) + --socket-path SOCKET_PATH --tx-file FILEPATH Submit a transaction to the local node whose Unix domain socket is obtained from the CARDANO_NODE_SOCKET_PATH environment variable. Available options: - --socket-path SOCKET_PATH - Path to the node socket. This overrides the - CARDANO_NODE_SOCKET_PATH environment variable. The - argument is optional if CARDANO_NODE_SOCKET_PATH is - defined and mandatory otherwise. --cardano-mode For talking to a node running in full Cardano mode (default). --epoch-slots SLOTS The number of slots per epoch for the Byron era. @@ -23,5 +19,10 @@ 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 + --socket-path SOCKET_PATH + Path to the node socket. This overrides the + CARDANO_NODE_SOCKET_PATH environment variable. The + argument is optional if CARDANO_NODE_SOCKET_PATH is + defined and mandatory otherwise. --tx-file FILEPATH Filepath of the transaction you intend to submit. -h,--help Show this help text 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 bcd8fceebe..249a74418a 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 @@ -1,9 +1,10 @@ -Usage: cardano-cli conway query committee-state --socket-path SOCKET_PATH +Usage: cardano-cli conway query committee-state [--cardano-mode [--epoch-slots SLOTS]] ( --mainnet | --testnet-magic NATURAL ) + --socket-path SOCKET_PATH [ --volatile-tip | --immutable-tip ] @@ -26,11 +27,6 @@ Usage: cardano-cli conway query committee-state --socket-path SOCKET_PATH Get the committee state Available options: - --socket-path SOCKET_PATH - Path to the node socket. This overrides the - CARDANO_NODE_SOCKET_PATH environment variable. The - argument is optional if CARDANO_NODE_SOCKET_PATH is - defined and mandatory otherwise. --cardano-mode For talking to a node running in full Cardano mode (default). --epoch-slots SLOTS The number of slots per epoch for the Byron era. @@ -39,6 +35,11 @@ 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 + --socket-path SOCKET_PATH + Path to the node socket. This overrides the + CARDANO_NODE_SOCKET_PATH environment variable. The + argument is optional if CARDANO_NODE_SOCKET_PATH is + defined and mandatory otherwise. --volatile-tip Use the volatile tip as a target. (This is the default) --immutable-tip Use the immutable tip as a target. 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 ebf9682e4c..f687f345e0 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 @@ -1,9 +1,10 @@ -Usage: cardano-cli conway query constitution --socket-path SOCKET_PATH +Usage: cardano-cli conway query constitution [--cardano-mode [--epoch-slots SLOTS]] ( --mainnet | --testnet-magic NATURAL ) + --socket-path SOCKET_PATH [ --volatile-tip | --immutable-tip ] @@ -12,11 +13,6 @@ Usage: cardano-cli conway query constitution --socket-path SOCKET_PATH Get the constitution Available options: - --socket-path SOCKET_PATH - Path to the node socket. This overrides the - CARDANO_NODE_SOCKET_PATH environment variable. The - argument is optional if CARDANO_NODE_SOCKET_PATH is - defined and mandatory otherwise. --cardano-mode For talking to a node running in full Cardano mode (default). --epoch-slots SLOTS The number of slots per epoch for the Byron era. @@ -25,6 +21,11 @@ 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 + --socket-path SOCKET_PATH + Path to the node socket. This overrides the + CARDANO_NODE_SOCKET_PATH environment variable. The + argument is optional if CARDANO_NODE_SOCKET_PATH is + defined and mandatory otherwise. --volatile-tip Use the volatile tip as a target. (This is the default) --immutable-tip Use the immutable tip as a target. 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 190bc0343c..ec25cc0b3f 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 @@ -1,10 +1,10 @@ Usage: cardano-cli conway query drep-stake-distribution - --socket-path SOCKET_PATH [--cardano-mode [--epoch-slots SLOTS]] ( --mainnet | --testnet-magic NATURAL ) + --socket-path SOCKET_PATH [ --volatile-tip | --immutable-tip ] @@ -21,11 +21,6 @@ Usage: cardano-cli conway query drep-stake-distribution Get the DRep stake distribution. Available options: - --socket-path SOCKET_PATH - Path to the node socket. This overrides the - CARDANO_NODE_SOCKET_PATH environment variable. The - argument is optional if CARDANO_NODE_SOCKET_PATH is - defined and mandatory otherwise. --cardano-mode For talking to a node running in full Cardano mode (default). --epoch-slots SLOTS The number of slots per epoch for the Byron era. @@ -34,6 +29,11 @@ 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 + --socket-path SOCKET_PATH + Path to the node socket. This overrides the + CARDANO_NODE_SOCKET_PATH environment variable. The + argument is optional if CARDANO_NODE_SOCKET_PATH is + defined and mandatory otherwise. --volatile-tip Use the volatile tip as a target. (This is the default) --immutable-tip Use the immutable tip as a target. 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 cbf24ac0bd..76594f7a53 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 @@ -1,9 +1,10 @@ -Usage: cardano-cli conway query drep-state --socket-path SOCKET_PATH +Usage: cardano-cli conway query drep-state [--cardano-mode [--epoch-slots SLOTS]] ( --mainnet | --testnet-magic NATURAL ) + --socket-path SOCKET_PATH [--volatile-tip | --immutable-tip] ( --all-dreps | @@ -19,11 +20,6 @@ Usage: cardano-cli conway query drep-state --socket-path SOCKET_PATH Get the DRep state. Available options: - --socket-path SOCKET_PATH - Path to the node socket. This overrides the - CARDANO_NODE_SOCKET_PATH environment variable. The - argument is optional if CARDANO_NODE_SOCKET_PATH is - defined and mandatory otherwise. --cardano-mode For talking to a node running in full Cardano mode (default). --epoch-slots SLOTS The number of slots per epoch for the Byron era. @@ -32,6 +28,11 @@ 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 + --socket-path SOCKET_PATH + Path to the node socket. This overrides the + CARDANO_NODE_SOCKET_PATH environment variable. The + argument is optional if CARDANO_NODE_SOCKET_PATH is + defined and mandatory otherwise. --volatile-tip Use the volatile tip as a target. (This is the default) --immutable-tip Use the immutable tip as a target. 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 9510032a49..86e164799e 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 @@ -1,20 +1,14 @@ -Usage: cardano-cli conway query gov-state --socket-path SOCKET_PATH - [--cardano-mode - [--epoch-slots SLOTS]] +Usage: cardano-cli conway query gov-state [--cardano-mode [--epoch-slots SLOTS]] ( --mainnet | --testnet-magic NATURAL ) + --socket-path SOCKET_PATH [--volatile-tip | --immutable-tip] [--out-file FILEPATH] Get the governance state Available options: - --socket-path SOCKET_PATH - Path to the node socket. This overrides the - CARDANO_NODE_SOCKET_PATH environment variable. The - argument is optional if CARDANO_NODE_SOCKET_PATH is - defined and mandatory otherwise. --cardano-mode For talking to a node running in full Cardano mode (default). --epoch-slots SLOTS The number of slots per epoch for the Byron era. @@ -23,6 +17,11 @@ 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 + --socket-path SOCKET_PATH + Path to the node socket. This overrides the + CARDANO_NODE_SOCKET_PATH environment variable. The + argument is optional if CARDANO_NODE_SOCKET_PATH is + defined and mandatory otherwise. --volatile-tip Use the volatile tip as a target. (This is the default) --immutable-tip Use the immutable tip as a target. 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 7a6c50170b..bf304a07a3 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 @@ -1,9 +1,10 @@ -Usage: cardano-cli conway query kes-period-info --socket-path SOCKET_PATH +Usage: cardano-cli conway query kes-period-info [--cardano-mode [--epoch-slots SLOTS]] ( --mainnet | --testnet-magic NATURAL ) + --socket-path SOCKET_PATH [ --volatile-tip | --immutable-tip ] @@ -14,11 +15,6 @@ Usage: cardano-cli conway query kes-period-info --socket-path SOCKET_PATH certificate. Available options: - --socket-path SOCKET_PATH - Path to the node socket. This overrides the - CARDANO_NODE_SOCKET_PATH environment variable. The - argument is optional if CARDANO_NODE_SOCKET_PATH is - defined and mandatory otherwise. --cardano-mode For talking to a node running in full Cardano mode (default). --epoch-slots SLOTS The number of slots per epoch for the Byron era. @@ -27,6 +23,11 @@ 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 + --socket-path SOCKET_PATH + Path to the node socket. This overrides the + CARDANO_NODE_SOCKET_PATH environment variable. The + argument is optional if CARDANO_NODE_SOCKET_PATH is + defined and mandatory otherwise. --volatile-tip Use the volatile tip as a target. (This is the default) --immutable-tip Use the immutable tip as a target. 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 84f38c4d81..10b80b9145 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 @@ -1,9 +1,10 @@ -Usage: cardano-cli conway query leadership-schedule --socket-path SOCKET_PATH +Usage: cardano-cli conway query leadership-schedule [--cardano-mode [--epoch-slots SLOTS]] ( --mainnet | --testnet-magic NATURAL ) + --socket-path SOCKET_PATH [ --volatile-tip | --immutable-tip ] @@ -22,11 +23,6 @@ Usage: cardano-cli conway query leadership-schedule --socket-path SOCKET_PATH Get the slots the node is expected to mint a block in (advanced command) Available options: - --socket-path SOCKET_PATH - Path to the node socket. This overrides the - CARDANO_NODE_SOCKET_PATH environment variable. The - argument is optional if CARDANO_NODE_SOCKET_PATH is - defined and mandatory otherwise. --cardano-mode For talking to a node running in full Cardano mode (default). --epoch-slots SLOTS The number of slots per epoch for the Byron era. @@ -35,6 +31,11 @@ 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 + --socket-path SOCKET_PATH + Path to the node socket. This overrides the + CARDANO_NODE_SOCKET_PATH environment variable. The + argument is optional if CARDANO_NODE_SOCKET_PATH is + defined and mandatory otherwise. --volatile-tip Use the volatile tip as a target. (This is the default) --immutable-tip Use the immutable tip as a target. diff --git a/cardano-cli/test/cardano-cli-golden/files/golden/help/conway_query_ledger-peer-snapshot.cli b/cardano-cli/test/cardano-cli-golden/files/golden/help/conway_query_ledger-peer-snapshot.cli index bec9b93bdb..e248c54fac 100644 --- a/cardano-cli/test/cardano-cli-golden/files/golden/help/conway_query_ledger-peer-snapshot.cli +++ b/cardano-cli/test/cardano-cli-golden/files/golden/help/conway_query_ledger-peer-snapshot.cli @@ -1,9 +1,10 @@ -Usage: cardano-cli conway query ledger-peer-snapshot --socket-path SOCKET_PATH +Usage: cardano-cli conway query ledger-peer-snapshot [--cardano-mode [--epoch-slots SLOTS]] ( --mainnet | --testnet-magic NATURAL ) + --socket-path SOCKET_PATH [ --volatile-tip | --immutable-tip ] @@ -13,11 +14,6 @@ Usage: cardano-cli conway query ledger-peer-snapshot --socket-path SOCKET_PATH cumulatively hold 90% of total stake. Available options: - --socket-path SOCKET_PATH - Path to the node socket. This overrides the - CARDANO_NODE_SOCKET_PATH environment variable. The - argument is optional if CARDANO_NODE_SOCKET_PATH is - defined and mandatory otherwise. --cardano-mode For talking to a node running in full Cardano mode (default). --epoch-slots SLOTS The number of slots per epoch for the Byron era. @@ -26,6 +22,11 @@ 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 + --socket-path SOCKET_PATH + Path to the node socket. This overrides the + CARDANO_NODE_SOCKET_PATH environment variable. The + argument is optional if CARDANO_NODE_SOCKET_PATH is + defined and mandatory otherwise. --volatile-tip Use the volatile tip as a target. (This is the default) --immutable-tip Use the immutable tip as a target. diff --git a/cardano-cli/test/cardano-cli-golden/files/golden/help/conway_query_ledger-state.cli b/cardano-cli/test/cardano-cli-golden/files/golden/help/conway_query_ledger-state.cli index 097dee8520..dd42ab1683 100644 --- a/cardano-cli/test/cardano-cli-golden/files/golden/help/conway_query_ledger-state.cli +++ b/cardano-cli/test/cardano-cli-golden/files/golden/help/conway_query_ledger-state.cli @@ -1,9 +1,10 @@ -Usage: cardano-cli conway query ledger-state --socket-path SOCKET_PATH +Usage: cardano-cli conway query ledger-state [--cardano-mode [--epoch-slots SLOTS]] ( --mainnet | --testnet-magic NATURAL ) + --socket-path SOCKET_PATH [ --volatile-tip | --immutable-tip ] @@ -13,11 +14,6 @@ Usage: cardano-cli conway query ledger-state --socket-path SOCKET_PATH command) Available options: - --socket-path SOCKET_PATH - Path to the node socket. This overrides the - CARDANO_NODE_SOCKET_PATH environment variable. The - argument is optional if CARDANO_NODE_SOCKET_PATH is - defined and mandatory otherwise. --cardano-mode For talking to a node running in full Cardano mode (default). --epoch-slots SLOTS The number of slots per epoch for the Byron era. @@ -26,6 +22,11 @@ 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 + --socket-path SOCKET_PATH + Path to the node socket. This overrides the + CARDANO_NODE_SOCKET_PATH environment variable. The + argument is optional if CARDANO_NODE_SOCKET_PATH is + defined and mandatory otherwise. --volatile-tip Use the volatile tip as a target. (This is the default) --immutable-tip Use the immutable tip as a target. 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 2010055bb0..0cf0553601 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 @@ -1,9 +1,10 @@ -Usage: cardano-cli conway query pool-params --socket-path SOCKET_PATH +Usage: cardano-cli conway query pool-params [--cardano-mode [--epoch-slots SLOTS]] ( --mainnet | --testnet-magic NATURAL ) + --socket-path SOCKET_PATH [--volatile-tip | --immutable-tip] ( --all-stake-pools | (--stake-pool-id STAKE_POOL_ID) @@ -15,11 +16,6 @@ Usage: cardano-cli conway query pool-params --socket-path SOCKET_PATH command) Available options: - --socket-path SOCKET_PATH - Path to the node socket. This overrides the - CARDANO_NODE_SOCKET_PATH environment variable. The - argument is optional if CARDANO_NODE_SOCKET_PATH is - defined and mandatory otherwise. --cardano-mode For talking to a node running in full Cardano mode (default). --epoch-slots SLOTS The number of slots per epoch for the Byron era. @@ -28,6 +24,11 @@ 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 + --socket-path SOCKET_PATH + Path to the node socket. This overrides the + CARDANO_NODE_SOCKET_PATH environment variable. The + argument is optional if CARDANO_NODE_SOCKET_PATH is + defined and mandatory otherwise. --volatile-tip Use the volatile tip as a target. (This is the default) --immutable-tip Use the immutable tip as a target. 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 074b87a97c..5891c85be6 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 @@ -1,9 +1,10 @@ -Usage: cardano-cli conway query pool-state --socket-path SOCKET_PATH +Usage: cardano-cli conway query pool-state [--cardano-mode [--epoch-slots SLOTS]] ( --mainnet | --testnet-magic NATURAL ) + --socket-path SOCKET_PATH [--volatile-tip | --immutable-tip] ( --all-stake-pools | (--stake-pool-id STAKE_POOL_ID) @@ -13,11 +14,6 @@ Usage: cardano-cli conway query pool-state --socket-path SOCKET_PATH Dump the pool state Available options: - --socket-path SOCKET_PATH - Path to the node socket. This overrides the - CARDANO_NODE_SOCKET_PATH environment variable. The - argument is optional if CARDANO_NODE_SOCKET_PATH is - defined and mandatory otherwise. --cardano-mode For talking to a node running in full Cardano mode (default). --epoch-slots SLOTS The number of slots per epoch for the Byron era. @@ -26,6 +22,11 @@ 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 + --socket-path SOCKET_PATH + Path to the node socket. This overrides the + CARDANO_NODE_SOCKET_PATH environment variable. The + argument is optional if CARDANO_NODE_SOCKET_PATH is + defined and mandatory otherwise. --volatile-tip Use the volatile tip as a target. (This is the default) --immutable-tip Use the immutable tip as a target. diff --git a/cardano-cli/test/cardano-cli-golden/files/golden/help/conway_query_proposals.cli b/cardano-cli/test/cardano-cli-golden/files/golden/help/conway_query_proposals.cli index 1c353dfd03..4fc69e8c65 100644 --- a/cardano-cli/test/cardano-cli-golden/files/golden/help/conway_query_proposals.cli +++ b/cardano-cli/test/cardano-cli-golden/files/golden/help/conway_query_proposals.cli @@ -1,9 +1,8 @@ -Usage: cardano-cli conway query proposals --socket-path SOCKET_PATH - [--cardano-mode - [--epoch-slots SLOTS]] +Usage: cardano-cli conway query proposals [--cardano-mode [--epoch-slots SLOTS]] ( --mainnet | --testnet-magic NATURAL ) + --socket-path SOCKET_PATH [--volatile-tip | --immutable-tip] ( --all-proposals | (--governance-action-tx-id TXID @@ -16,11 +15,6 @@ Usage: cardano-cli conway query proposals --socket-path SOCKET_PATH until the next epoch. Available options: - --socket-path SOCKET_PATH - Path to the node socket. This overrides the - CARDANO_NODE_SOCKET_PATH environment variable. The - argument is optional if CARDANO_NODE_SOCKET_PATH is - defined and mandatory otherwise. --cardano-mode For talking to a node running in full Cardano mode (default). --epoch-slots SLOTS The number of slots per epoch for the Byron era. @@ -29,6 +23,11 @@ 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 + --socket-path SOCKET_PATH + Path to the node socket. This overrides the + CARDANO_NODE_SOCKET_PATH environment variable. The + argument is optional if CARDANO_NODE_SOCKET_PATH is + defined and mandatory otherwise. --volatile-tip Use the volatile tip as a target. (This is the default) --immutable-tip Use the immutable tip as a target. diff --git a/cardano-cli/test/cardano-cli-golden/files/golden/help/conway_query_protocol-parameters.cli b/cardano-cli/test/cardano-cli-golden/files/golden/help/conway_query_protocol-parameters.cli index 375af00621..540ad0a5f5 100644 --- a/cardano-cli/test/cardano-cli-golden/files/golden/help/conway_query_protocol-parameters.cli +++ b/cardano-cli/test/cardano-cli-golden/files/golden/help/conway_query_protocol-parameters.cli @@ -1,19 +1,15 @@ -Usage: cardano-cli conway query protocol-parameters --socket-path SOCKET_PATH +Usage: cardano-cli conway query protocol-parameters [--cardano-mode [--epoch-slots SLOTS]] ( --mainnet | --testnet-magic NATURAL ) + --socket-path SOCKET_PATH [--out-file FILEPATH] Get the node's current protocol parameters Available options: - --socket-path SOCKET_PATH - Path to the node socket. This overrides the - CARDANO_NODE_SOCKET_PATH environment variable. The - argument is optional if CARDANO_NODE_SOCKET_PATH is - defined and mandatory otherwise. --cardano-mode For talking to a node running in full Cardano mode (default). --epoch-slots SLOTS The number of slots per epoch for the Byron era. @@ -22,5 +18,10 @@ 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 + --socket-path SOCKET_PATH + Path to the node socket. This overrides the + CARDANO_NODE_SOCKET_PATH environment variable. The + argument is optional if CARDANO_NODE_SOCKET_PATH is + defined and mandatory otherwise. --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_protocol-state.cli b/cardano-cli/test/cardano-cli-golden/files/golden/help/conway_query_protocol-state.cli index 7ba0c8c490..00460d3af1 100644 --- a/cardano-cli/test/cardano-cli-golden/files/golden/help/conway_query_protocol-state.cli +++ b/cardano-cli/test/cardano-cli-golden/files/golden/help/conway_query_protocol-state.cli @@ -1,9 +1,10 @@ -Usage: cardano-cli conway query protocol-state --socket-path SOCKET_PATH +Usage: cardano-cli conway query protocol-state [--cardano-mode [--epoch-slots SLOTS]] ( --mainnet | --testnet-magic NATURAL ) + --socket-path SOCKET_PATH [ --volatile-tip | --immutable-tip ] @@ -13,11 +14,6 @@ Usage: cardano-cli conway query protocol-state --socket-path SOCKET_PATH command) Available options: - --socket-path SOCKET_PATH - Path to the node socket. This overrides the - CARDANO_NODE_SOCKET_PATH environment variable. The - argument is optional if CARDANO_NODE_SOCKET_PATH is - defined and mandatory otherwise. --cardano-mode For talking to a node running in full Cardano mode (default). --epoch-slots SLOTS The number of slots per epoch for the Byron era. @@ -26,6 +22,11 @@ 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 + --socket-path SOCKET_PATH + Path to the node socket. This overrides the + CARDANO_NODE_SOCKET_PATH environment variable. The + argument is optional if CARDANO_NODE_SOCKET_PATH is + defined and mandatory otherwise. --volatile-tip Use the volatile tip as a target. (This is the default) --immutable-tip Use the immutable tip as a target. 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 edeca76a3c..63500032ae 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,9 +1,10 @@ -Usage: cardano-cli conway query ref-script-size --socket-path SOCKET_PATH +Usage: cardano-cli conway query ref-script-size [--cardano-mode [--epoch-slots SLOTS]] ( --mainnet | --testnet-magic NATURAL ) + --socket-path SOCKET_PATH [ --volatile-tip | --immutable-tip ] @@ -17,11 +18,6 @@ Usage: cardano-cli conway query ref-script-size --socket-path SOCKET_PATH inputs. Available options: - --socket-path SOCKET_PATH - Path to the node socket. This overrides the - CARDANO_NODE_SOCKET_PATH environment variable. The - argument is optional if CARDANO_NODE_SOCKET_PATH is - defined and mandatory otherwise. --cardano-mode For talking to a node running in full Cardano mode (default). --epoch-slots SLOTS The number of slots per epoch for the Byron era. @@ -30,6 +26,11 @@ 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 + --socket-path SOCKET_PATH + Path to the node socket. This overrides the + CARDANO_NODE_SOCKET_PATH environment variable. The + argument is optional if CARDANO_NODE_SOCKET_PATH is + defined and mandatory otherwise. --volatile-tip Use the volatile tip as a target. (This is the default) --immutable-tip Use the immutable tip as a target. diff --git a/cardano-cli/test/cardano-cli-golden/files/golden/help/conway_query_slot-number.cli b/cardano-cli/test/cardano-cli-golden/files/golden/help/conway_query_slot-number.cli index 0b0e9fbabe..7c26549945 100644 --- a/cardano-cli/test/cardano-cli-golden/files/golden/help/conway_query_slot-number.cli +++ b/cardano-cli/test/cardano-cli-golden/files/golden/help/conway_query_slot-number.cli @@ -1,20 +1,16 @@ -Usage: cardano-cli conway query slot-number --socket-path SOCKET_PATH +Usage: cardano-cli conway query slot-number [--cardano-mode [--epoch-slots SLOTS]] ( --mainnet | --testnet-magic NATURAL ) + --socket-path SOCKET_PATH [--volatile-tip | --immutable-tip] TIMESTAMP Query slot number for UTC timestamp Available options: - --socket-path SOCKET_PATH - Path to the node socket. This overrides the - CARDANO_NODE_SOCKET_PATH environment variable. The - argument is optional if CARDANO_NODE_SOCKET_PATH is - defined and mandatory otherwise. --cardano-mode For talking to a node running in full Cardano mode (default). --epoch-slots SLOTS The number of slots per epoch for the Byron era. @@ -23,6 +19,11 @@ 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 + --socket-path SOCKET_PATH + Path to the node socket. This overrides the + CARDANO_NODE_SOCKET_PATH environment variable. The + argument is optional if CARDANO_NODE_SOCKET_PATH is + defined and mandatory otherwise. --volatile-tip Use the volatile tip as a target. (This is the default) --immutable-tip Use the immutable tip as a target. 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 4835c74556..54a3d37ac2 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 @@ -1,9 +1,10 @@ -Usage: cardano-cli conway query spo-stake-distribution --socket-path SOCKET_PATH +Usage: cardano-cli conway query spo-stake-distribution [--cardano-mode [--epoch-slots SLOTS]] ( --mainnet | --testnet-magic NATURAL ) + --socket-path SOCKET_PATH [ --volatile-tip | --immutable-tip ] @@ -19,11 +20,6 @@ Usage: cardano-cli conway query spo-stake-distribution --socket-path SOCKET_PATH Get the SPO stake distribution. Available options: - --socket-path SOCKET_PATH - Path to the node socket. This overrides the - CARDANO_NODE_SOCKET_PATH environment variable. The - argument is optional if CARDANO_NODE_SOCKET_PATH is - defined and mandatory otherwise. --cardano-mode For talking to a node running in full Cardano mode (default). --epoch-slots SLOTS The number of slots per epoch for the Byron era. @@ -32,6 +28,11 @@ 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 + --socket-path SOCKET_PATH + Path to the node socket. This overrides the + CARDANO_NODE_SOCKET_PATH environment variable. The + argument is optional if CARDANO_NODE_SOCKET_PATH is + defined and mandatory otherwise. --volatile-tip Use the volatile tip as a target. (This is the default) --immutable-tip Use the immutable tip as a target. 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 ecd6ea3b32..4074c309b5 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,9 +1,10 @@ -Usage: cardano-cli conway query stake-address-info --socket-path SOCKET_PATH +Usage: cardano-cli conway query stake-address-info [--cardano-mode [--epoch-slots SLOTS]] ( --mainnet | --testnet-magic NATURAL ) + --socket-path SOCKET_PATH [ --volatile-tip | --immutable-tip ] @@ -13,11 +14,6 @@ Usage: cardano-cli conway query stake-address-info --socket-path SOCKET_PATH Get the current delegations and reward accounts filtered by stake address. Available options: - --socket-path SOCKET_PATH - Path to the node socket. This overrides the - CARDANO_NODE_SOCKET_PATH environment variable. The - argument is optional if CARDANO_NODE_SOCKET_PATH is - defined and mandatory otherwise. --cardano-mode For talking to a node running in full Cardano mode (default). --epoch-slots SLOTS The number of slots per epoch for the Byron era. @@ -26,6 +22,11 @@ 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 + --socket-path SOCKET_PATH + Path to the node socket. This overrides the + CARDANO_NODE_SOCKET_PATH environment variable. The + argument is optional if CARDANO_NODE_SOCKET_PATH is + defined and mandatory otherwise. --volatile-tip Use the volatile tip as a target. (This is the default) --immutable-tip Use the immutable tip as a target. diff --git a/cardano-cli/test/cardano-cli-golden/files/golden/help/conway_query_stake-distribution.cli b/cardano-cli/test/cardano-cli-golden/files/golden/help/conway_query_stake-distribution.cli index 7a9e7f0af2..83ee8daebe 100644 --- a/cardano-cli/test/cardano-cli-golden/files/golden/help/conway_query_stake-distribution.cli +++ b/cardano-cli/test/cardano-cli-golden/files/golden/help/conway_query_stake-distribution.cli @@ -1,9 +1,10 @@ -Usage: cardano-cli conway query stake-distribution --socket-path SOCKET_PATH +Usage: cardano-cli conway query stake-distribution [--cardano-mode [--epoch-slots SLOTS]] ( --mainnet | --testnet-magic NATURAL ) + --socket-path SOCKET_PATH [ --volatile-tip | --immutable-tip ] @@ -15,11 +16,6 @@ Usage: cardano-cli conway query stake-distribution --socket-path SOCKET_PATH Get the node's current aggregated stake distribution Available options: - --socket-path SOCKET_PATH - Path to the node socket. This overrides the - CARDANO_NODE_SOCKET_PATH environment variable. The - argument is optional if CARDANO_NODE_SOCKET_PATH is - defined and mandatory otherwise. --cardano-mode For talking to a node running in full Cardano mode (default). --epoch-slots SLOTS The number of slots per epoch for the Byron era. @@ -28,6 +24,11 @@ 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 + --socket-path SOCKET_PATH + Path to the node socket. This overrides the + CARDANO_NODE_SOCKET_PATH environment variable. The + argument is optional if CARDANO_NODE_SOCKET_PATH is + defined and mandatory otherwise. --volatile-tip Use the volatile tip as a target. (This is the default) --immutable-tip Use the immutable tip as a target. diff --git a/cardano-cli/test/cardano-cli-golden/files/golden/help/conway_query_stake-pools.cli b/cardano-cli/test/cardano-cli-golden/files/golden/help/conway_query_stake-pools.cli index da9d864e5e..50418199ef 100644 --- a/cardano-cli/test/cardano-cli-golden/files/golden/help/conway_query_stake-pools.cli +++ b/cardano-cli/test/cardano-cli-golden/files/golden/help/conway_query_stake-pools.cli @@ -1,9 +1,10 @@ -Usage: cardano-cli conway query stake-pools --socket-path SOCKET_PATH +Usage: cardano-cli conway query stake-pools [--cardano-mode [--epoch-slots SLOTS]] ( --mainnet | --testnet-magic NATURAL ) + --socket-path SOCKET_PATH [--volatile-tip | --immutable-tip] [--output-json | --output-text] [--out-file FILEPATH] @@ -11,11 +12,6 @@ Usage: cardano-cli conway query stake-pools --socket-path SOCKET_PATH Get the node's current set of stake pool ids Available options: - --socket-path SOCKET_PATH - Path to the node socket. This overrides the - CARDANO_NODE_SOCKET_PATH environment variable. The - argument is optional if CARDANO_NODE_SOCKET_PATH is - defined and mandatory otherwise. --cardano-mode For talking to a node running in full Cardano mode (default). --epoch-slots SLOTS The number of slots per epoch for the Byron era. @@ -24,6 +20,11 @@ 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 + --socket-path SOCKET_PATH + Path to the node socket. This overrides the + CARDANO_NODE_SOCKET_PATH environment variable. The + argument is optional if CARDANO_NODE_SOCKET_PATH is + defined and mandatory otherwise. --volatile-tip Use the volatile tip as a target. (This is the default) --immutable-tip Use the immutable tip as a target. 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 537b240ace..e1f64b25b0 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 @@ -1,9 +1,10 @@ -Usage: cardano-cli conway query stake-snapshot --socket-path SOCKET_PATH +Usage: cardano-cli conway query stake-snapshot [--cardano-mode [--epoch-slots SLOTS]] ( --mainnet | --testnet-magic NATURAL ) + --socket-path SOCKET_PATH [ --volatile-tip | --immutable-tip ] @@ -16,11 +17,6 @@ Usage: cardano-cli conway query stake-snapshot --socket-path SOCKET_PATH (advanced command) Available options: - --socket-path SOCKET_PATH - Path to the node socket. This overrides the - CARDANO_NODE_SOCKET_PATH environment variable. The - argument is optional if CARDANO_NODE_SOCKET_PATH is - defined and mandatory otherwise. --cardano-mode For talking to a node running in full Cardano mode (default). --epoch-slots SLOTS The number of slots per epoch for the Byron era. @@ -29,6 +25,11 @@ 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 + --socket-path SOCKET_PATH + Path to the node socket. This overrides the + CARDANO_NODE_SOCKET_PATH environment variable. The + argument is optional if CARDANO_NODE_SOCKET_PATH is + defined and mandatory otherwise. --volatile-tip Use the volatile tip as a target. (This is the default) --immutable-tip Use the immutable tip as a target. diff --git a/cardano-cli/test/cardano-cli-golden/files/golden/help/conway_query_tip.cli b/cardano-cli/test/cardano-cli-golden/files/golden/help/conway_query_tip.cli index ce74137192..5fa773ca0b 100644 --- a/cardano-cli/test/cardano-cli-golden/files/golden/help/conway_query_tip.cli +++ b/cardano-cli/test/cardano-cli-golden/files/golden/help/conway_query_tip.cli @@ -1,17 +1,12 @@ -Usage: cardano-cli conway query tip --socket-path SOCKET_PATH - [--cardano-mode [--epoch-slots SLOTS]] +Usage: cardano-cli conway query tip [--cardano-mode [--epoch-slots SLOTS]] (--mainnet | --testnet-magic NATURAL) + --socket-path SOCKET_PATH [--volatile-tip | --immutable-tip] [--out-file FILEPATH] Get the node's current tip (slot no, hash, block no) Available options: - --socket-path SOCKET_PATH - Path to the node socket. This overrides the - CARDANO_NODE_SOCKET_PATH environment variable. The - argument is optional if CARDANO_NODE_SOCKET_PATH is - defined and mandatory otherwise. --cardano-mode For talking to a node running in full Cardano mode (default). --epoch-slots SLOTS The number of slots per epoch for the Byron era. @@ -20,6 +15,11 @@ 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 + --socket-path SOCKET_PATH + Path to the node socket. This overrides the + CARDANO_NODE_SOCKET_PATH environment variable. The + argument is optional if CARDANO_NODE_SOCKET_PATH is + defined and mandatory otherwise. --volatile-tip Use the volatile tip as a target. (This is the default) --immutable-tip Use the immutable tip as a target. 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 0d51a56f2a..fa19901e9c 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 @@ -1,18 +1,12 @@ -Usage: cardano-cli conway query treasury --socket-path SOCKET_PATH - [--cardano-mode - [--epoch-slots SLOTS]] +Usage: cardano-cli conway query treasury [--cardano-mode [--epoch-slots SLOTS]] (--mainnet | --testnet-magic NATURAL) + --socket-path SOCKET_PATH [--volatile-tip | --immutable-tip] [--out-file FILEPATH] Get the treasury value Available options: - --socket-path SOCKET_PATH - Path to the node socket. This overrides the - CARDANO_NODE_SOCKET_PATH environment variable. The - argument is optional if CARDANO_NODE_SOCKET_PATH is - defined and mandatory otherwise. --cardano-mode For talking to a node running in full Cardano mode (default). --epoch-slots SLOTS The number of slots per epoch for the Byron era. @@ -21,6 +15,11 @@ 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 + --socket-path SOCKET_PATH + Path to the node socket. This overrides the + CARDANO_NODE_SOCKET_PATH environment variable. The + argument is optional if CARDANO_NODE_SOCKET_PATH is + defined and mandatory otherwise. --volatile-tip Use the volatile tip as a target. (This is the default) --immutable-tip Use the immutable tip as a target. diff --git a/cardano-cli/test/cardano-cli-golden/files/golden/help/conway_query_tx-mempool.cli b/cardano-cli/test/cardano-cli-golden/files/golden/help/conway_query_tx-mempool.cli index 2e396ebe3e..e5174b3cac 100644 --- a/cardano-cli/test/cardano-cli-golden/files/golden/help/conway_query_tx-mempool.cli +++ b/cardano-cli/test/cardano-cli-golden/files/golden/help/conway_query_tx-mempool.cli @@ -1,20 +1,16 @@ -Usage: cardano-cli conway query tx-mempool --socket-path SOCKET_PATH +Usage: cardano-cli conway query tx-mempool [--cardano-mode [--epoch-slots SLOTS]] ( --mainnet | --testnet-magic NATURAL ) + --socket-path SOCKET_PATH (info | next-tx | tx-exists) [--out-file FILEPATH] Local Mempool info Available options: - --socket-path SOCKET_PATH - Path to the node socket. This overrides the - CARDANO_NODE_SOCKET_PATH environment variable. The - argument is optional if CARDANO_NODE_SOCKET_PATH is - defined and mandatory otherwise. --cardano-mode For talking to a node running in full Cardano mode (default). --epoch-slots SLOTS The number of slots per epoch for the Byron era. @@ -23,6 +19,11 @@ 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 + --socket-path SOCKET_PATH + Path to the node socket. This overrides the + CARDANO_NODE_SOCKET_PATH environment variable. The + argument is optional if CARDANO_NODE_SOCKET_PATH is + defined and mandatory otherwise. --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_tx-mempool_info.cli b/cardano-cli/test/cardano-cli-golden/files/golden/help/conway_query_tx-mempool_info.cli index ba7a3173e7..655625fb30 100644 --- a/cardano-cli/test/cardano-cli-golden/files/golden/help/conway_query_tx-mempool_info.cli +++ b/cardano-cli/test/cardano-cli-golden/files/golden/help/conway_query_tx-mempool_info.cli @@ -1,11 +1,12 @@ -Missing: --socket-path SOCKET_PATH (--mainnet | --testnet-magic NATURAL) +Missing: (--mainnet | --testnet-magic NATURAL) --socket-path SOCKET_PATH -Usage: cardano-cli conway query tx-mempool --socket-path SOCKET_PATH +Usage: cardano-cli conway query tx-mempool [--cardano-mode [--epoch-slots SLOTS]] ( --mainnet | --testnet-magic NATURAL ) + --socket-path SOCKET_PATH (info | next-tx | tx-exists) [--out-file FILEPATH] diff --git a/cardano-cli/test/cardano-cli-golden/files/golden/help/conway_query_tx-mempool_next-tx.cli b/cardano-cli/test/cardano-cli-golden/files/golden/help/conway_query_tx-mempool_next-tx.cli index ba7a3173e7..655625fb30 100644 --- a/cardano-cli/test/cardano-cli-golden/files/golden/help/conway_query_tx-mempool_next-tx.cli +++ b/cardano-cli/test/cardano-cli-golden/files/golden/help/conway_query_tx-mempool_next-tx.cli @@ -1,11 +1,12 @@ -Missing: --socket-path SOCKET_PATH (--mainnet | --testnet-magic NATURAL) +Missing: (--mainnet | --testnet-magic NATURAL) --socket-path SOCKET_PATH -Usage: cardano-cli conway query tx-mempool --socket-path SOCKET_PATH +Usage: cardano-cli conway query tx-mempool [--cardano-mode [--epoch-slots SLOTS]] ( --mainnet | --testnet-magic NATURAL ) + --socket-path SOCKET_PATH (info | next-tx | tx-exists) [--out-file FILEPATH] diff --git a/cardano-cli/test/cardano-cli-golden/files/golden/help/conway_query_tx-mempool_tx-exists_TX_ID.cli b/cardano-cli/test/cardano-cli-golden/files/golden/help/conway_query_tx-mempool_tx-exists_TX_ID.cli index ba7a3173e7..655625fb30 100644 --- a/cardano-cli/test/cardano-cli-golden/files/golden/help/conway_query_tx-mempool_tx-exists_TX_ID.cli +++ b/cardano-cli/test/cardano-cli-golden/files/golden/help/conway_query_tx-mempool_tx-exists_TX_ID.cli @@ -1,11 +1,12 @@ -Missing: --socket-path SOCKET_PATH (--mainnet | --testnet-magic NATURAL) +Missing: (--mainnet | --testnet-magic NATURAL) --socket-path SOCKET_PATH -Usage: cardano-cli conway query tx-mempool --socket-path SOCKET_PATH +Usage: cardano-cli conway query tx-mempool [--cardano-mode [--epoch-slots SLOTS]] ( --mainnet | --testnet-magic NATURAL ) + --socket-path SOCKET_PATH (info | next-tx | tx-exists) [--out-file FILEPATH] 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 7959ba9eab..fbc1c33545 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,6 +1,6 @@ -Usage: cardano-cli conway query utxo --socket-path SOCKET_PATH - [--cardano-mode [--epoch-slots SLOTS]] +Usage: cardano-cli conway query utxo [--cardano-mode [--epoch-slots SLOTS]] (--mainnet | --testnet-magic NATURAL) + --socket-path SOCKET_PATH [--volatile-tip | --immutable-tip] ( --whole-utxo | (--address ADDRESS) @@ -12,11 +12,6 @@ Usage: cardano-cli conway query utxo --socket-path SOCKET_PATH Get a portion of the current UTxO: by tx in, by address or the whole. Available options: - --socket-path SOCKET_PATH - Path to the node socket. This overrides the - CARDANO_NODE_SOCKET_PATH environment variable. The - argument is optional if CARDANO_NODE_SOCKET_PATH is - defined and mandatory otherwise. --cardano-mode For talking to a node running in full Cardano mode (default). --epoch-slots SLOTS The number of slots per epoch for the Byron era. @@ -25,6 +20,11 @@ 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 + --socket-path SOCKET_PATH + Path to the node socket. This overrides the + CARDANO_NODE_SOCKET_PATH environment variable. The + argument is optional if CARDANO_NODE_SOCKET_PATH is + defined and mandatory otherwise. --volatile-tip Use the volatile tip as a target. (This is the default) --immutable-tip Use the immutable tip as a target. diff --git a/cardano-cli/test/cardano-cli-golden/files/golden/help/conway_transaction_build.cli b/cardano-cli/test/cardano-cli-golden/files/golden/help/conway_transaction_build.cli index f20cfc681a..cbeddef3af 100644 --- a/cardano-cli/test/cardano-cli-golden/files/golden/help/conway_transaction_build.cli +++ b/cardano-cli/test/cardano-cli-golden/files/golden/help/conway_transaction_build.cli @@ -1,9 +1,10 @@ -Usage: cardano-cli conway transaction build --socket-path SOCKET_PATH +Usage: cardano-cli conway transaction build [--cardano-mode [--epoch-slots SLOTS]] ( --mainnet | --testnet-magic NATURAL ) + --socket-path SOCKET_PATH [ --script-valid | --script-invalid ] @@ -149,11 +150,6 @@ Usage: cardano-cli conway transaction build --socket-path SOCKET_PATH Please note the order[93;22;23;24m of some cmd options is crucial. If used incorrectly may produce undesired tx body. See nested [] notation above for details.[0;22;23;24m Available options: - --socket-path SOCKET_PATH - Path to the node socket. This overrides the - CARDANO_NODE_SOCKET_PATH environment variable. The - argument is optional if CARDANO_NODE_SOCKET_PATH is - defined and mandatory otherwise. --cardano-mode For talking to a node running in full Cardano mode (default). --epoch-slots SLOTS The number of slots per epoch for the Byron era. @@ -162,6 +158,11 @@ 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 + --socket-path SOCKET_PATH + Path to the node socket. This overrides the + CARDANO_NODE_SOCKET_PATH environment variable. The + argument is optional if CARDANO_NODE_SOCKET_PATH is + defined and mandatory otherwise. --script-valid Assertion that the script is valid. (default) --script-invalid Assertion that the script is invalid. If a transaction is submitted with such a script, the diff --git a/cardano-cli/test/cardano-cli-golden/files/golden/help/conway_transaction_submit.cli b/cardano-cli/test/cardano-cli-golden/files/golden/help/conway_transaction_submit.cli index 3db67110bf..1e30c5502e 100644 --- a/cardano-cli/test/cardano-cli-golden/files/golden/help/conway_transaction_submit.cli +++ b/cardano-cli/test/cardano-cli-golden/files/golden/help/conway_transaction_submit.cli @@ -1,20 +1,16 @@ -Usage: cardano-cli conway transaction submit --socket-path SOCKET_PATH +Usage: cardano-cli conway transaction submit [--cardano-mode [--epoch-slots SLOTS]] ( --mainnet | --testnet-magic NATURAL ) + --socket-path SOCKET_PATH --tx-file FILEPATH Submit a transaction to the local node whose Unix domain socket is obtained from the CARDANO_NODE_SOCKET_PATH environment variable. Available options: - --socket-path SOCKET_PATH - Path to the node socket. This overrides the - CARDANO_NODE_SOCKET_PATH environment variable. The - argument is optional if CARDANO_NODE_SOCKET_PATH is - defined and mandatory otherwise. --cardano-mode For talking to a node running in full Cardano mode (default). --epoch-slots SLOTS The number of slots per epoch for the Byron era. @@ -23,5 +19,10 @@ 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 + --socket-path SOCKET_PATH + Path to the node socket. This overrides the + CARDANO_NODE_SOCKET_PATH environment variable. The + argument is optional if CARDANO_NODE_SOCKET_PATH is + defined and mandatory otherwise. --tx-file FILEPATH Filepath of the transaction you intend to submit. -h,--help Show this help text 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 f23d4b6402..b2083db510 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 @@ -1,9 +1,10 @@ -Usage: cardano-cli latest query committee-state --socket-path SOCKET_PATH +Usage: cardano-cli latest query committee-state [--cardano-mode [--epoch-slots SLOTS]] ( --mainnet | --testnet-magic NATURAL ) + --socket-path SOCKET_PATH [ --volatile-tip | --immutable-tip ] @@ -26,11 +27,6 @@ Usage: cardano-cli latest query committee-state --socket-path SOCKET_PATH Get the committee state Available options: - --socket-path SOCKET_PATH - Path to the node socket. This overrides the - CARDANO_NODE_SOCKET_PATH environment variable. The - argument is optional if CARDANO_NODE_SOCKET_PATH is - defined and mandatory otherwise. --cardano-mode For talking to a node running in full Cardano mode (default). --epoch-slots SLOTS The number of slots per epoch for the Byron era. @@ -39,6 +35,11 @@ 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 + --socket-path SOCKET_PATH + Path to the node socket. This overrides the + CARDANO_NODE_SOCKET_PATH environment variable. The + argument is optional if CARDANO_NODE_SOCKET_PATH is + defined and mandatory otherwise. --volatile-tip Use the volatile tip as a target. (This is the default) --immutable-tip Use the immutable tip as a target. 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 00dc248a90..eb48cb5b82 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 @@ -1,9 +1,10 @@ -Usage: cardano-cli latest query constitution --socket-path SOCKET_PATH +Usage: cardano-cli latest query constitution [--cardano-mode [--epoch-slots SLOTS]] ( --mainnet | --testnet-magic NATURAL ) + --socket-path SOCKET_PATH [ --volatile-tip | --immutable-tip ] @@ -12,11 +13,6 @@ Usage: cardano-cli latest query constitution --socket-path SOCKET_PATH Get the constitution Available options: - --socket-path SOCKET_PATH - Path to the node socket. This overrides the - CARDANO_NODE_SOCKET_PATH environment variable. The - argument is optional if CARDANO_NODE_SOCKET_PATH is - defined and mandatory otherwise. --cardano-mode For talking to a node running in full Cardano mode (default). --epoch-slots SLOTS The number of slots per epoch for the Byron era. @@ -25,6 +21,11 @@ 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 + --socket-path SOCKET_PATH + Path to the node socket. This overrides the + CARDANO_NODE_SOCKET_PATH environment variable. The + argument is optional if CARDANO_NODE_SOCKET_PATH is + defined and mandatory otherwise. --volatile-tip Use the volatile tip as a target. (This is the default) --immutable-tip Use the immutable tip as a target. 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 91f30b9e4c..500fbb73c2 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 @@ -1,10 +1,10 @@ Usage: cardano-cli latest query drep-stake-distribution - --socket-path SOCKET_PATH [--cardano-mode [--epoch-slots SLOTS]] ( --mainnet | --testnet-magic NATURAL ) + --socket-path SOCKET_PATH [ --volatile-tip | --immutable-tip ] @@ -21,11 +21,6 @@ Usage: cardano-cli latest query drep-stake-distribution Get the DRep stake distribution. Available options: - --socket-path SOCKET_PATH - Path to the node socket. This overrides the - CARDANO_NODE_SOCKET_PATH environment variable. The - argument is optional if CARDANO_NODE_SOCKET_PATH is - defined and mandatory otherwise. --cardano-mode For talking to a node running in full Cardano mode (default). --epoch-slots SLOTS The number of slots per epoch for the Byron era. @@ -34,6 +29,11 @@ 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 + --socket-path SOCKET_PATH + Path to the node socket. This overrides the + CARDANO_NODE_SOCKET_PATH environment variable. The + argument is optional if CARDANO_NODE_SOCKET_PATH is + defined and mandatory otherwise. --volatile-tip Use the volatile tip as a target. (This is the default) --immutable-tip Use the immutable tip as a target. 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 f9f9cb3de9..975d8147c4 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 @@ -1,9 +1,10 @@ -Usage: cardano-cli latest query drep-state --socket-path SOCKET_PATH +Usage: cardano-cli latest query drep-state [--cardano-mode [--epoch-slots SLOTS]] ( --mainnet | --testnet-magic NATURAL ) + --socket-path SOCKET_PATH [--volatile-tip | --immutable-tip] ( --all-dreps | @@ -19,11 +20,6 @@ Usage: cardano-cli latest query drep-state --socket-path SOCKET_PATH Get the DRep state. Available options: - --socket-path SOCKET_PATH - Path to the node socket. This overrides the - CARDANO_NODE_SOCKET_PATH environment variable. The - argument is optional if CARDANO_NODE_SOCKET_PATH is - defined and mandatory otherwise. --cardano-mode For talking to a node running in full Cardano mode (default). --epoch-slots SLOTS The number of slots per epoch for the Byron era. @@ -32,6 +28,11 @@ 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 + --socket-path SOCKET_PATH + Path to the node socket. This overrides the + CARDANO_NODE_SOCKET_PATH environment variable. The + argument is optional if CARDANO_NODE_SOCKET_PATH is + defined and mandatory otherwise. --volatile-tip Use the volatile tip as a target. (This is the default) --immutable-tip Use the immutable tip as a target. 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 3f02df624e..3d3e199d98 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 @@ -1,20 +1,14 @@ -Usage: cardano-cli latest query gov-state --socket-path SOCKET_PATH - [--cardano-mode - [--epoch-slots SLOTS]] +Usage: cardano-cli latest query gov-state [--cardano-mode [--epoch-slots SLOTS]] ( --mainnet | --testnet-magic NATURAL ) + --socket-path SOCKET_PATH [--volatile-tip | --immutable-tip] [--out-file FILEPATH] Get the governance state Available options: - --socket-path SOCKET_PATH - Path to the node socket. This overrides the - CARDANO_NODE_SOCKET_PATH environment variable. The - argument is optional if CARDANO_NODE_SOCKET_PATH is - defined and mandatory otherwise. --cardano-mode For talking to a node running in full Cardano mode (default). --epoch-slots SLOTS The number of slots per epoch for the Byron era. @@ -23,6 +17,11 @@ 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 + --socket-path SOCKET_PATH + Path to the node socket. This overrides the + CARDANO_NODE_SOCKET_PATH environment variable. The + argument is optional if CARDANO_NODE_SOCKET_PATH is + defined and mandatory otherwise. --volatile-tip Use the volatile tip as a target. (This is the default) --immutable-tip Use the immutable tip as a target. 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 5aaf7ab4ff..7b51eb7058 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 @@ -1,9 +1,10 @@ -Usage: cardano-cli latest query kes-period-info --socket-path SOCKET_PATH +Usage: cardano-cli latest query kes-period-info [--cardano-mode [--epoch-slots SLOTS]] ( --mainnet | --testnet-magic NATURAL ) + --socket-path SOCKET_PATH [ --volatile-tip | --immutable-tip ] @@ -14,11 +15,6 @@ Usage: cardano-cli latest query kes-period-info --socket-path SOCKET_PATH certificate. Available options: - --socket-path SOCKET_PATH - Path to the node socket. This overrides the - CARDANO_NODE_SOCKET_PATH environment variable. The - argument is optional if CARDANO_NODE_SOCKET_PATH is - defined and mandatory otherwise. --cardano-mode For talking to a node running in full Cardano mode (default). --epoch-slots SLOTS The number of slots per epoch for the Byron era. @@ -27,6 +23,11 @@ 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 + --socket-path SOCKET_PATH + Path to the node socket. This overrides the + CARDANO_NODE_SOCKET_PATH environment variable. The + argument is optional if CARDANO_NODE_SOCKET_PATH is + defined and mandatory otherwise. --volatile-tip Use the volatile tip as a target. (This is the default) --immutable-tip Use the immutable tip as a target. 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 199c0eb8a7..601ed9cb07 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 @@ -1,9 +1,10 @@ -Usage: cardano-cli latest query leadership-schedule --socket-path SOCKET_PATH +Usage: cardano-cli latest query leadership-schedule [--cardano-mode [--epoch-slots SLOTS]] ( --mainnet | --testnet-magic NATURAL ) + --socket-path SOCKET_PATH [ --volatile-tip | --immutable-tip ] @@ -22,11 +23,6 @@ Usage: cardano-cli latest query leadership-schedule --socket-path SOCKET_PATH Get the slots the node is expected to mint a block in (advanced command) Available options: - --socket-path SOCKET_PATH - Path to the node socket. This overrides the - CARDANO_NODE_SOCKET_PATH environment variable. The - argument is optional if CARDANO_NODE_SOCKET_PATH is - defined and mandatory otherwise. --cardano-mode For talking to a node running in full Cardano mode (default). --epoch-slots SLOTS The number of slots per epoch for the Byron era. @@ -35,6 +31,11 @@ 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 + --socket-path SOCKET_PATH + Path to the node socket. This overrides the + CARDANO_NODE_SOCKET_PATH environment variable. The + argument is optional if CARDANO_NODE_SOCKET_PATH is + defined and mandatory otherwise. --volatile-tip Use the volatile tip as a target. (This is the default) --immutable-tip Use the immutable tip as a target. diff --git a/cardano-cli/test/cardano-cli-golden/files/golden/help/latest_query_ledger-peer-snapshot.cli b/cardano-cli/test/cardano-cli-golden/files/golden/help/latest_query_ledger-peer-snapshot.cli index 86ad4020c5..4498a5b3c9 100644 --- a/cardano-cli/test/cardano-cli-golden/files/golden/help/latest_query_ledger-peer-snapshot.cli +++ b/cardano-cli/test/cardano-cli-golden/files/golden/help/latest_query_ledger-peer-snapshot.cli @@ -1,9 +1,10 @@ -Usage: cardano-cli latest query ledger-peer-snapshot --socket-path SOCKET_PATH +Usage: cardano-cli latest query ledger-peer-snapshot [--cardano-mode [--epoch-slots SLOTS]] ( --mainnet | --testnet-magic NATURAL ) + --socket-path SOCKET_PATH [ --volatile-tip | --immutable-tip ] @@ -13,11 +14,6 @@ Usage: cardano-cli latest query ledger-peer-snapshot --socket-path SOCKET_PATH cumulatively hold 90% of total stake. Available options: - --socket-path SOCKET_PATH - Path to the node socket. This overrides the - CARDANO_NODE_SOCKET_PATH environment variable. The - argument is optional if CARDANO_NODE_SOCKET_PATH is - defined and mandatory otherwise. --cardano-mode For talking to a node running in full Cardano mode (default). --epoch-slots SLOTS The number of slots per epoch for the Byron era. @@ -26,6 +22,11 @@ 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 + --socket-path SOCKET_PATH + Path to the node socket. This overrides the + CARDANO_NODE_SOCKET_PATH environment variable. The + argument is optional if CARDANO_NODE_SOCKET_PATH is + defined and mandatory otherwise. --volatile-tip Use the volatile tip as a target. (This is the default) --immutable-tip Use the immutable tip as a target. diff --git a/cardano-cli/test/cardano-cli-golden/files/golden/help/latest_query_ledger-state.cli b/cardano-cli/test/cardano-cli-golden/files/golden/help/latest_query_ledger-state.cli index 75eed818f7..4ea9152834 100644 --- a/cardano-cli/test/cardano-cli-golden/files/golden/help/latest_query_ledger-state.cli +++ b/cardano-cli/test/cardano-cli-golden/files/golden/help/latest_query_ledger-state.cli @@ -1,9 +1,10 @@ -Usage: cardano-cli latest query ledger-state --socket-path SOCKET_PATH +Usage: cardano-cli latest query ledger-state [--cardano-mode [--epoch-slots SLOTS]] ( --mainnet | --testnet-magic NATURAL ) + --socket-path SOCKET_PATH [ --volatile-tip | --immutable-tip ] @@ -13,11 +14,6 @@ Usage: cardano-cli latest query ledger-state --socket-path SOCKET_PATH command) Available options: - --socket-path SOCKET_PATH - Path to the node socket. This overrides the - CARDANO_NODE_SOCKET_PATH environment variable. The - argument is optional if CARDANO_NODE_SOCKET_PATH is - defined and mandatory otherwise. --cardano-mode For talking to a node running in full Cardano mode (default). --epoch-slots SLOTS The number of slots per epoch for the Byron era. @@ -26,6 +22,11 @@ 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 + --socket-path SOCKET_PATH + Path to the node socket. This overrides the + CARDANO_NODE_SOCKET_PATH environment variable. The + argument is optional if CARDANO_NODE_SOCKET_PATH is + defined and mandatory otherwise. --volatile-tip Use the volatile tip as a target. (This is the default) --immutable-tip Use the immutable tip as a target. 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 e806497985..c27004007c 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 @@ -1,9 +1,10 @@ -Usage: cardano-cli latest query pool-params --socket-path SOCKET_PATH +Usage: cardano-cli latest query pool-params [--cardano-mode [--epoch-slots SLOTS]] ( --mainnet | --testnet-magic NATURAL ) + --socket-path SOCKET_PATH [--volatile-tip | --immutable-tip] ( --all-stake-pools | (--stake-pool-id STAKE_POOL_ID) @@ -15,11 +16,6 @@ Usage: cardano-cli latest query pool-params --socket-path SOCKET_PATH command) Available options: - --socket-path SOCKET_PATH - Path to the node socket. This overrides the - CARDANO_NODE_SOCKET_PATH environment variable. The - argument is optional if CARDANO_NODE_SOCKET_PATH is - defined and mandatory otherwise. --cardano-mode For talking to a node running in full Cardano mode (default). --epoch-slots SLOTS The number of slots per epoch for the Byron era. @@ -28,6 +24,11 @@ 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 + --socket-path SOCKET_PATH + Path to the node socket. This overrides the + CARDANO_NODE_SOCKET_PATH environment variable. The + argument is optional if CARDANO_NODE_SOCKET_PATH is + defined and mandatory otherwise. --volatile-tip Use the volatile tip as a target. (This is the default) --immutable-tip Use the immutable tip as a target. 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 5662a7090b..68d366fd94 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 @@ -1,9 +1,10 @@ -Usage: cardano-cli latest query pool-state --socket-path SOCKET_PATH +Usage: cardano-cli latest query pool-state [--cardano-mode [--epoch-slots SLOTS]] ( --mainnet | --testnet-magic NATURAL ) + --socket-path SOCKET_PATH [--volatile-tip | --immutable-tip] ( --all-stake-pools | (--stake-pool-id STAKE_POOL_ID) @@ -13,11 +14,6 @@ Usage: cardano-cli latest query pool-state --socket-path SOCKET_PATH Dump the pool state Available options: - --socket-path SOCKET_PATH - Path to the node socket. This overrides the - CARDANO_NODE_SOCKET_PATH environment variable. The - argument is optional if CARDANO_NODE_SOCKET_PATH is - defined and mandatory otherwise. --cardano-mode For talking to a node running in full Cardano mode (default). --epoch-slots SLOTS The number of slots per epoch for the Byron era. @@ -26,6 +22,11 @@ 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 + --socket-path SOCKET_PATH + Path to the node socket. This overrides the + CARDANO_NODE_SOCKET_PATH environment variable. The + argument is optional if CARDANO_NODE_SOCKET_PATH is + defined and mandatory otherwise. --volatile-tip Use the volatile tip as a target. (This is the default) --immutable-tip Use the immutable tip as a target. diff --git a/cardano-cli/test/cardano-cli-golden/files/golden/help/latest_query_proposals.cli b/cardano-cli/test/cardano-cli-golden/files/golden/help/latest_query_proposals.cli index 54a4b3f332..f8c0b6cfd1 100644 --- a/cardano-cli/test/cardano-cli-golden/files/golden/help/latest_query_proposals.cli +++ b/cardano-cli/test/cardano-cli-golden/files/golden/help/latest_query_proposals.cli @@ -1,9 +1,8 @@ -Usage: cardano-cli latest query proposals --socket-path SOCKET_PATH - [--cardano-mode - [--epoch-slots SLOTS]] +Usage: cardano-cli latest query proposals [--cardano-mode [--epoch-slots SLOTS]] ( --mainnet | --testnet-magic NATURAL ) + --socket-path SOCKET_PATH [--volatile-tip | --immutable-tip] ( --all-proposals | (--governance-action-tx-id TXID @@ -16,11 +15,6 @@ Usage: cardano-cli latest query proposals --socket-path SOCKET_PATH until the next epoch. Available options: - --socket-path SOCKET_PATH - Path to the node socket. This overrides the - CARDANO_NODE_SOCKET_PATH environment variable. The - argument is optional if CARDANO_NODE_SOCKET_PATH is - defined and mandatory otherwise. --cardano-mode For talking to a node running in full Cardano mode (default). --epoch-slots SLOTS The number of slots per epoch for the Byron era. @@ -29,6 +23,11 @@ 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 + --socket-path SOCKET_PATH + Path to the node socket. This overrides the + CARDANO_NODE_SOCKET_PATH environment variable. The + argument is optional if CARDANO_NODE_SOCKET_PATH is + defined and mandatory otherwise. --volatile-tip Use the volatile tip as a target. (This is the default) --immutable-tip Use the immutable tip as a target. diff --git a/cardano-cli/test/cardano-cli-golden/files/golden/help/latest_query_protocol-parameters.cli b/cardano-cli/test/cardano-cli-golden/files/golden/help/latest_query_protocol-parameters.cli index caafc27422..82bbeb7c03 100644 --- a/cardano-cli/test/cardano-cli-golden/files/golden/help/latest_query_protocol-parameters.cli +++ b/cardano-cli/test/cardano-cli-golden/files/golden/help/latest_query_protocol-parameters.cli @@ -1,19 +1,15 @@ -Usage: cardano-cli latest query protocol-parameters --socket-path SOCKET_PATH +Usage: cardano-cli latest query protocol-parameters [--cardano-mode [--epoch-slots SLOTS]] ( --mainnet | --testnet-magic NATURAL ) + --socket-path SOCKET_PATH [--out-file FILEPATH] Get the node's current protocol parameters Available options: - --socket-path SOCKET_PATH - Path to the node socket. This overrides the - CARDANO_NODE_SOCKET_PATH environment variable. The - argument is optional if CARDANO_NODE_SOCKET_PATH is - defined and mandatory otherwise. --cardano-mode For talking to a node running in full Cardano mode (default). --epoch-slots SLOTS The number of slots per epoch for the Byron era. @@ -22,5 +18,10 @@ 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 + --socket-path SOCKET_PATH + Path to the node socket. This overrides the + CARDANO_NODE_SOCKET_PATH environment variable. The + argument is optional if CARDANO_NODE_SOCKET_PATH is + defined and mandatory otherwise. --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_protocol-state.cli b/cardano-cli/test/cardano-cli-golden/files/golden/help/latest_query_protocol-state.cli index a65fbc3e58..9e5cd6d002 100644 --- a/cardano-cli/test/cardano-cli-golden/files/golden/help/latest_query_protocol-state.cli +++ b/cardano-cli/test/cardano-cli-golden/files/golden/help/latest_query_protocol-state.cli @@ -1,9 +1,10 @@ -Usage: cardano-cli latest query protocol-state --socket-path SOCKET_PATH +Usage: cardano-cli latest query protocol-state [--cardano-mode [--epoch-slots SLOTS]] ( --mainnet | --testnet-magic NATURAL ) + --socket-path SOCKET_PATH [ --volatile-tip | --immutable-tip ] @@ -13,11 +14,6 @@ Usage: cardano-cli latest query protocol-state --socket-path SOCKET_PATH command) Available options: - --socket-path SOCKET_PATH - Path to the node socket. This overrides the - CARDANO_NODE_SOCKET_PATH environment variable. The - argument is optional if CARDANO_NODE_SOCKET_PATH is - defined and mandatory otherwise. --cardano-mode For talking to a node running in full Cardano mode (default). --epoch-slots SLOTS The number of slots per epoch for the Byron era. @@ -26,6 +22,11 @@ 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 + --socket-path SOCKET_PATH + Path to the node socket. This overrides the + CARDANO_NODE_SOCKET_PATH environment variable. The + argument is optional if CARDANO_NODE_SOCKET_PATH is + defined and mandatory otherwise. --volatile-tip Use the volatile tip as a target. (This is the default) --immutable-tip Use the immutable tip as a target. 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 a4a945192c..30b9ee5917 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,9 +1,10 @@ -Usage: cardano-cli latest query ref-script-size --socket-path SOCKET_PATH +Usage: cardano-cli latest query ref-script-size [--cardano-mode [--epoch-slots SLOTS]] ( --mainnet | --testnet-magic NATURAL ) + --socket-path SOCKET_PATH [ --volatile-tip | --immutable-tip ] @@ -17,11 +18,6 @@ Usage: cardano-cli latest query ref-script-size --socket-path SOCKET_PATH inputs. Available options: - --socket-path SOCKET_PATH - Path to the node socket. This overrides the - CARDANO_NODE_SOCKET_PATH environment variable. The - argument is optional if CARDANO_NODE_SOCKET_PATH is - defined and mandatory otherwise. --cardano-mode For talking to a node running in full Cardano mode (default). --epoch-slots SLOTS The number of slots per epoch for the Byron era. @@ -30,6 +26,11 @@ 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 + --socket-path SOCKET_PATH + Path to the node socket. This overrides the + CARDANO_NODE_SOCKET_PATH environment variable. The + argument is optional if CARDANO_NODE_SOCKET_PATH is + defined and mandatory otherwise. --volatile-tip Use the volatile tip as a target. (This is the default) --immutable-tip Use the immutable tip as a target. diff --git a/cardano-cli/test/cardano-cli-golden/files/golden/help/latest_query_slot-number.cli b/cardano-cli/test/cardano-cli-golden/files/golden/help/latest_query_slot-number.cli index ae52eb52de..59b39e631f 100644 --- a/cardano-cli/test/cardano-cli-golden/files/golden/help/latest_query_slot-number.cli +++ b/cardano-cli/test/cardano-cli-golden/files/golden/help/latest_query_slot-number.cli @@ -1,20 +1,16 @@ -Usage: cardano-cli latest query slot-number --socket-path SOCKET_PATH +Usage: cardano-cli latest query slot-number [--cardano-mode [--epoch-slots SLOTS]] ( --mainnet | --testnet-magic NATURAL ) + --socket-path SOCKET_PATH [--volatile-tip | --immutable-tip] TIMESTAMP Query slot number for UTC timestamp Available options: - --socket-path SOCKET_PATH - Path to the node socket. This overrides the - CARDANO_NODE_SOCKET_PATH environment variable. The - argument is optional if CARDANO_NODE_SOCKET_PATH is - defined and mandatory otherwise. --cardano-mode For talking to a node running in full Cardano mode (default). --epoch-slots SLOTS The number of slots per epoch for the Byron era. @@ -23,6 +19,11 @@ 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 + --socket-path SOCKET_PATH + Path to the node socket. This overrides the + CARDANO_NODE_SOCKET_PATH environment variable. The + argument is optional if CARDANO_NODE_SOCKET_PATH is + defined and mandatory otherwise. --volatile-tip Use the volatile tip as a target. (This is the default) --immutable-tip Use the immutable tip as a target. 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 28809b950e..ad0098e91b 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 @@ -1,9 +1,10 @@ -Usage: cardano-cli latest query spo-stake-distribution --socket-path SOCKET_PATH +Usage: cardano-cli latest query spo-stake-distribution [--cardano-mode [--epoch-slots SLOTS]] ( --mainnet | --testnet-magic NATURAL ) + --socket-path SOCKET_PATH [ --volatile-tip | --immutable-tip ] @@ -19,11 +20,6 @@ Usage: cardano-cli latest query spo-stake-distribution --socket-path SOCKET_PATH Get the SPO stake distribution. Available options: - --socket-path SOCKET_PATH - Path to the node socket. This overrides the - CARDANO_NODE_SOCKET_PATH environment variable. The - argument is optional if CARDANO_NODE_SOCKET_PATH is - defined and mandatory otherwise. --cardano-mode For talking to a node running in full Cardano mode (default). --epoch-slots SLOTS The number of slots per epoch for the Byron era. @@ -32,6 +28,11 @@ 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 + --socket-path SOCKET_PATH + Path to the node socket. This overrides the + CARDANO_NODE_SOCKET_PATH environment variable. The + argument is optional if CARDANO_NODE_SOCKET_PATH is + defined and mandatory otherwise. --volatile-tip Use the volatile tip as a target. (This is the default) --immutable-tip Use the immutable tip as a target. 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 1aa57454e1..1c2f08e75e 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,9 +1,10 @@ -Usage: cardano-cli latest query stake-address-info --socket-path SOCKET_PATH +Usage: cardano-cli latest query stake-address-info [--cardano-mode [--epoch-slots SLOTS]] ( --mainnet | --testnet-magic NATURAL ) + --socket-path SOCKET_PATH [ --volatile-tip | --immutable-tip ] @@ -13,11 +14,6 @@ Usage: cardano-cli latest query stake-address-info --socket-path SOCKET_PATH Get the current delegations and reward accounts filtered by stake address. Available options: - --socket-path SOCKET_PATH - Path to the node socket. This overrides the - CARDANO_NODE_SOCKET_PATH environment variable. The - argument is optional if CARDANO_NODE_SOCKET_PATH is - defined and mandatory otherwise. --cardano-mode For talking to a node running in full Cardano mode (default). --epoch-slots SLOTS The number of slots per epoch for the Byron era. @@ -26,6 +22,11 @@ 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 + --socket-path SOCKET_PATH + Path to the node socket. This overrides the + CARDANO_NODE_SOCKET_PATH environment variable. The + argument is optional if CARDANO_NODE_SOCKET_PATH is + defined and mandatory otherwise. --volatile-tip Use the volatile tip as a target. (This is the default) --immutable-tip Use the immutable tip as a target. diff --git a/cardano-cli/test/cardano-cli-golden/files/golden/help/latest_query_stake-distribution.cli b/cardano-cli/test/cardano-cli-golden/files/golden/help/latest_query_stake-distribution.cli index 7bf93f7514..d44d605eb7 100644 --- a/cardano-cli/test/cardano-cli-golden/files/golden/help/latest_query_stake-distribution.cli +++ b/cardano-cli/test/cardano-cli-golden/files/golden/help/latest_query_stake-distribution.cli @@ -1,9 +1,10 @@ -Usage: cardano-cli latest query stake-distribution --socket-path SOCKET_PATH +Usage: cardano-cli latest query stake-distribution [--cardano-mode [--epoch-slots SLOTS]] ( --mainnet | --testnet-magic NATURAL ) + --socket-path SOCKET_PATH [ --volatile-tip | --immutable-tip ] @@ -15,11 +16,6 @@ Usage: cardano-cli latest query stake-distribution --socket-path SOCKET_PATH Get the node's current aggregated stake distribution Available options: - --socket-path SOCKET_PATH - Path to the node socket. This overrides the - CARDANO_NODE_SOCKET_PATH environment variable. The - argument is optional if CARDANO_NODE_SOCKET_PATH is - defined and mandatory otherwise. --cardano-mode For talking to a node running in full Cardano mode (default). --epoch-slots SLOTS The number of slots per epoch for the Byron era. @@ -28,6 +24,11 @@ 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 + --socket-path SOCKET_PATH + Path to the node socket. This overrides the + CARDANO_NODE_SOCKET_PATH environment variable. The + argument is optional if CARDANO_NODE_SOCKET_PATH is + defined and mandatory otherwise. --volatile-tip Use the volatile tip as a target. (This is the default) --immutable-tip Use the immutable tip as a target. diff --git a/cardano-cli/test/cardano-cli-golden/files/golden/help/latest_query_stake-pools.cli b/cardano-cli/test/cardano-cli-golden/files/golden/help/latest_query_stake-pools.cli index c1a930977e..e1a4703d81 100644 --- a/cardano-cli/test/cardano-cli-golden/files/golden/help/latest_query_stake-pools.cli +++ b/cardano-cli/test/cardano-cli-golden/files/golden/help/latest_query_stake-pools.cli @@ -1,9 +1,10 @@ -Usage: cardano-cli latest query stake-pools --socket-path SOCKET_PATH +Usage: cardano-cli latest query stake-pools [--cardano-mode [--epoch-slots SLOTS]] ( --mainnet | --testnet-magic NATURAL ) + --socket-path SOCKET_PATH [--volatile-tip | --immutable-tip] [--output-json | --output-text] [--out-file FILEPATH] @@ -11,11 +12,6 @@ Usage: cardano-cli latest query stake-pools --socket-path SOCKET_PATH Get the node's current set of stake pool ids Available options: - --socket-path SOCKET_PATH - Path to the node socket. This overrides the - CARDANO_NODE_SOCKET_PATH environment variable. The - argument is optional if CARDANO_NODE_SOCKET_PATH is - defined and mandatory otherwise. --cardano-mode For talking to a node running in full Cardano mode (default). --epoch-slots SLOTS The number of slots per epoch for the Byron era. @@ -24,6 +20,11 @@ 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 + --socket-path SOCKET_PATH + Path to the node socket. This overrides the + CARDANO_NODE_SOCKET_PATH environment variable. The + argument is optional if CARDANO_NODE_SOCKET_PATH is + defined and mandatory otherwise. --volatile-tip Use the volatile tip as a target. (This is the default) --immutable-tip Use the immutable tip as a target. 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 e641ec3797..955299d2d4 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 @@ -1,9 +1,10 @@ -Usage: cardano-cli latest query stake-snapshot --socket-path SOCKET_PATH +Usage: cardano-cli latest query stake-snapshot [--cardano-mode [--epoch-slots SLOTS]] ( --mainnet | --testnet-magic NATURAL ) + --socket-path SOCKET_PATH [ --volatile-tip | --immutable-tip ] @@ -16,11 +17,6 @@ Usage: cardano-cli latest query stake-snapshot --socket-path SOCKET_PATH (advanced command) Available options: - --socket-path SOCKET_PATH - Path to the node socket. This overrides the - CARDANO_NODE_SOCKET_PATH environment variable. The - argument is optional if CARDANO_NODE_SOCKET_PATH is - defined and mandatory otherwise. --cardano-mode For talking to a node running in full Cardano mode (default). --epoch-slots SLOTS The number of slots per epoch for the Byron era. @@ -29,6 +25,11 @@ 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 + --socket-path SOCKET_PATH + Path to the node socket. This overrides the + CARDANO_NODE_SOCKET_PATH environment variable. The + argument is optional if CARDANO_NODE_SOCKET_PATH is + defined and mandatory otherwise. --volatile-tip Use the volatile tip as a target. (This is the default) --immutable-tip Use the immutable tip as a target. diff --git a/cardano-cli/test/cardano-cli-golden/files/golden/help/latest_query_tip.cli b/cardano-cli/test/cardano-cli-golden/files/golden/help/latest_query_tip.cli index 967245541e..fb1929adda 100644 --- a/cardano-cli/test/cardano-cli-golden/files/golden/help/latest_query_tip.cli +++ b/cardano-cli/test/cardano-cli-golden/files/golden/help/latest_query_tip.cli @@ -1,17 +1,12 @@ -Usage: cardano-cli latest query tip --socket-path SOCKET_PATH - [--cardano-mode [--epoch-slots SLOTS]] +Usage: cardano-cli latest query tip [--cardano-mode [--epoch-slots SLOTS]] (--mainnet | --testnet-magic NATURAL) + --socket-path SOCKET_PATH [--volatile-tip | --immutable-tip] [--out-file FILEPATH] Get the node's current tip (slot no, hash, block no) Available options: - --socket-path SOCKET_PATH - Path to the node socket. This overrides the - CARDANO_NODE_SOCKET_PATH environment variable. The - argument is optional if CARDANO_NODE_SOCKET_PATH is - defined and mandatory otherwise. --cardano-mode For talking to a node running in full Cardano mode (default). --epoch-slots SLOTS The number of slots per epoch for the Byron era. @@ -20,6 +15,11 @@ 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 + --socket-path SOCKET_PATH + Path to the node socket. This overrides the + CARDANO_NODE_SOCKET_PATH environment variable. The + argument is optional if CARDANO_NODE_SOCKET_PATH is + defined and mandatory otherwise. --volatile-tip Use the volatile tip as a target. (This is the default) --immutable-tip Use the immutable tip as a target. 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 837f9e9aea..5fe9c3d5c1 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 @@ -1,18 +1,12 @@ -Usage: cardano-cli latest query treasury --socket-path SOCKET_PATH - [--cardano-mode - [--epoch-slots SLOTS]] +Usage: cardano-cli latest query treasury [--cardano-mode [--epoch-slots SLOTS]] (--mainnet | --testnet-magic NATURAL) + --socket-path SOCKET_PATH [--volatile-tip | --immutable-tip] [--out-file FILEPATH] Get the treasury value Available options: - --socket-path SOCKET_PATH - Path to the node socket. This overrides the - CARDANO_NODE_SOCKET_PATH environment variable. The - argument is optional if CARDANO_NODE_SOCKET_PATH is - defined and mandatory otherwise. --cardano-mode For talking to a node running in full Cardano mode (default). --epoch-slots SLOTS The number of slots per epoch for the Byron era. @@ -21,6 +15,11 @@ 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 + --socket-path SOCKET_PATH + Path to the node socket. This overrides the + CARDANO_NODE_SOCKET_PATH environment variable. The + argument is optional if CARDANO_NODE_SOCKET_PATH is + defined and mandatory otherwise. --volatile-tip Use the volatile tip as a target. (This is the default) --immutable-tip Use the immutable tip as a target. diff --git a/cardano-cli/test/cardano-cli-golden/files/golden/help/latest_query_tx-mempool.cli b/cardano-cli/test/cardano-cli-golden/files/golden/help/latest_query_tx-mempool.cli index a41535ff6a..bd9f591bde 100644 --- a/cardano-cli/test/cardano-cli-golden/files/golden/help/latest_query_tx-mempool.cli +++ b/cardano-cli/test/cardano-cli-golden/files/golden/help/latest_query_tx-mempool.cli @@ -1,20 +1,16 @@ -Usage: cardano-cli latest query tx-mempool --socket-path SOCKET_PATH +Usage: cardano-cli latest query tx-mempool [--cardano-mode [--epoch-slots SLOTS]] ( --mainnet | --testnet-magic NATURAL ) + --socket-path SOCKET_PATH (info | next-tx | tx-exists) [--out-file FILEPATH] Local Mempool info Available options: - --socket-path SOCKET_PATH - Path to the node socket. This overrides the - CARDANO_NODE_SOCKET_PATH environment variable. The - argument is optional if CARDANO_NODE_SOCKET_PATH is - defined and mandatory otherwise. --cardano-mode For talking to a node running in full Cardano mode (default). --epoch-slots SLOTS The number of slots per epoch for the Byron era. @@ -23,6 +19,11 @@ 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 + --socket-path SOCKET_PATH + Path to the node socket. This overrides the + CARDANO_NODE_SOCKET_PATH environment variable. The + argument is optional if CARDANO_NODE_SOCKET_PATH is + defined and mandatory otherwise. --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_tx-mempool_info.cli b/cardano-cli/test/cardano-cli-golden/files/golden/help/latest_query_tx-mempool_info.cli index 06910342df..70a7805f8b 100644 --- a/cardano-cli/test/cardano-cli-golden/files/golden/help/latest_query_tx-mempool_info.cli +++ b/cardano-cli/test/cardano-cli-golden/files/golden/help/latest_query_tx-mempool_info.cli @@ -1,11 +1,12 @@ -Missing: --socket-path SOCKET_PATH (--mainnet | --testnet-magic NATURAL) +Missing: (--mainnet | --testnet-magic NATURAL) --socket-path SOCKET_PATH -Usage: cardano-cli latest query tx-mempool --socket-path SOCKET_PATH +Usage: cardano-cli latest query tx-mempool [--cardano-mode [--epoch-slots SLOTS]] ( --mainnet | --testnet-magic NATURAL ) + --socket-path SOCKET_PATH (info | next-tx | tx-exists) [--out-file FILEPATH] diff --git a/cardano-cli/test/cardano-cli-golden/files/golden/help/latest_query_tx-mempool_next-tx.cli b/cardano-cli/test/cardano-cli-golden/files/golden/help/latest_query_tx-mempool_next-tx.cli index 06910342df..70a7805f8b 100644 --- a/cardano-cli/test/cardano-cli-golden/files/golden/help/latest_query_tx-mempool_next-tx.cli +++ b/cardano-cli/test/cardano-cli-golden/files/golden/help/latest_query_tx-mempool_next-tx.cli @@ -1,11 +1,12 @@ -Missing: --socket-path SOCKET_PATH (--mainnet | --testnet-magic NATURAL) +Missing: (--mainnet | --testnet-magic NATURAL) --socket-path SOCKET_PATH -Usage: cardano-cli latest query tx-mempool --socket-path SOCKET_PATH +Usage: cardano-cli latest query tx-mempool [--cardano-mode [--epoch-slots SLOTS]] ( --mainnet | --testnet-magic NATURAL ) + --socket-path SOCKET_PATH (info | next-tx | tx-exists) [--out-file FILEPATH] diff --git a/cardano-cli/test/cardano-cli-golden/files/golden/help/latest_query_tx-mempool_tx-exists_TX_ID.cli b/cardano-cli/test/cardano-cli-golden/files/golden/help/latest_query_tx-mempool_tx-exists_TX_ID.cli index 06910342df..70a7805f8b 100644 --- a/cardano-cli/test/cardano-cli-golden/files/golden/help/latest_query_tx-mempool_tx-exists_TX_ID.cli +++ b/cardano-cli/test/cardano-cli-golden/files/golden/help/latest_query_tx-mempool_tx-exists_TX_ID.cli @@ -1,11 +1,12 @@ -Missing: --socket-path SOCKET_PATH (--mainnet | --testnet-magic NATURAL) +Missing: (--mainnet | --testnet-magic NATURAL) --socket-path SOCKET_PATH -Usage: cardano-cli latest query tx-mempool --socket-path SOCKET_PATH +Usage: cardano-cli latest query tx-mempool [--cardano-mode [--epoch-slots SLOTS]] ( --mainnet | --testnet-magic NATURAL ) + --socket-path SOCKET_PATH (info | next-tx | tx-exists) [--out-file FILEPATH] 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 40359e522a..0d7f6f966b 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,6 +1,6 @@ -Usage: cardano-cli latest query utxo --socket-path SOCKET_PATH - [--cardano-mode [--epoch-slots SLOTS]] +Usage: cardano-cli latest query utxo [--cardano-mode [--epoch-slots SLOTS]] (--mainnet | --testnet-magic NATURAL) + --socket-path SOCKET_PATH [--volatile-tip | --immutable-tip] ( --whole-utxo | (--address ADDRESS) @@ -12,11 +12,6 @@ Usage: cardano-cli latest query utxo --socket-path SOCKET_PATH Get a portion of the current UTxO: by tx in, by address or the whole. Available options: - --socket-path SOCKET_PATH - Path to the node socket. This overrides the - CARDANO_NODE_SOCKET_PATH environment variable. The - argument is optional if CARDANO_NODE_SOCKET_PATH is - defined and mandatory otherwise. --cardano-mode For talking to a node running in full Cardano mode (default). --epoch-slots SLOTS The number of slots per epoch for the Byron era. @@ -25,6 +20,11 @@ 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 + --socket-path SOCKET_PATH + Path to the node socket. This overrides the + CARDANO_NODE_SOCKET_PATH environment variable. The + argument is optional if CARDANO_NODE_SOCKET_PATH is + defined and mandatory otherwise. --volatile-tip Use the volatile tip as a target. (This is the default) --immutable-tip Use the immutable tip as a target. diff --git a/cardano-cli/test/cardano-cli-golden/files/golden/help/latest_transaction_build.cli b/cardano-cli/test/cardano-cli-golden/files/golden/help/latest_transaction_build.cli index 256b4ec1c9..68447db20e 100644 --- a/cardano-cli/test/cardano-cli-golden/files/golden/help/latest_transaction_build.cli +++ b/cardano-cli/test/cardano-cli-golden/files/golden/help/latest_transaction_build.cli @@ -1,9 +1,10 @@ -Usage: cardano-cli latest transaction build --socket-path SOCKET_PATH +Usage: cardano-cli latest transaction build [--cardano-mode [--epoch-slots SLOTS]] ( --mainnet | --testnet-magic NATURAL ) + --socket-path SOCKET_PATH [ --script-valid | --script-invalid ] @@ -149,11 +150,6 @@ Usage: cardano-cli latest transaction build --socket-path SOCKET_PATH Please note the order[93;22;23;24m of some cmd options is crucial. If used incorrectly may produce undesired tx body. See nested [] notation above for details.[0;22;23;24m Available options: - --socket-path SOCKET_PATH - Path to the node socket. This overrides the - CARDANO_NODE_SOCKET_PATH environment variable. The - argument is optional if CARDANO_NODE_SOCKET_PATH is - defined and mandatory otherwise. --cardano-mode For talking to a node running in full Cardano mode (default). --epoch-slots SLOTS The number of slots per epoch for the Byron era. @@ -162,6 +158,11 @@ 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 + --socket-path SOCKET_PATH + Path to the node socket. This overrides the + CARDANO_NODE_SOCKET_PATH environment variable. The + argument is optional if CARDANO_NODE_SOCKET_PATH is + defined and mandatory otherwise. --script-valid Assertion that the script is valid. (default) --script-invalid Assertion that the script is invalid. If a transaction is submitted with such a script, the diff --git a/cardano-cli/test/cardano-cli-golden/files/golden/help/latest_transaction_submit.cli b/cardano-cli/test/cardano-cli-golden/files/golden/help/latest_transaction_submit.cli index 99d10da22f..86861023c4 100644 --- a/cardano-cli/test/cardano-cli-golden/files/golden/help/latest_transaction_submit.cli +++ b/cardano-cli/test/cardano-cli-golden/files/golden/help/latest_transaction_submit.cli @@ -1,20 +1,16 @@ -Usage: cardano-cli latest transaction submit --socket-path SOCKET_PATH +Usage: cardano-cli latest transaction submit [--cardano-mode [--epoch-slots SLOTS]] ( --mainnet | --testnet-magic NATURAL ) + --socket-path SOCKET_PATH --tx-file FILEPATH Submit a transaction to the local node whose Unix domain socket is obtained from the CARDANO_NODE_SOCKET_PATH environment variable. Available options: - --socket-path SOCKET_PATH - Path to the node socket. This overrides the - CARDANO_NODE_SOCKET_PATH environment variable. The - argument is optional if CARDANO_NODE_SOCKET_PATH is - defined and mandatory otherwise. --cardano-mode For talking to a node running in full Cardano mode (default). --epoch-slots SLOTS The number of slots per epoch for the Byron era. @@ -23,5 +19,10 @@ 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 + --socket-path SOCKET_PATH + Path to the node socket. This overrides the + CARDANO_NODE_SOCKET_PATH environment variable. The + argument is optional if CARDANO_NODE_SOCKET_PATH is + defined and mandatory otherwise. --tx-file FILEPATH Filepath of the transaction you intend to submit. -h,--help Show this help text diff --git a/cardano-cli/test/cardano-cli-golden/files/golden/help/mary_query_kes-period-info.cli b/cardano-cli/test/cardano-cli-golden/files/golden/help/mary_query_kes-period-info.cli index 34eba8ce44..9937493585 100644 --- a/cardano-cli/test/cardano-cli-golden/files/golden/help/mary_query_kes-period-info.cli +++ b/cardano-cli/test/cardano-cli-golden/files/golden/help/mary_query_kes-period-info.cli @@ -1,9 +1,10 @@ -Usage: cardano-cli mary query kes-period-info --socket-path SOCKET_PATH +Usage: cardano-cli mary query kes-period-info [--cardano-mode [--epoch-slots SLOTS]] ( --mainnet | --testnet-magic NATURAL ) + --socket-path SOCKET_PATH --op-cert-file FILEPATH [--out-file FILEPATH] @@ -11,11 +12,6 @@ Usage: cardano-cli mary query kes-period-info --socket-path SOCKET_PATH certificate. Available options: - --socket-path SOCKET_PATH - Path to the node socket. This overrides the - CARDANO_NODE_SOCKET_PATH environment variable. The - argument is optional if CARDANO_NODE_SOCKET_PATH is - defined and mandatory otherwise. --cardano-mode For talking to a node running in full Cardano mode (default). --epoch-slots SLOTS The number of slots per epoch for the Byron era. @@ -24,6 +20,11 @@ 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 + --socket-path SOCKET_PATH + Path to the node socket. This overrides the + CARDANO_NODE_SOCKET_PATH environment variable. The + argument is optional if CARDANO_NODE_SOCKET_PATH is + defined and mandatory otherwise. --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/mary_query_leadership-schedule.cli b/cardano-cli/test/cardano-cli-golden/files/golden/help/mary_query_leadership-schedule.cli index 6ae631eb48..d6fb3246c8 100644 --- a/cardano-cli/test/cardano-cli-golden/files/golden/help/mary_query_leadership-schedule.cli +++ b/cardano-cli/test/cardano-cli-golden/files/golden/help/mary_query_leadership-schedule.cli @@ -1,9 +1,10 @@ -Usage: cardano-cli mary query leadership-schedule --socket-path SOCKET_PATH +Usage: cardano-cli mary query leadership-schedule [--cardano-mode [--epoch-slots SLOTS]] ( --mainnet | --testnet-magic NATURAL ) + --socket-path SOCKET_PATH --genesis FILEPATH ( --stake-pool-verification-key STRING | --cold-verification-key-file FILEPATH @@ -19,11 +20,6 @@ Usage: cardano-cli mary query leadership-schedule --socket-path SOCKET_PATH Get the slots the node is expected to mint a block in (advanced command) Available options: - --socket-path SOCKET_PATH - Path to the node socket. This overrides the - CARDANO_NODE_SOCKET_PATH environment variable. The - argument is optional if CARDANO_NODE_SOCKET_PATH is - defined and mandatory otherwise. --cardano-mode For talking to a node running in full Cardano mode (default). --epoch-slots SLOTS The number of slots per epoch for the Byron era. @@ -32,6 +28,11 @@ 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 + --socket-path SOCKET_PATH + Path to the node socket. This overrides the + CARDANO_NODE_SOCKET_PATH environment variable. The + argument is optional if CARDANO_NODE_SOCKET_PATH is + defined and mandatory otherwise. --genesis FILEPATH Shelley genesis filepath --stake-pool-verification-key STRING Stake pool verification key (Bech32 or hex-encoded). diff --git a/cardano-cli/test/cardano-cli-golden/files/golden/help/mary_query_ledger-peer-snapshot.cli b/cardano-cli/test/cardano-cli-golden/files/golden/help/mary_query_ledger-peer-snapshot.cli index 17bfa8925c..8d4c3b245e 100644 --- a/cardano-cli/test/cardano-cli-golden/files/golden/help/mary_query_ledger-peer-snapshot.cli +++ b/cardano-cli/test/cardano-cli-golden/files/golden/help/mary_query_ledger-peer-snapshot.cli @@ -1,20 +1,16 @@ -Usage: cardano-cli mary query ledger-peer-snapshot --socket-path SOCKET_PATH +Usage: cardano-cli mary query ledger-peer-snapshot [--cardano-mode [--epoch-slots SLOTS]] ( --mainnet | --testnet-magic NATURAL ) + --socket-path SOCKET_PATH [--out-file FILEPATH] Dump the current snapshot of ledger peers.These are the largest pools that cumulatively hold 90% of total stake. Available options: - --socket-path SOCKET_PATH - Path to the node socket. This overrides the - CARDANO_NODE_SOCKET_PATH environment variable. The - argument is optional if CARDANO_NODE_SOCKET_PATH is - defined and mandatory otherwise. --cardano-mode For talking to a node running in full Cardano mode (default). --epoch-slots SLOTS The number of slots per epoch for the Byron era. @@ -23,5 +19,10 @@ 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 + --socket-path SOCKET_PATH + Path to the node socket. This overrides the + CARDANO_NODE_SOCKET_PATH environment variable. The + argument is optional if CARDANO_NODE_SOCKET_PATH is + defined and mandatory otherwise. --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_ledger-state.cli b/cardano-cli/test/cardano-cli-golden/files/golden/help/mary_query_ledger-state.cli index 986aa023d5..3ce7da7722 100644 --- a/cardano-cli/test/cardano-cli-golden/files/golden/help/mary_query_ledger-state.cli +++ b/cardano-cli/test/cardano-cli-golden/files/golden/help/mary_query_ledger-state.cli @@ -1,20 +1,16 @@ -Usage: cardano-cli mary query ledger-state --socket-path SOCKET_PATH +Usage: cardano-cli mary query ledger-state [--cardano-mode [--epoch-slots SLOTS]] ( --mainnet | --testnet-magic NATURAL ) + --socket-path SOCKET_PATH [--out-file FILEPATH] Dump the current ledger state of the node (Ledger.NewEpochState -- advanced command) Available options: - --socket-path SOCKET_PATH - Path to the node socket. This overrides the - CARDANO_NODE_SOCKET_PATH environment variable. The - argument is optional if CARDANO_NODE_SOCKET_PATH is - defined and mandatory otherwise. --cardano-mode For talking to a node running in full Cardano mode (default). --epoch-slots SLOTS The number of slots per epoch for the Byron era. @@ -23,5 +19,10 @@ 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 + --socket-path SOCKET_PATH + Path to the node socket. This overrides the + CARDANO_NODE_SOCKET_PATH environment variable. The + argument is optional if CARDANO_NODE_SOCKET_PATH is + defined and mandatory otherwise. --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_pool-params.cli b/cardano-cli/test/cardano-cli-golden/files/golden/help/mary_query_pool-params.cli index 380c2b54d4..9cc7ab92ce 100644 --- a/cardano-cli/test/cardano-cli-golden/files/golden/help/mary_query_pool-params.cli +++ b/cardano-cli/test/cardano-cli-golden/files/golden/help/mary_query_pool-params.cli @@ -1,9 +1,8 @@ -Usage: cardano-cli mary query pool-params --socket-path SOCKET_PATH - [--cardano-mode - [--epoch-slots SLOTS]] +Usage: cardano-cli mary query pool-params [--cardano-mode [--epoch-slots SLOTS]] ( --mainnet | --testnet-magic NATURAL ) + --socket-path SOCKET_PATH ( --all-stake-pools | (--stake-pool-id STAKE_POOL_ID) ) @@ -14,11 +13,6 @@ Usage: cardano-cli mary query pool-params --socket-path SOCKET_PATH command) Available options: - --socket-path SOCKET_PATH - Path to the node socket. This overrides the - CARDANO_NODE_SOCKET_PATH environment variable. The - argument is optional if CARDANO_NODE_SOCKET_PATH is - defined and mandatory otherwise. --cardano-mode For talking to a node running in full Cardano mode (default). --epoch-slots SLOTS The number of slots per epoch for the Byron era. @@ -27,6 +21,11 @@ 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 + --socket-path SOCKET_PATH + Path to the node socket. This overrides the + CARDANO_NODE_SOCKET_PATH environment variable. The + argument is optional if CARDANO_NODE_SOCKET_PATH is + defined and mandatory otherwise. --all-stake-pools Query for all stake pools --stake-pool-id STAKE_POOL_ID Stake pool ID/verification key hash (either diff --git a/cardano-cli/test/cardano-cli-golden/files/golden/help/mary_query_pool-state.cli b/cardano-cli/test/cardano-cli-golden/files/golden/help/mary_query_pool-state.cli index 47735606f6..b82891ed32 100644 --- a/cardano-cli/test/cardano-cli-golden/files/golden/help/mary_query_pool-state.cli +++ b/cardano-cli/test/cardano-cli-golden/files/golden/help/mary_query_pool-state.cli @@ -1,7 +1,6 @@ -Usage: cardano-cli mary query pool-state --socket-path SOCKET_PATH - [--cardano-mode - [--epoch-slots SLOTS]] +Usage: cardano-cli mary query pool-state [--cardano-mode [--epoch-slots SLOTS]] (--mainnet | --testnet-magic NATURAL) + --socket-path SOCKET_PATH ( --all-stake-pools | (--stake-pool-id STAKE_POOL_ID) ) @@ -10,11 +9,6 @@ Usage: cardano-cli mary query pool-state --socket-path SOCKET_PATH Dump the pool state Available options: - --socket-path SOCKET_PATH - Path to the node socket. This overrides the - CARDANO_NODE_SOCKET_PATH environment variable. The - argument is optional if CARDANO_NODE_SOCKET_PATH is - defined and mandatory otherwise. --cardano-mode For talking to a node running in full Cardano mode (default). --epoch-slots SLOTS The number of slots per epoch for the Byron era. @@ -23,6 +17,11 @@ 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 + --socket-path SOCKET_PATH + Path to the node socket. This overrides the + CARDANO_NODE_SOCKET_PATH environment variable. The + argument is optional if CARDANO_NODE_SOCKET_PATH is + defined and mandatory otherwise. --all-stake-pools Query for all stake pools --stake-pool-id STAKE_POOL_ID Stake pool ID/verification key hash (either diff --git a/cardano-cli/test/cardano-cli-golden/files/golden/help/mary_query_protocol-parameters.cli b/cardano-cli/test/cardano-cli-golden/files/golden/help/mary_query_protocol-parameters.cli index d8b3967de6..5730a4257e 100644 --- a/cardano-cli/test/cardano-cli-golden/files/golden/help/mary_query_protocol-parameters.cli +++ b/cardano-cli/test/cardano-cli-golden/files/golden/help/mary_query_protocol-parameters.cli @@ -1,19 +1,15 @@ -Usage: cardano-cli mary query protocol-parameters --socket-path SOCKET_PATH +Usage: cardano-cli mary query protocol-parameters [--cardano-mode [--epoch-slots SLOTS]] ( --mainnet | --testnet-magic NATURAL ) + --socket-path SOCKET_PATH [--out-file FILEPATH] Get the node's current protocol parameters Available options: - --socket-path SOCKET_PATH - Path to the node socket. This overrides the - CARDANO_NODE_SOCKET_PATH environment variable. The - argument is optional if CARDANO_NODE_SOCKET_PATH is - defined and mandatory otherwise. --cardano-mode For talking to a node running in full Cardano mode (default). --epoch-slots SLOTS The number of slots per epoch for the Byron era. @@ -22,5 +18,10 @@ 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 + --socket-path SOCKET_PATH + Path to the node socket. This overrides the + CARDANO_NODE_SOCKET_PATH environment variable. The + argument is optional if CARDANO_NODE_SOCKET_PATH is + defined and mandatory otherwise. --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_protocol-state.cli b/cardano-cli/test/cardano-cli-golden/files/golden/help/mary_query_protocol-state.cli index 7e52353b23..81e6f4afc6 100644 --- a/cardano-cli/test/cardano-cli-golden/files/golden/help/mary_query_protocol-state.cli +++ b/cardano-cli/test/cardano-cli-golden/files/golden/help/mary_query_protocol-state.cli @@ -1,20 +1,16 @@ -Usage: cardano-cli mary query protocol-state --socket-path SOCKET_PATH +Usage: cardano-cli mary query protocol-state [--cardano-mode [--epoch-slots SLOTS]] ( --mainnet | --testnet-magic NATURAL ) + --socket-path SOCKET_PATH [--out-file FILEPATH] Dump the current protocol state of the node (Ledger.ChainDepState -- advanced command) Available options: - --socket-path SOCKET_PATH - Path to the node socket. This overrides the - CARDANO_NODE_SOCKET_PATH environment variable. The - argument is optional if CARDANO_NODE_SOCKET_PATH is - defined and mandatory otherwise. --cardano-mode For talking to a node running in full Cardano mode (default). --epoch-slots SLOTS The number of slots per epoch for the Byron era. @@ -23,5 +19,10 @@ 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 + --socket-path SOCKET_PATH + Path to the node socket. This overrides the + CARDANO_NODE_SOCKET_PATH environment variable. The + argument is optional if CARDANO_NODE_SOCKET_PATH is + defined and mandatory otherwise. --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_ref-script-size.cli b/cardano-cli/test/cardano-cli-golden/files/golden/help/mary_query_ref-script-size.cli index 9203eb05d5..2d3ceb2f61 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,9 +1,10 @@ -Usage: cardano-cli mary query ref-script-size --socket-path SOCKET_PATH +Usage: cardano-cli mary query ref-script-size [--cardano-mode [--epoch-slots SLOTS]] ( --mainnet | --testnet-magic NATURAL ) + --socket-path SOCKET_PATH (--tx-in TX-IN) [--output-json | --output-text] [--out-file FILEPATH] @@ -12,11 +13,6 @@ Usage: cardano-cli mary query ref-script-size --socket-path SOCKET_PATH inputs. Available options: - --socket-path SOCKET_PATH - Path to the node socket. This overrides the - CARDANO_NODE_SOCKET_PATH environment variable. The - argument is optional if CARDANO_NODE_SOCKET_PATH is - defined and mandatory otherwise. --cardano-mode For talking to a node running in full Cardano mode (default). --epoch-slots SLOTS The number of slots per epoch for the Byron era. @@ -25,6 +21,11 @@ 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 + --socket-path SOCKET_PATH + Path to the node socket. This overrides the + CARDANO_NODE_SOCKET_PATH environment variable. The + argument is optional if CARDANO_NODE_SOCKET_PATH is + defined and mandatory otherwise. --tx-in TX-IN Transaction input (TxId#TxIx). --output-json Format reference inputs query output to JSON. Default format when writing to a file diff --git a/cardano-cli/test/cardano-cli-golden/files/golden/help/mary_query_slot-number.cli b/cardano-cli/test/cardano-cli-golden/files/golden/help/mary_query_slot-number.cli index 179ae17f5a..9008e831a8 100644 --- a/cardano-cli/test/cardano-cli-golden/files/golden/help/mary_query_slot-number.cli +++ b/cardano-cli/test/cardano-cli-golden/files/golden/help/mary_query_slot-number.cli @@ -1,19 +1,13 @@ -Usage: cardano-cli mary query slot-number --socket-path SOCKET_PATH - [--cardano-mode - [--epoch-slots SLOTS]] +Usage: cardano-cli mary query slot-number [--cardano-mode [--epoch-slots SLOTS]] ( --mainnet | --testnet-magic NATURAL ) + --socket-path SOCKET_PATH TIMESTAMP Query slot number for UTC timestamp Available options: - --socket-path SOCKET_PATH - Path to the node socket. This overrides the - CARDANO_NODE_SOCKET_PATH environment variable. The - argument is optional if CARDANO_NODE_SOCKET_PATH is - defined and mandatory otherwise. --cardano-mode For talking to a node running in full Cardano mode (default). --epoch-slots SLOTS The number of slots per epoch for the Byron era. @@ -22,5 +16,10 @@ 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 + --socket-path SOCKET_PATH + Path to the node socket. This overrides the + CARDANO_NODE_SOCKET_PATH environment variable. The + argument is optional if CARDANO_NODE_SOCKET_PATH is + defined and mandatory otherwise. TIMESTAMP UTC timestamp in YYYY-MM-DDThh:mm:ssZ format -h,--help Show this help text 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 720b57f5cf..70b1f609fc 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,20 +1,16 @@ -Usage: cardano-cli mary query stake-address-info --socket-path SOCKET_PATH +Usage: cardano-cli mary query stake-address-info [--cardano-mode [--epoch-slots SLOTS]] ( --mainnet | --testnet-magic NATURAL ) + --socket-path SOCKET_PATH --address ADDRESS [--out-file FILEPATH] Get the current delegations and reward accounts filtered by stake address. Available options: - --socket-path SOCKET_PATH - Path to the node socket. This overrides the - CARDANO_NODE_SOCKET_PATH environment variable. The - argument is optional if CARDANO_NODE_SOCKET_PATH is - defined and mandatory otherwise. --cardano-mode For talking to a node running in full Cardano mode (default). --epoch-slots SLOTS The number of slots per epoch for the Byron era. @@ -23,6 +19,11 @@ 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 + --socket-path SOCKET_PATH + Path to the node socket. This overrides the + CARDANO_NODE_SOCKET_PATH environment variable. The + argument is optional if CARDANO_NODE_SOCKET_PATH is + defined and mandatory otherwise. --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_stake-distribution.cli b/cardano-cli/test/cardano-cli-golden/files/golden/help/mary_query_stake-distribution.cli index 5f9e32b4ba..71eb370fe1 100644 --- a/cardano-cli/test/cardano-cli-golden/files/golden/help/mary_query_stake-distribution.cli +++ b/cardano-cli/test/cardano-cli-golden/files/golden/help/mary_query_stake-distribution.cli @@ -1,9 +1,10 @@ -Usage: cardano-cli mary query stake-distribution --socket-path SOCKET_PATH +Usage: cardano-cli mary query stake-distribution [--cardano-mode [--epoch-slots SLOTS]] ( --mainnet | --testnet-magic NATURAL ) + --socket-path SOCKET_PATH [ --output-json | --output-text ] @@ -12,11 +13,6 @@ Usage: cardano-cli mary query stake-distribution --socket-path SOCKET_PATH Get the node's current aggregated stake distribution Available options: - --socket-path SOCKET_PATH - Path to the node socket. This overrides the - CARDANO_NODE_SOCKET_PATH environment variable. The - argument is optional if CARDANO_NODE_SOCKET_PATH is - defined and mandatory otherwise. --cardano-mode For talking to a node running in full Cardano mode (default). --epoch-slots SLOTS The number of slots per epoch for the Byron era. @@ -25,6 +21,11 @@ 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 + --socket-path SOCKET_PATH + Path to the node socket. This overrides the + CARDANO_NODE_SOCKET_PATH environment variable. The + argument is optional if CARDANO_NODE_SOCKET_PATH is + defined and mandatory otherwise. --output-json Format stake-distribution query output to JSON. Default format when writing to a file --output-text Format stake-distribution query output to TEXT. diff --git a/cardano-cli/test/cardano-cli-golden/files/golden/help/mary_query_stake-pools.cli b/cardano-cli/test/cardano-cli-golden/files/golden/help/mary_query_stake-pools.cli index 2509b690ca..89e6552268 100644 --- a/cardano-cli/test/cardano-cli-golden/files/golden/help/mary_query_stake-pools.cli +++ b/cardano-cli/test/cardano-cli-golden/files/golden/help/mary_query_stake-pools.cli @@ -1,20 +1,14 @@ -Usage: cardano-cli mary query stake-pools --socket-path SOCKET_PATH - [--cardano-mode - [--epoch-slots SLOTS]] +Usage: cardano-cli mary query stake-pools [--cardano-mode [--epoch-slots SLOTS]] ( --mainnet | --testnet-magic NATURAL ) + --socket-path SOCKET_PATH [--output-json | --output-text] [--out-file FILEPATH] Get the node's current set of stake pool ids Available options: - --socket-path SOCKET_PATH - Path to the node socket. This overrides the - CARDANO_NODE_SOCKET_PATH environment variable. The - argument is optional if CARDANO_NODE_SOCKET_PATH is - defined and mandatory otherwise. --cardano-mode For talking to a node running in full Cardano mode (default). --epoch-slots SLOTS The number of slots per epoch for the Byron era. @@ -23,6 +17,11 @@ 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 + --socket-path SOCKET_PATH + Path to the node socket. This overrides the + CARDANO_NODE_SOCKET_PATH environment variable. The + argument is optional if CARDANO_NODE_SOCKET_PATH is + defined and mandatory otherwise. --output-json Format stake-pools query output to JSON. Default format when writing to a file --output-text Format stake-pools query output to TEXT. Default diff --git a/cardano-cli/test/cardano-cli-golden/files/golden/help/mary_query_stake-snapshot.cli b/cardano-cli/test/cardano-cli-golden/files/golden/help/mary_query_stake-snapshot.cli index bd5417a24e..101023682c 100644 --- a/cardano-cli/test/cardano-cli-golden/files/golden/help/mary_query_stake-snapshot.cli +++ b/cardano-cli/test/cardano-cli-golden/files/golden/help/mary_query_stake-snapshot.cli @@ -1,9 +1,10 @@ -Usage: cardano-cli mary query stake-snapshot --socket-path SOCKET_PATH +Usage: cardano-cli mary query stake-snapshot [--cardano-mode [--epoch-slots SLOTS]] ( --mainnet | --testnet-magic NATURAL ) + --socket-path SOCKET_PATH ( --all-stake-pools | (--stake-pool-id STAKE_POOL_ID) ) @@ -13,11 +14,6 @@ Usage: cardano-cli mary query stake-snapshot --socket-path SOCKET_PATH (advanced command) Available options: - --socket-path SOCKET_PATH - Path to the node socket. This overrides the - CARDANO_NODE_SOCKET_PATH environment variable. The - argument is optional if CARDANO_NODE_SOCKET_PATH is - defined and mandatory otherwise. --cardano-mode For talking to a node running in full Cardano mode (default). --epoch-slots SLOTS The number of slots per epoch for the Byron era. @@ -26,6 +22,11 @@ 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 + --socket-path SOCKET_PATH + Path to the node socket. This overrides the + CARDANO_NODE_SOCKET_PATH environment variable. The + argument is optional if CARDANO_NODE_SOCKET_PATH is + defined and mandatory otherwise. --all-stake-pools Query for all stake pools --stake-pool-id STAKE_POOL_ID Stake pool ID/verification key hash (either diff --git a/cardano-cli/test/cardano-cli-golden/files/golden/help/mary_query_tip.cli b/cardano-cli/test/cardano-cli-golden/files/golden/help/mary_query_tip.cli index d0075ae713..ccd6ebf3d1 100644 --- a/cardano-cli/test/cardano-cli-golden/files/golden/help/mary_query_tip.cli +++ b/cardano-cli/test/cardano-cli-golden/files/golden/help/mary_query_tip.cli @@ -1,16 +1,11 @@ -Usage: cardano-cli mary query tip --socket-path SOCKET_PATH - [--cardano-mode [--epoch-slots SLOTS]] +Usage: cardano-cli mary query tip [--cardano-mode [--epoch-slots SLOTS]] (--mainnet | --testnet-magic NATURAL) + --socket-path SOCKET_PATH [--out-file FILEPATH] Get the node's current tip (slot no, hash, block no) Available options: - --socket-path SOCKET_PATH - Path to the node socket. This overrides the - CARDANO_NODE_SOCKET_PATH environment variable. The - argument is optional if CARDANO_NODE_SOCKET_PATH is - defined and mandatory otherwise. --cardano-mode For talking to a node running in full Cardano mode (default). --epoch-slots SLOTS The number of slots per epoch for the Byron era. @@ -19,5 +14,10 @@ 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 + --socket-path SOCKET_PATH + Path to the node socket. This overrides the + CARDANO_NODE_SOCKET_PATH environment variable. The + argument is optional if CARDANO_NODE_SOCKET_PATH is + defined and mandatory otherwise. --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_tx-mempool.cli b/cardano-cli/test/cardano-cli-golden/files/golden/help/mary_query_tx-mempool.cli index d4ff31a6bd..d5d7cc222b 100644 --- a/cardano-cli/test/cardano-cli-golden/files/golden/help/mary_query_tx-mempool.cli +++ b/cardano-cli/test/cardano-cli-golden/files/golden/help/mary_query_tx-mempool.cli @@ -1,18 +1,12 @@ -Usage: cardano-cli mary query tx-mempool --socket-path SOCKET_PATH - [--cardano-mode - [--epoch-slots SLOTS]] +Usage: cardano-cli mary query tx-mempool [--cardano-mode [--epoch-slots SLOTS]] (--mainnet | --testnet-magic NATURAL) + --socket-path SOCKET_PATH (info | next-tx | tx-exists) [--out-file FILEPATH] Local Mempool info Available options: - --socket-path SOCKET_PATH - Path to the node socket. This overrides the - CARDANO_NODE_SOCKET_PATH environment variable. The - argument is optional if CARDANO_NODE_SOCKET_PATH is - defined and mandatory otherwise. --cardano-mode For talking to a node running in full Cardano mode (default). --epoch-slots SLOTS The number of slots per epoch for the Byron era. @@ -21,6 +15,11 @@ 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 + --socket-path SOCKET_PATH + Path to the node socket. This overrides the + CARDANO_NODE_SOCKET_PATH environment variable. The + argument is optional if CARDANO_NODE_SOCKET_PATH is + defined and mandatory otherwise. --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_tx-mempool_info.cli b/cardano-cli/test/cardano-cli-golden/files/golden/help/mary_query_tx-mempool_info.cli index 3920458186..b36a8a09b9 100644 --- a/cardano-cli/test/cardano-cli-golden/files/golden/help/mary_query_tx-mempool_info.cli +++ b/cardano-cli/test/cardano-cli-golden/files/golden/help/mary_query_tx-mempool_info.cli @@ -1,9 +1,8 @@ -Missing: --socket-path SOCKET_PATH (--mainnet | --testnet-magic NATURAL) +Missing: (--mainnet | --testnet-magic NATURAL) --socket-path SOCKET_PATH -Usage: cardano-cli mary query tx-mempool --socket-path SOCKET_PATH - [--cardano-mode - [--epoch-slots SLOTS]] +Usage: cardano-cli mary query tx-mempool [--cardano-mode [--epoch-slots SLOTS]] (--mainnet | --testnet-magic NATURAL) + --socket-path SOCKET_PATH (info | next-tx | tx-exists) [--out-file FILEPATH] diff --git a/cardano-cli/test/cardano-cli-golden/files/golden/help/mary_query_tx-mempool_next-tx.cli b/cardano-cli/test/cardano-cli-golden/files/golden/help/mary_query_tx-mempool_next-tx.cli index 3920458186..b36a8a09b9 100644 --- a/cardano-cli/test/cardano-cli-golden/files/golden/help/mary_query_tx-mempool_next-tx.cli +++ b/cardano-cli/test/cardano-cli-golden/files/golden/help/mary_query_tx-mempool_next-tx.cli @@ -1,9 +1,8 @@ -Missing: --socket-path SOCKET_PATH (--mainnet | --testnet-magic NATURAL) +Missing: (--mainnet | --testnet-magic NATURAL) --socket-path SOCKET_PATH -Usage: cardano-cli mary query tx-mempool --socket-path SOCKET_PATH - [--cardano-mode - [--epoch-slots SLOTS]] +Usage: cardano-cli mary query tx-mempool [--cardano-mode [--epoch-slots SLOTS]] (--mainnet | --testnet-magic NATURAL) + --socket-path SOCKET_PATH (info | next-tx | tx-exists) [--out-file FILEPATH] diff --git a/cardano-cli/test/cardano-cli-golden/files/golden/help/mary_query_tx-mempool_tx-exists_TX_ID.cli b/cardano-cli/test/cardano-cli-golden/files/golden/help/mary_query_tx-mempool_tx-exists_TX_ID.cli index 3920458186..b36a8a09b9 100644 --- a/cardano-cli/test/cardano-cli-golden/files/golden/help/mary_query_tx-mempool_tx-exists_TX_ID.cli +++ b/cardano-cli/test/cardano-cli-golden/files/golden/help/mary_query_tx-mempool_tx-exists_TX_ID.cli @@ -1,9 +1,8 @@ -Missing: --socket-path SOCKET_PATH (--mainnet | --testnet-magic NATURAL) +Missing: (--mainnet | --testnet-magic NATURAL) --socket-path SOCKET_PATH -Usage: cardano-cli mary query tx-mempool --socket-path SOCKET_PATH - [--cardano-mode - [--epoch-slots SLOTS]] +Usage: cardano-cli mary query tx-mempool [--cardano-mode [--epoch-slots SLOTS]] (--mainnet | --testnet-magic NATURAL) + --socket-path SOCKET_PATH (info | next-tx | tx-exists) [--out-file FILEPATH] 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 a3cb2feb64..30c68eb95a 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,6 +1,6 @@ -Usage: cardano-cli mary query utxo --socket-path SOCKET_PATH - [--cardano-mode [--epoch-slots SLOTS]] +Usage: cardano-cli mary query utxo [--cardano-mode [--epoch-slots SLOTS]] (--mainnet | --testnet-magic NATURAL) + --socket-path SOCKET_PATH ( --whole-utxo | (--address ADDRESS) | (--tx-in TX-IN) @@ -11,11 +11,6 @@ Usage: cardano-cli mary query utxo --socket-path SOCKET_PATH Get a portion of the current UTxO: by tx in, by address or the whole. Available options: - --socket-path SOCKET_PATH - Path to the node socket. This overrides the - CARDANO_NODE_SOCKET_PATH environment variable. The - argument is optional if CARDANO_NODE_SOCKET_PATH is - defined and mandatory otherwise. --cardano-mode For talking to a node running in full Cardano mode (default). --epoch-slots SLOTS The number of slots per epoch for the Byron era. @@ -24,6 +19,11 @@ 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 + --socket-path SOCKET_PATH + Path to the node socket. This overrides the + CARDANO_NODE_SOCKET_PATH environment variable. The + argument is optional if CARDANO_NODE_SOCKET_PATH is + defined and mandatory otherwise. --whole-utxo Return the whole UTxO (only appropriate on small testnets). --address ADDRESS Filter by Cardano address(es) (Bech32-encoded). diff --git a/cardano-cli/test/cardano-cli-golden/files/golden/help/mary_transaction_submit.cli b/cardano-cli/test/cardano-cli-golden/files/golden/help/mary_transaction_submit.cli index 54e2657019..d56e6b28e4 100644 --- a/cardano-cli/test/cardano-cli-golden/files/golden/help/mary_transaction_submit.cli +++ b/cardano-cli/test/cardano-cli-golden/files/golden/help/mary_transaction_submit.cli @@ -1,20 +1,16 @@ -Usage: cardano-cli mary transaction submit --socket-path SOCKET_PATH +Usage: cardano-cli mary transaction submit [--cardano-mode [--epoch-slots SLOTS]] ( --mainnet | --testnet-magic NATURAL ) + --socket-path SOCKET_PATH --tx-file FILEPATH Submit a transaction to the local node whose Unix domain socket is obtained from the CARDANO_NODE_SOCKET_PATH environment variable. Available options: - --socket-path SOCKET_PATH - Path to the node socket. This overrides the - CARDANO_NODE_SOCKET_PATH environment variable. The - argument is optional if CARDANO_NODE_SOCKET_PATH is - defined and mandatory otherwise. --cardano-mode For talking to a node running in full Cardano mode (default). --epoch-slots SLOTS The number of slots per epoch for the Byron era. @@ -23,5 +19,10 @@ 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 + --socket-path SOCKET_PATH + Path to the node socket. This overrides the + CARDANO_NODE_SOCKET_PATH environment variable. The + argument is optional if CARDANO_NODE_SOCKET_PATH is + defined and mandatory otherwise. --tx-file FILEPATH Filepath of the transaction you intend to submit. -h,--help Show this help text 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 a38b0ba8d5..f937321b1d 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 @@ -1,7 +1,6 @@ -Usage: cardano-cli query kes-period-info --socket-path SOCKET_PATH - [--cardano-mode - [--epoch-slots SLOTS]] +Usage: cardano-cli query kes-period-info [--cardano-mode [--epoch-slots SLOTS]] (--mainnet | --testnet-magic NATURAL) + --socket-path SOCKET_PATH [--volatile-tip | --immutable-tip] --op-cert-file FILEPATH [--out-file FILEPATH] @@ -10,11 +9,6 @@ Usage: cardano-cli query kes-period-info --socket-path SOCKET_PATH certificate. Available options: - --socket-path SOCKET_PATH - Path to the node socket. This overrides the - CARDANO_NODE_SOCKET_PATH environment variable. The - argument is optional if CARDANO_NODE_SOCKET_PATH is - defined and mandatory otherwise. --cardano-mode For talking to a node running in full Cardano mode (default). --epoch-slots SLOTS The number of slots per epoch for the Byron era. @@ -23,6 +17,11 @@ 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 + --socket-path SOCKET_PATH + Path to the node socket. This overrides the + CARDANO_NODE_SOCKET_PATH environment variable. The + argument is optional if CARDANO_NODE_SOCKET_PATH is + defined and mandatory otherwise. --volatile-tip Use the volatile tip as a target. (This is the default) --immutable-tip Use the immutable tip as a target. 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 2de97171c6..2d4d014ebb 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 @@ -1,9 +1,10 @@ -Usage: cardano-cli query leadership-schedule --socket-path SOCKET_PATH +Usage: cardano-cli query leadership-schedule [--cardano-mode [--epoch-slots SLOTS]] ( --mainnet | --testnet-magic NATURAL ) + --socket-path SOCKET_PATH [ --volatile-tip | --immutable-tip ] @@ -20,11 +21,6 @@ Usage: cardano-cli query leadership-schedule --socket-path SOCKET_PATH Get the slots the node is expected to mint a block in (advanced command) Available options: - --socket-path SOCKET_PATH - Path to the node socket. This overrides the - CARDANO_NODE_SOCKET_PATH environment variable. The - argument is optional if CARDANO_NODE_SOCKET_PATH is - defined and mandatory otherwise. --cardano-mode For talking to a node running in full Cardano mode (default). --epoch-slots SLOTS The number of slots per epoch for the Byron era. @@ -33,6 +29,11 @@ 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 + --socket-path SOCKET_PATH + Path to the node socket. This overrides the + CARDANO_NODE_SOCKET_PATH environment variable. The + argument is optional if CARDANO_NODE_SOCKET_PATH is + defined and mandatory otherwise. --volatile-tip Use the volatile tip as a target. (This is the default) --immutable-tip Use the immutable tip as a target. diff --git a/cardano-cli/test/cardano-cli-golden/files/golden/help/query_ledger-peer-snapshot.cli b/cardano-cli/test/cardano-cli-golden/files/golden/help/query_ledger-peer-snapshot.cli index 953ba60d91..2fa8b91fd1 100644 --- a/cardano-cli/test/cardano-cli-golden/files/golden/help/query_ledger-peer-snapshot.cli +++ b/cardano-cli/test/cardano-cli-golden/files/golden/help/query_ledger-peer-snapshot.cli @@ -1,9 +1,10 @@ -Usage: cardano-cli query ledger-peer-snapshot --socket-path SOCKET_PATH +Usage: cardano-cli query ledger-peer-snapshot [--cardano-mode [--epoch-slots SLOTS]] ( --mainnet | --testnet-magic NATURAL ) + --socket-path SOCKET_PATH [ --volatile-tip | --immutable-tip ] @@ -13,11 +14,6 @@ Usage: cardano-cli query ledger-peer-snapshot --socket-path SOCKET_PATH that cumulatively hold 90% of total stake. Available options: - --socket-path SOCKET_PATH - Path to the node socket. This overrides the - CARDANO_NODE_SOCKET_PATH environment variable. The - argument is optional if CARDANO_NODE_SOCKET_PATH is - defined and mandatory otherwise. --cardano-mode For talking to a node running in full Cardano mode (default). --epoch-slots SLOTS The number of slots per epoch for the Byron era. @@ -26,6 +22,11 @@ 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 + --socket-path SOCKET_PATH + Path to the node socket. This overrides the + CARDANO_NODE_SOCKET_PATH environment variable. The + argument is optional if CARDANO_NODE_SOCKET_PATH is + defined and mandatory otherwise. --volatile-tip Use the volatile tip as a target. (This is the default) --immutable-tip Use the immutable tip as a target. diff --git a/cardano-cli/test/cardano-cli-golden/files/golden/help/query_ledger-state.cli b/cardano-cli/test/cardano-cli-golden/files/golden/help/query_ledger-state.cli index 5dada14b2c..c258b03e67 100644 --- a/cardano-cli/test/cardano-cli-golden/files/golden/help/query_ledger-state.cli +++ b/cardano-cli/test/cardano-cli-golden/files/golden/help/query_ledger-state.cli @@ -1,6 +1,6 @@ -Usage: cardano-cli query ledger-state --socket-path SOCKET_PATH - [--cardano-mode [--epoch-slots SLOTS]] +Usage: cardano-cli query ledger-state [--cardano-mode [--epoch-slots SLOTS]] (--mainnet | --testnet-magic NATURAL) + --socket-path SOCKET_PATH [--volatile-tip | --immutable-tip] [--out-file FILEPATH] @@ -8,11 +8,6 @@ Usage: cardano-cli query ledger-state --socket-path SOCKET_PATH command) Available options: - --socket-path SOCKET_PATH - Path to the node socket. This overrides the - CARDANO_NODE_SOCKET_PATH environment variable. The - argument is optional if CARDANO_NODE_SOCKET_PATH is - defined and mandatory otherwise. --cardano-mode For talking to a node running in full Cardano mode (default). --epoch-slots SLOTS The number of slots per epoch for the Byron era. @@ -21,6 +16,11 @@ 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 + --socket-path SOCKET_PATH + Path to the node socket. This overrides the + CARDANO_NODE_SOCKET_PATH environment variable. The + argument is optional if CARDANO_NODE_SOCKET_PATH is + defined and mandatory otherwise. --volatile-tip Use the volatile tip as a target. (This is the default) --immutable-tip Use the immutable tip as a target. 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 d692e6695d..96684be5f1 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,6 +1,6 @@ -Usage: cardano-cli query pool-params --socket-path SOCKET_PATH - [--cardano-mode [--epoch-slots SLOTS]] +Usage: cardano-cli query pool-params [--cardano-mode [--epoch-slots SLOTS]] (--mainnet | --testnet-magic NATURAL) + --socket-path SOCKET_PATH [--volatile-tip | --immutable-tip] ( --all-stake-pools | (--stake-pool-id STAKE_POOL_ID) @@ -12,11 +12,6 @@ Usage: cardano-cli query pool-params --socket-path SOCKET_PATH command) Available options: - --socket-path SOCKET_PATH - Path to the node socket. This overrides the - CARDANO_NODE_SOCKET_PATH environment variable. The - argument is optional if CARDANO_NODE_SOCKET_PATH is - defined and mandatory otherwise. --cardano-mode For talking to a node running in full Cardano mode (default). --epoch-slots SLOTS The number of slots per epoch for the Byron era. @@ -25,6 +20,11 @@ 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 + --socket-path SOCKET_PATH + Path to the node socket. This overrides the + CARDANO_NODE_SOCKET_PATH environment variable. The + argument is optional if CARDANO_NODE_SOCKET_PATH is + defined and mandatory otherwise. --volatile-tip Use the volatile tip as a target. (This is the default) --immutable-tip Use the immutable tip as a target. 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 cc9d8b2e9e..b0460f8a43 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,6 +1,6 @@ -Usage: cardano-cli query pool-state --socket-path SOCKET_PATH - [--cardano-mode [--epoch-slots SLOTS]] +Usage: cardano-cli query pool-state [--cardano-mode [--epoch-slots SLOTS]] (--mainnet | --testnet-magic NATURAL) + --socket-path SOCKET_PATH [--volatile-tip | --immutable-tip] ( --all-stake-pools | (--stake-pool-id STAKE_POOL_ID) @@ -10,11 +10,6 @@ Usage: cardano-cli query pool-state --socket-path SOCKET_PATH Dump the pool state Available options: - --socket-path SOCKET_PATH - Path to the node socket. This overrides the - CARDANO_NODE_SOCKET_PATH environment variable. The - argument is optional if CARDANO_NODE_SOCKET_PATH is - defined and mandatory otherwise. --cardano-mode For talking to a node running in full Cardano mode (default). --epoch-slots SLOTS The number of slots per epoch for the Byron era. @@ -23,6 +18,11 @@ 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 + --socket-path SOCKET_PATH + Path to the node socket. This overrides the + CARDANO_NODE_SOCKET_PATH environment variable. The + argument is optional if CARDANO_NODE_SOCKET_PATH is + defined and mandatory otherwise. --volatile-tip Use the volatile tip as a target. (This is the default) --immutable-tip Use the immutable tip as a target. diff --git a/cardano-cli/test/cardano-cli-golden/files/golden/help/query_protocol-parameters.cli b/cardano-cli/test/cardano-cli-golden/files/golden/help/query_protocol-parameters.cli index 5ae60269c6..dc85c15a95 100644 --- a/cardano-cli/test/cardano-cli-golden/files/golden/help/query_protocol-parameters.cli +++ b/cardano-cli/test/cardano-cli-golden/files/golden/help/query_protocol-parameters.cli @@ -1,19 +1,15 @@ -Usage: cardano-cli query protocol-parameters --socket-path SOCKET_PATH +Usage: cardano-cli query protocol-parameters [--cardano-mode [--epoch-slots SLOTS]] ( --mainnet | --testnet-magic NATURAL ) + --socket-path SOCKET_PATH [--out-file FILEPATH] Get the node's current protocol parameters Available options: - --socket-path SOCKET_PATH - Path to the node socket. This overrides the - CARDANO_NODE_SOCKET_PATH environment variable. The - argument is optional if CARDANO_NODE_SOCKET_PATH is - defined and mandatory otherwise. --cardano-mode For talking to a node running in full Cardano mode (default). --epoch-slots SLOTS The number of slots per epoch for the Byron era. @@ -22,5 +18,10 @@ 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 + --socket-path SOCKET_PATH + Path to the node socket. This overrides the + CARDANO_NODE_SOCKET_PATH environment variable. The + argument is optional if CARDANO_NODE_SOCKET_PATH is + defined and mandatory otherwise. --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_protocol-state.cli b/cardano-cli/test/cardano-cli-golden/files/golden/help/query_protocol-state.cli index 4b8247c6fd..81510d1ae9 100644 --- a/cardano-cli/test/cardano-cli-golden/files/golden/help/query_protocol-state.cli +++ b/cardano-cli/test/cardano-cli-golden/files/golden/help/query_protocol-state.cli @@ -1,6 +1,6 @@ -Usage: cardano-cli query protocol-state --socket-path SOCKET_PATH - [--cardano-mode [--epoch-slots SLOTS]] +Usage: cardano-cli query protocol-state [--cardano-mode [--epoch-slots SLOTS]] (--mainnet | --testnet-magic NATURAL) + --socket-path SOCKET_PATH [--volatile-tip | --immutable-tip] [--out-file FILEPATH] @@ -8,11 +8,6 @@ Usage: cardano-cli query protocol-state --socket-path SOCKET_PATH command) Available options: - --socket-path SOCKET_PATH - Path to the node socket. This overrides the - CARDANO_NODE_SOCKET_PATH environment variable. The - argument is optional if CARDANO_NODE_SOCKET_PATH is - defined and mandatory otherwise. --cardano-mode For talking to a node running in full Cardano mode (default). --epoch-slots SLOTS The number of slots per epoch for the Byron era. @@ -21,6 +16,11 @@ 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 + --socket-path SOCKET_PATH + Path to the node socket. This overrides the + CARDANO_NODE_SOCKET_PATH environment variable. The + argument is optional if CARDANO_NODE_SOCKET_PATH is + defined and mandatory otherwise. --volatile-tip Use the volatile tip as a target. (This is the default) --immutable-tip Use the immutable tip as a target. diff --git a/cardano-cli/test/cardano-cli-golden/files/golden/help/query_slot-number.cli b/cardano-cli/test/cardano-cli-golden/files/golden/help/query_slot-number.cli index 6a77e406b9..bbb854705f 100644 --- a/cardano-cli/test/cardano-cli-golden/files/golden/help/query_slot-number.cli +++ b/cardano-cli/test/cardano-cli-golden/files/golden/help/query_slot-number.cli @@ -1,17 +1,12 @@ -Usage: cardano-cli query slot-number --socket-path SOCKET_PATH - [--cardano-mode [--epoch-slots SLOTS]] +Usage: cardano-cli query slot-number [--cardano-mode [--epoch-slots SLOTS]] (--mainnet | --testnet-magic NATURAL) + --socket-path SOCKET_PATH [--volatile-tip | --immutable-tip] TIMESTAMP Query slot number for UTC timestamp Available options: - --socket-path SOCKET_PATH - Path to the node socket. This overrides the - CARDANO_NODE_SOCKET_PATH environment variable. The - argument is optional if CARDANO_NODE_SOCKET_PATH is - defined and mandatory otherwise. --cardano-mode For talking to a node running in full Cardano mode (default). --epoch-slots SLOTS The number of slots per epoch for the Byron era. @@ -20,6 +15,11 @@ 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 + --socket-path SOCKET_PATH + Path to the node socket. This overrides the + CARDANO_NODE_SOCKET_PATH environment variable. The + argument is optional if CARDANO_NODE_SOCKET_PATH is + defined and mandatory otherwise. --volatile-tip Use the volatile tip as a target. (This is the default) --immutable-tip Use the immutable tip as a target. 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 d00ca2e83d..41a8fe555c 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,9 +1,10 @@ -Usage: cardano-cli query stake-address-info --socket-path SOCKET_PATH +Usage: cardano-cli query stake-address-info [--cardano-mode [--epoch-slots SLOTS]] ( --mainnet | --testnet-magic NATURAL ) + --socket-path SOCKET_PATH [--volatile-tip | --immutable-tip] --address ADDRESS [--out-file FILEPATH] @@ -11,11 +12,6 @@ Usage: cardano-cli query stake-address-info --socket-path SOCKET_PATH Get the current delegations and reward accounts filtered by stake address. Available options: - --socket-path SOCKET_PATH - Path to the node socket. This overrides the - CARDANO_NODE_SOCKET_PATH environment variable. The - argument is optional if CARDANO_NODE_SOCKET_PATH is - defined and mandatory otherwise. --cardano-mode For talking to a node running in full Cardano mode (default). --epoch-slots SLOTS The number of slots per epoch for the Byron era. @@ -24,6 +20,11 @@ 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 + --socket-path SOCKET_PATH + Path to the node socket. This overrides the + CARDANO_NODE_SOCKET_PATH environment variable. The + argument is optional if CARDANO_NODE_SOCKET_PATH is + defined and mandatory otherwise. --volatile-tip Use the volatile tip as a target. (This is the default) --immutable-tip Use the immutable tip as a target. diff --git a/cardano-cli/test/cardano-cli-golden/files/golden/help/query_stake-distribution.cli b/cardano-cli/test/cardano-cli-golden/files/golden/help/query_stake-distribution.cli index 7c33ecc723..fd09f1e6cd 100644 --- a/cardano-cli/test/cardano-cli-golden/files/golden/help/query_stake-distribution.cli +++ b/cardano-cli/test/cardano-cli-golden/files/golden/help/query_stake-distribution.cli @@ -1,9 +1,10 @@ -Usage: cardano-cli query stake-distribution --socket-path SOCKET_PATH +Usage: cardano-cli query stake-distribution [--cardano-mode [--epoch-slots SLOTS]] ( --mainnet | --testnet-magic NATURAL ) + --socket-path SOCKET_PATH [--volatile-tip | --immutable-tip] [--output-json | --output-text] [--out-file FILEPATH] @@ -11,11 +12,6 @@ Usage: cardano-cli query stake-distribution --socket-path SOCKET_PATH Get the node's current aggregated stake distribution Available options: - --socket-path SOCKET_PATH - Path to the node socket. This overrides the - CARDANO_NODE_SOCKET_PATH environment variable. The - argument is optional if CARDANO_NODE_SOCKET_PATH is - defined and mandatory otherwise. --cardano-mode For talking to a node running in full Cardano mode (default). --epoch-slots SLOTS The number of slots per epoch for the Byron era. @@ -24,6 +20,11 @@ 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 + --socket-path SOCKET_PATH + Path to the node socket. This overrides the + CARDANO_NODE_SOCKET_PATH environment variable. The + argument is optional if CARDANO_NODE_SOCKET_PATH is + defined and mandatory otherwise. --volatile-tip Use the volatile tip as a target. (This is the default) --immutable-tip Use the immutable tip as a target. diff --git a/cardano-cli/test/cardano-cli-golden/files/golden/help/query_stake-pools.cli b/cardano-cli/test/cardano-cli-golden/files/golden/help/query_stake-pools.cli index 2bf8095b2e..cf3dc783bc 100644 --- a/cardano-cli/test/cardano-cli-golden/files/golden/help/query_stake-pools.cli +++ b/cardano-cli/test/cardano-cli-golden/files/golden/help/query_stake-pools.cli @@ -1,6 +1,6 @@ -Usage: cardano-cli query stake-pools --socket-path SOCKET_PATH - [--cardano-mode [--epoch-slots SLOTS]] +Usage: cardano-cli query stake-pools [--cardano-mode [--epoch-slots SLOTS]] (--mainnet | --testnet-magic NATURAL) + --socket-path SOCKET_PATH [--volatile-tip | --immutable-tip] [--output-json | --output-text] [--out-file FILEPATH] @@ -8,11 +8,6 @@ Usage: cardano-cli query stake-pools --socket-path SOCKET_PATH Get the node's current set of stake pool ids Available options: - --socket-path SOCKET_PATH - Path to the node socket. This overrides the - CARDANO_NODE_SOCKET_PATH environment variable. The - argument is optional if CARDANO_NODE_SOCKET_PATH is - defined and mandatory otherwise. --cardano-mode For talking to a node running in full Cardano mode (default). --epoch-slots SLOTS The number of slots per epoch for the Byron era. @@ -21,6 +16,11 @@ 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 + --socket-path SOCKET_PATH + Path to the node socket. This overrides the + CARDANO_NODE_SOCKET_PATH environment variable. The + argument is optional if CARDANO_NODE_SOCKET_PATH is + defined and mandatory otherwise. --volatile-tip Use the volatile tip as a target. (This is the default) --immutable-tip Use the immutable tip as a target. 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 393d0f4323..3099fc4502 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,6 +1,6 @@ -Usage: cardano-cli query stake-snapshot --socket-path SOCKET_PATH - [--cardano-mode [--epoch-slots SLOTS]] +Usage: cardano-cli query stake-snapshot [--cardano-mode [--epoch-slots SLOTS]] (--mainnet | --testnet-magic NATURAL) + --socket-path SOCKET_PATH [--volatile-tip | --immutable-tip] ( --all-stake-pools | (--stake-pool-id STAKE_POOL_ID) @@ -11,11 +11,6 @@ Usage: cardano-cli query stake-snapshot --socket-path SOCKET_PATH (advanced command) Available options: - --socket-path SOCKET_PATH - Path to the node socket. This overrides the - CARDANO_NODE_SOCKET_PATH environment variable. The - argument is optional if CARDANO_NODE_SOCKET_PATH is - defined and mandatory otherwise. --cardano-mode For talking to a node running in full Cardano mode (default). --epoch-slots SLOTS The number of slots per epoch for the Byron era. @@ -24,6 +19,11 @@ 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 + --socket-path SOCKET_PATH + Path to the node socket. This overrides the + CARDANO_NODE_SOCKET_PATH environment variable. The + argument is optional if CARDANO_NODE_SOCKET_PATH is + defined and mandatory otherwise. --volatile-tip Use the volatile tip as a target. (This is the default) --immutable-tip Use the immutable tip as a target. diff --git a/cardano-cli/test/cardano-cli-golden/files/golden/help/query_tip.cli b/cardano-cli/test/cardano-cli-golden/files/golden/help/query_tip.cli index 647e9e2c57..349dc5892c 100644 --- a/cardano-cli/test/cardano-cli-golden/files/golden/help/query_tip.cli +++ b/cardano-cli/test/cardano-cli-golden/files/golden/help/query_tip.cli @@ -1,17 +1,12 @@ -Usage: cardano-cli query tip --socket-path SOCKET_PATH - [--cardano-mode [--epoch-slots SLOTS]] +Usage: cardano-cli query tip [--cardano-mode [--epoch-slots SLOTS]] (--mainnet | --testnet-magic NATURAL) + --socket-path SOCKET_PATH [--volatile-tip | --immutable-tip] [--out-file FILEPATH] Get the node's current tip (slot no, hash, block no) Available options: - --socket-path SOCKET_PATH - Path to the node socket. This overrides the - CARDANO_NODE_SOCKET_PATH environment variable. The - argument is optional if CARDANO_NODE_SOCKET_PATH is - defined and mandatory otherwise. --cardano-mode For talking to a node running in full Cardano mode (default). --epoch-slots SLOTS The number of slots per epoch for the Byron era. @@ -20,6 +15,11 @@ 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 + --socket-path SOCKET_PATH + Path to the node socket. This overrides the + CARDANO_NODE_SOCKET_PATH environment variable. The + argument is optional if CARDANO_NODE_SOCKET_PATH is + defined and mandatory otherwise. --volatile-tip Use the volatile tip as a target. (This is the default) --immutable-tip Use the immutable tip as a target. diff --git a/cardano-cli/test/cardano-cli-golden/files/golden/help/query_tx-mempool.cli b/cardano-cli/test/cardano-cli-golden/files/golden/help/query_tx-mempool.cli index 2390c51e4f..8e885b4e2f 100644 --- a/cardano-cli/test/cardano-cli-golden/files/golden/help/query_tx-mempool.cli +++ b/cardano-cli/test/cardano-cli-golden/files/golden/help/query_tx-mempool.cli @@ -1,17 +1,12 @@ -Usage: cardano-cli query tx-mempool --socket-path SOCKET_PATH - [--cardano-mode [--epoch-slots SLOTS]] +Usage: cardano-cli query tx-mempool [--cardano-mode [--epoch-slots SLOTS]] (--mainnet | --testnet-magic NATURAL) + --socket-path SOCKET_PATH (info | next-tx | tx-exists) [--out-file FILEPATH] Local Mempool info Available options: - --socket-path SOCKET_PATH - Path to the node socket. This overrides the - CARDANO_NODE_SOCKET_PATH environment variable. The - argument is optional if CARDANO_NODE_SOCKET_PATH is - defined and mandatory otherwise. --cardano-mode For talking to a node running in full Cardano mode (default). --epoch-slots SLOTS The number of slots per epoch for the Byron era. @@ -20,6 +15,11 @@ 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 + --socket-path SOCKET_PATH + Path to the node socket. This overrides the + CARDANO_NODE_SOCKET_PATH environment variable. The + argument is optional if CARDANO_NODE_SOCKET_PATH is + defined and mandatory otherwise. --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_tx-mempool_info.cli b/cardano-cli/test/cardano-cli-golden/files/golden/help/query_tx-mempool_info.cli index 81aad66dd0..07f8967a40 100644 --- a/cardano-cli/test/cardano-cli-golden/files/golden/help/query_tx-mempool_info.cli +++ b/cardano-cli/test/cardano-cli-golden/files/golden/help/query_tx-mempool_info.cli @@ -1,8 +1,8 @@ -Missing: --socket-path SOCKET_PATH (--mainnet | --testnet-magic NATURAL) +Missing: (--mainnet | --testnet-magic NATURAL) --socket-path SOCKET_PATH -Usage: cardano-cli query tx-mempool --socket-path SOCKET_PATH - [--cardano-mode [--epoch-slots SLOTS]] +Usage: cardano-cli query tx-mempool [--cardano-mode [--epoch-slots SLOTS]] (--mainnet | --testnet-magic NATURAL) + --socket-path SOCKET_PATH (info | next-tx | tx-exists) [--out-file FILEPATH] diff --git a/cardano-cli/test/cardano-cli-golden/files/golden/help/query_tx-mempool_next-tx.cli b/cardano-cli/test/cardano-cli-golden/files/golden/help/query_tx-mempool_next-tx.cli index 81aad66dd0..07f8967a40 100644 --- a/cardano-cli/test/cardano-cli-golden/files/golden/help/query_tx-mempool_next-tx.cli +++ b/cardano-cli/test/cardano-cli-golden/files/golden/help/query_tx-mempool_next-tx.cli @@ -1,8 +1,8 @@ -Missing: --socket-path SOCKET_PATH (--mainnet | --testnet-magic NATURAL) +Missing: (--mainnet | --testnet-magic NATURAL) --socket-path SOCKET_PATH -Usage: cardano-cli query tx-mempool --socket-path SOCKET_PATH - [--cardano-mode [--epoch-slots SLOTS]] +Usage: cardano-cli query tx-mempool [--cardano-mode [--epoch-slots SLOTS]] (--mainnet | --testnet-magic NATURAL) + --socket-path SOCKET_PATH (info | next-tx | tx-exists) [--out-file FILEPATH] diff --git a/cardano-cli/test/cardano-cli-golden/files/golden/help/query_tx-mempool_tx-exists_TX_ID.cli b/cardano-cli/test/cardano-cli-golden/files/golden/help/query_tx-mempool_tx-exists_TX_ID.cli index 81aad66dd0..07f8967a40 100644 --- a/cardano-cli/test/cardano-cli-golden/files/golden/help/query_tx-mempool_tx-exists_TX_ID.cli +++ b/cardano-cli/test/cardano-cli-golden/files/golden/help/query_tx-mempool_tx-exists_TX_ID.cli @@ -1,8 +1,8 @@ -Missing: --socket-path SOCKET_PATH (--mainnet | --testnet-magic NATURAL) +Missing: (--mainnet | --testnet-magic NATURAL) --socket-path SOCKET_PATH -Usage: cardano-cli query tx-mempool --socket-path SOCKET_PATH - [--cardano-mode [--epoch-slots SLOTS]] +Usage: cardano-cli query tx-mempool [--cardano-mode [--epoch-slots SLOTS]] (--mainnet | --testnet-magic NATURAL) + --socket-path SOCKET_PATH (info | next-tx | tx-exists) [--out-file FILEPATH] 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 7f95127419..283085e920 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,6 +1,6 @@ -Usage: cardano-cli query utxo --socket-path SOCKET_PATH - [--cardano-mode [--epoch-slots SLOTS]] +Usage: cardano-cli query utxo [--cardano-mode [--epoch-slots SLOTS]] (--mainnet | --testnet-magic NATURAL) + --socket-path SOCKET_PATH [--volatile-tip | --immutable-tip] ( --whole-utxo | (--address ADDRESS) @@ -12,11 +12,6 @@ Usage: cardano-cli query utxo --socket-path SOCKET_PATH Get a portion of the current UTxO: by tx in, by address or the whole. Available options: - --socket-path SOCKET_PATH - Path to the node socket. This overrides the - CARDANO_NODE_SOCKET_PATH environment variable. The - argument is optional if CARDANO_NODE_SOCKET_PATH is - defined and mandatory otherwise. --cardano-mode For talking to a node running in full Cardano mode (default). --epoch-slots SLOTS The number of slots per epoch for the Byron era. @@ -25,6 +20,11 @@ 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 + --socket-path SOCKET_PATH + Path to the node socket. This overrides the + CARDANO_NODE_SOCKET_PATH environment variable. The + argument is optional if CARDANO_NODE_SOCKET_PATH is + defined and mandatory otherwise. --volatile-tip Use the volatile tip as a target. (This is the default) --immutable-tip Use the immutable tip as a target. diff --git a/cardano-cli/test/cardano-cli-golden/files/golden/help/shelley_query_kes-period-info.cli b/cardano-cli/test/cardano-cli-golden/files/golden/help/shelley_query_kes-period-info.cli index a506bf8b9d..7b463150ea 100644 --- a/cardano-cli/test/cardano-cli-golden/files/golden/help/shelley_query_kes-period-info.cli +++ b/cardano-cli/test/cardano-cli-golden/files/golden/help/shelley_query_kes-period-info.cli @@ -1,9 +1,10 @@ -Usage: cardano-cli shelley query kes-period-info --socket-path SOCKET_PATH +Usage: cardano-cli shelley query kes-period-info [--cardano-mode [--epoch-slots SLOTS]] ( --mainnet | --testnet-magic NATURAL ) + --socket-path SOCKET_PATH --op-cert-file FILEPATH [--out-file FILEPATH] @@ -11,11 +12,6 @@ Usage: cardano-cli shelley query kes-period-info --socket-path SOCKET_PATH certificate. Available options: - --socket-path SOCKET_PATH - Path to the node socket. This overrides the - CARDANO_NODE_SOCKET_PATH environment variable. The - argument is optional if CARDANO_NODE_SOCKET_PATH is - defined and mandatory otherwise. --cardano-mode For talking to a node running in full Cardano mode (default). --epoch-slots SLOTS The number of slots per epoch for the Byron era. @@ -24,6 +20,11 @@ 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 + --socket-path SOCKET_PATH + Path to the node socket. This overrides the + CARDANO_NODE_SOCKET_PATH environment variable. The + argument is optional if CARDANO_NODE_SOCKET_PATH is + defined and mandatory otherwise. --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/shelley_query_leadership-schedule.cli b/cardano-cli/test/cardano-cli-golden/files/golden/help/shelley_query_leadership-schedule.cli index dbdbe12f31..49de088d90 100644 --- a/cardano-cli/test/cardano-cli-golden/files/golden/help/shelley_query_leadership-schedule.cli +++ b/cardano-cli/test/cardano-cli-golden/files/golden/help/shelley_query_leadership-schedule.cli @@ -1,9 +1,10 @@ -Usage: cardano-cli shelley query leadership-schedule --socket-path SOCKET_PATH +Usage: cardano-cli shelley query leadership-schedule [--cardano-mode [--epoch-slots SLOTS]] ( --mainnet | --testnet-magic NATURAL ) + --socket-path SOCKET_PATH --genesis FILEPATH ( --stake-pool-verification-key STRING | --cold-verification-key-file FILEPATH @@ -19,11 +20,6 @@ Usage: cardano-cli shelley query leadership-schedule --socket-path SOCKET_PATH Get the slots the node is expected to mint a block in (advanced command) Available options: - --socket-path SOCKET_PATH - Path to the node socket. This overrides the - CARDANO_NODE_SOCKET_PATH environment variable. The - argument is optional if CARDANO_NODE_SOCKET_PATH is - defined and mandatory otherwise. --cardano-mode For talking to a node running in full Cardano mode (default). --epoch-slots SLOTS The number of slots per epoch for the Byron era. @@ -32,6 +28,11 @@ 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 + --socket-path SOCKET_PATH + Path to the node socket. This overrides the + CARDANO_NODE_SOCKET_PATH environment variable. The + argument is optional if CARDANO_NODE_SOCKET_PATH is + defined and mandatory otherwise. --genesis FILEPATH Shelley genesis filepath --stake-pool-verification-key STRING Stake pool verification key (Bech32 or hex-encoded). diff --git a/cardano-cli/test/cardano-cli-golden/files/golden/help/shelley_query_ledger-peer-snapshot.cli b/cardano-cli/test/cardano-cli-golden/files/golden/help/shelley_query_ledger-peer-snapshot.cli index df7488c2ac..063e8077ce 100644 --- a/cardano-cli/test/cardano-cli-golden/files/golden/help/shelley_query_ledger-peer-snapshot.cli +++ b/cardano-cli/test/cardano-cli-golden/files/golden/help/shelley_query_ledger-peer-snapshot.cli @@ -1,20 +1,16 @@ -Usage: cardano-cli shelley query ledger-peer-snapshot --socket-path SOCKET_PATH +Usage: cardano-cli shelley query ledger-peer-snapshot [--cardano-mode [--epoch-slots SLOTS]] ( --mainnet | --testnet-magic NATURAL ) + --socket-path SOCKET_PATH [--out-file FILEPATH] Dump the current snapshot of ledger peers.These are the largest pools that cumulatively hold 90% of total stake. Available options: - --socket-path SOCKET_PATH - Path to the node socket. This overrides the - CARDANO_NODE_SOCKET_PATH environment variable. The - argument is optional if CARDANO_NODE_SOCKET_PATH is - defined and mandatory otherwise. --cardano-mode For talking to a node running in full Cardano mode (default). --epoch-slots SLOTS The number of slots per epoch for the Byron era. @@ -23,5 +19,10 @@ 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 + --socket-path SOCKET_PATH + Path to the node socket. This overrides the + CARDANO_NODE_SOCKET_PATH environment variable. The + argument is optional if CARDANO_NODE_SOCKET_PATH is + defined and mandatory otherwise. --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_ledger-state.cli b/cardano-cli/test/cardano-cli-golden/files/golden/help/shelley_query_ledger-state.cli index aabbdafeb8..3c16c0b49c 100644 --- a/cardano-cli/test/cardano-cli-golden/files/golden/help/shelley_query_ledger-state.cli +++ b/cardano-cli/test/cardano-cli-golden/files/golden/help/shelley_query_ledger-state.cli @@ -1,20 +1,16 @@ -Usage: cardano-cli shelley query ledger-state --socket-path SOCKET_PATH +Usage: cardano-cli shelley query ledger-state [--cardano-mode [--epoch-slots SLOTS]] ( --mainnet | --testnet-magic NATURAL ) + --socket-path SOCKET_PATH [--out-file FILEPATH] Dump the current ledger state of the node (Ledger.NewEpochState -- advanced command) Available options: - --socket-path SOCKET_PATH - Path to the node socket. This overrides the - CARDANO_NODE_SOCKET_PATH environment variable. The - argument is optional if CARDANO_NODE_SOCKET_PATH is - defined and mandatory otherwise. --cardano-mode For talking to a node running in full Cardano mode (default). --epoch-slots SLOTS The number of slots per epoch for the Byron era. @@ -23,5 +19,10 @@ 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 + --socket-path SOCKET_PATH + Path to the node socket. This overrides the + CARDANO_NODE_SOCKET_PATH environment variable. The + argument is optional if CARDANO_NODE_SOCKET_PATH is + defined and mandatory otherwise. --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_pool-params.cli b/cardano-cli/test/cardano-cli-golden/files/golden/help/shelley_query_pool-params.cli index ebf85c01a8..9c12d6f6ac 100644 --- a/cardano-cli/test/cardano-cli-golden/files/golden/help/shelley_query_pool-params.cli +++ b/cardano-cli/test/cardano-cli-golden/files/golden/help/shelley_query_pool-params.cli @@ -1,9 +1,10 @@ -Usage: cardano-cli shelley query pool-params --socket-path SOCKET_PATH +Usage: cardano-cli shelley query pool-params [--cardano-mode [--epoch-slots SLOTS]] ( --mainnet | --testnet-magic NATURAL ) + --socket-path SOCKET_PATH ( --all-stake-pools | (--stake-pool-id STAKE_POOL_ID) ) @@ -14,11 +15,6 @@ Usage: cardano-cli shelley query pool-params --socket-path SOCKET_PATH command) Available options: - --socket-path SOCKET_PATH - Path to the node socket. This overrides the - CARDANO_NODE_SOCKET_PATH environment variable. The - argument is optional if CARDANO_NODE_SOCKET_PATH is - defined and mandatory otherwise. --cardano-mode For talking to a node running in full Cardano mode (default). --epoch-slots SLOTS The number of slots per epoch for the Byron era. @@ -27,6 +23,11 @@ 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 + --socket-path SOCKET_PATH + Path to the node socket. This overrides the + CARDANO_NODE_SOCKET_PATH environment variable. The + argument is optional if CARDANO_NODE_SOCKET_PATH is + defined and mandatory otherwise. --all-stake-pools Query for all stake pools --stake-pool-id STAKE_POOL_ID Stake pool ID/verification key hash (either diff --git a/cardano-cli/test/cardano-cli-golden/files/golden/help/shelley_query_pool-state.cli b/cardano-cli/test/cardano-cli-golden/files/golden/help/shelley_query_pool-state.cli index 98fc6a3fcc..7845bc589c 100644 --- a/cardano-cli/test/cardano-cli-golden/files/golden/help/shelley_query_pool-state.cli +++ b/cardano-cli/test/cardano-cli-golden/files/golden/help/shelley_query_pool-state.cli @@ -1,9 +1,10 @@ -Usage: cardano-cli shelley query pool-state --socket-path SOCKET_PATH +Usage: cardano-cli shelley query pool-state [--cardano-mode [--epoch-slots SLOTS]] ( --mainnet | --testnet-magic NATURAL ) + --socket-path SOCKET_PATH ( --all-stake-pools | (--stake-pool-id STAKE_POOL_ID) ) @@ -12,11 +13,6 @@ Usage: cardano-cli shelley query pool-state --socket-path SOCKET_PATH Dump the pool state Available options: - --socket-path SOCKET_PATH - Path to the node socket. This overrides the - CARDANO_NODE_SOCKET_PATH environment variable. The - argument is optional if CARDANO_NODE_SOCKET_PATH is - defined and mandatory otherwise. --cardano-mode For talking to a node running in full Cardano mode (default). --epoch-slots SLOTS The number of slots per epoch for the Byron era. @@ -25,6 +21,11 @@ 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 + --socket-path SOCKET_PATH + Path to the node socket. This overrides the + CARDANO_NODE_SOCKET_PATH environment variable. The + argument is optional if CARDANO_NODE_SOCKET_PATH is + defined and mandatory otherwise. --all-stake-pools Query for all stake pools --stake-pool-id STAKE_POOL_ID Stake pool ID/verification key hash (either diff --git a/cardano-cli/test/cardano-cli-golden/files/golden/help/shelley_query_protocol-parameters.cli b/cardano-cli/test/cardano-cli-golden/files/golden/help/shelley_query_protocol-parameters.cli index fbed1ff7d0..7ca21212f3 100644 --- a/cardano-cli/test/cardano-cli-golden/files/golden/help/shelley_query_protocol-parameters.cli +++ b/cardano-cli/test/cardano-cli-golden/files/golden/help/shelley_query_protocol-parameters.cli @@ -1,19 +1,15 @@ -Usage: cardano-cli shelley query protocol-parameters --socket-path SOCKET_PATH +Usage: cardano-cli shelley query protocol-parameters [--cardano-mode [--epoch-slots SLOTS]] ( --mainnet | --testnet-magic NATURAL ) + --socket-path SOCKET_PATH [--out-file FILEPATH] Get the node's current protocol parameters Available options: - --socket-path SOCKET_PATH - Path to the node socket. This overrides the - CARDANO_NODE_SOCKET_PATH environment variable. The - argument is optional if CARDANO_NODE_SOCKET_PATH is - defined and mandatory otherwise. --cardano-mode For talking to a node running in full Cardano mode (default). --epoch-slots SLOTS The number of slots per epoch for the Byron era. @@ -22,5 +18,10 @@ 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 + --socket-path SOCKET_PATH + Path to the node socket. This overrides the + CARDANO_NODE_SOCKET_PATH environment variable. The + argument is optional if CARDANO_NODE_SOCKET_PATH is + defined and mandatory otherwise. --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_protocol-state.cli b/cardano-cli/test/cardano-cli-golden/files/golden/help/shelley_query_protocol-state.cli index 498b49e53a..3d87d74c88 100644 --- a/cardano-cli/test/cardano-cli-golden/files/golden/help/shelley_query_protocol-state.cli +++ b/cardano-cli/test/cardano-cli-golden/files/golden/help/shelley_query_protocol-state.cli @@ -1,20 +1,16 @@ -Usage: cardano-cli shelley query protocol-state --socket-path SOCKET_PATH +Usage: cardano-cli shelley query protocol-state [--cardano-mode [--epoch-slots SLOTS]] ( --mainnet | --testnet-magic NATURAL ) + --socket-path SOCKET_PATH [--out-file FILEPATH] Dump the current protocol state of the node (Ledger.ChainDepState -- advanced command) Available options: - --socket-path SOCKET_PATH - Path to the node socket. This overrides the - CARDANO_NODE_SOCKET_PATH environment variable. The - argument is optional if CARDANO_NODE_SOCKET_PATH is - defined and mandatory otherwise. --cardano-mode For talking to a node running in full Cardano mode (default). --epoch-slots SLOTS The number of slots per epoch for the Byron era. @@ -23,5 +19,10 @@ 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 + --socket-path SOCKET_PATH + Path to the node socket. This overrides the + CARDANO_NODE_SOCKET_PATH environment variable. The + argument is optional if CARDANO_NODE_SOCKET_PATH is + defined and mandatory otherwise. --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_ref-script-size.cli b/cardano-cli/test/cardano-cli-golden/files/golden/help/shelley_query_ref-script-size.cli index e9ebfbf0a7..a9ddf507f9 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,9 +1,10 @@ -Usage: cardano-cli shelley query ref-script-size --socket-path SOCKET_PATH +Usage: cardano-cli shelley query ref-script-size [--cardano-mode [--epoch-slots SLOTS]] ( --mainnet | --testnet-magic NATURAL ) + --socket-path SOCKET_PATH (--tx-in TX-IN) [ --output-json | --output-text @@ -14,11 +15,6 @@ Usage: cardano-cli shelley query ref-script-size --socket-path SOCKET_PATH inputs. Available options: - --socket-path SOCKET_PATH - Path to the node socket. This overrides the - CARDANO_NODE_SOCKET_PATH environment variable. The - argument is optional if CARDANO_NODE_SOCKET_PATH is - defined and mandatory otherwise. --cardano-mode For talking to a node running in full Cardano mode (default). --epoch-slots SLOTS The number of slots per epoch for the Byron era. @@ -27,6 +23,11 @@ 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 + --socket-path SOCKET_PATH + Path to the node socket. This overrides the + CARDANO_NODE_SOCKET_PATH environment variable. The + argument is optional if CARDANO_NODE_SOCKET_PATH is + defined and mandatory otherwise. --tx-in TX-IN Transaction input (TxId#TxIx). --output-json Format reference inputs query output to JSON. Default format when writing to a file diff --git a/cardano-cli/test/cardano-cli-golden/files/golden/help/shelley_query_slot-number.cli b/cardano-cli/test/cardano-cli-golden/files/golden/help/shelley_query_slot-number.cli index 1d15eaf898..51025addeb 100644 --- a/cardano-cli/test/cardano-cli-golden/files/golden/help/shelley_query_slot-number.cli +++ b/cardano-cli/test/cardano-cli-golden/files/golden/help/shelley_query_slot-number.cli @@ -1,19 +1,15 @@ -Usage: cardano-cli shelley query slot-number --socket-path SOCKET_PATH +Usage: cardano-cli shelley query slot-number [--cardano-mode [--epoch-slots SLOTS]] ( --mainnet | --testnet-magic NATURAL ) + --socket-path SOCKET_PATH TIMESTAMP Query slot number for UTC timestamp Available options: - --socket-path SOCKET_PATH - Path to the node socket. This overrides the - CARDANO_NODE_SOCKET_PATH environment variable. The - argument is optional if CARDANO_NODE_SOCKET_PATH is - defined and mandatory otherwise. --cardano-mode For talking to a node running in full Cardano mode (default). --epoch-slots SLOTS The number of slots per epoch for the Byron era. @@ -22,5 +18,10 @@ 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 + --socket-path SOCKET_PATH + Path to the node socket. This overrides the + CARDANO_NODE_SOCKET_PATH environment variable. The + argument is optional if CARDANO_NODE_SOCKET_PATH is + defined and mandatory otherwise. TIMESTAMP UTC timestamp in YYYY-MM-DDThh:mm:ssZ format -h,--help Show this help text 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 2b5de1ed0d..f5d15cd692 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,20 +1,16 @@ -Usage: cardano-cli shelley query stake-address-info --socket-path SOCKET_PATH +Usage: cardano-cli shelley query stake-address-info [--cardano-mode [--epoch-slots SLOTS]] ( --mainnet | --testnet-magic NATURAL ) + --socket-path SOCKET_PATH --address ADDRESS [--out-file FILEPATH] Get the current delegations and reward accounts filtered by stake address. Available options: - --socket-path SOCKET_PATH - Path to the node socket. This overrides the - CARDANO_NODE_SOCKET_PATH environment variable. The - argument is optional if CARDANO_NODE_SOCKET_PATH is - defined and mandatory otherwise. --cardano-mode For talking to a node running in full Cardano mode (default). --epoch-slots SLOTS The number of slots per epoch for the Byron era. @@ -23,6 +19,11 @@ 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 + --socket-path SOCKET_PATH + Path to the node socket. This overrides the + CARDANO_NODE_SOCKET_PATH environment variable. The + argument is optional if CARDANO_NODE_SOCKET_PATH is + defined and mandatory otherwise. --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_stake-distribution.cli b/cardano-cli/test/cardano-cli-golden/files/golden/help/shelley_query_stake-distribution.cli index 9f358af5ec..4922ff973a 100644 --- a/cardano-cli/test/cardano-cli-golden/files/golden/help/shelley_query_stake-distribution.cli +++ b/cardano-cli/test/cardano-cli-golden/files/golden/help/shelley_query_stake-distribution.cli @@ -1,9 +1,10 @@ -Usage: cardano-cli shelley query stake-distribution --socket-path SOCKET_PATH +Usage: cardano-cli shelley query stake-distribution [--cardano-mode [--epoch-slots SLOTS]] ( --mainnet | --testnet-magic NATURAL ) + --socket-path SOCKET_PATH [ --output-json | --output-text ] @@ -12,11 +13,6 @@ Usage: cardano-cli shelley query stake-distribution --socket-path SOCKET_PATH Get the node's current aggregated stake distribution Available options: - --socket-path SOCKET_PATH - Path to the node socket. This overrides the - CARDANO_NODE_SOCKET_PATH environment variable. The - argument is optional if CARDANO_NODE_SOCKET_PATH is - defined and mandatory otherwise. --cardano-mode For talking to a node running in full Cardano mode (default). --epoch-slots SLOTS The number of slots per epoch for the Byron era. @@ -25,6 +21,11 @@ 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 + --socket-path SOCKET_PATH + Path to the node socket. This overrides the + CARDANO_NODE_SOCKET_PATH environment variable. The + argument is optional if CARDANO_NODE_SOCKET_PATH is + defined and mandatory otherwise. --output-json Format stake-distribution query output to JSON. Default format when writing to a file --output-text Format stake-distribution query output to TEXT. diff --git a/cardano-cli/test/cardano-cli-golden/files/golden/help/shelley_query_stake-pools.cli b/cardano-cli/test/cardano-cli-golden/files/golden/help/shelley_query_stake-pools.cli index ecdaec3362..f8fd7967e1 100644 --- a/cardano-cli/test/cardano-cli-golden/files/golden/help/shelley_query_stake-pools.cli +++ b/cardano-cli/test/cardano-cli-golden/files/golden/help/shelley_query_stake-pools.cli @@ -1,20 +1,16 @@ -Usage: cardano-cli shelley query stake-pools --socket-path SOCKET_PATH +Usage: cardano-cli shelley query stake-pools [--cardano-mode [--epoch-slots SLOTS]] ( --mainnet | --testnet-magic NATURAL ) + --socket-path SOCKET_PATH [--output-json | --output-text] [--out-file FILEPATH] Get the node's current set of stake pool ids Available options: - --socket-path SOCKET_PATH - Path to the node socket. This overrides the - CARDANO_NODE_SOCKET_PATH environment variable. The - argument is optional if CARDANO_NODE_SOCKET_PATH is - defined and mandatory otherwise. --cardano-mode For talking to a node running in full Cardano mode (default). --epoch-slots SLOTS The number of slots per epoch for the Byron era. @@ -23,6 +19,11 @@ 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 + --socket-path SOCKET_PATH + Path to the node socket. This overrides the + CARDANO_NODE_SOCKET_PATH environment variable. The + argument is optional if CARDANO_NODE_SOCKET_PATH is + defined and mandatory otherwise. --output-json Format stake-pools query output to JSON. Default format when writing to a file --output-text Format stake-pools query output to TEXT. Default diff --git a/cardano-cli/test/cardano-cli-golden/files/golden/help/shelley_query_stake-snapshot.cli b/cardano-cli/test/cardano-cli-golden/files/golden/help/shelley_query_stake-snapshot.cli index 6529eb7657..991ff2f37f 100644 --- a/cardano-cli/test/cardano-cli-golden/files/golden/help/shelley_query_stake-snapshot.cli +++ b/cardano-cli/test/cardano-cli-golden/files/golden/help/shelley_query_stake-snapshot.cli @@ -1,9 +1,10 @@ -Usage: cardano-cli shelley query stake-snapshot --socket-path SOCKET_PATH +Usage: cardano-cli shelley query stake-snapshot [--cardano-mode [--epoch-slots SLOTS]] ( --mainnet | --testnet-magic NATURAL ) + --socket-path SOCKET_PATH ( --all-stake-pools | (--stake-pool-id STAKE_POOL_ID) ) @@ -13,11 +14,6 @@ Usage: cardano-cli shelley query stake-snapshot --socket-path SOCKET_PATH (advanced command) Available options: - --socket-path SOCKET_PATH - Path to the node socket. This overrides the - CARDANO_NODE_SOCKET_PATH environment variable. The - argument is optional if CARDANO_NODE_SOCKET_PATH is - defined and mandatory otherwise. --cardano-mode For talking to a node running in full Cardano mode (default). --epoch-slots SLOTS The number of slots per epoch for the Byron era. @@ -26,6 +22,11 @@ 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 + --socket-path SOCKET_PATH + Path to the node socket. This overrides the + CARDANO_NODE_SOCKET_PATH environment variable. The + argument is optional if CARDANO_NODE_SOCKET_PATH is + defined and mandatory otherwise. --all-stake-pools Query for all stake pools --stake-pool-id STAKE_POOL_ID Stake pool ID/verification key hash (either diff --git a/cardano-cli/test/cardano-cli-golden/files/golden/help/shelley_query_tip.cli b/cardano-cli/test/cardano-cli-golden/files/golden/help/shelley_query_tip.cli index 9cba01af98..0dcc206712 100644 --- a/cardano-cli/test/cardano-cli-golden/files/golden/help/shelley_query_tip.cli +++ b/cardano-cli/test/cardano-cli-golden/files/golden/help/shelley_query_tip.cli @@ -1,16 +1,11 @@ -Usage: cardano-cli shelley query tip --socket-path SOCKET_PATH - [--cardano-mode [--epoch-slots SLOTS]] +Usage: cardano-cli shelley query tip [--cardano-mode [--epoch-slots SLOTS]] (--mainnet | --testnet-magic NATURAL) + --socket-path SOCKET_PATH [--out-file FILEPATH] Get the node's current tip (slot no, hash, block no) Available options: - --socket-path SOCKET_PATH - Path to the node socket. This overrides the - CARDANO_NODE_SOCKET_PATH environment variable. The - argument is optional if CARDANO_NODE_SOCKET_PATH is - defined and mandatory otherwise. --cardano-mode For talking to a node running in full Cardano mode (default). --epoch-slots SLOTS The number of slots per epoch for the Byron era. @@ -19,5 +14,10 @@ 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 + --socket-path SOCKET_PATH + Path to the node socket. This overrides the + CARDANO_NODE_SOCKET_PATH environment variable. The + argument is optional if CARDANO_NODE_SOCKET_PATH is + defined and mandatory otherwise. --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_tx-mempool.cli b/cardano-cli/test/cardano-cli-golden/files/golden/help/shelley_query_tx-mempool.cli index e38d7a8bbc..6d18010ea9 100644 --- a/cardano-cli/test/cardano-cli-golden/files/golden/help/shelley_query_tx-mempool.cli +++ b/cardano-cli/test/cardano-cli-golden/files/golden/help/shelley_query_tx-mempool.cli @@ -1,20 +1,16 @@ -Usage: cardano-cli shelley query tx-mempool --socket-path SOCKET_PATH +Usage: cardano-cli shelley query tx-mempool [--cardano-mode [--epoch-slots SLOTS]] ( --mainnet | --testnet-magic NATURAL ) + --socket-path SOCKET_PATH (info | next-tx | tx-exists) [--out-file FILEPATH] Local Mempool info Available options: - --socket-path SOCKET_PATH - Path to the node socket. This overrides the - CARDANO_NODE_SOCKET_PATH environment variable. The - argument is optional if CARDANO_NODE_SOCKET_PATH is - defined and mandatory otherwise. --cardano-mode For talking to a node running in full Cardano mode (default). --epoch-slots SLOTS The number of slots per epoch for the Byron era. @@ -23,6 +19,11 @@ 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 + --socket-path SOCKET_PATH + Path to the node socket. This overrides the + CARDANO_NODE_SOCKET_PATH environment variable. The + argument is optional if CARDANO_NODE_SOCKET_PATH is + defined and mandatory otherwise. --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_tx-mempool_info.cli b/cardano-cli/test/cardano-cli-golden/files/golden/help/shelley_query_tx-mempool_info.cli index 8973880946..49eed059b2 100644 --- a/cardano-cli/test/cardano-cli-golden/files/golden/help/shelley_query_tx-mempool_info.cli +++ b/cardano-cli/test/cardano-cli-golden/files/golden/help/shelley_query_tx-mempool_info.cli @@ -1,11 +1,12 @@ -Missing: --socket-path SOCKET_PATH (--mainnet | --testnet-magic NATURAL) +Missing: (--mainnet | --testnet-magic NATURAL) --socket-path SOCKET_PATH -Usage: cardano-cli shelley query tx-mempool --socket-path SOCKET_PATH +Usage: cardano-cli shelley query tx-mempool [--cardano-mode [--epoch-slots SLOTS]] ( --mainnet | --testnet-magic NATURAL ) + --socket-path SOCKET_PATH (info | next-tx | tx-exists) [--out-file FILEPATH] diff --git a/cardano-cli/test/cardano-cli-golden/files/golden/help/shelley_query_tx-mempool_next-tx.cli b/cardano-cli/test/cardano-cli-golden/files/golden/help/shelley_query_tx-mempool_next-tx.cli index 8973880946..49eed059b2 100644 --- a/cardano-cli/test/cardano-cli-golden/files/golden/help/shelley_query_tx-mempool_next-tx.cli +++ b/cardano-cli/test/cardano-cli-golden/files/golden/help/shelley_query_tx-mempool_next-tx.cli @@ -1,11 +1,12 @@ -Missing: --socket-path SOCKET_PATH (--mainnet | --testnet-magic NATURAL) +Missing: (--mainnet | --testnet-magic NATURAL) --socket-path SOCKET_PATH -Usage: cardano-cli shelley query tx-mempool --socket-path SOCKET_PATH +Usage: cardano-cli shelley query tx-mempool [--cardano-mode [--epoch-slots SLOTS]] ( --mainnet | --testnet-magic NATURAL ) + --socket-path SOCKET_PATH (info | next-tx | tx-exists) [--out-file FILEPATH] diff --git a/cardano-cli/test/cardano-cli-golden/files/golden/help/shelley_query_tx-mempool_tx-exists_TX_ID.cli b/cardano-cli/test/cardano-cli-golden/files/golden/help/shelley_query_tx-mempool_tx-exists_TX_ID.cli index 8973880946..49eed059b2 100644 --- a/cardano-cli/test/cardano-cli-golden/files/golden/help/shelley_query_tx-mempool_tx-exists_TX_ID.cli +++ b/cardano-cli/test/cardano-cli-golden/files/golden/help/shelley_query_tx-mempool_tx-exists_TX_ID.cli @@ -1,11 +1,12 @@ -Missing: --socket-path SOCKET_PATH (--mainnet | --testnet-magic NATURAL) +Missing: (--mainnet | --testnet-magic NATURAL) --socket-path SOCKET_PATH -Usage: cardano-cli shelley query tx-mempool --socket-path SOCKET_PATH +Usage: cardano-cli shelley query tx-mempool [--cardano-mode [--epoch-slots SLOTS]] ( --mainnet | --testnet-magic NATURAL ) + --socket-path SOCKET_PATH (info | next-tx | tx-exists) [--out-file FILEPATH] 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 10ed28d757..fca5b746ea 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,6 +1,6 @@ -Usage: cardano-cli shelley query utxo --socket-path SOCKET_PATH - [--cardano-mode [--epoch-slots SLOTS]] +Usage: cardano-cli shelley query utxo [--cardano-mode [--epoch-slots SLOTS]] (--mainnet | --testnet-magic NATURAL) + --socket-path SOCKET_PATH ( --whole-utxo | (--address ADDRESS) | (--tx-in TX-IN) @@ -11,11 +11,6 @@ Usage: cardano-cli shelley query utxo --socket-path SOCKET_PATH Get a portion of the current UTxO: by tx in, by address or the whole. Available options: - --socket-path SOCKET_PATH - Path to the node socket. This overrides the - CARDANO_NODE_SOCKET_PATH environment variable. The - argument is optional if CARDANO_NODE_SOCKET_PATH is - defined and mandatory otherwise. --cardano-mode For talking to a node running in full Cardano mode (default). --epoch-slots SLOTS The number of slots per epoch for the Byron era. @@ -24,6 +19,11 @@ 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 + --socket-path SOCKET_PATH + Path to the node socket. This overrides the + CARDANO_NODE_SOCKET_PATH environment variable. The + argument is optional if CARDANO_NODE_SOCKET_PATH is + defined and mandatory otherwise. --whole-utxo Return the whole UTxO (only appropriate on small testnets). --address ADDRESS Filter by Cardano address(es) (Bech32-encoded). diff --git a/cardano-cli/test/cardano-cli-golden/files/golden/help/shelley_transaction_submit.cli b/cardano-cli/test/cardano-cli-golden/files/golden/help/shelley_transaction_submit.cli index cfe32d5a69..d6309dd7c5 100644 --- a/cardano-cli/test/cardano-cli-golden/files/golden/help/shelley_transaction_submit.cli +++ b/cardano-cli/test/cardano-cli-golden/files/golden/help/shelley_transaction_submit.cli @@ -1,20 +1,16 @@ -Usage: cardano-cli shelley transaction submit --socket-path SOCKET_PATH +Usage: cardano-cli shelley transaction submit [--cardano-mode [--epoch-slots SLOTS]] ( --mainnet | --testnet-magic NATURAL ) + --socket-path SOCKET_PATH --tx-file FILEPATH Submit a transaction to the local node whose Unix domain socket is obtained from the CARDANO_NODE_SOCKET_PATH environment variable. Available options: - --socket-path SOCKET_PATH - Path to the node socket. This overrides the - CARDANO_NODE_SOCKET_PATH environment variable. The - argument is optional if CARDANO_NODE_SOCKET_PATH is - defined and mandatory otherwise. --cardano-mode For talking to a node running in full Cardano mode (default). --epoch-slots SLOTS The number of slots per epoch for the Byron era. @@ -23,5 +19,10 @@ 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 + --socket-path SOCKET_PATH + Path to the node socket. This overrides the + CARDANO_NODE_SOCKET_PATH environment variable. The + argument is optional if CARDANO_NODE_SOCKET_PATH is + defined and mandatory otherwise. --tx-file FILEPATH Filepath of the transaction you intend to submit. -h,--help Show this help text