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 d067ad7cdb..a42022da6e 100644 --- a/cardano-cli/test/cardano-cli-golden/files/golden/help.cli +++ b/cardano-cli/test/cardano-cli-golden/files/golden/help.cli @@ -39,36 +39,36 @@ Usage: cardano-cli shelley address key-gen [--key-output-format STRING] | --extended-key | --byron-key ] - --verification-key-file FILE - --signing-key-file FILE + --verification-key-file FILEPATH + --signing-key-file FILEPATH Create an address key pair. Usage: cardano-cli shelley address key-hash ( --payment-verification-key STRING - | --payment-verification-key-file FILE + | --payment-verification-key-file FILEPATH ) - [--out-file FILE] + [--out-file FILEPATH] Print the hash of an address key. Usage: cardano-cli shelley address build ( --payment-verification-key STRING - | --payment-verification-key-file FILE - | --payment-script-file FILE + | --payment-verification-key-file FILEPATH + | --payment-script-file FILEPATH ) [ --stake-verification-key STRING - | --stake-verification-key-file FILE + | --stake-verification-key-file FILEPATH | --stake-key-hash HASH - | --stake-script-file FILE + | --stake-script-file FILEPATH | --stake-address ADDRESS ] (--mainnet | --testnet-magic NATURAL) - [--out-file FILE] + [--out-file FILEPATH] Build a Shelley payment address, with optional delegation to a stake address. -Usage: cardano-cli shelley address info --address ADDRESS [--out-file FILE] +Usage: cardano-cli shelley address info --address ADDRESS [--out-file FILEPATH] Print information about an address. @@ -85,13 +85,13 @@ Usage: cardano-cli shelley key Key utility commands. -Usage: cardano-cli shelley key verification-key --signing-key-file FILE - --verification-key-file FILE +Usage: cardano-cli shelley key verification-key --signing-key-file FILEPATH + --verification-key-file FILEPATH Get a verification key from a signing key. This supports all key types. -Usage: cardano-cli shelley key non-extended-key --extended-verification-key-file FILE - --verification-key-file FILE +Usage: cardano-cli shelley key non-extended-key --extended-verification-key-file FILEPATH + --verification-key-file FILEPATH Get a non-extended verification key from an extended verification key. This supports all extended key types. @@ -104,37 +104,37 @@ Usage: cardano-cli shelley key convert-byron-key [--password TEXT] | --byron-genesis-delegate-key-type | --legacy-byron-genesis-delegate-key-type ) - ( --byron-signing-key-file FILE - | --byron-verification-key-file FILE + ( --byron-signing-key-file FILEPATH + | --byron-verification-key-file FILEPATH ) - --out-file FILE + --out-file FILEPATH Convert a Byron payment, genesis or genesis delegate key (signing or verification) to a corresponding Shelley-format key. Usage: cardano-cli shelley key convert-byron-genesis-vkey --byron-genesis-verification-key BASE64 - --out-file FILE + --out-file FILEPATH Convert a Base64-encoded Byron genesis verification key to a Shelley genesis verification key Usage: cardano-cli shelley key convert-itn-key - ( --itn-signing-key-file FILE - | --itn-verification-key-file FILE + ( --itn-signing-key-file FILEPATH + | --itn-verification-key-file FILEPATH ) - --out-file FILE + --out-file FILEPATH Convert an Incentivized Testnet (ITN) non-extended (Ed25519) signing or verification key to a corresponding Shelley stake key -Usage: cardano-cli shelley key convert-itn-extended-key --itn-signing-key-file FILE - --out-file FILE +Usage: cardano-cli shelley key convert-itn-extended-key --itn-signing-key-file FILEPATH + --out-file FILEPATH Convert an Incentivized Testnet (ITN) extended (Ed25519Extended) signing key to a corresponding Shelley stake signing key -Usage: cardano-cli shelley key convert-itn-bip32-key --itn-signing-key-file FILE - --out-file FILE +Usage: cardano-cli shelley key convert-itn-bip32-key --itn-signing-key-file FILEPATH + --out-file FILEPATH Convert an Incentivized Testnet (ITN) BIP32 (Ed25519Bip32) signing key to a corresponding Shelley stake signing key @@ -148,8 +148,8 @@ Usage: cardano-cli shelley key convert-cardano-address-key | --icarus-payment-key | --byron-payment-key ) - --signing-key-file FILE - --out-file FILE + --signing-key-file FILEPATH + --out-file FILEPATH Convert a cardano-address extended signing key to a corresponding Shelley-format key. @@ -171,44 +171,44 @@ Usage: cardano-cli shelley genesis Genesis block commands. -Usage: cardano-cli shelley genesis key-gen-genesis --verification-key-file FILE - --signing-key-file FILE +Usage: cardano-cli shelley genesis key-gen-genesis --verification-key-file FILEPATH + --signing-key-file FILEPATH Create a Shelley genesis key pair -Usage: cardano-cli shelley genesis key-gen-delegate --verification-key-file FILE - --signing-key-file FILE - --operational-certificate-issue-counter-file FILE +Usage: cardano-cli shelley genesis key-gen-delegate --verification-key-file FILEPATH + --signing-key-file FILEPATH + --operational-certificate-issue-counter-file FILEPATH Create a Shelley genesis delegate key pair -Usage: cardano-cli shelley genesis key-gen-utxo --verification-key-file FILE - --signing-key-file FILE +Usage: cardano-cli shelley genesis key-gen-utxo --verification-key-file FILEPATH + --signing-key-file FILEPATH Create a Shelley genesis UTxO key pair -Usage: cardano-cli shelley genesis key-hash --verification-key-file FILE +Usage: cardano-cli shelley genesis key-hash --verification-key-file FILEPATH Print the identifier (hash) of a public key -Usage: cardano-cli shelley genesis get-ver-key --verification-key-file FILE - --signing-key-file FILE +Usage: cardano-cli shelley genesis get-ver-key --verification-key-file FILEPATH + --signing-key-file FILEPATH Derive the verification key from a signing key -Usage: cardano-cli shelley genesis initial-addr --verification-key-file FILE +Usage: cardano-cli shelley genesis initial-addr --verification-key-file FILEPATH ( --mainnet | --testnet-magic NATURAL ) - [--out-file FILE] + [--out-file FILEPATH] Get the address for an initial UTxO based on the verification key -Usage: cardano-cli shelley genesis initial-txin --verification-key-file FILE +Usage: cardano-cli shelley genesis initial-txin --verification-key-file FILEPATH ( --mainnet | --testnet-magic NATURAL ) - [--out-file FILE] + [--out-file FILEPATH] Get the TxIn for an initial UTxO based on the verification key @@ -260,14 +260,14 @@ Usage: cardano-cli shelley genesis create-staked [--key-output-format STRING] [--bulk-pool-cred-files INT] [--bulk-pools-per-file INT] [--num-stuffed-utxo INT] - [--relay-specification-file FILE] + [--relay-specification-file FILEPATH] Create a staked Shelley genesis file from a genesis template and genesis/delegation/spending keys. -Usage: cardano-cli shelley genesis create-testnet-data [--spec-shelley FILE] - [--spec-alonzo FILE] - [--spec-conway FILE] +Usage: cardano-cli shelley genesis create-testnet-data [--spec-shelley FILEPATH] + [--spec-alonzo FILEPATH] + [--spec-conway FILEPATH] [--genesis-keys INT] [--pools INT] [ --stake-delegators INT @@ -281,13 +281,13 @@ Usage: cardano-cli shelley genesis create-testnet-data [--spec-shelley FILE] [--total-supply LOVELACE] [--delegated-supply LOVELACE] [--testnet-magic NATURAL] - [--relays FILE] + [--relays FILEPATH] [--start-time UTC-TIME] --out-dir DIR Create data to use for starting a testnet. -Usage: cardano-cli shelley genesis hash --genesis FILE +Usage: cardano-cli shelley genesis hash --genesis FILEPATH Compute the hash of a genesis file @@ -305,7 +305,7 @@ Usage: cardano-cli shelley governance create-mir-certificate ) (--stake-address ADDRESS) (--reward LOVELACE) - --out-file FILE + --out-file FILEPATH | stake-addresses | transfer-to-treasury | transfer-to-rewards @@ -319,36 +319,36 @@ Usage: cardano-cli shelley governance create-mir-certificate stake-addresses ) (--stake-address ADDRESS) (--reward LOVELACE) - --out-file FILE + --out-file FILEPATH Create an MIR certificate to pay stake addresses Usage: cardano-cli shelley governance create-mir-certificate transfer-to-treasury --transfer LOVELACE - --out-file FILE + --out-file FILEPATH Create an MIR certificate to transfer from the reserves pot to the treasury pot Usage: cardano-cli shelley governance create-mir-certificate transfer-to-rewards --transfer LOVELACE - --out-file FILE + --out-file FILEPATH Create an MIR certificate to transfer from the treasury pot to the reserves pot Usage: cardano-cli shelley governance create-genesis-key-delegation-certificate ( --genesis-verification-key STRING - | --genesis-verification-key-file FILE + | --genesis-verification-key-file FILEPATH | --genesis-verification-key-hash STRING ) ( --genesis-delegate-verification-key STRING - | --genesis-delegate-verification-key-file FILE + | --genesis-delegate-verification-key-file FILEPATH | --genesis-delegate-verification-key-hash STRING ) ( --vrf-verification-key STRING - | --vrf-verification-key-file FILE + | --vrf-verification-key-file FILEPATH | --vrf-verification-key-hash STRING ) - --out-file FILE + --out-file FILEPATH Create a genesis key delegation certificate @@ -357,7 +357,7 @@ Usage: cardano-cli shelley governance action create-protocol-parameters-update Governance action commands. Usage: cardano-cli shelley governance action create-protocol-parameters-update --epoch NATURAL - (--genesis-verification-key-file FILE) + (--genesis-verification-key-file FILEPATH) [--min-fee-linear LOVELACE] [--min-fee-constant LOVELACE] [--max-block-body-size WORD32] @@ -378,7 +378,7 @@ Usage: cardano-cli shelley governance action create-protocol-parameters-update - | --reset-extra-entropy ] [--decentralization-parameter RATIONAL] - --out-file FILE + --out-file FILEPATH Create a protocol parameters update. @@ -394,51 +394,51 @@ Usage: cardano-cli shelley node Node operation commands. Usage: cardano-cli shelley node key-gen [--key-output-format STRING] - --cold-verification-key-file FILE - --cold-signing-key-file FILE - --operational-certificate-issue-counter-file FILE + --cold-verification-key-file FILEPATH + --cold-signing-key-file FILEPATH + --operational-certificate-issue-counter-file FILEPATH Create a key pair for a node operator's offline key and a new certificate issue counter Usage: cardano-cli shelley node key-gen-KES [--key-output-format STRING] - --verification-key-file FILE - --signing-key-file FILE + --verification-key-file FILEPATH + --signing-key-file FILEPATH Create a key pair for a node KES operational key Usage: cardano-cli shelley node key-gen-VRF [--key-output-format STRING] - --verification-key-file FILE - --signing-key-file FILE + --verification-key-file FILEPATH + --signing-key-file FILEPATH Create a key pair for a node VRF operational key Usage: cardano-cli shelley node key-hash-VRF ( --verification-key STRING - | --verification-key-file FILE + | --verification-key-file FILEPATH ) - [--out-file FILE] + [--out-file FILEPATH] Print hash of a node's operational VRF key. Usage: cardano-cli shelley node new-counter ( --stake-pool-verification-key STRING | --genesis-delegate-verification-key STRING - | --cold-verification-key-file FILE + | --cold-verification-key-file FILEPATH ) --counter-value INT - --operational-certificate-issue-counter-file FILE + --operational-certificate-issue-counter-file FILEPATH Create a new certificate issue counter Usage: cardano-cli shelley node issue-op-cert ( --kes-verification-key STRING - | --kes-verification-key-file FILE + | --kes-verification-key-file FILEPATH ) - --cold-signing-key-file FILE - --operational-certificate-issue-counter-file FILE + --cold-signing-key-file FILEPATH + --operational-certificate-issue-counter-file FILEPATH --kes-period NATURAL - --out-file FILE + --out-file FILEPATH Issue a node operational certificate @@ -469,14 +469,14 @@ Usage: cardano-cli shelley query protocol-parameters --socket-path SOCKET_PATH ( --mainnet | --testnet-magic NATURAL ) - [--out-file FILE] + [--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]] (--mainnet | --testnet-magic NATURAL) - [--out-file FILE] + [--out-file FILEPATH] Get the node's current tip (slot no, hash, block no) @@ -487,7 +487,7 @@ Usage: cardano-cli shelley query stake-pools --socket-path SOCKET_PATH | --testnet-magic NATURAL ) [--output-json | --output-text] - [--out-file FILE] + [--out-file FILEPATH] Get the node's current set of stake pool ids @@ -500,7 +500,7 @@ Usage: cardano-cli shelley query stake-distribution --socket-path SOCKET_PATH [ --output-json | --output-text ] - [--out-file FILE] + [--out-file FILEPATH] Get the node's current aggregated stake distribution @@ -511,7 +511,7 @@ Usage: cardano-cli shelley query stake-address-info --socket-path SOCKET_PATH ( --mainnet | --testnet-magic NATURAL ) - [--out-file FILE] + [--out-file FILEPATH] Get the current delegations and reward accounts filtered by stake address. @@ -523,7 +523,7 @@ Usage: cardano-cli shelley query utxo --socket-path SOCKET_PATH ) (--mainnet | --testnet-magic NATURAL) [--output-json | --output-text] - [--out-file FILE] + [--out-file FILEPATH] Get a portion of the current UTxO: by tx in, by address or the whole. @@ -533,7 +533,7 @@ Usage: cardano-cli shelley query ledger-state --socket-path SOCKET_PATH ( --mainnet | --testnet-magic NATURAL ) - [--out-file FILE] + [--out-file FILEPATH] Dump the current ledger state of the node (Ledger.NewEpochState -- advanced command) @@ -544,7 +544,7 @@ Usage: cardano-cli shelley query protocol-state --socket-path SOCKET_PATH ( --mainnet | --testnet-magic NATURAL ) - [--out-file FILE] + [--out-file FILEPATH] Dump the current protocol state of the node (Ledger.ChainDepState -- advanced command) @@ -558,7 +558,7 @@ Usage: cardano-cli shelley query stake-snapshot --socket-path SOCKET_PATH ( --all-stake-pools | (--stake-pool-id STAKE_POOL_ID) ) - [--out-file FILE] + [--out-file FILEPATH] Obtain the three stake snapshots for a pool, plus the total active stake (advanced command) @@ -572,7 +572,7 @@ Usage: cardano-cli shelley query pool-params --socket-path SOCKET_PATH ( --all-stake-pools | (--stake-pool-id STAKE_POOL_ID) ) - [--out-file FILE] + [--out-file FILEPATH] DEPRECATED. Use query pool-state instead. Dump the pool parameters (Ledger.NewEpochState.esLState._delegationState._pState._pParams -- advanced @@ -584,17 +584,17 @@ Usage: cardano-cli shelley query leadership-schedule --socket-path SOCKET_PATH ( --mainnet | --testnet-magic NATURAL ) - --genesis FILE + --genesis FILEPATH ( --stake-pool-verification-key STRING - | --cold-verification-key-file FILE + | --cold-verification-key-file FILEPATH | --stake-pool-id STAKE_POOL_ID ) - --vrf-signing-key-file FILE + --vrf-signing-key-file FILEPATH (--current | --next) [ --output-json | --output-text ] - [--out-file FILE] + [--out-file FILEPATH] Get the slots the node is expected to mint a block in (advanced command) @@ -604,8 +604,8 @@ Usage: cardano-cli shelley query kes-period-info --socket-path SOCKET_PATH ( --mainnet | --testnet-magic NATURAL ) - --op-cert-file FILE - [--out-file FILE] + --op-cert-file FILEPATH + [--out-file FILEPATH] Get information about the current KES period and your node's operational certificate. @@ -619,7 +619,7 @@ Usage: cardano-cli shelley query pool-state --socket-path SOCKET_PATH ( --all-stake-pools | (--stake-pool-id STAKE_POOL_ID) ) - [--out-file FILE] + [--out-file FILEPATH] Dump the pool state @@ -630,7 +630,7 @@ Usage: cardano-cli shelley query tx-mempool --socket-path SOCKET_PATH | --testnet-magic NATURAL ) (info | next-tx | tx-exists) - [--out-file FILE] + [--out-file FILEPATH] Local Mempool info @@ -666,7 +666,7 @@ Usage: cardano-cli shelley query ref-script-size --socket-path SOCKET_PATH [ --output-json | --output-text ] - [--out-file FILE] + [--out-file FILEPATH] Calculate the reference input scripts size in bytes for provided transaction inputs. @@ -683,66 +683,66 @@ Usage: cardano-cli shelley stake-address Stake address commands. Usage: cardano-cli shelley stake-address key-gen [--key-output-format STRING] - --verification-key-file FILE - --signing-key-file FILE + --verification-key-file FILEPATH + --signing-key-file FILEPATH Create a stake address key pair Usage: cardano-cli shelley stake-address key-hash ( --stake-verification-key STRING - | --stake-verification-key-file FILE + | --stake-verification-key-file FILEPATH ) - [--out-file FILE] + [--out-file FILEPATH] Print the hash of a stake address key Usage: cardano-cli shelley stake-address build ( --stake-verification-key STRING - | --stake-verification-key-file FILE + | --stake-verification-key-file FILEPATH | --stake-key-hash HASH - | --stake-script-file FILE + | --stake-script-file FILEPATH ) ( --mainnet | --testnet-magic NATURAL ) - [--out-file FILE] + [--out-file FILEPATH] Build a stake address Usage: cardano-cli shelley stake-address registration-certificate ( --stake-verification-key STRING - | --stake-verification-key-file FILE + | --stake-verification-key-file FILEPATH | --stake-key-hash HASH - | --stake-script-file FILE + | --stake-script-file FILEPATH | --stake-address ADDRESS ) - --out-file FILE + --out-file FILEPATH Create a stake address registration certificate Usage: cardano-cli shelley stake-address deregistration-certificate ( --stake-verification-key STRING - | --stake-verification-key-file FILE + | --stake-verification-key-file FILEPATH | --stake-key-hash HASH - | --stake-script-file FILE + | --stake-script-file FILEPATH | --stake-address ADDRESS ) - --out-file FILE + --out-file FILEPATH Create a stake address deregistration certificate Usage: cardano-cli shelley stake-address stake-delegation-certificate ( --stake-verification-key STRING - | --stake-verification-key-file FILE + | --stake-verification-key-file FILEPATH | --stake-key-hash HASH - | --stake-script-file FILE + | --stake-script-file FILEPATH | --stake-address ADDRESS ) ( --stake-pool-verification-key STRING - | --cold-verification-key-file FILE + | --cold-verification-key-file FILEPATH | --stake-pool-id STAKE_POOL_ID ) - --out-file FILE + --out-file FILEPATH Create a stake address stake delegation certificate, which when submitted in a transaction delegates stake to a stake pool. @@ -758,19 +758,19 @@ Usage: cardano-cli shelley stake-pool Usage: cardano-cli shelley stake-pool registration-certificate ( --stake-pool-verification-key STRING - | --cold-verification-key-file FILE + | --cold-verification-key-file FILEPATH ) ( --vrf-verification-key STRING - | --vrf-verification-key-file FILE + | --vrf-verification-key-file FILEPATH ) --pool-pledge LOVELACE --pool-cost LOVELACE --pool-margin RATIONAL ( --pool-reward-account-verification-key STRING - | --pool-reward-account-verification-key-file FILE + | --pool-reward-account-verification-key-file FILEPATH ) ( --pool-owner-verification-key STRING - | --pool-owner-stake-verification-key-file FILE + | --pool-owner-stake-verification-key-file FILEPATH ) [ [--pool-relay-ipv4 STRING] [--pool-relay-ipv6 STRING] @@ -784,30 +784,30 @@ Usage: cardano-cli shelley stake-pool registration-certificate ( --mainnet | --testnet-magic NATURAL ) - --out-file FILE + --out-file FILEPATH Create a stake pool registration certificate Usage: cardano-cli shelley stake-pool deregistration-certificate ( --stake-pool-verification-key STRING - | --cold-verification-key-file FILE + | --cold-verification-key-file FILEPATH ) --epoch NATURAL - --out-file FILE + --out-file FILEPATH Create a stake pool deregistration certificate Usage: cardano-cli shelley stake-pool id ( --stake-pool-verification-key STRING - | --cold-verification-key-file FILE + | --cold-verification-key-file FILEPATH ) [--output-format STRING] - [--out-file FILE] + [--out-file FILEPATH] Build pool id from the offline key -Usage: cardano-cli shelley stake-pool metadata-hash --pool-metadata-file FILE - [--out-file FILE] +Usage: cardano-cli shelley stake-pool metadata-hash --pool-metadata-file FILEPATH + [--out-file FILEPATH] Print the hash of pool metadata. @@ -816,8 +816,8 @@ Usage: cardano-cli shelley text-view decode-cbor Commands for dealing with Shelley TextView files. Transactions, addresses etc are stored on disk as TextView files. -Usage: cardano-cli shelley text-view decode-cbor --in-file FILE - [--out-file FILE] +Usage: cardano-cli shelley text-view decode-cbor --in-file FILEPATH + [--out-file FILEPATH] Print a TextView file as decoded CBOR. @@ -858,7 +858,7 @@ Usage: cardano-cli shelley transaction build-raw ) --spending-reference-tx-in-execution-units (INT, INT) | --simple-script-tx-in-reference TX-IN - | --tx-in-script-file FILE + | --tx-in-script-file FILEPATH [ ( --tx-in-datum-cbor-file CBOR_FILE | --tx-in-datum-file JSON_FILE @@ -875,7 +875,7 @@ Usage: cardano-cli shelley transaction build-raw [--tx-in-collateral TX-IN] [--tx-out-return-collateral ADDRESS VALUE] [--tx-total-collateral INTEGER] - [ --required-signer FILE + [ --required-signer FILEPATH | --required-signer-hash HASH ] [--tx-out ADDRESS VALUE @@ -890,9 +890,9 @@ Usage: cardano-cli shelley transaction build-raw | --tx-out-inline-datum-file JSON_FILE | --tx-out-inline-datum-value JSON_VALUE ] - [--tx-out-reference-script-file FILE]] + [--tx-out-reference-script-file FILEPATH]] [--mint VALUE - ( --mint-script-file FILE + ( --mint-script-file FILEPATH [ ( --mint-redeemer-cbor-file CBOR_FILE | --mint-redeemer-file JSON_FILE @@ -915,8 +915,8 @@ Usage: cardano-cli shelley transaction build-raw [--invalid-before SLOT] [--invalid-hereafter SLOT] --fee LOVELACE - [--certificate-file FILE - [ --certificate-script-file FILE + [--certificate-file FILEPATH + [ --certificate-script-file FILEPATH [ ( --certificate-redeemer-cbor-file CBOR_FILE | --certificate-redeemer-file JSON_FILE @@ -934,7 +934,7 @@ Usage: cardano-cli shelley transaction build-raw --certificate-reference-tx-in-execution-units (INT, INT) ]] [--withdrawal WITHDRAWAL - [ --withdrawal-script-file FILE + [ --withdrawal-script-file FILEPATH [ ( --withdrawal-redeemer-cbor-file CBOR_FILE | --withdrawal-redeemer-file JSON_FILE @@ -954,13 +954,13 @@ Usage: cardano-cli shelley transaction build-raw [ --json-metadata-no-schema | --json-metadata-detailed-schema ] - [--auxiliary-script-file FILE] - [ --metadata-json-file FILE - | --metadata-cbor-file FILE + [--auxiliary-script-file FILEPATH] + [ --metadata-json-file FILEPATH + | --metadata-cbor-file FILEPATH ] - [--protocol-params-file FILE] - [--update-proposal-file FILE] - --out-file FILE + [--protocol-params-file FILEPATH] + [--update-proposal-file FILEPATH] + --out-file FILEPATH Build a transaction (low-level, inconvenient) @@ -991,7 +991,7 @@ Usage: cardano-cli shelley transaction build --socket-path SOCKET_PATH | --spending-reference-tx-in-redeemer-value JSON_VALUE ) | --simple-script-tx-in-reference TX-IN - | --tx-in-script-file FILE + | --tx-in-script-file FILEPATH [ ( --tx-in-datum-cbor-file CBOR_FILE | --tx-in-datum-file JSON_FILE @@ -1004,7 +1004,7 @@ Usage: cardano-cli shelley transaction build --socket-path SOCKET_PATH )] ]) [--read-only-tx-in-reference TX-IN] - [ --required-signer FILE + [ --required-signer FILEPATH | --required-signer-hash HASH ] [--tx-in-collateral TX-IN] @@ -1022,10 +1022,10 @@ Usage: cardano-cli shelley transaction build --socket-path SOCKET_PATH | --tx-out-inline-datum-file JSON_FILE | --tx-out-inline-datum-value JSON_VALUE ] - [--tx-out-reference-script-file FILE]] + [--tx-out-reference-script-file FILEPATH]] --change-address ADDRESS [--mint VALUE - ( --mint-script-file FILE + ( --mint-script-file FILEPATH [ --mint-redeemer-cbor-file CBOR_FILE | --mint-redeemer-file JSON_FILE | --mint-redeemer-value JSON_VALUE @@ -1044,8 +1044,8 @@ Usage: cardano-cli shelley transaction build --socket-path SOCKET_PATH )] [--invalid-before SLOT] [--invalid-hereafter SLOT] - [--certificate-file FILE - [ --certificate-script-file FILE + [--certificate-file FILEPATH + [ --certificate-script-file FILEPATH [ --certificate-redeemer-cbor-file CBOR_FILE | --certificate-redeemer-file JSON_FILE | --certificate-redeemer-value JSON_VALUE @@ -1060,7 +1060,7 @@ Usage: cardano-cli shelley transaction build --socket-path SOCKET_PATH ) ]] [--withdrawal WITHDRAWAL - [ --withdrawal-script-file FILE + [ --withdrawal-script-file FILEPATH [ --withdrawal-redeemer-cbor-file CBOR_FILE | --withdrawal-redeemer-file JSON_FILE | --withdrawal-redeemer-value JSON_VALUE @@ -1077,13 +1077,13 @@ Usage: cardano-cli shelley transaction build --socket-path SOCKET_PATH [ --json-metadata-no-schema | --json-metadata-detailed-schema ] - [--auxiliary-script-file FILE] - [ --metadata-json-file FILE - | --metadata-cbor-file FILE + [--auxiliary-script-file FILEPATH] + [ --metadata-json-file FILEPATH + | --metadata-cbor-file FILEPATH ] - [--update-proposal-file FILE] - ( --out-file FILE - | --calculate-plutus-script-cost FILE + [--update-proposal-file FILEPATH] + ( --out-file FILEPATH + | --calculate-plutus-script-cost FILEPATH ) Build a balanced transaction (automatically calculates fees) @@ -1091,37 +1091,37 @@ Usage: cardano-cli shelley 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 Usage: cardano-cli shelley transaction sign - ( --tx-body-file FILE - | --tx-file FILE + ( --tx-body-file FILEPATH + | --tx-file FILEPATH ) - [--signing-key-file FILE + [--signing-key-file FILEPATH [--address STRING]] [ --mainnet | --testnet-magic NATURAL ] - --out-file FILE + --out-file FILEPATH Sign a transaction -Usage: cardano-cli shelley transaction witness --tx-body-file FILE - --signing-key-file FILE +Usage: cardano-cli shelley transaction witness --tx-body-file FILEPATH + --signing-key-file FILEPATH [--address STRING] [ --mainnet | --testnet-magic NATURAL ] - --out-file FILE + --out-file FILEPATH Create a transaction witness -Usage: cardano-cli shelley transaction assemble --tx-body-file FILE - [--witness-file FILE] - --out-file FILE +Usage: cardano-cli shelley transaction assemble --tx-body-file FILEPATH + [--witness-file FILEPATH] + --out-file FILEPATH Assemble a tx body and witness(es) to form a transaction -Usage: cardano-cli shelley transaction sign-witness --tx-body-file FILE - [--witness-file FILE] - --out-file FILE +Usage: cardano-cli shelley transaction sign-witness --tx-body-file FILEPATH + [--witness-file FILEPATH] + --out-file FILEPATH Assemble a tx body and witness(es) to form a transaction @@ -1131,24 +1131,24 @@ Usage: cardano-cli shelley transaction submit --socket-path SOCKET_PATH ( --mainnet | --testnet-magic NATURAL ) - --tx-file FILE + --tx-file FILEPATH Submit a transaction to the local node whose Unix domain socket is obtained from the CARDANO_NODE_SOCKET_PATH environment variable. -Usage: cardano-cli shelley transaction policyid --script-file FILE +Usage: cardano-cli shelley transaction policyid --script-file FILEPATH Calculate the PolicyId from the monetary policy script. -Usage: cardano-cli shelley transaction calculate-min-fee --tx-body-file FILE - --protocol-params-file FILE +Usage: cardano-cli shelley transaction calculate-min-fee --tx-body-file FILEPATH + --protocol-params-file FILEPATH --witness-count NATURAL [--byron-witness-count NATURAL] [--reference-script-size NATURAL] [ --output-json | --output-text ] - [--out-file FILE] + [--out-file FILEPATH] [ --mainnet | --testnet-magic NATURAL ] @@ -1157,7 +1157,7 @@ Usage: cardano-cli shelley transaction calculate-min-fee --tx-body-file FILE Calculate the minimum fee for a transaction. -Usage: cardano-cli shelley transaction calculate-min-required-utxo --protocol-params-file FILE +Usage: cardano-cli shelley transaction calculate-min-required-utxo --protocol-params-file FILEPATH --tx-out ADDRESS VALUE [ --tx-out-datum-hash HASH | --tx-out-datum-hash-cbor-file CBOR_FILE @@ -1170,11 +1170,11 @@ Usage: cardano-cli shelley transaction calculate-min-required-utxo --protocol-pa | --tx-out-inline-datum-file JSON_FILE | --tx-out-inline-datum-value JSON_VALUE ] - [--tx-out-reference-script-file FILE] + [--tx-out-reference-script-file FILEPATH] Calculate the minimum required UTxO for a transaction output. -Usage: cardano-cli shelley transaction calculate-min-value --protocol-params-file FILE +Usage: cardano-cli shelley transaction calculate-min-value --protocol-params-file FILEPATH --tx-out ADDRESS VALUE [ --tx-out-datum-hash HASH | --tx-out-datum-hash-cbor-file CBOR_FILE @@ -1187,7 +1187,7 @@ Usage: cardano-cli shelley transaction calculate-min-value --protocol-params-fil | --tx-out-inline-datum-file JSON_FILE | --tx-out-inline-datum-value JSON_VALUE ] - [--tx-out-reference-script-file FILE] + [--tx-out-reference-script-file FILEPATH] DEPRECATED: Use 'calculate-min-required-utxo' instead. @@ -1200,8 +1200,8 @@ Usage: cardano-cli shelley transaction hash-script-data Calculate the hash of script data. Usage: cardano-cli shelley transaction txid - ( --tx-body-file FILE - | --tx-file FILE + ( --tx-body-file FILEPATH + | --tx-file FILEPATH ) Print a transaction identifier. @@ -1234,36 +1234,36 @@ Usage: cardano-cli allegra address key-gen [--key-output-format STRING] | --extended-key | --byron-key ] - --verification-key-file FILE - --signing-key-file FILE + --verification-key-file FILEPATH + --signing-key-file FILEPATH Create an address key pair. Usage: cardano-cli allegra address key-hash ( --payment-verification-key STRING - | --payment-verification-key-file FILE + | --payment-verification-key-file FILEPATH ) - [--out-file FILE] + [--out-file FILEPATH] Print the hash of an address key. Usage: cardano-cli allegra address build ( --payment-verification-key STRING - | --payment-verification-key-file FILE - | --payment-script-file FILE + | --payment-verification-key-file FILEPATH + | --payment-script-file FILEPATH ) [ --stake-verification-key STRING - | --stake-verification-key-file FILE + | --stake-verification-key-file FILEPATH | --stake-key-hash HASH - | --stake-script-file FILE + | --stake-script-file FILEPATH | --stake-address ADDRESS ] (--mainnet | --testnet-magic NATURAL) - [--out-file FILE] + [--out-file FILEPATH] Build a Shelley payment address, with optional delegation to a stake address. -Usage: cardano-cli allegra address info --address ADDRESS [--out-file FILE] +Usage: cardano-cli allegra address info --address ADDRESS [--out-file FILEPATH] Print information about an address. @@ -1280,13 +1280,13 @@ Usage: cardano-cli allegra key Key utility commands. -Usage: cardano-cli allegra key verification-key --signing-key-file FILE - --verification-key-file FILE +Usage: cardano-cli allegra key verification-key --signing-key-file FILEPATH + --verification-key-file FILEPATH Get a verification key from a signing key. This supports all key types. -Usage: cardano-cli allegra key non-extended-key --extended-verification-key-file FILE - --verification-key-file FILE +Usage: cardano-cli allegra key non-extended-key --extended-verification-key-file FILEPATH + --verification-key-file FILEPATH Get a non-extended verification key from an extended verification key. This supports all extended key types. @@ -1299,37 +1299,37 @@ Usage: cardano-cli allegra key convert-byron-key [--password TEXT] | --byron-genesis-delegate-key-type | --legacy-byron-genesis-delegate-key-type ) - ( --byron-signing-key-file FILE - | --byron-verification-key-file FILE + ( --byron-signing-key-file FILEPATH + | --byron-verification-key-file FILEPATH ) - --out-file FILE + --out-file FILEPATH Convert a Byron payment, genesis or genesis delegate key (signing or verification) to a corresponding Shelley-format key. Usage: cardano-cli allegra key convert-byron-genesis-vkey --byron-genesis-verification-key BASE64 - --out-file FILE + --out-file FILEPATH Convert a Base64-encoded Byron genesis verification key to a Shelley genesis verification key Usage: cardano-cli allegra key convert-itn-key - ( --itn-signing-key-file FILE - | --itn-verification-key-file FILE + ( --itn-signing-key-file FILEPATH + | --itn-verification-key-file FILEPATH ) - --out-file FILE + --out-file FILEPATH Convert an Incentivized Testnet (ITN) non-extended (Ed25519) signing or verification key to a corresponding Shelley stake key -Usage: cardano-cli allegra key convert-itn-extended-key --itn-signing-key-file FILE - --out-file FILE +Usage: cardano-cli allegra key convert-itn-extended-key --itn-signing-key-file FILEPATH + --out-file FILEPATH Convert an Incentivized Testnet (ITN) extended (Ed25519Extended) signing key to a corresponding Shelley stake signing key -Usage: cardano-cli allegra key convert-itn-bip32-key --itn-signing-key-file FILE - --out-file FILE +Usage: cardano-cli allegra key convert-itn-bip32-key --itn-signing-key-file FILEPATH + --out-file FILEPATH Convert an Incentivized Testnet (ITN) BIP32 (Ed25519Bip32) signing key to a corresponding Shelley stake signing key @@ -1343,8 +1343,8 @@ Usage: cardano-cli allegra key convert-cardano-address-key | --icarus-payment-key | --byron-payment-key ) - --signing-key-file FILE - --out-file FILE + --signing-key-file FILEPATH + --out-file FILEPATH Convert a cardano-address extended signing key to a corresponding Shelley-format key. @@ -1366,44 +1366,44 @@ Usage: cardano-cli allegra genesis Genesis block commands. -Usage: cardano-cli allegra genesis key-gen-genesis --verification-key-file FILE - --signing-key-file FILE +Usage: cardano-cli allegra genesis key-gen-genesis --verification-key-file FILEPATH + --signing-key-file FILEPATH Create a Shelley genesis key pair -Usage: cardano-cli allegra genesis key-gen-delegate --verification-key-file FILE - --signing-key-file FILE - --operational-certificate-issue-counter-file FILE +Usage: cardano-cli allegra genesis key-gen-delegate --verification-key-file FILEPATH + --signing-key-file FILEPATH + --operational-certificate-issue-counter-file FILEPATH Create a Shelley genesis delegate key pair -Usage: cardano-cli allegra genesis key-gen-utxo --verification-key-file FILE - --signing-key-file FILE +Usage: cardano-cli allegra genesis key-gen-utxo --verification-key-file FILEPATH + --signing-key-file FILEPATH Create a Shelley genesis UTxO key pair -Usage: cardano-cli allegra genesis key-hash --verification-key-file FILE +Usage: cardano-cli allegra genesis key-hash --verification-key-file FILEPATH Print the identifier (hash) of a public key -Usage: cardano-cli allegra genesis get-ver-key --verification-key-file FILE - --signing-key-file FILE +Usage: cardano-cli allegra genesis get-ver-key --verification-key-file FILEPATH + --signing-key-file FILEPATH Derive the verification key from a signing key -Usage: cardano-cli allegra genesis initial-addr --verification-key-file FILE +Usage: cardano-cli allegra genesis initial-addr --verification-key-file FILEPATH ( --mainnet | --testnet-magic NATURAL ) - [--out-file FILE] + [--out-file FILEPATH] Get the address for an initial UTxO based on the verification key -Usage: cardano-cli allegra genesis initial-txin --verification-key-file FILE +Usage: cardano-cli allegra genesis initial-txin --verification-key-file FILEPATH ( --mainnet | --testnet-magic NATURAL ) - [--out-file FILE] + [--out-file FILEPATH] Get the TxIn for an initial UTxO based on the verification key @@ -1455,14 +1455,14 @@ Usage: cardano-cli allegra genesis create-staked [--key-output-format STRING] [--bulk-pool-cred-files INT] [--bulk-pools-per-file INT] [--num-stuffed-utxo INT] - [--relay-specification-file FILE] + [--relay-specification-file FILEPATH] Create a staked Shelley genesis file from a genesis template and genesis/delegation/spending keys. -Usage: cardano-cli allegra genesis create-testnet-data [--spec-shelley FILE] - [--spec-alonzo FILE] - [--spec-conway FILE] +Usage: cardano-cli allegra genesis create-testnet-data [--spec-shelley FILEPATH] + [--spec-alonzo FILEPATH] + [--spec-conway FILEPATH] [--genesis-keys INT] [--pools INT] [ --stake-delegators INT @@ -1476,13 +1476,13 @@ Usage: cardano-cli allegra genesis create-testnet-data [--spec-shelley FILE] [--total-supply LOVELACE] [--delegated-supply LOVELACE] [--testnet-magic NATURAL] - [--relays FILE] + [--relays FILEPATH] [--start-time UTC-TIME] --out-dir DIR Create data to use for starting a testnet. -Usage: cardano-cli allegra genesis hash --genesis FILE +Usage: cardano-cli allegra genesis hash --genesis FILEPATH Compute the hash of a genesis file @@ -1500,7 +1500,7 @@ Usage: cardano-cli allegra governance create-mir-certificate ) (--stake-address ADDRESS) (--reward LOVELACE) - --out-file FILE + --out-file FILEPATH | stake-addresses | transfer-to-treasury | transfer-to-rewards @@ -1514,36 +1514,36 @@ Usage: cardano-cli allegra governance create-mir-certificate stake-addresses ) (--stake-address ADDRESS) (--reward LOVELACE) - --out-file FILE + --out-file FILEPATH Create an MIR certificate to pay stake addresses Usage: cardano-cli allegra governance create-mir-certificate transfer-to-treasury --transfer LOVELACE - --out-file FILE + --out-file FILEPATH Create an MIR certificate to transfer from the reserves pot to the treasury pot Usage: cardano-cli allegra governance create-mir-certificate transfer-to-rewards --transfer LOVELACE - --out-file FILE + --out-file FILEPATH Create an MIR certificate to transfer from the treasury pot to the reserves pot Usage: cardano-cli allegra governance create-genesis-key-delegation-certificate ( --genesis-verification-key STRING - | --genesis-verification-key-file FILE + | --genesis-verification-key-file FILEPATH | --genesis-verification-key-hash STRING ) ( --genesis-delegate-verification-key STRING - | --genesis-delegate-verification-key-file FILE + | --genesis-delegate-verification-key-file FILEPATH | --genesis-delegate-verification-key-hash STRING ) ( --vrf-verification-key STRING - | --vrf-verification-key-file FILE + | --vrf-verification-key-file FILEPATH | --vrf-verification-key-hash STRING ) - --out-file FILE + --out-file FILEPATH Create a genesis key delegation certificate @@ -1552,7 +1552,7 @@ Usage: cardano-cli allegra governance action create-protocol-parameters-update Governance action commands. Usage: cardano-cli allegra governance action create-protocol-parameters-update --epoch NATURAL - (--genesis-verification-key-file FILE) + (--genesis-verification-key-file FILEPATH) [--min-fee-linear LOVELACE] [--min-fee-constant LOVELACE] [--max-block-body-size WORD32] @@ -1573,7 +1573,7 @@ Usage: cardano-cli allegra governance action create-protocol-parameters-update - [--decentralization-parameter RATIONAL] [--protocol-major-version MAJOR --protocol-minor-version MINOR] - --out-file FILE + --out-file FILEPATH Create a protocol parameters update. @@ -1589,51 +1589,51 @@ Usage: cardano-cli allegra node Node operation commands. Usage: cardano-cli allegra node key-gen [--key-output-format STRING] - --cold-verification-key-file FILE - --cold-signing-key-file FILE - --operational-certificate-issue-counter-file FILE + --cold-verification-key-file FILEPATH + --cold-signing-key-file FILEPATH + --operational-certificate-issue-counter-file FILEPATH Create a key pair for a node operator's offline key and a new certificate issue counter Usage: cardano-cli allegra node key-gen-KES [--key-output-format STRING] - --verification-key-file FILE - --signing-key-file FILE + --verification-key-file FILEPATH + --signing-key-file FILEPATH Create a key pair for a node KES operational key Usage: cardano-cli allegra node key-gen-VRF [--key-output-format STRING] - --verification-key-file FILE - --signing-key-file FILE + --verification-key-file FILEPATH + --signing-key-file FILEPATH Create a key pair for a node VRF operational key Usage: cardano-cli allegra node key-hash-VRF ( --verification-key STRING - | --verification-key-file FILE + | --verification-key-file FILEPATH ) - [--out-file FILE] + [--out-file FILEPATH] Print hash of a node's operational VRF key. Usage: cardano-cli allegra node new-counter ( --stake-pool-verification-key STRING | --genesis-delegate-verification-key STRING - | --cold-verification-key-file FILE + | --cold-verification-key-file FILEPATH ) --counter-value INT - --operational-certificate-issue-counter-file FILE + --operational-certificate-issue-counter-file FILEPATH Create a new certificate issue counter Usage: cardano-cli allegra node issue-op-cert ( --kes-verification-key STRING - | --kes-verification-key-file FILE + | --kes-verification-key-file FILEPATH ) - --cold-signing-key-file FILE - --operational-certificate-issue-counter-file FILE + --cold-signing-key-file FILEPATH + --operational-certificate-issue-counter-file FILEPATH --kes-period NATURAL - --out-file FILE + --out-file FILEPATH Issue a node operational certificate @@ -1664,14 +1664,14 @@ Usage: cardano-cli allegra query protocol-parameters --socket-path SOCKET_PATH ( --mainnet | --testnet-magic NATURAL ) - [--out-file FILE] + [--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]] (--mainnet | --testnet-magic NATURAL) - [--out-file FILE] + [--out-file FILEPATH] Get the node's current tip (slot no, hash, block no) @@ -1682,7 +1682,7 @@ Usage: cardano-cli allegra query stake-pools --socket-path SOCKET_PATH | --testnet-magic NATURAL ) [--output-json | --output-text] - [--out-file FILE] + [--out-file FILEPATH] Get the node's current set of stake pool ids @@ -1695,7 +1695,7 @@ Usage: cardano-cli allegra query stake-distribution --socket-path SOCKET_PATH [ --output-json | --output-text ] - [--out-file FILE] + [--out-file FILEPATH] Get the node's current aggregated stake distribution @@ -1706,7 +1706,7 @@ Usage: cardano-cli allegra query stake-address-info --socket-path SOCKET_PATH ( --mainnet | --testnet-magic NATURAL ) - [--out-file FILE] + [--out-file FILEPATH] Get the current delegations and reward accounts filtered by stake address. @@ -1718,7 +1718,7 @@ Usage: cardano-cli allegra query utxo --socket-path SOCKET_PATH ) (--mainnet | --testnet-magic NATURAL) [--output-json | --output-text] - [--out-file FILE] + [--out-file FILEPATH] Get a portion of the current UTxO: by tx in, by address or the whole. @@ -1728,7 +1728,7 @@ Usage: cardano-cli allegra query ledger-state --socket-path SOCKET_PATH ( --mainnet | --testnet-magic NATURAL ) - [--out-file FILE] + [--out-file FILEPATH] Dump the current ledger state of the node (Ledger.NewEpochState -- advanced command) @@ -1739,7 +1739,7 @@ Usage: cardano-cli allegra query protocol-state --socket-path SOCKET_PATH ( --mainnet | --testnet-magic NATURAL ) - [--out-file FILE] + [--out-file FILEPATH] Dump the current protocol state of the node (Ledger.ChainDepState -- advanced command) @@ -1753,7 +1753,7 @@ Usage: cardano-cli allegra query stake-snapshot --socket-path SOCKET_PATH ( --all-stake-pools | (--stake-pool-id STAKE_POOL_ID) ) - [--out-file FILE] + [--out-file FILEPATH] Obtain the three stake snapshots for a pool, plus the total active stake (advanced command) @@ -1767,7 +1767,7 @@ Usage: cardano-cli allegra query pool-params --socket-path SOCKET_PATH ( --all-stake-pools | (--stake-pool-id STAKE_POOL_ID) ) - [--out-file FILE] + [--out-file FILEPATH] DEPRECATED. Use query pool-state instead. Dump the pool parameters (Ledger.NewEpochState.esLState._delegationState._pState._pParams -- advanced @@ -1779,17 +1779,17 @@ Usage: cardano-cli allegra query leadership-schedule --socket-path SOCKET_PATH ( --mainnet | --testnet-magic NATURAL ) - --genesis FILE + --genesis FILEPATH ( --stake-pool-verification-key STRING - | --cold-verification-key-file FILE + | --cold-verification-key-file FILEPATH | --stake-pool-id STAKE_POOL_ID ) - --vrf-signing-key-file FILE + --vrf-signing-key-file FILEPATH (--current | --next) [ --output-json | --output-text ] - [--out-file FILE] + [--out-file FILEPATH] Get the slots the node is expected to mint a block in (advanced command) @@ -1799,8 +1799,8 @@ Usage: cardano-cli allegra query kes-period-info --socket-path SOCKET_PATH ( --mainnet | --testnet-magic NATURAL ) - --op-cert-file FILE - [--out-file FILE] + --op-cert-file FILEPATH + [--out-file FILEPATH] Get information about the current KES period and your node's operational certificate. @@ -1814,7 +1814,7 @@ Usage: cardano-cli allegra query pool-state --socket-path SOCKET_PATH ( --all-stake-pools | (--stake-pool-id STAKE_POOL_ID) ) - [--out-file FILE] + [--out-file FILEPATH] Dump the pool state @@ -1825,7 +1825,7 @@ Usage: cardano-cli allegra query tx-mempool --socket-path SOCKET_PATH | --testnet-magic NATURAL ) (info | next-tx | tx-exists) - [--out-file FILE] + [--out-file FILEPATH] Local Mempool info @@ -1861,7 +1861,7 @@ Usage: cardano-cli allegra query ref-script-size --socket-path SOCKET_PATH [ --output-json | --output-text ] - [--out-file FILE] + [--out-file FILEPATH] Calculate the reference input scripts size in bytes for provided transaction inputs. @@ -1878,66 +1878,66 @@ Usage: cardano-cli allegra stake-address Stake address commands. Usage: cardano-cli allegra stake-address key-gen [--key-output-format STRING] - --verification-key-file FILE - --signing-key-file FILE + --verification-key-file FILEPATH + --signing-key-file FILEPATH Create a stake address key pair Usage: cardano-cli allegra stake-address key-hash ( --stake-verification-key STRING - | --stake-verification-key-file FILE + | --stake-verification-key-file FILEPATH ) - [--out-file FILE] + [--out-file FILEPATH] Print the hash of a stake address key Usage: cardano-cli allegra stake-address build ( --stake-verification-key STRING - | --stake-verification-key-file FILE + | --stake-verification-key-file FILEPATH | --stake-key-hash HASH - | --stake-script-file FILE + | --stake-script-file FILEPATH ) ( --mainnet | --testnet-magic NATURAL ) - [--out-file FILE] + [--out-file FILEPATH] Build a stake address Usage: cardano-cli allegra stake-address registration-certificate ( --stake-verification-key STRING - | --stake-verification-key-file FILE + | --stake-verification-key-file FILEPATH | --stake-key-hash HASH - | --stake-script-file FILE + | --stake-script-file FILEPATH | --stake-address ADDRESS ) - --out-file FILE + --out-file FILEPATH Create a stake address registration certificate Usage: cardano-cli allegra stake-address deregistration-certificate ( --stake-verification-key STRING - | --stake-verification-key-file FILE + | --stake-verification-key-file FILEPATH | --stake-key-hash HASH - | --stake-script-file FILE + | --stake-script-file FILEPATH | --stake-address ADDRESS ) - --out-file FILE + --out-file FILEPATH Create a stake address deregistration certificate Usage: cardano-cli allegra stake-address stake-delegation-certificate ( --stake-verification-key STRING - | --stake-verification-key-file FILE + | --stake-verification-key-file FILEPATH | --stake-key-hash HASH - | --stake-script-file FILE + | --stake-script-file FILEPATH | --stake-address ADDRESS ) ( --stake-pool-verification-key STRING - | --cold-verification-key-file FILE + | --cold-verification-key-file FILEPATH | --stake-pool-id STAKE_POOL_ID ) - --out-file FILE + --out-file FILEPATH Create a stake address stake delegation certificate, which when submitted in a transaction delegates stake to a stake pool. @@ -1953,19 +1953,19 @@ Usage: cardano-cli allegra stake-pool Usage: cardano-cli allegra stake-pool registration-certificate ( --stake-pool-verification-key STRING - | --cold-verification-key-file FILE + | --cold-verification-key-file FILEPATH ) ( --vrf-verification-key STRING - | --vrf-verification-key-file FILE + | --vrf-verification-key-file FILEPATH ) --pool-pledge LOVELACE --pool-cost LOVELACE --pool-margin RATIONAL ( --pool-reward-account-verification-key STRING - | --pool-reward-account-verification-key-file FILE + | --pool-reward-account-verification-key-file FILEPATH ) ( --pool-owner-verification-key STRING - | --pool-owner-stake-verification-key-file FILE + | --pool-owner-stake-verification-key-file FILEPATH ) [ [--pool-relay-ipv4 STRING] [--pool-relay-ipv6 STRING] @@ -1979,30 +1979,30 @@ Usage: cardano-cli allegra stake-pool registration-certificate ( --mainnet | --testnet-magic NATURAL ) - --out-file FILE + --out-file FILEPATH Create a stake pool registration certificate Usage: cardano-cli allegra stake-pool deregistration-certificate ( --stake-pool-verification-key STRING - | --cold-verification-key-file FILE + | --cold-verification-key-file FILEPATH ) --epoch NATURAL - --out-file FILE + --out-file FILEPATH Create a stake pool deregistration certificate Usage: cardano-cli allegra stake-pool id ( --stake-pool-verification-key STRING - | --cold-verification-key-file FILE + | --cold-verification-key-file FILEPATH ) [--output-format STRING] - [--out-file FILE] + [--out-file FILEPATH] Build pool id from the offline key -Usage: cardano-cli allegra stake-pool metadata-hash --pool-metadata-file FILE - [--out-file FILE] +Usage: cardano-cli allegra stake-pool metadata-hash --pool-metadata-file FILEPATH + [--out-file FILEPATH] Print the hash of pool metadata. @@ -2011,8 +2011,8 @@ Usage: cardano-cli allegra text-view decode-cbor Commands for dealing with Shelley TextView files. Transactions, addresses etc are stored on disk as TextView files. -Usage: cardano-cli allegra text-view decode-cbor --in-file FILE - [--out-file FILE] +Usage: cardano-cli allegra text-view decode-cbor --in-file FILEPATH + [--out-file FILEPATH] Print a TextView file as decoded CBOR. @@ -2053,7 +2053,7 @@ Usage: cardano-cli allegra transaction build-raw ) --spending-reference-tx-in-execution-units (INT, INT) | --simple-script-tx-in-reference TX-IN - | --tx-in-script-file FILE + | --tx-in-script-file FILEPATH [ ( --tx-in-datum-cbor-file CBOR_FILE | --tx-in-datum-file JSON_FILE @@ -2070,7 +2070,7 @@ Usage: cardano-cli allegra transaction build-raw [--tx-in-collateral TX-IN] [--tx-out-return-collateral ADDRESS VALUE] [--tx-total-collateral INTEGER] - [ --required-signer FILE + [ --required-signer FILEPATH | --required-signer-hash HASH ] [--tx-out ADDRESS VALUE @@ -2085,9 +2085,9 @@ Usage: cardano-cli allegra transaction build-raw | --tx-out-inline-datum-file JSON_FILE | --tx-out-inline-datum-value JSON_VALUE ] - [--tx-out-reference-script-file FILE]] + [--tx-out-reference-script-file FILEPATH]] [--mint VALUE - ( --mint-script-file FILE + ( --mint-script-file FILEPATH [ ( --mint-redeemer-cbor-file CBOR_FILE | --mint-redeemer-file JSON_FILE @@ -2110,8 +2110,8 @@ Usage: cardano-cli allegra transaction build-raw [--invalid-before SLOT] [--invalid-hereafter SLOT] --fee LOVELACE - [--certificate-file FILE - [ --certificate-script-file FILE + [--certificate-file FILEPATH + [ --certificate-script-file FILEPATH [ ( --certificate-redeemer-cbor-file CBOR_FILE | --certificate-redeemer-file JSON_FILE @@ -2129,7 +2129,7 @@ Usage: cardano-cli allegra transaction build-raw --certificate-reference-tx-in-execution-units (INT, INT) ]] [--withdrawal WITHDRAWAL - [ --withdrawal-script-file FILE + [ --withdrawal-script-file FILEPATH [ ( --withdrawal-redeemer-cbor-file CBOR_FILE | --withdrawal-redeemer-file JSON_FILE @@ -2149,13 +2149,13 @@ Usage: cardano-cli allegra transaction build-raw [ --json-metadata-no-schema | --json-metadata-detailed-schema ] - [--auxiliary-script-file FILE] - [ --metadata-json-file FILE - | --metadata-cbor-file FILE + [--auxiliary-script-file FILEPATH] + [ --metadata-json-file FILEPATH + | --metadata-cbor-file FILEPATH ] - [--protocol-params-file FILE] - [--update-proposal-file FILE] - --out-file FILE + [--protocol-params-file FILEPATH] + [--update-proposal-file FILEPATH] + --out-file FILEPATH Build a transaction (low-level, inconvenient) @@ -2186,7 +2186,7 @@ Usage: cardano-cli allegra transaction build --socket-path SOCKET_PATH | --spending-reference-tx-in-redeemer-value JSON_VALUE ) | --simple-script-tx-in-reference TX-IN - | --tx-in-script-file FILE + | --tx-in-script-file FILEPATH [ ( --tx-in-datum-cbor-file CBOR_FILE | --tx-in-datum-file JSON_FILE @@ -2199,7 +2199,7 @@ Usage: cardano-cli allegra transaction build --socket-path SOCKET_PATH )] ]) [--read-only-tx-in-reference TX-IN] - [ --required-signer FILE + [ --required-signer FILEPATH | --required-signer-hash HASH ] [--tx-in-collateral TX-IN] @@ -2217,10 +2217,10 @@ Usage: cardano-cli allegra transaction build --socket-path SOCKET_PATH | --tx-out-inline-datum-file JSON_FILE | --tx-out-inline-datum-value JSON_VALUE ] - [--tx-out-reference-script-file FILE]] + [--tx-out-reference-script-file FILEPATH]] --change-address ADDRESS [--mint VALUE - ( --mint-script-file FILE + ( --mint-script-file FILEPATH [ --mint-redeemer-cbor-file CBOR_FILE | --mint-redeemer-file JSON_FILE | --mint-redeemer-value JSON_VALUE @@ -2239,8 +2239,8 @@ Usage: cardano-cli allegra transaction build --socket-path SOCKET_PATH )] [--invalid-before SLOT] [--invalid-hereafter SLOT] - [--certificate-file FILE - [ --certificate-script-file FILE + [--certificate-file FILEPATH + [ --certificate-script-file FILEPATH [ --certificate-redeemer-cbor-file CBOR_FILE | --certificate-redeemer-file JSON_FILE | --certificate-redeemer-value JSON_VALUE @@ -2255,7 +2255,7 @@ Usage: cardano-cli allegra transaction build --socket-path SOCKET_PATH ) ]] [--withdrawal WITHDRAWAL - [ --withdrawal-script-file FILE + [ --withdrawal-script-file FILEPATH [ --withdrawal-redeemer-cbor-file CBOR_FILE | --withdrawal-redeemer-file JSON_FILE | --withdrawal-redeemer-value JSON_VALUE @@ -2272,13 +2272,13 @@ Usage: cardano-cli allegra transaction build --socket-path SOCKET_PATH [ --json-metadata-no-schema | --json-metadata-detailed-schema ] - [--auxiliary-script-file FILE] - [ --metadata-json-file FILE - | --metadata-cbor-file FILE + [--auxiliary-script-file FILEPATH] + [ --metadata-json-file FILEPATH + | --metadata-cbor-file FILEPATH ] - [--update-proposal-file FILE] - ( --out-file FILE - | --calculate-plutus-script-cost FILE + [--update-proposal-file FILEPATH] + ( --out-file FILEPATH + | --calculate-plutus-script-cost FILEPATH ) Build a balanced transaction (automatically calculates fees) @@ -2286,37 +2286,37 @@ Usage: cardano-cli allegra 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 Usage: cardano-cli allegra transaction sign - ( --tx-body-file FILE - | --tx-file FILE + ( --tx-body-file FILEPATH + | --tx-file FILEPATH ) - [--signing-key-file FILE + [--signing-key-file FILEPATH [--address STRING]] [ --mainnet | --testnet-magic NATURAL ] - --out-file FILE + --out-file FILEPATH Sign a transaction -Usage: cardano-cli allegra transaction witness --tx-body-file FILE - --signing-key-file FILE +Usage: cardano-cli allegra transaction witness --tx-body-file FILEPATH + --signing-key-file FILEPATH [--address STRING] [ --mainnet | --testnet-magic NATURAL ] - --out-file FILE + --out-file FILEPATH Create a transaction witness -Usage: cardano-cli allegra transaction assemble --tx-body-file FILE - [--witness-file FILE] - --out-file FILE +Usage: cardano-cli allegra transaction assemble --tx-body-file FILEPATH + [--witness-file FILEPATH] + --out-file FILEPATH Assemble a tx body and witness(es) to form a transaction -Usage: cardano-cli allegra transaction sign-witness --tx-body-file FILE - [--witness-file FILE] - --out-file FILE +Usage: cardano-cli allegra transaction sign-witness --tx-body-file FILEPATH + [--witness-file FILEPATH] + --out-file FILEPATH Assemble a tx body and witness(es) to form a transaction @@ -2326,24 +2326,24 @@ Usage: cardano-cli allegra transaction submit --socket-path SOCKET_PATH ( --mainnet | --testnet-magic NATURAL ) - --tx-file FILE + --tx-file FILEPATH Submit a transaction to the local node whose Unix domain socket is obtained from the CARDANO_NODE_SOCKET_PATH environment variable. -Usage: cardano-cli allegra transaction policyid --script-file FILE +Usage: cardano-cli allegra transaction policyid --script-file FILEPATH Calculate the PolicyId from the monetary policy script. -Usage: cardano-cli allegra transaction calculate-min-fee --tx-body-file FILE - --protocol-params-file FILE +Usage: cardano-cli allegra transaction calculate-min-fee --tx-body-file FILEPATH + --protocol-params-file FILEPATH --witness-count NATURAL [--byron-witness-count NATURAL] [--reference-script-size NATURAL] [ --output-json | --output-text ] - [--out-file FILE] + [--out-file FILEPATH] [ --mainnet | --testnet-magic NATURAL ] @@ -2352,7 +2352,7 @@ Usage: cardano-cli allegra transaction calculate-min-fee --tx-body-file FILE Calculate the minimum fee for a transaction. -Usage: cardano-cli allegra transaction calculate-min-required-utxo --protocol-params-file FILE +Usage: cardano-cli allegra transaction calculate-min-required-utxo --protocol-params-file FILEPATH --tx-out ADDRESS VALUE [ --tx-out-datum-hash HASH | --tx-out-datum-hash-cbor-file CBOR_FILE @@ -2365,11 +2365,11 @@ Usage: cardano-cli allegra transaction calculate-min-required-utxo --protocol-pa | --tx-out-inline-datum-file JSON_FILE | --tx-out-inline-datum-value JSON_VALUE ] - [--tx-out-reference-script-file FILE] + [--tx-out-reference-script-file FILEPATH] Calculate the minimum required UTxO for a transaction output. -Usage: cardano-cli allegra transaction calculate-min-value --protocol-params-file FILE +Usage: cardano-cli allegra transaction calculate-min-value --protocol-params-file FILEPATH --tx-out ADDRESS VALUE [ --tx-out-datum-hash HASH | --tx-out-datum-hash-cbor-file CBOR_FILE @@ -2382,7 +2382,7 @@ Usage: cardano-cli allegra transaction calculate-min-value --protocol-params-fil | --tx-out-inline-datum-file JSON_FILE | --tx-out-inline-datum-value JSON_VALUE ] - [--tx-out-reference-script-file FILE] + [--tx-out-reference-script-file FILEPATH] DEPRECATED: Use 'calculate-min-required-utxo' instead. @@ -2395,8 +2395,8 @@ Usage: cardano-cli allegra transaction hash-script-data Calculate the hash of script data. Usage: cardano-cli allegra transaction txid - ( --tx-body-file FILE - | --tx-file FILE + ( --tx-body-file FILEPATH + | --tx-file FILEPATH ) Print a transaction identifier. @@ -2429,36 +2429,36 @@ Usage: cardano-cli mary address key-gen [--key-output-format STRING] | --extended-key | --byron-key ] - --verification-key-file FILE - --signing-key-file FILE + --verification-key-file FILEPATH + --signing-key-file FILEPATH Create an address key pair. Usage: cardano-cli mary address key-hash ( --payment-verification-key STRING - | --payment-verification-key-file FILE + | --payment-verification-key-file FILEPATH ) - [--out-file FILE] + [--out-file FILEPATH] Print the hash of an address key. Usage: cardano-cli mary address build ( --payment-verification-key STRING - | --payment-verification-key-file FILE - | --payment-script-file FILE + | --payment-verification-key-file FILEPATH + | --payment-script-file FILEPATH ) [ --stake-verification-key STRING - | --stake-verification-key-file FILE + | --stake-verification-key-file FILEPATH | --stake-key-hash HASH - | --stake-script-file FILE + | --stake-script-file FILEPATH | --stake-address ADDRESS ] (--mainnet | --testnet-magic NATURAL) - [--out-file FILE] + [--out-file FILEPATH] Build a Shelley payment address, with optional delegation to a stake address. -Usage: cardano-cli mary address info --address ADDRESS [--out-file FILE] +Usage: cardano-cli mary address info --address ADDRESS [--out-file FILEPATH] Print information about an address. @@ -2475,13 +2475,13 @@ Usage: cardano-cli mary key Key utility commands. -Usage: cardano-cli mary key verification-key --signing-key-file FILE - --verification-key-file FILE +Usage: cardano-cli mary key verification-key --signing-key-file FILEPATH + --verification-key-file FILEPATH Get a verification key from a signing key. This supports all key types. -Usage: cardano-cli mary key non-extended-key --extended-verification-key-file FILE - --verification-key-file FILE +Usage: cardano-cli mary key non-extended-key --extended-verification-key-file FILEPATH + --verification-key-file FILEPATH Get a non-extended verification key from an extended verification key. This supports all extended key types. @@ -2494,37 +2494,37 @@ Usage: cardano-cli mary key convert-byron-key [--password TEXT] | --byron-genesis-delegate-key-type | --legacy-byron-genesis-delegate-key-type ) - ( --byron-signing-key-file FILE - | --byron-verification-key-file FILE + ( --byron-signing-key-file FILEPATH + | --byron-verification-key-file FILEPATH ) - --out-file FILE + --out-file FILEPATH Convert a Byron payment, genesis or genesis delegate key (signing or verification) to a corresponding Shelley-format key. Usage: cardano-cli mary key convert-byron-genesis-vkey --byron-genesis-verification-key BASE64 - --out-file FILE + --out-file FILEPATH Convert a Base64-encoded Byron genesis verification key to a Shelley genesis verification key Usage: cardano-cli mary key convert-itn-key - ( --itn-signing-key-file FILE - | --itn-verification-key-file FILE + ( --itn-signing-key-file FILEPATH + | --itn-verification-key-file FILEPATH ) - --out-file FILE + --out-file FILEPATH Convert an Incentivized Testnet (ITN) non-extended (Ed25519) signing or verification key to a corresponding Shelley stake key -Usage: cardano-cli mary key convert-itn-extended-key --itn-signing-key-file FILE - --out-file FILE +Usage: cardano-cli mary key convert-itn-extended-key --itn-signing-key-file FILEPATH + --out-file FILEPATH Convert an Incentivized Testnet (ITN) extended (Ed25519Extended) signing key to a corresponding Shelley stake signing key -Usage: cardano-cli mary key convert-itn-bip32-key --itn-signing-key-file FILE - --out-file FILE +Usage: cardano-cli mary key convert-itn-bip32-key --itn-signing-key-file FILEPATH + --out-file FILEPATH Convert an Incentivized Testnet (ITN) BIP32 (Ed25519Bip32) signing key to a corresponding Shelley stake signing key @@ -2538,8 +2538,8 @@ Usage: cardano-cli mary key convert-cardano-address-key | --icarus-payment-key | --byron-payment-key ) - --signing-key-file FILE - --out-file FILE + --signing-key-file FILEPATH + --out-file FILEPATH Convert a cardano-address extended signing key to a corresponding Shelley-format key. @@ -2561,44 +2561,44 @@ Usage: cardano-cli mary genesis Genesis block commands. -Usage: cardano-cli mary genesis key-gen-genesis --verification-key-file FILE - --signing-key-file FILE +Usage: cardano-cli mary genesis key-gen-genesis --verification-key-file FILEPATH + --signing-key-file FILEPATH Create a Shelley genesis key pair -Usage: cardano-cli mary genesis key-gen-delegate --verification-key-file FILE - --signing-key-file FILE - --operational-certificate-issue-counter-file FILE +Usage: cardano-cli mary genesis key-gen-delegate --verification-key-file FILEPATH + --signing-key-file FILEPATH + --operational-certificate-issue-counter-file FILEPATH Create a Shelley genesis delegate key pair -Usage: cardano-cli mary genesis key-gen-utxo --verification-key-file FILE - --signing-key-file FILE +Usage: cardano-cli mary genesis key-gen-utxo --verification-key-file FILEPATH + --signing-key-file FILEPATH Create a Shelley genesis UTxO key pair -Usage: cardano-cli mary genesis key-hash --verification-key-file FILE +Usage: cardano-cli mary genesis key-hash --verification-key-file FILEPATH Print the identifier (hash) of a public key -Usage: cardano-cli mary genesis get-ver-key --verification-key-file FILE - --signing-key-file FILE +Usage: cardano-cli mary genesis get-ver-key --verification-key-file FILEPATH + --signing-key-file FILEPATH Derive the verification key from a signing key -Usage: cardano-cli mary genesis initial-addr --verification-key-file FILE +Usage: cardano-cli mary genesis initial-addr --verification-key-file FILEPATH ( --mainnet | --testnet-magic NATURAL ) - [--out-file FILE] + [--out-file FILEPATH] Get the address for an initial UTxO based on the verification key -Usage: cardano-cli mary genesis initial-txin --verification-key-file FILE +Usage: cardano-cli mary genesis initial-txin --verification-key-file FILEPATH ( --mainnet | --testnet-magic NATURAL ) - [--out-file FILE] + [--out-file FILEPATH] Get the TxIn for an initial UTxO based on the verification key @@ -2648,14 +2648,14 @@ Usage: cardano-cli mary genesis create-staked [--key-output-format STRING] [--bulk-pool-cred-files INT] [--bulk-pools-per-file INT] [--num-stuffed-utxo INT] - [--relay-specification-file FILE] + [--relay-specification-file FILEPATH] Create a staked Shelley genesis file from a genesis template and genesis/delegation/spending keys. -Usage: cardano-cli mary genesis create-testnet-data [--spec-shelley FILE] - [--spec-alonzo FILE] - [--spec-conway FILE] +Usage: cardano-cli mary genesis create-testnet-data [--spec-shelley FILEPATH] + [--spec-alonzo FILEPATH] + [--spec-conway FILEPATH] [--genesis-keys INT] [--pools INT] [ --stake-delegators INT @@ -2669,13 +2669,13 @@ Usage: cardano-cli mary genesis create-testnet-data [--spec-shelley FILE] [--total-supply LOVELACE] [--delegated-supply LOVELACE] [--testnet-magic NATURAL] - [--relays FILE] + [--relays FILEPATH] [--start-time UTC-TIME] --out-dir DIR Create data to use for starting a testnet. -Usage: cardano-cli mary genesis hash --genesis FILE +Usage: cardano-cli mary genesis hash --genesis FILEPATH Compute the hash of a genesis file @@ -2693,7 +2693,7 @@ Usage: cardano-cli mary governance create-mir-certificate ) (--stake-address ADDRESS) (--reward LOVELACE) - --out-file FILE + --out-file FILEPATH | stake-addresses | transfer-to-treasury | transfer-to-rewards @@ -2707,36 +2707,36 @@ Usage: cardano-cli mary governance create-mir-certificate stake-addresses ) (--stake-address ADDRESS) (--reward LOVELACE) - --out-file FILE + --out-file FILEPATH Create an MIR certificate to pay stake addresses Usage: cardano-cli mary governance create-mir-certificate transfer-to-treasury --transfer LOVELACE - --out-file FILE + --out-file FILEPATH Create an MIR certificate to transfer from the reserves pot to the treasury pot Usage: cardano-cli mary governance create-mir-certificate transfer-to-rewards --transfer LOVELACE - --out-file FILE + --out-file FILEPATH Create an MIR certificate to transfer from the treasury pot to the reserves pot Usage: cardano-cli mary governance create-genesis-key-delegation-certificate ( --genesis-verification-key STRING - | --genesis-verification-key-file FILE + | --genesis-verification-key-file FILEPATH | --genesis-verification-key-hash STRING ) ( --genesis-delegate-verification-key STRING - | --genesis-delegate-verification-key-file FILE + | --genesis-delegate-verification-key-file FILEPATH | --genesis-delegate-verification-key-hash STRING ) ( --vrf-verification-key STRING - | --vrf-verification-key-file FILE + | --vrf-verification-key-file FILEPATH | --vrf-verification-key-hash STRING ) - --out-file FILE + --out-file FILEPATH Create a genesis key delegation certificate @@ -2745,7 +2745,7 @@ Usage: cardano-cli mary governance action create-protocol-parameters-update Governance action commands. Usage: cardano-cli mary governance action create-protocol-parameters-update --epoch NATURAL - (--genesis-verification-key-file FILE) + (--genesis-verification-key-file FILEPATH) [--min-fee-linear LOVELACE] [--min-fee-constant LOVELACE] [--max-block-body-size WORD32] @@ -2766,7 +2766,7 @@ Usage: cardano-cli mary governance action create-protocol-parameters-update --ep [--decentralization-parameter RATIONAL] [--protocol-major-version MAJOR --protocol-minor-version MINOR] - --out-file FILE + --out-file FILEPATH Create a protocol parameters update. @@ -2782,51 +2782,51 @@ Usage: cardano-cli mary node Node operation commands. Usage: cardano-cli mary node key-gen [--key-output-format STRING] - --cold-verification-key-file FILE - --cold-signing-key-file FILE - --operational-certificate-issue-counter-file FILE + --cold-verification-key-file FILEPATH + --cold-signing-key-file FILEPATH + --operational-certificate-issue-counter-file FILEPATH Create a key pair for a node operator's offline key and a new certificate issue counter Usage: cardano-cli mary node key-gen-KES [--key-output-format STRING] - --verification-key-file FILE - --signing-key-file FILE + --verification-key-file FILEPATH + --signing-key-file FILEPATH Create a key pair for a node KES operational key Usage: cardano-cli mary node key-gen-VRF [--key-output-format STRING] - --verification-key-file FILE - --signing-key-file FILE + --verification-key-file FILEPATH + --signing-key-file FILEPATH Create a key pair for a node VRF operational key Usage: cardano-cli mary node key-hash-VRF ( --verification-key STRING - | --verification-key-file FILE + | --verification-key-file FILEPATH ) - [--out-file FILE] + [--out-file FILEPATH] Print hash of a node's operational VRF key. Usage: cardano-cli mary node new-counter ( --stake-pool-verification-key STRING | --genesis-delegate-verification-key STRING - | --cold-verification-key-file FILE + | --cold-verification-key-file FILEPATH ) --counter-value INT - --operational-certificate-issue-counter-file FILE + --operational-certificate-issue-counter-file FILEPATH Create a new certificate issue counter Usage: cardano-cli mary node issue-op-cert ( --kes-verification-key STRING - | --kes-verification-key-file FILE + | --kes-verification-key-file FILEPATH ) - --cold-signing-key-file FILE - --operational-certificate-issue-counter-file FILE + --cold-signing-key-file FILEPATH + --operational-certificate-issue-counter-file FILEPATH --kes-period NATURAL - --out-file FILE + --out-file FILEPATH Issue a node operational certificate @@ -2857,14 +2857,14 @@ Usage: cardano-cli mary query protocol-parameters --socket-path SOCKET_PATH ( --mainnet | --testnet-magic NATURAL ) - [--out-file FILE] + [--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]] (--mainnet | --testnet-magic NATURAL) - [--out-file FILE] + [--out-file FILEPATH] Get the node's current tip (slot no, hash, block no) @@ -2875,7 +2875,7 @@ Usage: cardano-cli mary query stake-pools --socket-path SOCKET_PATH | --testnet-magic NATURAL ) [--output-json | --output-text] - [--out-file FILE] + [--out-file FILEPATH] Get the node's current set of stake pool ids @@ -2888,7 +2888,7 @@ Usage: cardano-cli mary query stake-distribution --socket-path SOCKET_PATH [ --output-json | --output-text ] - [--out-file FILE] + [--out-file FILEPATH] Get the node's current aggregated stake distribution @@ -2899,7 +2899,7 @@ Usage: cardano-cli mary query stake-address-info --socket-path SOCKET_PATH ( --mainnet | --testnet-magic NATURAL ) - [--out-file FILE] + [--out-file FILEPATH] Get the current delegations and reward accounts filtered by stake address. @@ -2911,7 +2911,7 @@ Usage: cardano-cli mary query utxo --socket-path SOCKET_PATH ) (--mainnet | --testnet-magic NATURAL) [--output-json | --output-text] - [--out-file FILE] + [--out-file FILEPATH] Get a portion of the current UTxO: by tx in, by address or the whole. @@ -2921,7 +2921,7 @@ Usage: cardano-cli mary query ledger-state --socket-path SOCKET_PATH ( --mainnet | --testnet-magic NATURAL ) - [--out-file FILE] + [--out-file FILEPATH] Dump the current ledger state of the node (Ledger.NewEpochState -- advanced command) @@ -2932,7 +2932,7 @@ Usage: cardano-cli mary query protocol-state --socket-path SOCKET_PATH ( --mainnet | --testnet-magic NATURAL ) - [--out-file FILE] + [--out-file FILEPATH] Dump the current protocol state of the node (Ledger.ChainDepState -- advanced command) @@ -2946,7 +2946,7 @@ Usage: cardano-cli mary query stake-snapshot --socket-path SOCKET_PATH ( --all-stake-pools | (--stake-pool-id STAKE_POOL_ID) ) - [--out-file FILE] + [--out-file FILEPATH] Obtain the three stake snapshots for a pool, plus the total active stake (advanced command) @@ -2960,7 +2960,7 @@ Usage: cardano-cli mary query pool-params --socket-path SOCKET_PATH ( --all-stake-pools | (--stake-pool-id STAKE_POOL_ID) ) - [--out-file FILE] + [--out-file FILEPATH] DEPRECATED. Use query pool-state instead. Dump the pool parameters (Ledger.NewEpochState.esLState._delegationState._pState._pParams -- advanced @@ -2972,17 +2972,17 @@ Usage: cardano-cli mary query leadership-schedule --socket-path SOCKET_PATH ( --mainnet | --testnet-magic NATURAL ) - --genesis FILE + --genesis FILEPATH ( --stake-pool-verification-key STRING - | --cold-verification-key-file FILE + | --cold-verification-key-file FILEPATH | --stake-pool-id STAKE_POOL_ID ) - --vrf-signing-key-file FILE + --vrf-signing-key-file FILEPATH (--current | --next) [ --output-json | --output-text ] - [--out-file FILE] + [--out-file FILEPATH] Get the slots the node is expected to mint a block in (advanced command) @@ -2992,8 +2992,8 @@ Usage: cardano-cli mary query kes-period-info --socket-path SOCKET_PATH ( --mainnet | --testnet-magic NATURAL ) - --op-cert-file FILE - [--out-file FILE] + --op-cert-file FILEPATH + [--out-file FILEPATH] Get information about the current KES period and your node's operational certificate. @@ -3005,7 +3005,7 @@ Usage: cardano-cli mary query pool-state --socket-path SOCKET_PATH ( --all-stake-pools | (--stake-pool-id STAKE_POOL_ID) ) - [--out-file FILE] + [--out-file FILEPATH] Dump the pool state @@ -3014,7 +3014,7 @@ Usage: cardano-cli mary query tx-mempool --socket-path SOCKET_PATH [--epoch-slots SLOTS]] (--mainnet | --testnet-magic NATURAL) (info | next-tx | tx-exists) - [--out-file FILE] + [--out-file FILEPATH] Local Mempool info @@ -3048,7 +3048,7 @@ Usage: cardano-cli mary query ref-script-size --socket-path SOCKET_PATH | --testnet-magic NATURAL ) [--output-json | --output-text] - [--out-file FILE] + [--out-file FILEPATH] Calculate the reference input scripts size in bytes for provided transaction inputs. @@ -3065,66 +3065,66 @@ Usage: cardano-cli mary stake-address Stake address commands. Usage: cardano-cli mary stake-address key-gen [--key-output-format STRING] - --verification-key-file FILE - --signing-key-file FILE + --verification-key-file FILEPATH + --signing-key-file FILEPATH Create a stake address key pair Usage: cardano-cli mary stake-address key-hash ( --stake-verification-key STRING - | --stake-verification-key-file FILE + | --stake-verification-key-file FILEPATH ) - [--out-file FILE] + [--out-file FILEPATH] Print the hash of a stake address key Usage: cardano-cli mary stake-address build ( --stake-verification-key STRING - | --stake-verification-key-file FILE + | --stake-verification-key-file FILEPATH | --stake-key-hash HASH - | --stake-script-file FILE + | --stake-script-file FILEPATH ) ( --mainnet | --testnet-magic NATURAL ) - [--out-file FILE] + [--out-file FILEPATH] Build a stake address Usage: cardano-cli mary stake-address registration-certificate ( --stake-verification-key STRING - | --stake-verification-key-file FILE + | --stake-verification-key-file FILEPATH | --stake-key-hash HASH - | --stake-script-file FILE + | --stake-script-file FILEPATH | --stake-address ADDRESS ) - --out-file FILE + --out-file FILEPATH Create a stake address registration certificate Usage: cardano-cli mary stake-address deregistration-certificate ( --stake-verification-key STRING - | --stake-verification-key-file FILE + | --stake-verification-key-file FILEPATH | --stake-key-hash HASH - | --stake-script-file FILE + | --stake-script-file FILEPATH | --stake-address ADDRESS ) - --out-file FILE + --out-file FILEPATH Create a stake address deregistration certificate Usage: cardano-cli mary stake-address stake-delegation-certificate ( --stake-verification-key STRING - | --stake-verification-key-file FILE + | --stake-verification-key-file FILEPATH | --stake-key-hash HASH - | --stake-script-file FILE + | --stake-script-file FILEPATH | --stake-address ADDRESS ) ( --stake-pool-verification-key STRING - | --cold-verification-key-file FILE + | --cold-verification-key-file FILEPATH | --stake-pool-id STAKE_POOL_ID ) - --out-file FILE + --out-file FILEPATH Create a stake address stake delegation certificate, which when submitted in a transaction delegates stake to a stake pool. @@ -3140,19 +3140,19 @@ Usage: cardano-cli mary stake-pool Usage: cardano-cli mary stake-pool registration-certificate ( --stake-pool-verification-key STRING - | --cold-verification-key-file FILE + | --cold-verification-key-file FILEPATH ) ( --vrf-verification-key STRING - | --vrf-verification-key-file FILE + | --vrf-verification-key-file FILEPATH ) --pool-pledge LOVELACE --pool-cost LOVELACE --pool-margin RATIONAL ( --pool-reward-account-verification-key STRING - | --pool-reward-account-verification-key-file FILE + | --pool-reward-account-verification-key-file FILEPATH ) ( --pool-owner-verification-key STRING - | --pool-owner-stake-verification-key-file FILE + | --pool-owner-stake-verification-key-file FILEPATH ) [ [--pool-relay-ipv4 STRING] [--pool-relay-ipv6 STRING] @@ -3166,30 +3166,30 @@ Usage: cardano-cli mary stake-pool registration-certificate ( --mainnet | --testnet-magic NATURAL ) - --out-file FILE + --out-file FILEPATH Create a stake pool registration certificate Usage: cardano-cli mary stake-pool deregistration-certificate ( --stake-pool-verification-key STRING - | --cold-verification-key-file FILE + | --cold-verification-key-file FILEPATH ) --epoch NATURAL - --out-file FILE + --out-file FILEPATH Create a stake pool deregistration certificate Usage: cardano-cli mary stake-pool id ( --stake-pool-verification-key STRING - | --cold-verification-key-file FILE + | --cold-verification-key-file FILEPATH ) [--output-format STRING] - [--out-file FILE] + [--out-file FILEPATH] Build pool id from the offline key -Usage: cardano-cli mary stake-pool metadata-hash --pool-metadata-file FILE - [--out-file FILE] +Usage: cardano-cli mary stake-pool metadata-hash --pool-metadata-file FILEPATH + [--out-file FILEPATH] Print the hash of pool metadata. @@ -3198,7 +3198,8 @@ Usage: cardano-cli mary text-view decode-cbor Commands for dealing with Shelley TextView files. Transactions, addresses etc are stored on disk as TextView files. -Usage: cardano-cli mary text-view decode-cbor --in-file FILE [--out-file FILE] +Usage: cardano-cli mary text-view decode-cbor --in-file FILEPATH + [--out-file FILEPATH] Print a TextView file as decoded CBOR. @@ -3240,7 +3241,7 @@ Usage: cardano-cli mary transaction build-raw ) --spending-reference-tx-in-execution-units (INT, INT) | --simple-script-tx-in-reference TX-IN - | --tx-in-script-file FILE + | --tx-in-script-file FILEPATH [ ( --tx-in-datum-cbor-file CBOR_FILE | --tx-in-datum-file JSON_FILE @@ -3257,7 +3258,7 @@ Usage: cardano-cli mary transaction build-raw [--tx-in-collateral TX-IN] [--tx-out-return-collateral ADDRESS VALUE] [--tx-total-collateral INTEGER] - [ --required-signer FILE + [ --required-signer FILEPATH | --required-signer-hash HASH ] [--tx-out ADDRESS VALUE @@ -3272,9 +3273,9 @@ Usage: cardano-cli mary transaction build-raw | --tx-out-inline-datum-file JSON_FILE | --tx-out-inline-datum-value JSON_VALUE ] - [--tx-out-reference-script-file FILE]] + [--tx-out-reference-script-file FILEPATH]] [--mint VALUE - ( --mint-script-file FILE + ( --mint-script-file FILEPATH [ ( --mint-redeemer-cbor-file CBOR_FILE | --mint-redeemer-file JSON_FILE @@ -3297,8 +3298,8 @@ Usage: cardano-cli mary transaction build-raw [--invalid-before SLOT] [--invalid-hereafter SLOT] --fee LOVELACE - [--certificate-file FILE - [ --certificate-script-file FILE + [--certificate-file FILEPATH + [ --certificate-script-file FILEPATH [ ( --certificate-redeemer-cbor-file CBOR_FILE | --certificate-redeemer-file JSON_FILE @@ -3316,7 +3317,7 @@ Usage: cardano-cli mary transaction build-raw --certificate-reference-tx-in-execution-units (INT, INT) ]] [--withdrawal WITHDRAWAL - [ --withdrawal-script-file FILE + [ --withdrawal-script-file FILEPATH [ ( --withdrawal-redeemer-cbor-file CBOR_FILE | --withdrawal-redeemer-file JSON_FILE @@ -3336,13 +3337,13 @@ Usage: cardano-cli mary transaction build-raw [ --json-metadata-no-schema | --json-metadata-detailed-schema ] - [--auxiliary-script-file FILE] - [ --metadata-json-file FILE - | --metadata-cbor-file FILE + [--auxiliary-script-file FILEPATH] + [ --metadata-json-file FILEPATH + | --metadata-cbor-file FILEPATH ] - [--protocol-params-file FILE] - [--update-proposal-file FILE] - --out-file FILE + [--protocol-params-file FILEPATH] + [--update-proposal-file FILEPATH] + --out-file FILEPATH Build a transaction (low-level, inconvenient) @@ -3371,7 +3372,7 @@ Usage: cardano-cli mary transaction build --socket-path SOCKET_PATH | --spending-reference-tx-in-redeemer-value JSON_VALUE ) | --simple-script-tx-in-reference TX-IN - | --tx-in-script-file FILE + | --tx-in-script-file FILEPATH [ ( --tx-in-datum-cbor-file CBOR_FILE | --tx-in-datum-file JSON_FILE @@ -3384,7 +3385,7 @@ Usage: cardano-cli mary transaction build --socket-path SOCKET_PATH )] ]) [--read-only-tx-in-reference TX-IN] - [ --required-signer FILE + [ --required-signer FILEPATH | --required-signer-hash HASH ] [--tx-in-collateral TX-IN] @@ -3402,10 +3403,10 @@ Usage: cardano-cli mary transaction build --socket-path SOCKET_PATH | --tx-out-inline-datum-file JSON_FILE | --tx-out-inline-datum-value JSON_VALUE ] - [--tx-out-reference-script-file FILE]] + [--tx-out-reference-script-file FILEPATH]] --change-address ADDRESS [--mint VALUE - ( --mint-script-file FILE + ( --mint-script-file FILEPATH [ --mint-redeemer-cbor-file CBOR_FILE | --mint-redeemer-file JSON_FILE | --mint-redeemer-value JSON_VALUE @@ -3424,8 +3425,8 @@ Usage: cardano-cli mary transaction build --socket-path SOCKET_PATH )] [--invalid-before SLOT] [--invalid-hereafter SLOT] - [--certificate-file FILE - [ --certificate-script-file FILE + [--certificate-file FILEPATH + [ --certificate-script-file FILEPATH [ --certificate-redeemer-cbor-file CBOR_FILE | --certificate-redeemer-file JSON_FILE | --certificate-redeemer-value JSON_VALUE @@ -3440,7 +3441,7 @@ Usage: cardano-cli mary transaction build --socket-path SOCKET_PATH ) ]] [--withdrawal WITHDRAWAL - [ --withdrawal-script-file FILE + [ --withdrawal-script-file FILEPATH [ --withdrawal-redeemer-cbor-file CBOR_FILE | --withdrawal-redeemer-file JSON_FILE | --withdrawal-redeemer-value JSON_VALUE @@ -3457,13 +3458,13 @@ Usage: cardano-cli mary transaction build --socket-path SOCKET_PATH [ --json-metadata-no-schema | --json-metadata-detailed-schema ] - [--auxiliary-script-file FILE] - [ --metadata-json-file FILE - | --metadata-cbor-file FILE + [--auxiliary-script-file FILEPATH] + [ --metadata-json-file FILEPATH + | --metadata-cbor-file FILEPATH ] - [--update-proposal-file FILE] - ( --out-file FILE - | --calculate-plutus-script-cost FILE + [--update-proposal-file FILEPATH] + ( --out-file FILEPATH + | --calculate-plutus-script-cost FILEPATH ) Build a balanced transaction (automatically calculates fees) @@ -3476,7 +3477,7 @@ Usage: cardano-cli mary transaction build-estimate ] --shelley-key-witnesses INT [--byron-key-witnesses Int] - --protocol-params-file FILE + --protocol-params-file FILEPATH --total-utxo-value VALUE (--tx-in TX-IN [ --spending-tx-in-reference TX-IN @@ -3494,7 +3495,7 @@ Usage: cardano-cli mary transaction build-estimate ) --spending-reference-tx-in-execution-units (INT, INT) | --simple-script-tx-in-reference TX-IN - | --tx-in-script-file FILE + | --tx-in-script-file FILEPATH [ ( --tx-in-datum-cbor-file CBOR_FILE | --tx-in-datum-file JSON_FILE @@ -3508,7 +3509,7 @@ Usage: cardano-cli mary transaction build-estimate --tx-in-execution-units (INT, INT)] ]) [--read-only-tx-in-reference TX-IN] - [ --required-signer FILE + [ --required-signer FILEPATH | --required-signer-hash HASH ] [--tx-in-collateral TX-IN] @@ -3525,10 +3526,10 @@ Usage: cardano-cli mary transaction build-estimate | --tx-out-inline-datum-file JSON_FILE | --tx-out-inline-datum-value JSON_VALUE ] - [--tx-out-reference-script-file FILE]] + [--tx-out-reference-script-file FILEPATH]] --change-address ADDRESS [--mint VALUE - ( --mint-script-file FILE + ( --mint-script-file FILEPATH [ ( --mint-redeemer-cbor-file CBOR_FILE | --mint-redeemer-file JSON_FILE @@ -3550,8 +3551,9 @@ Usage: cardano-cli mary transaction build-estimate )] [--invalid-before SLOT] [--invalid-hereafter SLOT] - [--certificate-file FILE - [ --certificate-script-file FILE + [ + --certificate-file FILEPATH + [ --certificate-script-file FILEPATH [ ( --certificate-redeemer-cbor-file CBOR_FILE | --certificate-redeemer-file JSON_FILE @@ -3569,7 +3571,7 @@ Usage: cardano-cli mary transaction build-estimate --certificate-reference-tx-in-execution-units (INT, INT) ]] [--withdrawal WITHDRAWAL - [ --withdrawal-script-file FILE + [ --withdrawal-script-file FILEPATH [ ( --withdrawal-redeemer-cbor-file CBOR_FILE | --withdrawal-redeemer-file JSON_FILE @@ -3591,44 +3593,47 @@ Usage: cardano-cli mary transaction build-estimate [ --json-metadata-no-schema | --json-metadata-detailed-schema ] - [--auxiliary-script-file FILE] - [ --metadata-json-file FILE - | --metadata-cbor-file FILE + [--auxiliary-script-file FILEPATH] + [ --metadata-json-file FILEPATH + | --metadata-cbor-file FILEPATH ] - [--update-proposal-file FILE] - --out-file FILE + [--update-proposal-file FILEPATH] + --out-file FILEPATH Build a balanced transaction without access to a live node (automatically estimates fees) 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 mary transaction sign (--tx-body-file FILE | --tx-file FILE) - [--signing-key-file FILE +Usage: cardano-cli mary transaction sign + ( --tx-body-file FILEPATH + | --tx-file FILEPATH + ) + [--signing-key-file FILEPATH [--address STRING]] [--mainnet | --testnet-magic NATURAL] - --out-file FILE + --out-file FILEPATH Sign a transaction -Usage: cardano-cli mary transaction witness --tx-body-file FILE - --signing-key-file FILE +Usage: cardano-cli mary transaction witness --tx-body-file FILEPATH + --signing-key-file FILEPATH [--address STRING] [ --mainnet | --testnet-magic NATURAL ] - --out-file FILE + --out-file FILEPATH Create a transaction witness -Usage: cardano-cli mary transaction assemble --tx-body-file FILE - [--witness-file FILE] - --out-file FILE +Usage: cardano-cli mary transaction assemble --tx-body-file FILEPATH + [--witness-file FILEPATH] + --out-file FILEPATH Assemble a tx body and witness(es) to form a transaction -Usage: cardano-cli mary transaction sign-witness --tx-body-file FILE - [--witness-file FILE] - --out-file FILE +Usage: cardano-cli mary transaction sign-witness --tx-body-file FILEPATH + [--witness-file FILEPATH] + --out-file FILEPATH Assemble a tx body and witness(es) to form a transaction @@ -3638,24 +3643,24 @@ Usage: cardano-cli mary transaction submit --socket-path SOCKET_PATH ( --mainnet | --testnet-magic NATURAL ) - --tx-file FILE + --tx-file FILEPATH Submit a transaction to the local node whose Unix domain socket is obtained from the CARDANO_NODE_SOCKET_PATH environment variable. -Usage: cardano-cli mary transaction policyid --script-file FILE +Usage: cardano-cli mary transaction policyid --script-file FILEPATH Calculate the PolicyId from the monetary policy script. -Usage: cardano-cli mary transaction calculate-min-fee --tx-body-file FILE - --protocol-params-file FILE +Usage: cardano-cli mary transaction calculate-min-fee --tx-body-file FILEPATH + --protocol-params-file FILEPATH --witness-count NATURAL [--byron-witness-count NATURAL] [--reference-script-size NATURAL] [ --output-json | --output-text ] - [--out-file FILE] + [--out-file FILEPATH] [ --mainnet | --testnet-magic NATURAL ] @@ -3664,7 +3669,7 @@ Usage: cardano-cli mary transaction calculate-min-fee --tx-body-file FILE Calculate the minimum fee for a transaction. -Usage: cardano-cli mary transaction calculate-min-required-utxo --protocol-params-file FILE +Usage: cardano-cli mary transaction calculate-min-required-utxo --protocol-params-file FILEPATH --tx-out ADDRESS VALUE [ --tx-out-datum-hash HASH | --tx-out-datum-hash-cbor-file CBOR_FILE @@ -3677,11 +3682,11 @@ Usage: cardano-cli mary transaction calculate-min-required-utxo --protocol-param | --tx-out-inline-datum-file JSON_FILE | --tx-out-inline-datum-value JSON_VALUE ] - [--tx-out-reference-script-file FILE] + [--tx-out-reference-script-file FILEPATH] Calculate the minimum required UTxO for a transaction output. -Usage: cardano-cli mary transaction calculate-min-value --protocol-params-file FILE +Usage: cardano-cli mary transaction calculate-min-value --protocol-params-file FILEPATH --tx-out ADDRESS VALUE [ --tx-out-datum-hash HASH | --tx-out-datum-hash-cbor-file CBOR_FILE @@ -3694,7 +3699,7 @@ Usage: cardano-cli mary transaction calculate-min-value --protocol-params-file F | --tx-out-inline-datum-file JSON_FILE | --tx-out-inline-datum-value JSON_VALUE ] - [--tx-out-reference-script-file FILE] + [--tx-out-reference-script-file FILEPATH] DEPRECATED: Use 'calculate-min-required-utxo' instead. @@ -3706,7 +3711,10 @@ Usage: cardano-cli mary transaction hash-script-data Calculate the hash of script data. -Usage: cardano-cli mary transaction txid (--tx-body-file FILE | --tx-file FILE) +Usage: cardano-cli mary transaction txid + ( --tx-body-file FILEPATH + | --tx-file FILEPATH + ) Print a transaction identifier. @@ -3738,36 +3746,36 @@ Usage: cardano-cli alonzo address key-gen [--key-output-format STRING] | --extended-key | --byron-key ] - --verification-key-file FILE - --signing-key-file FILE + --verification-key-file FILEPATH + --signing-key-file FILEPATH Create an address key pair. Usage: cardano-cli alonzo address key-hash ( --payment-verification-key STRING - | --payment-verification-key-file FILE + | --payment-verification-key-file FILEPATH ) - [--out-file FILE] + [--out-file FILEPATH] Print the hash of an address key. Usage: cardano-cli alonzo address build ( --payment-verification-key STRING - | --payment-verification-key-file FILE - | --payment-script-file FILE + | --payment-verification-key-file FILEPATH + | --payment-script-file FILEPATH ) [ --stake-verification-key STRING - | --stake-verification-key-file FILE + | --stake-verification-key-file FILEPATH | --stake-key-hash HASH - | --stake-script-file FILE + | --stake-script-file FILEPATH | --stake-address ADDRESS ] (--mainnet | --testnet-magic NATURAL) - [--out-file FILE] + [--out-file FILEPATH] Build a Shelley payment address, with optional delegation to a stake address. -Usage: cardano-cli alonzo address info --address ADDRESS [--out-file FILE] +Usage: cardano-cli alonzo address info --address ADDRESS [--out-file FILEPATH] Print information about an address. @@ -3784,13 +3792,13 @@ Usage: cardano-cli alonzo key Key utility commands. -Usage: cardano-cli alonzo key verification-key --signing-key-file FILE - --verification-key-file FILE +Usage: cardano-cli alonzo key verification-key --signing-key-file FILEPATH + --verification-key-file FILEPATH Get a verification key from a signing key. This supports all key types. -Usage: cardano-cli alonzo key non-extended-key --extended-verification-key-file FILE - --verification-key-file FILE +Usage: cardano-cli alonzo key non-extended-key --extended-verification-key-file FILEPATH + --verification-key-file FILEPATH Get a non-extended verification key from an extended verification key. This supports all extended key types. @@ -3803,37 +3811,37 @@ Usage: cardano-cli alonzo key convert-byron-key [--password TEXT] | --byron-genesis-delegate-key-type | --legacy-byron-genesis-delegate-key-type ) - ( --byron-signing-key-file FILE - | --byron-verification-key-file FILE + ( --byron-signing-key-file FILEPATH + | --byron-verification-key-file FILEPATH ) - --out-file FILE + --out-file FILEPATH Convert a Byron payment, genesis or genesis delegate key (signing or verification) to a corresponding Shelley-format key. Usage: cardano-cli alonzo key convert-byron-genesis-vkey --byron-genesis-verification-key BASE64 - --out-file FILE + --out-file FILEPATH Convert a Base64-encoded Byron genesis verification key to a Shelley genesis verification key Usage: cardano-cli alonzo key convert-itn-key - ( --itn-signing-key-file FILE - | --itn-verification-key-file FILE + ( --itn-signing-key-file FILEPATH + | --itn-verification-key-file FILEPATH ) - --out-file FILE + --out-file FILEPATH Convert an Incentivized Testnet (ITN) non-extended (Ed25519) signing or verification key to a corresponding Shelley stake key -Usage: cardano-cli alonzo key convert-itn-extended-key --itn-signing-key-file FILE - --out-file FILE +Usage: cardano-cli alonzo key convert-itn-extended-key --itn-signing-key-file FILEPATH + --out-file FILEPATH Convert an Incentivized Testnet (ITN) extended (Ed25519Extended) signing key to a corresponding Shelley stake signing key -Usage: cardano-cli alonzo key convert-itn-bip32-key --itn-signing-key-file FILE - --out-file FILE +Usage: cardano-cli alonzo key convert-itn-bip32-key --itn-signing-key-file FILEPATH + --out-file FILEPATH Convert an Incentivized Testnet (ITN) BIP32 (Ed25519Bip32) signing key to a corresponding Shelley stake signing key @@ -3847,8 +3855,8 @@ Usage: cardano-cli alonzo key convert-cardano-address-key | --icarus-payment-key | --byron-payment-key ) - --signing-key-file FILE - --out-file FILE + --signing-key-file FILEPATH + --out-file FILEPATH Convert a cardano-address extended signing key to a corresponding Shelley-format key. @@ -3870,44 +3878,44 @@ Usage: cardano-cli alonzo genesis Genesis block commands. -Usage: cardano-cli alonzo genesis key-gen-genesis --verification-key-file FILE - --signing-key-file FILE +Usage: cardano-cli alonzo genesis key-gen-genesis --verification-key-file FILEPATH + --signing-key-file FILEPATH Create a Shelley genesis key pair -Usage: cardano-cli alonzo genesis key-gen-delegate --verification-key-file FILE - --signing-key-file FILE - --operational-certificate-issue-counter-file FILE +Usage: cardano-cli alonzo genesis key-gen-delegate --verification-key-file FILEPATH + --signing-key-file FILEPATH + --operational-certificate-issue-counter-file FILEPATH Create a Shelley genesis delegate key pair -Usage: cardano-cli alonzo genesis key-gen-utxo --verification-key-file FILE - --signing-key-file FILE +Usage: cardano-cli alonzo genesis key-gen-utxo --verification-key-file FILEPATH + --signing-key-file FILEPATH Create a Shelley genesis UTxO key pair -Usage: cardano-cli alonzo genesis key-hash --verification-key-file FILE +Usage: cardano-cli alonzo genesis key-hash --verification-key-file FILEPATH Print the identifier (hash) of a public key -Usage: cardano-cli alonzo genesis get-ver-key --verification-key-file FILE - --signing-key-file FILE +Usage: cardano-cli alonzo genesis get-ver-key --verification-key-file FILEPATH + --signing-key-file FILEPATH Derive the verification key from a signing key -Usage: cardano-cli alonzo genesis initial-addr --verification-key-file FILE +Usage: cardano-cli alonzo genesis initial-addr --verification-key-file FILEPATH ( --mainnet | --testnet-magic NATURAL ) - [--out-file FILE] + [--out-file FILEPATH] Get the address for an initial UTxO based on the verification key -Usage: cardano-cli alonzo genesis initial-txin --verification-key-file FILE +Usage: cardano-cli alonzo genesis initial-txin --verification-key-file FILEPATH ( --mainnet | --testnet-magic NATURAL ) - [--out-file FILE] + [--out-file FILEPATH] Get the TxIn for an initial UTxO based on the verification key @@ -3957,14 +3965,14 @@ Usage: cardano-cli alonzo genesis create-staked [--key-output-format STRING] [--bulk-pool-cred-files INT] [--bulk-pools-per-file INT] [--num-stuffed-utxo INT] - [--relay-specification-file FILE] + [--relay-specification-file FILEPATH] Create a staked Shelley genesis file from a genesis template and genesis/delegation/spending keys. -Usage: cardano-cli alonzo genesis create-testnet-data [--spec-shelley FILE] - [--spec-alonzo FILE] - [--spec-conway FILE] +Usage: cardano-cli alonzo genesis create-testnet-data [--spec-shelley FILEPATH] + [--spec-alonzo FILEPATH] + [--spec-conway FILEPATH] [--genesis-keys INT] [--pools INT] [ --stake-delegators INT @@ -3978,13 +3986,13 @@ Usage: cardano-cli alonzo genesis create-testnet-data [--spec-shelley FILE] [--total-supply LOVELACE] [--delegated-supply LOVELACE] [--testnet-magic NATURAL] - [--relays FILE] + [--relays FILEPATH] [--start-time UTC-TIME] --out-dir DIR Create data to use for starting a testnet. -Usage: cardano-cli alonzo genesis hash --genesis FILE +Usage: cardano-cli alonzo genesis hash --genesis FILEPATH Compute the hash of a genesis file @@ -4002,7 +4010,7 @@ Usage: cardano-cli alonzo governance create-mir-certificate ) (--stake-address ADDRESS) (--reward LOVELACE) - --out-file FILE + --out-file FILEPATH | stake-addresses | transfer-to-treasury | transfer-to-rewards @@ -4016,36 +4024,36 @@ Usage: cardano-cli alonzo governance create-mir-certificate stake-addresses ) (--stake-address ADDRESS) (--reward LOVELACE) - --out-file FILE + --out-file FILEPATH Create an MIR certificate to pay stake addresses Usage: cardano-cli alonzo governance create-mir-certificate transfer-to-treasury --transfer LOVELACE - --out-file FILE + --out-file FILEPATH Create an MIR certificate to transfer from the reserves pot to the treasury pot Usage: cardano-cli alonzo governance create-mir-certificate transfer-to-rewards --transfer LOVELACE - --out-file FILE + --out-file FILEPATH Create an MIR certificate to transfer from the treasury pot to the reserves pot Usage: cardano-cli alonzo governance create-genesis-key-delegation-certificate ( --genesis-verification-key STRING - | --genesis-verification-key-file FILE + | --genesis-verification-key-file FILEPATH | --genesis-verification-key-hash STRING ) ( --genesis-delegate-verification-key STRING - | --genesis-delegate-verification-key-file FILE + | --genesis-delegate-verification-key-file FILEPATH | --genesis-delegate-verification-key-hash STRING ) ( --vrf-verification-key STRING - | --vrf-verification-key-file FILE + | --vrf-verification-key-file FILEPATH | --vrf-verification-key-hash STRING ) - --out-file FILE + --out-file FILEPATH Create a genesis key delegation certificate @@ -4054,7 +4062,7 @@ Usage: cardano-cli alonzo governance action create-protocol-parameters-update Governance action commands. Usage: cardano-cli alonzo governance action create-protocol-parameters-update --epoch NATURAL - (--genesis-verification-key-file FILE) + (--genesis-verification-key-file FILEPATH) [--min-fee-linear LOVELACE] [--min-fee-constant LOVELACE] [--max-block-body-size WORD32] @@ -4082,7 +4090,7 @@ Usage: cardano-cli alonzo governance action create-protocol-parameters-update -- [--protocol-major-version MAJOR --protocol-minor-version MINOR] [--cost-model-file FILE] - --out-file FILE + --out-file FILEPATH Create a protocol parameters update. @@ -4098,51 +4106,51 @@ Usage: cardano-cli alonzo node Node operation commands. Usage: cardano-cli alonzo node key-gen [--key-output-format STRING] - --cold-verification-key-file FILE - --cold-signing-key-file FILE - --operational-certificate-issue-counter-file FILE + --cold-verification-key-file FILEPATH + --cold-signing-key-file FILEPATH + --operational-certificate-issue-counter-file FILEPATH Create a key pair for a node operator's offline key and a new certificate issue counter Usage: cardano-cli alonzo node key-gen-KES [--key-output-format STRING] - --verification-key-file FILE - --signing-key-file FILE + --verification-key-file FILEPATH + --signing-key-file FILEPATH Create a key pair for a node KES operational key Usage: cardano-cli alonzo node key-gen-VRF [--key-output-format STRING] - --verification-key-file FILE - --signing-key-file FILE + --verification-key-file FILEPATH + --signing-key-file FILEPATH Create a key pair for a node VRF operational key Usage: cardano-cli alonzo node key-hash-VRF ( --verification-key STRING - | --verification-key-file FILE + | --verification-key-file FILEPATH ) - [--out-file FILE] + [--out-file FILEPATH] Print hash of a node's operational VRF key. Usage: cardano-cli alonzo node new-counter ( --stake-pool-verification-key STRING | --genesis-delegate-verification-key STRING - | --cold-verification-key-file FILE + | --cold-verification-key-file FILEPATH ) --counter-value INT - --operational-certificate-issue-counter-file FILE + --operational-certificate-issue-counter-file FILEPATH Create a new certificate issue counter Usage: cardano-cli alonzo node issue-op-cert ( --kes-verification-key STRING - | --kes-verification-key-file FILE + | --kes-verification-key-file FILEPATH ) - --cold-signing-key-file FILE - --operational-certificate-issue-counter-file FILE + --cold-signing-key-file FILEPATH + --operational-certificate-issue-counter-file FILEPATH --kes-period NATURAL - --out-file FILE + --out-file FILEPATH Issue a node operational certificate @@ -4173,14 +4181,14 @@ Usage: cardano-cli alonzo query protocol-parameters --socket-path SOCKET_PATH ( --mainnet | --testnet-magic NATURAL ) - [--out-file FILE] + [--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]] (--mainnet | --testnet-magic NATURAL) - [--out-file FILE] + [--out-file FILEPATH] Get the node's current tip (slot no, hash, block no) @@ -4191,7 +4199,7 @@ Usage: cardano-cli alonzo query stake-pools --socket-path SOCKET_PATH | --testnet-magic NATURAL ) [--output-json | --output-text] - [--out-file FILE] + [--out-file FILEPATH] Get the node's current set of stake pool ids @@ -4204,7 +4212,7 @@ Usage: cardano-cli alonzo query stake-distribution --socket-path SOCKET_PATH [ --output-json | --output-text ] - [--out-file FILE] + [--out-file FILEPATH] Get the node's current aggregated stake distribution @@ -4215,7 +4223,7 @@ Usage: cardano-cli alonzo query stake-address-info --socket-path SOCKET_PATH ( --mainnet | --testnet-magic NATURAL ) - [--out-file FILE] + [--out-file FILEPATH] Get the current delegations and reward accounts filtered by stake address. @@ -4227,7 +4235,7 @@ Usage: cardano-cli alonzo query utxo --socket-path SOCKET_PATH ) (--mainnet | --testnet-magic NATURAL) [--output-json | --output-text] - [--out-file FILE] + [--out-file FILEPATH] Get a portion of the current UTxO: by tx in, by address or the whole. @@ -4237,7 +4245,7 @@ Usage: cardano-cli alonzo query ledger-state --socket-path SOCKET_PATH ( --mainnet | --testnet-magic NATURAL ) - [--out-file FILE] + [--out-file FILEPATH] Dump the current ledger state of the node (Ledger.NewEpochState -- advanced command) @@ -4248,7 +4256,7 @@ Usage: cardano-cli alonzo query protocol-state --socket-path SOCKET_PATH ( --mainnet | --testnet-magic NATURAL ) - [--out-file FILE] + [--out-file FILEPATH] Dump the current protocol state of the node (Ledger.ChainDepState -- advanced command) @@ -4262,7 +4270,7 @@ Usage: cardano-cli alonzo query stake-snapshot --socket-path SOCKET_PATH ( --all-stake-pools | (--stake-pool-id STAKE_POOL_ID) ) - [--out-file FILE] + [--out-file FILEPATH] Obtain the three stake snapshots for a pool, plus the total active stake (advanced command) @@ -4276,7 +4284,7 @@ Usage: cardano-cli alonzo query pool-params --socket-path SOCKET_PATH ( --all-stake-pools | (--stake-pool-id STAKE_POOL_ID) ) - [--out-file FILE] + [--out-file FILEPATH] DEPRECATED. Use query pool-state instead. Dump the pool parameters (Ledger.NewEpochState.esLState._delegationState._pState._pParams -- advanced @@ -4288,17 +4296,17 @@ Usage: cardano-cli alonzo query leadership-schedule --socket-path SOCKET_PATH ( --mainnet | --testnet-magic NATURAL ) - --genesis FILE + --genesis FILEPATH ( --stake-pool-verification-key STRING - | --cold-verification-key-file FILE + | --cold-verification-key-file FILEPATH | --stake-pool-id STAKE_POOL_ID ) - --vrf-signing-key-file FILE + --vrf-signing-key-file FILEPATH (--current | --next) [ --output-json | --output-text ] - [--out-file FILE] + [--out-file FILEPATH] Get the slots the node is expected to mint a block in (advanced command) @@ -4308,8 +4316,8 @@ Usage: cardano-cli alonzo query kes-period-info --socket-path SOCKET_PATH ( --mainnet | --testnet-magic NATURAL ) - --op-cert-file FILE - [--out-file FILE] + --op-cert-file FILEPATH + [--out-file FILEPATH] Get information about the current KES period and your node's operational certificate. @@ -4323,7 +4331,7 @@ Usage: cardano-cli alonzo query pool-state --socket-path SOCKET_PATH ( --all-stake-pools | (--stake-pool-id STAKE_POOL_ID) ) - [--out-file FILE] + [--out-file FILEPATH] Dump the pool state @@ -4334,7 +4342,7 @@ Usage: cardano-cli alonzo query tx-mempool --socket-path SOCKET_PATH | --testnet-magic NATURAL ) (info | next-tx | tx-exists) - [--out-file FILE] + [--out-file FILEPATH] Local Mempool info @@ -4370,7 +4378,7 @@ Usage: cardano-cli alonzo query ref-script-size --socket-path SOCKET_PATH [ --output-json | --output-text ] - [--out-file FILE] + [--out-file FILEPATH] Calculate the reference input scripts size in bytes for provided transaction inputs. @@ -4387,66 +4395,66 @@ Usage: cardano-cli alonzo stake-address Stake address commands. Usage: cardano-cli alonzo stake-address key-gen [--key-output-format STRING] - --verification-key-file FILE - --signing-key-file FILE + --verification-key-file FILEPATH + --signing-key-file FILEPATH Create a stake address key pair Usage: cardano-cli alonzo stake-address key-hash ( --stake-verification-key STRING - | --stake-verification-key-file FILE + | --stake-verification-key-file FILEPATH ) - [--out-file FILE] + [--out-file FILEPATH] Print the hash of a stake address key Usage: cardano-cli alonzo stake-address build ( --stake-verification-key STRING - | --stake-verification-key-file FILE + | --stake-verification-key-file FILEPATH | --stake-key-hash HASH - | --stake-script-file FILE + | --stake-script-file FILEPATH ) ( --mainnet | --testnet-magic NATURAL ) - [--out-file FILE] + [--out-file FILEPATH] Build a stake address Usage: cardano-cli alonzo stake-address registration-certificate ( --stake-verification-key STRING - | --stake-verification-key-file FILE + | --stake-verification-key-file FILEPATH | --stake-key-hash HASH - | --stake-script-file FILE + | --stake-script-file FILEPATH | --stake-address ADDRESS ) - --out-file FILE + --out-file FILEPATH Create a stake address registration certificate Usage: cardano-cli alonzo stake-address deregistration-certificate ( --stake-verification-key STRING - | --stake-verification-key-file FILE + | --stake-verification-key-file FILEPATH | --stake-key-hash HASH - | --stake-script-file FILE + | --stake-script-file FILEPATH | --stake-address ADDRESS ) - --out-file FILE + --out-file FILEPATH Create a stake address deregistration certificate Usage: cardano-cli alonzo stake-address stake-delegation-certificate ( --stake-verification-key STRING - | --stake-verification-key-file FILE + | --stake-verification-key-file FILEPATH | --stake-key-hash HASH - | --stake-script-file FILE + | --stake-script-file FILEPATH | --stake-address ADDRESS ) ( --stake-pool-verification-key STRING - | --cold-verification-key-file FILE + | --cold-verification-key-file FILEPATH | --stake-pool-id STAKE_POOL_ID ) - --out-file FILE + --out-file FILEPATH Create a stake address stake delegation certificate, which when submitted in a transaction delegates stake to a stake pool. @@ -4462,19 +4470,19 @@ Usage: cardano-cli alonzo stake-pool Usage: cardano-cli alonzo stake-pool registration-certificate ( --stake-pool-verification-key STRING - | --cold-verification-key-file FILE + | --cold-verification-key-file FILEPATH ) ( --vrf-verification-key STRING - | --vrf-verification-key-file FILE + | --vrf-verification-key-file FILEPATH ) --pool-pledge LOVELACE --pool-cost LOVELACE --pool-margin RATIONAL ( --pool-reward-account-verification-key STRING - | --pool-reward-account-verification-key-file FILE + | --pool-reward-account-verification-key-file FILEPATH ) ( --pool-owner-verification-key STRING - | --pool-owner-stake-verification-key-file FILE + | --pool-owner-stake-verification-key-file FILEPATH ) [ [--pool-relay-ipv4 STRING] [--pool-relay-ipv6 STRING] @@ -4488,30 +4496,30 @@ Usage: cardano-cli alonzo stake-pool registration-certificate ( --mainnet | --testnet-magic NATURAL ) - --out-file FILE + --out-file FILEPATH Create a stake pool registration certificate Usage: cardano-cli alonzo stake-pool deregistration-certificate ( --stake-pool-verification-key STRING - | --cold-verification-key-file FILE + | --cold-verification-key-file FILEPATH ) --epoch NATURAL - --out-file FILE + --out-file FILEPATH Create a stake pool deregistration certificate Usage: cardano-cli alonzo stake-pool id ( --stake-pool-verification-key STRING - | --cold-verification-key-file FILE + | --cold-verification-key-file FILEPATH ) [--output-format STRING] - [--out-file FILE] + [--out-file FILEPATH] Build pool id from the offline key -Usage: cardano-cli alonzo stake-pool metadata-hash --pool-metadata-file FILE - [--out-file FILE] +Usage: cardano-cli alonzo stake-pool metadata-hash --pool-metadata-file FILEPATH + [--out-file FILEPATH] Print the hash of pool metadata. @@ -4520,7 +4528,8 @@ Usage: cardano-cli alonzo text-view decode-cbor Commands for dealing with Shelley TextView files. Transactions, addresses etc are stored on disk as TextView files. -Usage: cardano-cli alonzo text-view decode-cbor --in-file FILE [--out-file FILE] +Usage: cardano-cli alonzo text-view decode-cbor --in-file FILEPATH + [--out-file FILEPATH] Print a TextView file as decoded CBOR. @@ -4562,7 +4571,7 @@ Usage: cardano-cli alonzo transaction build-raw ) --spending-reference-tx-in-execution-units (INT, INT) | --simple-script-tx-in-reference TX-IN - | --tx-in-script-file FILE + | --tx-in-script-file FILEPATH [ ( --tx-in-datum-cbor-file CBOR_FILE | --tx-in-datum-file JSON_FILE @@ -4579,7 +4588,7 @@ Usage: cardano-cli alonzo transaction build-raw [--tx-in-collateral TX-IN] [--tx-out-return-collateral ADDRESS VALUE] [--tx-total-collateral INTEGER] - [ --required-signer FILE + [ --required-signer FILEPATH | --required-signer-hash HASH ] [--tx-out ADDRESS VALUE @@ -4594,9 +4603,9 @@ Usage: cardano-cli alonzo transaction build-raw | --tx-out-inline-datum-file JSON_FILE | --tx-out-inline-datum-value JSON_VALUE ] - [--tx-out-reference-script-file FILE]] + [--tx-out-reference-script-file FILEPATH]] [--mint VALUE - ( --mint-script-file FILE + ( --mint-script-file FILEPATH [ ( --mint-redeemer-cbor-file CBOR_FILE | --mint-redeemer-file JSON_FILE @@ -4619,8 +4628,8 @@ Usage: cardano-cli alonzo transaction build-raw [--invalid-before SLOT] [--invalid-hereafter SLOT] --fee LOVELACE - [--certificate-file FILE - [ --certificate-script-file FILE + [--certificate-file FILEPATH + [ --certificate-script-file FILEPATH [ ( --certificate-redeemer-cbor-file CBOR_FILE | --certificate-redeemer-file JSON_FILE @@ -4638,7 +4647,7 @@ Usage: cardano-cli alonzo transaction build-raw --certificate-reference-tx-in-execution-units (INT, INT) ]] [--withdrawal WITHDRAWAL - [ --withdrawal-script-file FILE + [ --withdrawal-script-file FILEPATH [ ( --withdrawal-redeemer-cbor-file CBOR_FILE | --withdrawal-redeemer-file JSON_FILE @@ -4658,13 +4667,13 @@ Usage: cardano-cli alonzo transaction build-raw [ --json-metadata-no-schema | --json-metadata-detailed-schema ] - [--auxiliary-script-file FILE] - [ --metadata-json-file FILE - | --metadata-cbor-file FILE + [--auxiliary-script-file FILEPATH] + [ --metadata-json-file FILEPATH + | --metadata-cbor-file FILEPATH ] - [--protocol-params-file FILE] - [--update-proposal-file FILE] - --out-file FILE + [--protocol-params-file FILEPATH] + [--update-proposal-file FILEPATH] + --out-file FILEPATH Build a transaction (low-level, inconvenient) @@ -4695,7 +4704,7 @@ Usage: cardano-cli alonzo transaction build --socket-path SOCKET_PATH | --spending-reference-tx-in-redeemer-value JSON_VALUE ) | --simple-script-tx-in-reference TX-IN - | --tx-in-script-file FILE + | --tx-in-script-file FILEPATH [ ( --tx-in-datum-cbor-file CBOR_FILE | --tx-in-datum-file JSON_FILE @@ -4708,7 +4717,7 @@ Usage: cardano-cli alonzo transaction build --socket-path SOCKET_PATH )] ]) [--read-only-tx-in-reference TX-IN] - [ --required-signer FILE + [ --required-signer FILEPATH | --required-signer-hash HASH ] [--tx-in-collateral TX-IN] @@ -4726,10 +4735,10 @@ Usage: cardano-cli alonzo transaction build --socket-path SOCKET_PATH | --tx-out-inline-datum-file JSON_FILE | --tx-out-inline-datum-value JSON_VALUE ] - [--tx-out-reference-script-file FILE]] + [--tx-out-reference-script-file FILEPATH]] --change-address ADDRESS [--mint VALUE - ( --mint-script-file FILE + ( --mint-script-file FILEPATH [ --mint-redeemer-cbor-file CBOR_FILE | --mint-redeemer-file JSON_FILE | --mint-redeemer-value JSON_VALUE @@ -4748,8 +4757,8 @@ Usage: cardano-cli alonzo transaction build --socket-path SOCKET_PATH )] [--invalid-before SLOT] [--invalid-hereafter SLOT] - [--certificate-file FILE - [ --certificate-script-file FILE + [--certificate-file FILEPATH + [ --certificate-script-file FILEPATH [ --certificate-redeemer-cbor-file CBOR_FILE | --certificate-redeemer-file JSON_FILE | --certificate-redeemer-value JSON_VALUE @@ -4764,7 +4773,7 @@ Usage: cardano-cli alonzo transaction build --socket-path SOCKET_PATH ) ]] [--withdrawal WITHDRAWAL - [ --withdrawal-script-file FILE + [ --withdrawal-script-file FILEPATH [ --withdrawal-redeemer-cbor-file CBOR_FILE | --withdrawal-redeemer-file JSON_FILE | --withdrawal-redeemer-value JSON_VALUE @@ -4781,13 +4790,13 @@ Usage: cardano-cli alonzo transaction build --socket-path SOCKET_PATH [ --json-metadata-no-schema | --json-metadata-detailed-schema ] - [--auxiliary-script-file FILE] - [ --metadata-json-file FILE - | --metadata-cbor-file FILE + [--auxiliary-script-file FILEPATH] + [ --metadata-json-file FILEPATH + | --metadata-cbor-file FILEPATH ] - [--update-proposal-file FILE] - ( --out-file FILE - | --calculate-plutus-script-cost FILE + [--update-proposal-file FILEPATH] + ( --out-file FILEPATH + | --calculate-plutus-script-cost FILEPATH ) Build a balanced transaction (automatically calculates fees) @@ -4800,7 +4809,7 @@ Usage: cardano-cli alonzo transaction build-estimate ] --shelley-key-witnesses INT [--byron-key-witnesses Int] - --protocol-params-file FILE + --protocol-params-file FILEPATH --total-utxo-value VALUE (--tx-in TX-IN [ --spending-tx-in-reference TX-IN @@ -4818,7 +4827,7 @@ Usage: cardano-cli alonzo transaction build-estimate ) --spending-reference-tx-in-execution-units (INT, INT) | --simple-script-tx-in-reference TX-IN - | --tx-in-script-file FILE + | --tx-in-script-file FILEPATH [ ( --tx-in-datum-cbor-file CBOR_FILE | --tx-in-datum-file JSON_FILE @@ -4832,7 +4841,7 @@ Usage: cardano-cli alonzo transaction build-estimate --tx-in-execution-units (INT, INT)] ]) [--read-only-tx-in-reference TX-IN] - [ --required-signer FILE + [ --required-signer FILEPATH | --required-signer-hash HASH ] [--tx-in-collateral TX-IN] @@ -4849,10 +4858,10 @@ Usage: cardano-cli alonzo transaction build-estimate | --tx-out-inline-datum-file JSON_FILE | --tx-out-inline-datum-value JSON_VALUE ] - [--tx-out-reference-script-file FILE]] + [--tx-out-reference-script-file FILEPATH]] --change-address ADDRESS [--mint VALUE - ( --mint-script-file FILE + ( --mint-script-file FILEPATH [ ( --mint-redeemer-cbor-file CBOR_FILE | --mint-redeemer-file JSON_FILE @@ -4874,8 +4883,9 @@ Usage: cardano-cli alonzo transaction build-estimate )] [--invalid-before SLOT] [--invalid-hereafter SLOT] - [--certificate-file FILE - [ --certificate-script-file FILE + [ + --certificate-file FILEPATH + [ --certificate-script-file FILEPATH [ ( --certificate-redeemer-cbor-file CBOR_FILE | --certificate-redeemer-file JSON_FILE @@ -4893,7 +4903,7 @@ Usage: cardano-cli alonzo transaction build-estimate --certificate-reference-tx-in-execution-units (INT, INT) ]] [--withdrawal WITHDRAWAL - [ --withdrawal-script-file FILE + [ --withdrawal-script-file FILEPATH [ ( --withdrawal-redeemer-cbor-file CBOR_FILE | --withdrawal-redeemer-file JSON_FILE @@ -4915,49 +4925,49 @@ Usage: cardano-cli alonzo transaction build-estimate [ --json-metadata-no-schema | --json-metadata-detailed-schema ] - [--auxiliary-script-file FILE] - [ --metadata-json-file FILE - | --metadata-cbor-file FILE + [--auxiliary-script-file FILEPATH] + [ --metadata-json-file FILEPATH + | --metadata-cbor-file FILEPATH ] - [--update-proposal-file FILE] - --out-file FILE + [--update-proposal-file FILEPATH] + --out-file FILEPATH Build a balanced transaction without access to a live node (automatically estimates fees) 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 alonzo transaction sign - ( --tx-body-file FILE - | --tx-file FILE + ( --tx-body-file FILEPATH + | --tx-file FILEPATH ) - [--signing-key-file FILE + [--signing-key-file FILEPATH [--address STRING]] [ --mainnet | --testnet-magic NATURAL ] - --out-file FILE + --out-file FILEPATH Sign a transaction -Usage: cardano-cli alonzo transaction witness --tx-body-file FILE - --signing-key-file FILE +Usage: cardano-cli alonzo transaction witness --tx-body-file FILEPATH + --signing-key-file FILEPATH [--address STRING] [ --mainnet | --testnet-magic NATURAL ] - --out-file FILE + --out-file FILEPATH Create a transaction witness -Usage: cardano-cli alonzo transaction assemble --tx-body-file FILE - [--witness-file FILE] - --out-file FILE +Usage: cardano-cli alonzo transaction assemble --tx-body-file FILEPATH + [--witness-file FILEPATH] + --out-file FILEPATH Assemble a tx body and witness(es) to form a transaction -Usage: cardano-cli alonzo transaction sign-witness --tx-body-file FILE - [--witness-file FILE] - --out-file FILE +Usage: cardano-cli alonzo transaction sign-witness --tx-body-file FILEPATH + [--witness-file FILEPATH] + --out-file FILEPATH Assemble a tx body and witness(es) to form a transaction @@ -4967,24 +4977,24 @@ Usage: cardano-cli alonzo transaction submit --socket-path SOCKET_PATH ( --mainnet | --testnet-magic NATURAL ) - --tx-file FILE + --tx-file FILEPATH Submit a transaction to the local node whose Unix domain socket is obtained from the CARDANO_NODE_SOCKET_PATH environment variable. -Usage: cardano-cli alonzo transaction policyid --script-file FILE +Usage: cardano-cli alonzo transaction policyid --script-file FILEPATH Calculate the PolicyId from the monetary policy script. -Usage: cardano-cli alonzo transaction calculate-min-fee --tx-body-file FILE - --protocol-params-file FILE +Usage: cardano-cli alonzo transaction calculate-min-fee --tx-body-file FILEPATH + --protocol-params-file FILEPATH --witness-count NATURAL [--byron-witness-count NATURAL] [--reference-script-size NATURAL] [ --output-json | --output-text ] - [--out-file FILE] + [--out-file FILEPATH] [ --mainnet | --testnet-magic NATURAL ] @@ -4993,7 +5003,7 @@ Usage: cardano-cli alonzo transaction calculate-min-fee --tx-body-file FILE Calculate the minimum fee for a transaction. -Usage: cardano-cli alonzo transaction calculate-min-required-utxo --protocol-params-file FILE +Usage: cardano-cli alonzo transaction calculate-min-required-utxo --protocol-params-file FILEPATH --tx-out ADDRESS VALUE [ --tx-out-datum-hash HASH | --tx-out-datum-hash-cbor-file CBOR_FILE @@ -5006,11 +5016,11 @@ Usage: cardano-cli alonzo transaction calculate-min-required-utxo --protocol-par | --tx-out-inline-datum-file JSON_FILE | --tx-out-inline-datum-value JSON_VALUE ] - [--tx-out-reference-script-file FILE] + [--tx-out-reference-script-file FILEPATH] Calculate the minimum required UTxO for a transaction output. -Usage: cardano-cli alonzo transaction calculate-min-value --protocol-params-file FILE +Usage: cardano-cli alonzo transaction calculate-min-value --protocol-params-file FILEPATH --tx-out ADDRESS VALUE [ --tx-out-datum-hash HASH | --tx-out-datum-hash-cbor-file CBOR_FILE @@ -5023,7 +5033,7 @@ Usage: cardano-cli alonzo transaction calculate-min-value --protocol-params-file | --tx-out-inline-datum-file JSON_FILE | --tx-out-inline-datum-value JSON_VALUE ] - [--tx-out-reference-script-file FILE] + [--tx-out-reference-script-file FILEPATH] DEPRECATED: Use 'calculate-min-required-utxo' instead. @@ -5036,8 +5046,8 @@ Usage: cardano-cli alonzo transaction hash-script-data Calculate the hash of script data. Usage: cardano-cli alonzo transaction txid - ( --tx-body-file FILE - | --tx-file FILE + ( --tx-body-file FILEPATH + | --tx-file FILEPATH ) Print a transaction identifier. @@ -5070,36 +5080,36 @@ Usage: cardano-cli babbage address key-gen [--key-output-format STRING] | --extended-key | --byron-key ] - --verification-key-file FILE - --signing-key-file FILE + --verification-key-file FILEPATH + --signing-key-file FILEPATH Create an address key pair. Usage: cardano-cli babbage address key-hash ( --payment-verification-key STRING - | --payment-verification-key-file FILE + | --payment-verification-key-file FILEPATH ) - [--out-file FILE] + [--out-file FILEPATH] Print the hash of an address key. Usage: cardano-cli babbage address build ( --payment-verification-key STRING - | --payment-verification-key-file FILE - | --payment-script-file FILE + | --payment-verification-key-file FILEPATH + | --payment-script-file FILEPATH ) [ --stake-verification-key STRING - | --stake-verification-key-file FILE + | --stake-verification-key-file FILEPATH | --stake-key-hash HASH - | --stake-script-file FILE + | --stake-script-file FILEPATH | --stake-address ADDRESS ] (--mainnet | --testnet-magic NATURAL) - [--out-file FILE] + [--out-file FILEPATH] Build a Shelley payment address, with optional delegation to a stake address. -Usage: cardano-cli babbage address info --address ADDRESS [--out-file FILE] +Usage: cardano-cli babbage address info --address ADDRESS [--out-file FILEPATH] Print information about an address. @@ -5116,13 +5126,13 @@ Usage: cardano-cli babbage key Key utility commands. -Usage: cardano-cli babbage key verification-key --signing-key-file FILE - --verification-key-file FILE +Usage: cardano-cli babbage key verification-key --signing-key-file FILEPATH + --verification-key-file FILEPATH Get a verification key from a signing key. This supports all key types. -Usage: cardano-cli babbage key non-extended-key --extended-verification-key-file FILE - --verification-key-file FILE +Usage: cardano-cli babbage key non-extended-key --extended-verification-key-file FILEPATH + --verification-key-file FILEPATH Get a non-extended verification key from an extended verification key. This supports all extended key types. @@ -5135,37 +5145,37 @@ Usage: cardano-cli babbage key convert-byron-key [--password TEXT] | --byron-genesis-delegate-key-type | --legacy-byron-genesis-delegate-key-type ) - ( --byron-signing-key-file FILE - | --byron-verification-key-file FILE + ( --byron-signing-key-file FILEPATH + | --byron-verification-key-file FILEPATH ) - --out-file FILE + --out-file FILEPATH Convert a Byron payment, genesis or genesis delegate key (signing or verification) to a corresponding Shelley-format key. Usage: cardano-cli babbage key convert-byron-genesis-vkey --byron-genesis-verification-key BASE64 - --out-file FILE + --out-file FILEPATH Convert a Base64-encoded Byron genesis verification key to a Shelley genesis verification key Usage: cardano-cli babbage key convert-itn-key - ( --itn-signing-key-file FILE - | --itn-verification-key-file FILE + ( --itn-signing-key-file FILEPATH + | --itn-verification-key-file FILEPATH ) - --out-file FILE + --out-file FILEPATH Convert an Incentivized Testnet (ITN) non-extended (Ed25519) signing or verification key to a corresponding Shelley stake key -Usage: cardano-cli babbage key convert-itn-extended-key --itn-signing-key-file FILE - --out-file FILE +Usage: cardano-cli babbage key convert-itn-extended-key --itn-signing-key-file FILEPATH + --out-file FILEPATH Convert an Incentivized Testnet (ITN) extended (Ed25519Extended) signing key to a corresponding Shelley stake signing key -Usage: cardano-cli babbage key convert-itn-bip32-key --itn-signing-key-file FILE - --out-file FILE +Usage: cardano-cli babbage key convert-itn-bip32-key --itn-signing-key-file FILEPATH + --out-file FILEPATH Convert an Incentivized Testnet (ITN) BIP32 (Ed25519Bip32) signing key to a corresponding Shelley stake signing key @@ -5179,8 +5189,8 @@ Usage: cardano-cli babbage key convert-cardano-address-key | --icarus-payment-key | --byron-payment-key ) - --signing-key-file FILE - --out-file FILE + --signing-key-file FILEPATH + --out-file FILEPATH Convert a cardano-address extended signing key to a corresponding Shelley-format key. @@ -5202,44 +5212,44 @@ Usage: cardano-cli babbage genesis Genesis block commands. -Usage: cardano-cli babbage genesis key-gen-genesis --verification-key-file FILE - --signing-key-file FILE +Usage: cardano-cli babbage genesis key-gen-genesis --verification-key-file FILEPATH + --signing-key-file FILEPATH Create a Shelley genesis key pair -Usage: cardano-cli babbage genesis key-gen-delegate --verification-key-file FILE - --signing-key-file FILE - --operational-certificate-issue-counter-file FILE +Usage: cardano-cli babbage genesis key-gen-delegate --verification-key-file FILEPATH + --signing-key-file FILEPATH + --operational-certificate-issue-counter-file FILEPATH Create a Shelley genesis delegate key pair -Usage: cardano-cli babbage genesis key-gen-utxo --verification-key-file FILE - --signing-key-file FILE +Usage: cardano-cli babbage genesis key-gen-utxo --verification-key-file FILEPATH + --signing-key-file FILEPATH Create a Shelley genesis UTxO key pair -Usage: cardano-cli babbage genesis key-hash --verification-key-file FILE +Usage: cardano-cli babbage genesis key-hash --verification-key-file FILEPATH Print the identifier (hash) of a public key -Usage: cardano-cli babbage genesis get-ver-key --verification-key-file FILE - --signing-key-file FILE +Usage: cardano-cli babbage genesis get-ver-key --verification-key-file FILEPATH + --signing-key-file FILEPATH Derive the verification key from a signing key -Usage: cardano-cli babbage genesis initial-addr --verification-key-file FILE +Usage: cardano-cli babbage genesis initial-addr --verification-key-file FILEPATH ( --mainnet | --testnet-magic NATURAL ) - [--out-file FILE] + [--out-file FILEPATH] Get the address for an initial UTxO based on the verification key -Usage: cardano-cli babbage genesis initial-txin --verification-key-file FILE +Usage: cardano-cli babbage genesis initial-txin --verification-key-file FILEPATH ( --mainnet | --testnet-magic NATURAL ) - [--out-file FILE] + [--out-file FILEPATH] Get the TxIn for an initial UTxO based on the verification key @@ -5291,14 +5301,14 @@ Usage: cardano-cli babbage genesis create-staked [--key-output-format STRING] [--bulk-pool-cred-files INT] [--bulk-pools-per-file INT] [--num-stuffed-utxo INT] - [--relay-specification-file FILE] + [--relay-specification-file FILEPATH] Create a staked Shelley genesis file from a genesis template and genesis/delegation/spending keys. -Usage: cardano-cli babbage genesis create-testnet-data [--spec-shelley FILE] - [--spec-alonzo FILE] - [--spec-conway FILE] +Usage: cardano-cli babbage genesis create-testnet-data [--spec-shelley FILEPATH] + [--spec-alonzo FILEPATH] + [--spec-conway FILEPATH] [--genesis-keys INT] [--pools INT] [ --stake-delegators INT @@ -5312,13 +5322,13 @@ Usage: cardano-cli babbage genesis create-testnet-data [--spec-shelley FILE] [--total-supply LOVELACE] [--delegated-supply LOVELACE] [--testnet-magic NATURAL] - [--relays FILE] + [--relays FILEPATH] [--start-time UTC-TIME] --out-dir DIR Create data to use for starting a testnet. -Usage: cardano-cli babbage genesis hash --genesis FILE +Usage: cardano-cli babbage genesis hash --genesis FILEPATH Compute the hash of a genesis file @@ -5339,7 +5349,7 @@ Usage: cardano-cli babbage governance create-mir-certificate ) (--stake-address ADDRESS) (--reward LOVELACE) - --out-file FILE + --out-file FILEPATH | stake-addresses | transfer-to-treasury | transfer-to-rewards @@ -5353,36 +5363,36 @@ Usage: cardano-cli babbage governance create-mir-certificate stake-addresses ) (--stake-address ADDRESS) (--reward LOVELACE) - --out-file FILE + --out-file FILEPATH Create an MIR certificate to pay stake addresses Usage: cardano-cli babbage governance create-mir-certificate transfer-to-treasury --transfer LOVELACE - --out-file FILE + --out-file FILEPATH Create an MIR certificate to transfer from the reserves pot to the treasury pot Usage: cardano-cli babbage governance create-mir-certificate transfer-to-rewards --transfer LOVELACE - --out-file FILE + --out-file FILEPATH Create an MIR certificate to transfer from the treasury pot to the reserves pot Usage: cardano-cli babbage governance create-genesis-key-delegation-certificate ( --genesis-verification-key STRING - | --genesis-verification-key-file FILE + | --genesis-verification-key-file FILEPATH | --genesis-verification-key-hash STRING ) ( --genesis-delegate-verification-key STRING - | --genesis-delegate-verification-key-file FILE + | --genesis-delegate-verification-key-file FILEPATH | --genesis-delegate-verification-key-hash STRING ) ( --vrf-verification-key STRING - | --vrf-verification-key-file FILE + | --vrf-verification-key-file FILEPATH | --vrf-verification-key-hash STRING ) - --out-file FILE + --out-file FILEPATH Create a genesis key delegation certificate @@ -5391,7 +5401,7 @@ Usage: cardano-cli babbage governance action create-protocol-parameters-update Governance action commands. Usage: cardano-cli babbage governance action create-protocol-parameters-update --epoch NATURAL - (--genesis-verification-key-file FILE) + (--genesis-verification-key-file FILEPATH) [--min-fee-linear LOVELACE] [--min-fee-constant LOVELACE] [--max-block-body-size WORD32] @@ -5416,26 +5426,26 @@ Usage: cardano-cli babbage governance action create-protocol-parameters-update - --protocol-minor-version MINOR] [--utxo-cost-per-byte LOVELACE] [--cost-model-file FILE] - --out-file FILE + --out-file FILEPATH Create a protocol parameters update. Usage: cardano-cli babbage governance create-poll --question STRING (--answer STRING) [--nonce UINT] - --out-file FILE + --out-file FILEPATH Create an SPO poll -Usage: cardano-cli babbage governance answer-poll --poll-file FILE +Usage: cardano-cli babbage governance answer-poll --poll-file FILEPATH [--answer INT] - [--out-file FILE] + [--out-file FILEPATH] Answer an SPO poll -Usage: cardano-cli babbage governance verify-poll --poll-file FILE - --tx-file FILE - [--out-file FILE] +Usage: cardano-cli babbage governance verify-poll --poll-file FILEPATH + --tx-file FILEPATH + [--out-file FILEPATH] Verify an answer to a given SPO poll @@ -5451,51 +5461,51 @@ Usage: cardano-cli babbage node Node operation commands. Usage: cardano-cli babbage node key-gen [--key-output-format STRING] - --cold-verification-key-file FILE - --cold-signing-key-file FILE - --operational-certificate-issue-counter-file FILE + --cold-verification-key-file FILEPATH + --cold-signing-key-file FILEPATH + --operational-certificate-issue-counter-file FILEPATH Create a key pair for a node operator's offline key and a new certificate issue counter Usage: cardano-cli babbage node key-gen-KES [--key-output-format STRING] - --verification-key-file FILE - --signing-key-file FILE + --verification-key-file FILEPATH + --signing-key-file FILEPATH Create a key pair for a node KES operational key Usage: cardano-cli babbage node key-gen-VRF [--key-output-format STRING] - --verification-key-file FILE - --signing-key-file FILE + --verification-key-file FILEPATH + --signing-key-file FILEPATH Create a key pair for a node VRF operational key Usage: cardano-cli babbage node key-hash-VRF ( --verification-key STRING - | --verification-key-file FILE + | --verification-key-file FILEPATH ) - [--out-file FILE] + [--out-file FILEPATH] Print hash of a node's operational VRF key. Usage: cardano-cli babbage node new-counter ( --stake-pool-verification-key STRING | --genesis-delegate-verification-key STRING - | --cold-verification-key-file FILE + | --cold-verification-key-file FILEPATH ) --counter-value INT - --operational-certificate-issue-counter-file FILE + --operational-certificate-issue-counter-file FILEPATH Create a new certificate issue counter Usage: cardano-cli babbage node issue-op-cert ( --kes-verification-key STRING - | --kes-verification-key-file FILE + | --kes-verification-key-file FILEPATH ) - --cold-signing-key-file FILE - --operational-certificate-issue-counter-file FILE + --cold-signing-key-file FILEPATH + --operational-certificate-issue-counter-file FILEPATH --kes-period NATURAL - --out-file FILE + --out-file FILEPATH Issue a node operational certificate @@ -5526,14 +5536,14 @@ Usage: cardano-cli babbage query protocol-parameters --socket-path SOCKET_PATH ( --mainnet | --testnet-magic NATURAL ) - [--out-file FILE] + [--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]] (--mainnet | --testnet-magic NATURAL) - [--out-file FILE] + [--out-file FILEPATH] Get the node's current tip (slot no, hash, block no) @@ -5544,7 +5554,7 @@ Usage: cardano-cli babbage query stake-pools --socket-path SOCKET_PATH | --testnet-magic NATURAL ) [--output-json | --output-text] - [--out-file FILE] + [--out-file FILEPATH] Get the node's current set of stake pool ids @@ -5557,7 +5567,7 @@ Usage: cardano-cli babbage query stake-distribution --socket-path SOCKET_PATH [ --output-json | --output-text ] - [--out-file FILE] + [--out-file FILEPATH] Get the node's current aggregated stake distribution @@ -5568,7 +5578,7 @@ Usage: cardano-cli babbage query stake-address-info --socket-path SOCKET_PATH ( --mainnet | --testnet-magic NATURAL ) - [--out-file FILE] + [--out-file FILEPATH] Get the current delegations and reward accounts filtered by stake address. @@ -5580,7 +5590,7 @@ Usage: cardano-cli babbage query utxo --socket-path SOCKET_PATH ) (--mainnet | --testnet-magic NATURAL) [--output-json | --output-text] - [--out-file FILE] + [--out-file FILEPATH] Get a portion of the current UTxO: by tx in, by address or the whole. @@ -5590,7 +5600,7 @@ Usage: cardano-cli babbage query ledger-state --socket-path SOCKET_PATH ( --mainnet | --testnet-magic NATURAL ) - [--out-file FILE] + [--out-file FILEPATH] Dump the current ledger state of the node (Ledger.NewEpochState -- advanced command) @@ -5601,7 +5611,7 @@ Usage: cardano-cli babbage query protocol-state --socket-path SOCKET_PATH ( --mainnet | --testnet-magic NATURAL ) - [--out-file FILE] + [--out-file FILEPATH] Dump the current protocol state of the node (Ledger.ChainDepState -- advanced command) @@ -5615,7 +5625,7 @@ Usage: cardano-cli babbage query stake-snapshot --socket-path SOCKET_PATH ( --all-stake-pools | (--stake-pool-id STAKE_POOL_ID) ) - [--out-file FILE] + [--out-file FILEPATH] Obtain the three stake snapshots for a pool, plus the total active stake (advanced command) @@ -5629,7 +5639,7 @@ Usage: cardano-cli babbage query pool-params --socket-path SOCKET_PATH ( --all-stake-pools | (--stake-pool-id STAKE_POOL_ID) ) - [--out-file FILE] + [--out-file FILEPATH] DEPRECATED. Use query pool-state instead. Dump the pool parameters (Ledger.NewEpochState.esLState._delegationState._pState._pParams -- advanced @@ -5641,17 +5651,17 @@ Usage: cardano-cli babbage query leadership-schedule --socket-path SOCKET_PATH ( --mainnet | --testnet-magic NATURAL ) - --genesis FILE + --genesis FILEPATH ( --stake-pool-verification-key STRING - | --cold-verification-key-file FILE + | --cold-verification-key-file FILEPATH | --stake-pool-id STAKE_POOL_ID ) - --vrf-signing-key-file FILE + --vrf-signing-key-file FILEPATH (--current | --next) [ --output-json | --output-text ] - [--out-file FILE] + [--out-file FILEPATH] Get the slots the node is expected to mint a block in (advanced command) @@ -5661,8 +5671,8 @@ Usage: cardano-cli babbage query kes-period-info --socket-path SOCKET_PATH ( --mainnet | --testnet-magic NATURAL ) - --op-cert-file FILE - [--out-file FILE] + --op-cert-file FILEPATH + [--out-file FILEPATH] Get information about the current KES period and your node's operational certificate. @@ -5676,7 +5686,7 @@ Usage: cardano-cli babbage query pool-state --socket-path SOCKET_PATH ( --all-stake-pools | (--stake-pool-id STAKE_POOL_ID) ) - [--out-file FILE] + [--out-file FILEPATH] Dump the pool state @@ -5687,7 +5697,7 @@ Usage: cardano-cli babbage query tx-mempool --socket-path SOCKET_PATH | --testnet-magic NATURAL ) (info | next-tx | tx-exists) - [--out-file FILE] + [--out-file FILEPATH] Local Mempool info @@ -5723,7 +5733,7 @@ Usage: cardano-cli babbage query ref-script-size --socket-path SOCKET_PATH [ --output-json | --output-text ] - [--out-file FILE] + [--out-file FILEPATH] Calculate the reference input scripts size in bytes for provided transaction inputs. @@ -5740,66 +5750,66 @@ Usage: cardano-cli babbage stake-address Stake address commands. Usage: cardano-cli babbage stake-address key-gen [--key-output-format STRING] - --verification-key-file FILE - --signing-key-file FILE + --verification-key-file FILEPATH + --signing-key-file FILEPATH Create a stake address key pair Usage: cardano-cli babbage stake-address key-hash ( --stake-verification-key STRING - | --stake-verification-key-file FILE + | --stake-verification-key-file FILEPATH ) - [--out-file FILE] + [--out-file FILEPATH] Print the hash of a stake address key Usage: cardano-cli babbage stake-address build ( --stake-verification-key STRING - | --stake-verification-key-file FILE + | --stake-verification-key-file FILEPATH | --stake-key-hash HASH - | --stake-script-file FILE + | --stake-script-file FILEPATH ) ( --mainnet | --testnet-magic NATURAL ) - [--out-file FILE] + [--out-file FILEPATH] Build a stake address Usage: cardano-cli babbage stake-address registration-certificate ( --stake-verification-key STRING - | --stake-verification-key-file FILE + | --stake-verification-key-file FILEPATH | --stake-key-hash HASH - | --stake-script-file FILE + | --stake-script-file FILEPATH | --stake-address ADDRESS ) - --out-file FILE + --out-file FILEPATH Create a stake address registration certificate Usage: cardano-cli babbage stake-address deregistration-certificate ( --stake-verification-key STRING - | --stake-verification-key-file FILE + | --stake-verification-key-file FILEPATH | --stake-key-hash HASH - | --stake-script-file FILE + | --stake-script-file FILEPATH | --stake-address ADDRESS ) - --out-file FILE + --out-file FILEPATH Create a stake address deregistration certificate Usage: cardano-cli babbage stake-address stake-delegation-certificate ( --stake-verification-key STRING - | --stake-verification-key-file FILE + | --stake-verification-key-file FILEPATH | --stake-key-hash HASH - | --stake-script-file FILE + | --stake-script-file FILEPATH | --stake-address ADDRESS ) ( --stake-pool-verification-key STRING - | --cold-verification-key-file FILE + | --cold-verification-key-file FILEPATH | --stake-pool-id STAKE_POOL_ID ) - --out-file FILE + --out-file FILEPATH Create a stake address stake delegation certificate, which when submitted in a transaction delegates stake to a stake pool. @@ -5815,19 +5825,19 @@ Usage: cardano-cli babbage stake-pool Usage: cardano-cli babbage stake-pool registration-certificate ( --stake-pool-verification-key STRING - | --cold-verification-key-file FILE + | --cold-verification-key-file FILEPATH ) ( --vrf-verification-key STRING - | --vrf-verification-key-file FILE + | --vrf-verification-key-file FILEPATH ) --pool-pledge LOVELACE --pool-cost LOVELACE --pool-margin RATIONAL ( --pool-reward-account-verification-key STRING - | --pool-reward-account-verification-key-file FILE + | --pool-reward-account-verification-key-file FILEPATH ) ( --pool-owner-verification-key STRING - | --pool-owner-stake-verification-key-file FILE + | --pool-owner-stake-verification-key-file FILEPATH ) [ [--pool-relay-ipv4 STRING] [--pool-relay-ipv6 STRING] @@ -5841,30 +5851,30 @@ Usage: cardano-cli babbage stake-pool registration-certificate ( --mainnet | --testnet-magic NATURAL ) - --out-file FILE + --out-file FILEPATH Create a stake pool registration certificate Usage: cardano-cli babbage stake-pool deregistration-certificate ( --stake-pool-verification-key STRING - | --cold-verification-key-file FILE + | --cold-verification-key-file FILEPATH ) --epoch NATURAL - --out-file FILE + --out-file FILEPATH Create a stake pool deregistration certificate Usage: cardano-cli babbage stake-pool id ( --stake-pool-verification-key STRING - | --cold-verification-key-file FILE + | --cold-verification-key-file FILEPATH ) [--output-format STRING] - [--out-file FILE] + [--out-file FILEPATH] Build pool id from the offline key -Usage: cardano-cli babbage stake-pool metadata-hash --pool-metadata-file FILE - [--out-file FILE] +Usage: cardano-cli babbage stake-pool metadata-hash --pool-metadata-file FILEPATH + [--out-file FILEPATH] Print the hash of pool metadata. @@ -5873,8 +5883,8 @@ Usage: cardano-cli babbage text-view decode-cbor Commands for dealing with Shelley TextView files. Transactions, addresses etc are stored on disk as TextView files. -Usage: cardano-cli babbage text-view decode-cbor --in-file FILE - [--out-file FILE] +Usage: cardano-cli babbage text-view decode-cbor --in-file FILEPATH + [--out-file FILEPATH] Print a TextView file as decoded CBOR. @@ -5916,7 +5926,7 @@ Usage: cardano-cli babbage transaction build-raw ) --spending-reference-tx-in-execution-units (INT, INT) | --simple-script-tx-in-reference TX-IN - | --tx-in-script-file FILE + | --tx-in-script-file FILEPATH [ ( --tx-in-datum-cbor-file CBOR_FILE | --tx-in-datum-file JSON_FILE @@ -5933,7 +5943,7 @@ Usage: cardano-cli babbage transaction build-raw [--tx-in-collateral TX-IN] [--tx-out-return-collateral ADDRESS VALUE] [--tx-total-collateral INTEGER] - [ --required-signer FILE + [ --required-signer FILEPATH | --required-signer-hash HASH ] [--tx-out ADDRESS VALUE @@ -5948,9 +5958,9 @@ Usage: cardano-cli babbage transaction build-raw | --tx-out-inline-datum-file JSON_FILE | --tx-out-inline-datum-value JSON_VALUE ] - [--tx-out-reference-script-file FILE]] + [--tx-out-reference-script-file FILEPATH]] [--mint VALUE - ( --mint-script-file FILE + ( --mint-script-file FILEPATH [ ( --mint-redeemer-cbor-file CBOR_FILE | --mint-redeemer-file JSON_FILE @@ -5973,8 +5983,8 @@ Usage: cardano-cli babbage transaction build-raw [--invalid-before SLOT] [--invalid-hereafter SLOT] --fee LOVELACE - [--certificate-file FILE - [ --certificate-script-file FILE + [--certificate-file FILEPATH + [ --certificate-script-file FILEPATH [ ( --certificate-redeemer-cbor-file CBOR_FILE | --certificate-redeemer-file JSON_FILE @@ -5992,7 +6002,7 @@ Usage: cardano-cli babbage transaction build-raw --certificate-reference-tx-in-execution-units (INT, INT) ]] [--withdrawal WITHDRAWAL - [ --withdrawal-script-file FILE + [ --withdrawal-script-file FILEPATH [ ( --withdrawal-redeemer-cbor-file CBOR_FILE | --withdrawal-redeemer-file JSON_FILE @@ -6012,13 +6022,13 @@ Usage: cardano-cli babbage transaction build-raw [ --json-metadata-no-schema | --json-metadata-detailed-schema ] - [--auxiliary-script-file FILE] - [ --metadata-json-file FILE - | --metadata-cbor-file FILE + [--auxiliary-script-file FILEPATH] + [ --metadata-json-file FILEPATH + | --metadata-cbor-file FILEPATH ] - [--protocol-params-file FILE] - [--update-proposal-file FILE] - --out-file FILE + [--protocol-params-file FILEPATH] + [--update-proposal-file FILEPATH] + --out-file FILEPATH Build a transaction (low-level, inconvenient) @@ -6049,7 +6059,7 @@ Usage: cardano-cli babbage transaction build --socket-path SOCKET_PATH | --spending-reference-tx-in-redeemer-value JSON_VALUE ) | --simple-script-tx-in-reference TX-IN - | --tx-in-script-file FILE + | --tx-in-script-file FILEPATH [ ( --tx-in-datum-cbor-file CBOR_FILE | --tx-in-datum-file JSON_FILE @@ -6062,7 +6072,7 @@ Usage: cardano-cli babbage transaction build --socket-path SOCKET_PATH )] ]) [--read-only-tx-in-reference TX-IN] - [ --required-signer FILE + [ --required-signer FILEPATH | --required-signer-hash HASH ] [--tx-in-collateral TX-IN] @@ -6080,10 +6090,10 @@ Usage: cardano-cli babbage transaction build --socket-path SOCKET_PATH | --tx-out-inline-datum-file JSON_FILE | --tx-out-inline-datum-value JSON_VALUE ] - [--tx-out-reference-script-file FILE]] + [--tx-out-reference-script-file FILEPATH]] --change-address ADDRESS [--mint VALUE - ( --mint-script-file FILE + ( --mint-script-file FILEPATH [ --mint-redeemer-cbor-file CBOR_FILE | --mint-redeemer-file JSON_FILE | --mint-redeemer-value JSON_VALUE @@ -6102,8 +6112,8 @@ Usage: cardano-cli babbage transaction build --socket-path SOCKET_PATH )] [--invalid-before SLOT] [--invalid-hereafter SLOT] - [--certificate-file FILE - [ --certificate-script-file FILE + [--certificate-file FILEPATH + [ --certificate-script-file FILEPATH [ --certificate-redeemer-cbor-file CBOR_FILE | --certificate-redeemer-file JSON_FILE | --certificate-redeemer-value JSON_VALUE @@ -6118,7 +6128,7 @@ Usage: cardano-cli babbage transaction build --socket-path SOCKET_PATH ) ]] [--withdrawal WITHDRAWAL - [ --withdrawal-script-file FILE + [ --withdrawal-script-file FILEPATH [ --withdrawal-redeemer-cbor-file CBOR_FILE | --withdrawal-redeemer-file JSON_FILE | --withdrawal-redeemer-value JSON_VALUE @@ -6135,13 +6145,13 @@ Usage: cardano-cli babbage transaction build --socket-path SOCKET_PATH [ --json-metadata-no-schema | --json-metadata-detailed-schema ] - [--auxiliary-script-file FILE] - [ --metadata-json-file FILE - | --metadata-cbor-file FILE + [--auxiliary-script-file FILEPATH] + [ --metadata-json-file FILEPATH + | --metadata-cbor-file FILEPATH ] - [--update-proposal-file FILE] - ( --out-file FILE - | --calculate-plutus-script-cost FILE + [--update-proposal-file FILEPATH] + ( --out-file FILEPATH + | --calculate-plutus-script-cost FILEPATH ) Build a balanced transaction (automatically calculates fees) @@ -6154,7 +6164,7 @@ Usage: cardano-cli babbage transaction build-estimate ] --shelley-key-witnesses INT [--byron-key-witnesses Int] - --protocol-params-file FILE + --protocol-params-file FILEPATH --total-utxo-value VALUE (--tx-in TX-IN [ --spending-tx-in-reference TX-IN @@ -6172,7 +6182,7 @@ Usage: cardano-cli babbage transaction build-estimate ) --spending-reference-tx-in-execution-units (INT, INT) | --simple-script-tx-in-reference TX-IN - | --tx-in-script-file FILE + | --tx-in-script-file FILEPATH [ ( --tx-in-datum-cbor-file CBOR_FILE | --tx-in-datum-file JSON_FILE @@ -6186,7 +6196,7 @@ Usage: cardano-cli babbage transaction build-estimate --tx-in-execution-units (INT, INT)] ]) [--read-only-tx-in-reference TX-IN] - [ --required-signer FILE + [ --required-signer FILEPATH | --required-signer-hash HASH ] [--tx-in-collateral TX-IN] @@ -6203,10 +6213,10 @@ Usage: cardano-cli babbage transaction build-estimate | --tx-out-inline-datum-file JSON_FILE | --tx-out-inline-datum-value JSON_VALUE ] - [--tx-out-reference-script-file FILE]] + [--tx-out-reference-script-file FILEPATH]] --change-address ADDRESS [--mint VALUE - ( --mint-script-file FILE + ( --mint-script-file FILEPATH [ ( --mint-redeemer-cbor-file CBOR_FILE | --mint-redeemer-file JSON_FILE @@ -6228,8 +6238,9 @@ Usage: cardano-cli babbage transaction build-estimate )] [--invalid-before SLOT] [--invalid-hereafter SLOT] - [--certificate-file FILE - [ --certificate-script-file FILE + [ + --certificate-file FILEPATH + [ --certificate-script-file FILEPATH [ ( --certificate-redeemer-cbor-file CBOR_FILE | --certificate-redeemer-file JSON_FILE @@ -6247,7 +6258,7 @@ Usage: cardano-cli babbage transaction build-estimate --certificate-reference-tx-in-execution-units (INT, INT) ]] [--withdrawal WITHDRAWAL - [ --withdrawal-script-file FILE + [ --withdrawal-script-file FILEPATH [ ( --withdrawal-redeemer-cbor-file CBOR_FILE | --withdrawal-redeemer-file JSON_FILE @@ -6269,49 +6280,49 @@ Usage: cardano-cli babbage transaction build-estimate [ --json-metadata-no-schema | --json-metadata-detailed-schema ] - [--auxiliary-script-file FILE] - [ --metadata-json-file FILE - | --metadata-cbor-file FILE + [--auxiliary-script-file FILEPATH] + [ --metadata-json-file FILEPATH + | --metadata-cbor-file FILEPATH ] - [--update-proposal-file FILE] - --out-file FILE + [--update-proposal-file FILEPATH] + --out-file FILEPATH Build a balanced transaction without access to a live node (automatically estimates fees) 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 sign - ( --tx-body-file FILE - | --tx-file FILE + ( --tx-body-file FILEPATH + | --tx-file FILEPATH ) - [--signing-key-file FILE + [--signing-key-file FILEPATH [--address STRING]] [ --mainnet | --testnet-magic NATURAL ] - --out-file FILE + --out-file FILEPATH Sign a transaction -Usage: cardano-cli babbage transaction witness --tx-body-file FILE - --signing-key-file FILE +Usage: cardano-cli babbage transaction witness --tx-body-file FILEPATH + --signing-key-file FILEPATH [--address STRING] [ --mainnet | --testnet-magic NATURAL ] - --out-file FILE + --out-file FILEPATH Create a transaction witness -Usage: cardano-cli babbage transaction assemble --tx-body-file FILE - [--witness-file FILE] - --out-file FILE +Usage: cardano-cli babbage transaction assemble --tx-body-file FILEPATH + [--witness-file FILEPATH] + --out-file FILEPATH Assemble a tx body and witness(es) to form a transaction -Usage: cardano-cli babbage transaction sign-witness --tx-body-file FILE - [--witness-file FILE] - --out-file FILE +Usage: cardano-cli babbage transaction sign-witness --tx-body-file FILEPATH + [--witness-file FILEPATH] + --out-file FILEPATH Assemble a tx body and witness(es) to form a transaction @@ -6321,24 +6332,24 @@ Usage: cardano-cli babbage transaction submit --socket-path SOCKET_PATH ( --mainnet | --testnet-magic NATURAL ) - --tx-file FILE + --tx-file FILEPATH Submit a transaction to the local node whose Unix domain socket is obtained from the CARDANO_NODE_SOCKET_PATH environment variable. -Usage: cardano-cli babbage transaction policyid --script-file FILE +Usage: cardano-cli babbage transaction policyid --script-file FILEPATH Calculate the PolicyId from the monetary policy script. -Usage: cardano-cli babbage transaction calculate-min-fee --tx-body-file FILE - --protocol-params-file FILE +Usage: cardano-cli babbage transaction calculate-min-fee --tx-body-file FILEPATH + --protocol-params-file FILEPATH --witness-count NATURAL [--byron-witness-count NATURAL] [--reference-script-size NATURAL] [ --output-json | --output-text ] - [--out-file FILE] + [--out-file FILEPATH] [ --mainnet | --testnet-magic NATURAL ] @@ -6347,7 +6358,7 @@ Usage: cardano-cli babbage transaction calculate-min-fee --tx-body-file FILE Calculate the minimum fee for a transaction. -Usage: cardano-cli babbage transaction calculate-min-required-utxo --protocol-params-file FILE +Usage: cardano-cli babbage transaction calculate-min-required-utxo --protocol-params-file FILEPATH --tx-out ADDRESS VALUE [ --tx-out-datum-hash HASH | --tx-out-datum-hash-cbor-file CBOR_FILE @@ -6360,11 +6371,11 @@ Usage: cardano-cli babbage transaction calculate-min-required-utxo --protocol-pa | --tx-out-inline-datum-file JSON_FILE | --tx-out-inline-datum-value JSON_VALUE ] - [--tx-out-reference-script-file FILE] + [--tx-out-reference-script-file FILEPATH] Calculate the minimum required UTxO for a transaction output. -Usage: cardano-cli babbage transaction calculate-min-value --protocol-params-file FILE +Usage: cardano-cli babbage transaction calculate-min-value --protocol-params-file FILEPATH --tx-out ADDRESS VALUE [ --tx-out-datum-hash HASH | --tx-out-datum-hash-cbor-file CBOR_FILE @@ -6377,7 +6388,7 @@ Usage: cardano-cli babbage transaction calculate-min-value --protocol-params-fil | --tx-out-inline-datum-file JSON_FILE | --tx-out-inline-datum-value JSON_VALUE ] - [--tx-out-reference-script-file FILE] + [--tx-out-reference-script-file FILEPATH] DEPRECATED: Use 'calculate-min-required-utxo' instead. @@ -6390,8 +6401,8 @@ Usage: cardano-cli babbage transaction hash-script-data Calculate the hash of script data. Usage: cardano-cli babbage transaction txid - ( --tx-body-file FILE - | --tx-file FILE + ( --tx-body-file FILEPATH + | --tx-file FILEPATH ) Print a transaction identifier. @@ -6424,36 +6435,36 @@ Usage: cardano-cli conway address key-gen [--key-output-format STRING] | --extended-key | --byron-key ] - --verification-key-file FILE - --signing-key-file FILE + --verification-key-file FILEPATH + --signing-key-file FILEPATH Create an address key pair. Usage: cardano-cli conway address key-hash ( --payment-verification-key STRING - | --payment-verification-key-file FILE + | --payment-verification-key-file FILEPATH ) - [--out-file FILE] + [--out-file FILEPATH] Print the hash of an address key. Usage: cardano-cli conway address build ( --payment-verification-key STRING - | --payment-verification-key-file FILE - | --payment-script-file FILE + | --payment-verification-key-file FILEPATH + | --payment-script-file FILEPATH ) [ --stake-verification-key STRING - | --stake-verification-key-file FILE + | --stake-verification-key-file FILEPATH | --stake-key-hash HASH - | --stake-script-file FILE + | --stake-script-file FILEPATH | --stake-address ADDRESS ] (--mainnet | --testnet-magic NATURAL) - [--out-file FILE] + [--out-file FILEPATH] Build a Shelley payment address, with optional delegation to a stake address. -Usage: cardano-cli conway address info --address ADDRESS [--out-file FILE] +Usage: cardano-cli conway address info --address ADDRESS [--out-file FILEPATH] Print information about an address. @@ -6470,13 +6481,13 @@ Usage: cardano-cli conway key Key utility commands. -Usage: cardano-cli conway key verification-key --signing-key-file FILE - --verification-key-file FILE +Usage: cardano-cli conway key verification-key --signing-key-file FILEPATH + --verification-key-file FILEPATH Get a verification key from a signing key. This supports all key types. -Usage: cardano-cli conway key non-extended-key --extended-verification-key-file FILE - --verification-key-file FILE +Usage: cardano-cli conway key non-extended-key --extended-verification-key-file FILEPATH + --verification-key-file FILEPATH Get a non-extended verification key from an extended verification key. This supports all extended key types. @@ -6489,37 +6500,37 @@ Usage: cardano-cli conway key convert-byron-key [--password TEXT] | --byron-genesis-delegate-key-type | --legacy-byron-genesis-delegate-key-type ) - ( --byron-signing-key-file FILE - | --byron-verification-key-file FILE + ( --byron-signing-key-file FILEPATH + | --byron-verification-key-file FILEPATH ) - --out-file FILE + --out-file FILEPATH Convert a Byron payment, genesis or genesis delegate key (signing or verification) to a corresponding Shelley-format key. Usage: cardano-cli conway key convert-byron-genesis-vkey --byron-genesis-verification-key BASE64 - --out-file FILE + --out-file FILEPATH Convert a Base64-encoded Byron genesis verification key to a Shelley genesis verification key Usage: cardano-cli conway key convert-itn-key - ( --itn-signing-key-file FILE - | --itn-verification-key-file FILE + ( --itn-signing-key-file FILEPATH + | --itn-verification-key-file FILEPATH ) - --out-file FILE + --out-file FILEPATH Convert an Incentivized Testnet (ITN) non-extended (Ed25519) signing or verification key to a corresponding Shelley stake key -Usage: cardano-cli conway key convert-itn-extended-key --itn-signing-key-file FILE - --out-file FILE +Usage: cardano-cli conway key convert-itn-extended-key --itn-signing-key-file FILEPATH + --out-file FILEPATH Convert an Incentivized Testnet (ITN) extended (Ed25519Extended) signing key to a corresponding Shelley stake signing key -Usage: cardano-cli conway key convert-itn-bip32-key --itn-signing-key-file FILE - --out-file FILE +Usage: cardano-cli conway key convert-itn-bip32-key --itn-signing-key-file FILEPATH + --out-file FILEPATH Convert an Incentivized Testnet (ITN) BIP32 (Ed25519Bip32) signing key to a corresponding Shelley stake signing key @@ -6533,8 +6544,8 @@ Usage: cardano-cli conway key convert-cardano-address-key | --icarus-payment-key | --byron-payment-key ) - --signing-key-file FILE - --out-file FILE + --signing-key-file FILEPATH + --out-file FILEPATH Convert a cardano-address extended signing key to a corresponding Shelley-format key. @@ -6556,44 +6567,44 @@ Usage: cardano-cli conway genesis Genesis block commands. -Usage: cardano-cli conway genesis key-gen-genesis --verification-key-file FILE - --signing-key-file FILE +Usage: cardano-cli conway genesis key-gen-genesis --verification-key-file FILEPATH + --signing-key-file FILEPATH Create a Shelley genesis key pair -Usage: cardano-cli conway genesis key-gen-delegate --verification-key-file FILE - --signing-key-file FILE - --operational-certificate-issue-counter-file FILE +Usage: cardano-cli conway genesis key-gen-delegate --verification-key-file FILEPATH + --signing-key-file FILEPATH + --operational-certificate-issue-counter-file FILEPATH Create a Shelley genesis delegate key pair -Usage: cardano-cli conway genesis key-gen-utxo --verification-key-file FILE - --signing-key-file FILE +Usage: cardano-cli conway genesis key-gen-utxo --verification-key-file FILEPATH + --signing-key-file FILEPATH Create a Shelley genesis UTxO key pair -Usage: cardano-cli conway genesis key-hash --verification-key-file FILE +Usage: cardano-cli conway genesis key-hash --verification-key-file FILEPATH Print the identifier (hash) of a public key -Usage: cardano-cli conway genesis get-ver-key --verification-key-file FILE - --signing-key-file FILE +Usage: cardano-cli conway genesis get-ver-key --verification-key-file FILEPATH + --signing-key-file FILEPATH Derive the verification key from a signing key -Usage: cardano-cli conway genesis initial-addr --verification-key-file FILE +Usage: cardano-cli conway genesis initial-addr --verification-key-file FILEPATH ( --mainnet | --testnet-magic NATURAL ) - [--out-file FILE] + [--out-file FILEPATH] Get the address for an initial UTxO based on the verification key -Usage: cardano-cli conway genesis initial-txin --verification-key-file FILE +Usage: cardano-cli conway genesis initial-txin --verification-key-file FILEPATH ( --mainnet | --testnet-magic NATURAL ) - [--out-file FILE] + [--out-file FILEPATH] Get the TxIn for an initial UTxO based on the verification key @@ -6643,14 +6654,14 @@ Usage: cardano-cli conway genesis create-staked [--key-output-format STRING] [--bulk-pool-cred-files INT] [--bulk-pools-per-file INT] [--num-stuffed-utxo INT] - [--relay-specification-file FILE] + [--relay-specification-file FILEPATH] Create a staked Shelley genesis file from a genesis template and genesis/delegation/spending keys. -Usage: cardano-cli conway genesis create-testnet-data [--spec-shelley FILE] - [--spec-alonzo FILE] - [--spec-conway FILE] +Usage: cardano-cli conway genesis create-testnet-data [--spec-shelley FILEPATH] + [--spec-alonzo FILEPATH] + [--spec-conway FILEPATH] [--genesis-keys INT] [--pools INT] [ --stake-delegators INT @@ -6664,13 +6675,13 @@ Usage: cardano-cli conway genesis create-testnet-data [--spec-shelley FILE] [--total-supply LOVELACE] [--delegated-supply LOVELACE] [--testnet-magic NATURAL] - [--relays FILE] + [--relays FILEPATH] [--start-time UTC-TIME] --out-dir DIR Create data to use for starting a testnet. -Usage: cardano-cli conway genesis hash --genesis FILE +Usage: cardano-cli conway genesis hash --genesis FILEPATH Compute the hash of a genesis file @@ -6697,9 +6708,9 @@ Usage: cardano-cli conway governance action create-constitution ) --governance-action-deposit NATURAL ( --deposit-return-stake-verification-key STRING - | --deposit-return-stake-verification-key-file FILE + | --deposit-return-stake-verification-key-file FILEPATH | --deposit-return-stake-key-hash HASH - | --deposit-return-stake-script-file FILE + | --deposit-return-stake-script-file FILEPATH | --deposit-return-stake-address ADDRESS ) [--prev-governance-action-tx-id TXID @@ -6709,7 +6720,7 @@ Usage: cardano-cli conway governance action create-constitution --constitution-url TEXT --constitution-hash HASH [--constitution-script-hash HASH] - --out-file FILE + --out-file FILEPATH Create a constitution. @@ -6719,21 +6730,21 @@ Usage: cardano-cli conway governance action update-committee ) --governance-action-deposit NATURAL ( --deposit-return-stake-verification-key STRING - | --deposit-return-stake-verification-key-file FILE + | --deposit-return-stake-verification-key-file FILEPATH | --deposit-return-stake-key-hash HASH - | --deposit-return-stake-script-file FILE + | --deposit-return-stake-script-file FILEPATH | --deposit-return-stake-address ADDRESS ) --anchor-url TEXT --anchor-data-hash HASH [ --remove-cc-cold-verification-key STRING - | --remove-cc-cold-verification-key-file FILE + | --remove-cc-cold-verification-key-file FILEPATH | --remove-cc-cold-verification-key-hash STRING | --remove-cc-cold-script-hash HASH ] [ ( --add-cc-cold-verification-key STRING - | --add-cc-cold-verification-key-file FILE + | --add-cc-cold-verification-key-file FILEPATH | --add-cc-cold-verification-key-hash STRING | --add-cc-cold-script-hash HASH ) @@ -6741,21 +6752,21 @@ Usage: cardano-cli conway governance action update-committee --threshold RATIONAL [--prev-governance-action-tx-id TXID --prev-governance-action-index WORD16] - --out-file FILE + --out-file FILEPATH Create or update a new committee proposal. Usage: cardano-cli conway governance action create-info (--mainnet | --testnet) --governance-action-deposit NATURAL ( --deposit-return-stake-verification-key STRING - | --deposit-return-stake-verification-key-file FILE + | --deposit-return-stake-verification-key-file FILEPATH | --deposit-return-stake-key-hash HASH - | --deposit-return-stake-script-file FILE + | --deposit-return-stake-script-file FILEPATH | --deposit-return-stake-address ADDRESS ) --anchor-url TEXT --anchor-data-hash HASH - --out-file FILE + --out-file FILEPATH Create an info action. @@ -6765,16 +6776,16 @@ Usage: cardano-cli conway governance action create-no-confidence ) --governance-action-deposit NATURAL ( --deposit-return-stake-verification-key STRING - | --deposit-return-stake-verification-key-file FILE + | --deposit-return-stake-verification-key-file FILEPATH | --deposit-return-stake-key-hash HASH - | --deposit-return-stake-script-file FILE + | --deposit-return-stake-script-file FILEPATH | --deposit-return-stake-address ADDRESS ) --anchor-url TEXT --anchor-data-hash HASH [--prev-governance-action-tx-id TXID --prev-governance-action-index WORD16] - --out-file FILE + --out-file FILEPATH Create a no confidence proposal. @@ -6784,9 +6795,9 @@ Usage: cardano-cli conway governance action create-protocol-parameters-update ) --governance-action-deposit NATURAL ( --deposit-return-stake-verification-key STRING - | --deposit-return-stake-verification-key-file FILE + | --deposit-return-stake-verification-key-file FILEPATH | --deposit-return-stake-key-hash HASH - | --deposit-return-stake-script-file FILE + | --deposit-return-stake-script-file FILEPATH | --deposit-return-stake-address ADDRESS ) --anchor-url TEXT @@ -6838,7 +6849,7 @@ Usage: cardano-cli conway governance action create-protocol-parameters-update [--drep-activity WORD32] [--ref-script-cost-per-byte RATIONAL] [--cost-model-file FILE] - --out-file FILE + --out-file FILEPATH Create a protocol parameters update. @@ -6848,21 +6859,21 @@ Usage: cardano-cli conway governance action create-treasury-withdrawal ) --governance-action-deposit NATURAL ( --deposit-return-stake-verification-key STRING - | --deposit-return-stake-verification-key-file FILE + | --deposit-return-stake-verification-key-file FILEPATH | --deposit-return-stake-key-hash HASH - | --deposit-return-stake-script-file FILE + | --deposit-return-stake-script-file FILEPATH | --deposit-return-stake-address ADDRESS ) --anchor-url TEXT --anchor-data-hash HASH ( ( --funds-receiving-stake-verification-key STRING - | --funds-receiving-stake-verification-key-file FILE + | --funds-receiving-stake-verification-key-file FILEPATH | --funds-receiving-stake-key-hash HASH ) --transfer LOVELACE) [--constitution-script-hash HASH] - --out-file FILE + --out-file FILEPATH Create a treasury withdrawal. @@ -6872,9 +6883,9 @@ Usage: cardano-cli conway governance action create-hardfork ) --governance-action-deposit NATURAL ( --deposit-return-stake-verification-key STRING - | --deposit-return-stake-verification-key-file FILE + | --deposit-return-stake-verification-key-file FILEPATH | --deposit-return-stake-key-hash HASH - | --deposit-return-stake-script-file FILE + | --deposit-return-stake-script-file FILEPATH | --deposit-return-stake-address ADDRESS ) [--prev-governance-action-tx-id TXID @@ -6883,15 +6894,15 @@ Usage: cardano-cli conway governance action create-hardfork --anchor-data-hash HASH --protocol-major-version MAJOR --protocol-minor-version MINOR - --out-file FILE + --out-file FILEPATH Create a hardfork initiation proposal. -Usage: cardano-cli conway governance action view --action-file FILE +Usage: cardano-cli conway governance action view --action-file FILEPATH [ --output-json | --output-yaml ] - [--out-file FILE] + [--out-file FILEPATH] View a governance action. @@ -6906,50 +6917,50 @@ Usage: cardano-cli conway governance committee Committee member commands. Usage: cardano-cli conway governance committee key-gen-cold - --cold-verification-key-file FILE - --cold-signing-key-file FILE + --cold-verification-key-file FILEPATH + --cold-signing-key-file FILEPATH Create a cold key pair for a Constitutional Committee Member -Usage: cardano-cli conway governance committee key-gen-hot --verification-key-file FILE - --signing-key-file FILE +Usage: cardano-cli conway governance committee key-gen-hot --verification-key-file FILEPATH + --signing-key-file FILEPATH Create a hot key pair for a Constitutional Committee Member Usage: cardano-cli conway governance committee key-hash ( --verification-key STRING - | --verification-key-file FILE + | --verification-key-file FILEPATH ) Print the identifier (hash) of a public key Usage: cardano-cli conway governance committee create-hot-key-authorization-certificate ( --cold-verification-key STRING - | --cold-verification-key-file FILE + | --cold-verification-key-file FILEPATH | --cold-verification-key-hash STRING | --cold-script-hash HASH - | --cold-script-file FILE + | --cold-script-file FILEPATH ) ( --hot-verification-key STRING - | --hot-verification-key-file FILE + | --hot-verification-key-file FILEPATH | --hot-verification-key-hash STRING | --hot-script-hash HASH - | --hot-script-file FILE + | --hot-script-file FILEPATH ) - --out-file FILE + --out-file FILEPATH Create hot key authorization certificate for a Constitutional Committee Member Usage: cardano-cli conway governance committee create-cold-key-resignation-certificate ( --cold-verification-key STRING - | --cold-verification-key-file FILE + | --cold-verification-key-file FILEPATH | --cold-verification-key-hash STRING | --cold-script-hash HASH - | --cold-script-file FILE + | --cold-script-file FILEPATH ) [--resignation-metadata-url TEXT --resignation-metadata-hash HASH] - --out-file FILE + --out-file FILEPATH Create cold key resignation certificate for a Constitutional Committee Member @@ -6964,58 +6975,58 @@ Usage: cardano-cli conway governance drep DRep member commands. -Usage: cardano-cli conway governance drep key-gen --verification-key-file FILE - --signing-key-file FILE +Usage: cardano-cli conway governance drep key-gen --verification-key-file FILEPATH + --signing-key-file FILEPATH Generate Delegated Representative verification and signing keys. Usage: cardano-cli conway governance drep id ( --drep-verification-key STRING - | --drep-verification-key-file FILE + | --drep-verification-key-file FILEPATH ) [--output-format STRING] - [--out-file FILE] + [--out-file FILEPATH] Generate a drep id. Usage: cardano-cli conway governance drep registration-certificate ( --drep-script-hash HASH | --drep-verification-key STRING - | --drep-verification-key-file FILE + | --drep-verification-key-file FILEPATH | --drep-key-hash HASH ) --key-reg-deposit-amt NATURAL [--drep-metadata-url TEXT --drep-metadata-hash HASH] - --out-file FILE + --out-file FILEPATH Create a registration certificate. Usage: cardano-cli conway governance drep retirement-certificate ( --drep-script-hash HASH | --drep-verification-key STRING - | --drep-verification-key-file FILE + | --drep-verification-key-file FILEPATH | --drep-key-hash HASH ) --deposit-amt LOVELACE - --out-file FILE + --out-file FILEPATH Create a DRep retirement certificate. Usage: cardano-cli conway governance drep update-certificate ( --drep-script-hash HASH | --drep-verification-key STRING - | --drep-verification-key-file FILE + | --drep-verification-key-file FILEPATH | --drep-key-hash HASH ) [--drep-metadata-url TEXT --drep-metadata-hash HASH] - --out-file FILE + --out-file FILEPATH Create a DRep update certificate. -Usage: cardano-cli conway governance drep metadata-hash --drep-metadata-file FILE - [--out-file FILE] +Usage: cardano-cli conway governance drep metadata-hash --drep-metadata-file FILEPATH + [--out-file FILEPATH] Calculate the hash of a metadata file. @@ -7027,26 +7038,26 @@ Usage: cardano-cli conway governance vote create (--yes | --no | --abstain) --governance-action-tx-id TXID --governance-action-index WORD16 ( --drep-verification-key STRING - | --drep-verification-key-file FILE + | --drep-verification-key-file FILEPATH | --drep-key-hash HASH | --drep-script-hash HASH | --stake-pool-verification-key STRING - | --cold-verification-key-file FILE + | --cold-verification-key-file FILEPATH | --stake-pool-id STAKE_POOL_ID | --cc-hot-verification-key STRING - | --cc-hot-verification-key-file FILE + | --cc-hot-verification-key-file FILEPATH | --cc-hot-key-hash STRING | --cc-hot-script-hash HASH ) [--anchor-url TEXT --anchor-data-hash HASH] - --out-file FILE + --out-file FILEPATH Vote creation. Usage: cardano-cli conway governance vote view [--output-json | --output-yaml] - --vote-file FILE - [--out-file FILE] + --vote-file FILEPATH + [--out-file FILEPATH] Vote viewing. @@ -7062,51 +7073,51 @@ Usage: cardano-cli conway node Node operation commands. Usage: cardano-cli conway node key-gen [--key-output-format STRING] - --cold-verification-key-file FILE - --cold-signing-key-file FILE - --operational-certificate-issue-counter-file FILE + --cold-verification-key-file FILEPATH + --cold-signing-key-file FILEPATH + --operational-certificate-issue-counter-file FILEPATH Create a key pair for a node operator's offline key and a new certificate issue counter Usage: cardano-cli conway node key-gen-KES [--key-output-format STRING] - --verification-key-file FILE - --signing-key-file FILE + --verification-key-file FILEPATH + --signing-key-file FILEPATH Create a key pair for a node KES operational key Usage: cardano-cli conway node key-gen-VRF [--key-output-format STRING] - --verification-key-file FILE - --signing-key-file FILE + --verification-key-file FILEPATH + --signing-key-file FILEPATH Create a key pair for a node VRF operational key Usage: cardano-cli conway node key-hash-VRF ( --verification-key STRING - | --verification-key-file FILE + | --verification-key-file FILEPATH ) - [--out-file FILE] + [--out-file FILEPATH] Print hash of a node's operational VRF key. Usage: cardano-cli conway node new-counter ( --stake-pool-verification-key STRING | --genesis-delegate-verification-key STRING - | --cold-verification-key-file FILE + | --cold-verification-key-file FILEPATH ) --counter-value INT - --operational-certificate-issue-counter-file FILE + --operational-certificate-issue-counter-file FILEPATH Create a new certificate issue counter Usage: cardano-cli conway node issue-op-cert ( --kes-verification-key STRING - | --kes-verification-key-file FILE + | --kes-verification-key-file FILEPATH ) - --cold-signing-key-file FILE - --operational-certificate-issue-counter-file FILE + --cold-signing-key-file FILEPATH + --operational-certificate-issue-counter-file FILEPATH --kes-period NATURAL - --out-file FILE + --out-file FILEPATH Issue a node operational certificate @@ -7144,7 +7155,7 @@ Usage: cardano-cli conway query protocol-parameters --socket-path SOCKET_PATH ( --mainnet | --testnet-magic NATURAL ) - [--out-file FILE] + [--out-file FILEPATH] Get the node's current protocol parameters @@ -7152,7 +7163,7 @@ Usage: cardano-cli conway query tip --socket-path SOCKET_PATH [--cardano-mode [--epoch-slots SLOTS]] (--mainnet | --testnet-magic NATURAL) [--volatile-tip | --immutable-tip] - [--out-file FILE] + [--out-file FILEPATH] Get the node's current tip (slot no, hash, block no) @@ -7164,7 +7175,7 @@ Usage: cardano-cli conway query stake-pools --socket-path SOCKET_PATH ) [--volatile-tip | --immutable-tip] [--output-json | --output-text] - [--out-file FILE] + [--out-file FILEPATH] Get the node's current set of stake pool ids @@ -7180,7 +7191,7 @@ Usage: cardano-cli conway query stake-distribution --socket-path SOCKET_PATH [ --output-json | --output-text ] - [--out-file FILE] + [--out-file FILEPATH] Get the node's current aggregated stake distribution @@ -7194,7 +7205,7 @@ Usage: cardano-cli conway query stake-address-info --socket-path SOCKET_PATH [ --volatile-tip | --immutable-tip ] - [--out-file FILE] + [--out-file FILEPATH] Get the current delegations and reward accounts filtered by stake address. @@ -7207,7 +7218,7 @@ Usage: cardano-cli conway query utxo --socket-path SOCKET_PATH (--mainnet | --testnet-magic NATURAL) [--volatile-tip | --immutable-tip] [--output-json | --output-text] - [--out-file FILE] + [--out-file FILEPATH] Get a portion of the current UTxO: by tx in, by address or the whole. @@ -7220,7 +7231,7 @@ Usage: cardano-cli conway query ledger-state --socket-path SOCKET_PATH [ --volatile-tip | --immutable-tip ] - [--out-file FILE] + [--out-file FILEPATH] Dump the current ledger state of the node (Ledger.NewEpochState -- advanced command) @@ -7234,7 +7245,7 @@ Usage: cardano-cli conway query protocol-state --socket-path SOCKET_PATH [ --volatile-tip | --immutable-tip ] - [--out-file FILE] + [--out-file FILEPATH] Dump the current protocol state of the node (Ledger.ChainDepState -- advanced command) @@ -7251,7 +7262,7 @@ Usage: cardano-cli conway query stake-snapshot --socket-path SOCKET_PATH [ --volatile-tip | --immutable-tip ] - [--out-file FILE] + [--out-file FILEPATH] Obtain the three stake snapshots for a pool, plus the total active stake (advanced command) @@ -7266,7 +7277,7 @@ Usage: cardano-cli conway query pool-params --socket-path SOCKET_PATH | (--stake-pool-id STAKE_POOL_ID) ) [--volatile-tip | --immutable-tip] - [--out-file FILE] + [--out-file FILEPATH] DEPRECATED. Use query pool-state instead. Dump the pool parameters (Ledger.NewEpochState.esLState._delegationState._pState._pParams -- advanced @@ -7278,12 +7289,12 @@ Usage: cardano-cli conway query leadership-schedule --socket-path SOCKET_PATH ( --mainnet | --testnet-magic NATURAL ) - --genesis FILE + --genesis FILEPATH ( --stake-pool-verification-key STRING - | --cold-verification-key-file FILE + | --cold-verification-key-file FILEPATH | --stake-pool-id STAKE_POOL_ID ) - --vrf-signing-key-file FILE + --vrf-signing-key-file FILEPATH (--current | --next) [ --volatile-tip | --immutable-tip @@ -7291,7 +7302,7 @@ Usage: cardano-cli conway query leadership-schedule --socket-path SOCKET_PATH [ --output-json | --output-text ] - [--out-file FILE] + [--out-file FILEPATH] Get the slots the node is expected to mint a block in (advanced command) @@ -7301,11 +7312,11 @@ Usage: cardano-cli conway query kes-period-info --socket-path SOCKET_PATH ( --mainnet | --testnet-magic NATURAL ) - --op-cert-file FILE + --op-cert-file FILEPATH [ --volatile-tip | --immutable-tip ] - [--out-file FILE] + [--out-file FILEPATH] Get information about the current KES period and your node's operational certificate. @@ -7320,7 +7331,7 @@ Usage: cardano-cli conway query pool-state --socket-path SOCKET_PATH | (--stake-pool-id STAKE_POOL_ID) ) [--volatile-tip | --immutable-tip] - [--out-file FILE] + [--out-file FILEPATH] Dump the pool state @@ -7331,7 +7342,7 @@ Usage: cardano-cli conway query tx-mempool --socket-path SOCKET_PATH | --testnet-magic NATURAL ) (info | next-tx | tx-exists) - [--out-file FILE] + [--out-file FILEPATH] Local Mempool info @@ -7371,7 +7382,7 @@ Usage: cardano-cli conway query ref-script-size --socket-path SOCKET_PATH [ --output-json | --output-text ] - [--out-file FILE] + [--out-file FILEPATH] Calculate the reference input scripts size in bytes for provided transaction inputs. @@ -7385,7 +7396,7 @@ Usage: cardano-cli conway query constitution --socket-path SOCKET_PATH [ --volatile-tip | --immutable-tip ] - [--out-file FILE] + [--out-file FILEPATH] Get the constitution @@ -7396,7 +7407,7 @@ Usage: cardano-cli conway query gov-state --socket-path SOCKET_PATH | --testnet-magic NATURAL ) [--volatile-tip | --immutable-tip] - [--out-file FILE] + [--out-file FILEPATH] Get the governance state @@ -7410,13 +7421,13 @@ Usage: cardano-cli conway query drep-state --socket-path SOCKET_PATH | ( --drep-script-hash HASH | --drep-verification-key STRING - | --drep-verification-key-file FILE + | --drep-verification-key-file FILEPATH | --drep-key-hash HASH ) ) [--include-stake] [--volatile-tip | --immutable-tip] - [--out-file FILE] + [--out-file FILEPATH] Get the DRep state. @@ -7431,14 +7442,14 @@ Usage: cardano-cli conway query drep-stake-distribution | ( --drep-script-hash HASH | --drep-verification-key STRING - | --drep-verification-key-file FILE + | --drep-verification-key-file FILEPATH | --drep-key-hash HASH ) ) [ --volatile-tip | --immutable-tip ] - [--out-file FILE] + [--out-file FILEPATH] Get the DRep stake distribution. @@ -7451,14 +7462,14 @@ Usage: cardano-cli conway query spo-stake-distribution --socket-path SOCKET_PATH ( --all-spos | ( --spo-verification-key STRING - | --spo-verification-key-file FILE + | --spo-verification-key-file FILEPATH | --spo-key-hash HASH ) ) [ --volatile-tip | --immutable-tip ] - [--out-file FILE] + [--out-file FILEPATH] Get the SPO stake distribution. @@ -7469,12 +7480,12 @@ Usage: cardano-cli conway query committee-state --socket-path SOCKET_PATH | --testnet-magic NATURAL ) [ --cold-verification-key STRING - | --cold-verification-key-file FILE + | --cold-verification-key-file FILEPATH | --cold-verification-key-hash STRING | --cold-script-hash HASH ] [ --hot-key STRING - | --hot-key-file FILE + | --hot-key-file FILEPATH | --hot-key-hash STRING | --hot-script-hash HASH ] @@ -7485,7 +7496,7 @@ Usage: cardano-cli conway query committee-state --socket-path SOCKET_PATH [ --volatile-tip | --immutable-tip ] - [--out-file FILE] + [--out-file FILEPATH] Get the committee state @@ -7494,7 +7505,7 @@ Usage: cardano-cli conway query treasury --socket-path SOCKET_PATH [--epoch-slots SLOTS]] (--mainnet | --testnet-magic NATURAL) [--volatile-tip | --immutable-tip] - [--out-file FILE] + [--out-file FILEPATH] Get the treasury value @@ -7512,110 +7523,110 @@ Usage: cardano-cli conway stake-address Stake address commands. Usage: cardano-cli conway stake-address key-gen [--key-output-format STRING] - --verification-key-file FILE - --signing-key-file FILE + --verification-key-file FILEPATH + --signing-key-file FILEPATH Create a stake address key pair Usage: cardano-cli conway stake-address key-hash ( --stake-verification-key STRING - | --stake-verification-key-file FILE + | --stake-verification-key-file FILEPATH ) - [--out-file FILE] + [--out-file FILEPATH] Print the hash of a stake address key Usage: cardano-cli conway stake-address build ( --stake-verification-key STRING - | --stake-verification-key-file FILE + | --stake-verification-key-file FILEPATH | --stake-key-hash HASH - | --stake-script-file FILE + | --stake-script-file FILEPATH ) ( --mainnet | --testnet-magic NATURAL ) - [--out-file FILE] + [--out-file FILEPATH] Build a stake address Usage: cardano-cli conway stake-address registration-certificate ( --stake-verification-key STRING - | --stake-verification-key-file FILE + | --stake-verification-key-file FILEPATH | --stake-key-hash HASH - | --stake-script-file FILE + | --stake-script-file FILEPATH | --stake-address ADDRESS ) --key-reg-deposit-amt NATURAL - --out-file FILE + --out-file FILEPATH Create a stake address registration certificate Usage: cardano-cli conway stake-address deregistration-certificate ( --stake-verification-key STRING - | --stake-verification-key-file FILE + | --stake-verification-key-file FILEPATH | --stake-key-hash HASH - | --stake-script-file FILE + | --stake-script-file FILEPATH | --stake-address ADDRESS ) --key-reg-deposit-amt NATURAL - --out-file FILE + --out-file FILEPATH Create a stake address deregistration certificate Usage: cardano-cli conway stake-address stake-delegation-certificate ( --stake-verification-key STRING - | --stake-verification-key-file FILE + | --stake-verification-key-file FILEPATH | --stake-key-hash HASH - | --stake-script-file FILE + | --stake-script-file FILEPATH | --stake-address ADDRESS ) ( --stake-pool-verification-key STRING - | --cold-verification-key-file FILE + | --cold-verification-key-file FILEPATH | --stake-pool-id STAKE_POOL_ID ) - --out-file FILE + --out-file FILEPATH Create a stake address stake delegation certificate, which when submitted in a transaction delegates stake to a stake pool. Usage: cardano-cli conway stake-address stake-and-vote-delegation-certificate ( --stake-verification-key STRING - | --stake-verification-key-file FILE + | --stake-verification-key-file FILEPATH | --stake-key-hash HASH - | --stake-script-file FILE + | --stake-script-file FILEPATH | --stake-address ADDRESS ) ( --stake-pool-verification-key STRING - | --cold-verification-key-file FILE + | --cold-verification-key-file FILEPATH | --stake-pool-id STAKE_POOL_ID ) ( --drep-script-hash HASH | --drep-verification-key STRING - | --drep-verification-key-file FILE + | --drep-verification-key-file FILEPATH | --drep-key-hash HASH | --always-abstain | --always-no-confidence ) - --out-file FILE + --out-file FILEPATH Create a stake address stake and vote delegation certificate, which when submitted in a transaction delegates stake to a stake pool and a DRep. Usage: cardano-cli conway stake-address vote-delegation-certificate ( --stake-verification-key STRING - | --stake-verification-key-file FILE + | --stake-verification-key-file FILEPATH | --stake-key-hash HASH - | --stake-script-file FILE + | --stake-script-file FILEPATH | --stake-address ADDRESS ) ( --drep-script-hash HASH | --drep-verification-key STRING - | --drep-verification-key-file FILE + | --drep-verification-key-file FILEPATH | --drep-key-hash HASH | --always-abstain | --always-no-confidence ) - --out-file FILE + --out-file FILEPATH Create a stake address vote delegation certificate, which when submitted in a transaction delegates stake to a DRep. @@ -7631,19 +7642,19 @@ Usage: cardano-cli conway stake-pool Usage: cardano-cli conway stake-pool registration-certificate ( --stake-pool-verification-key STRING - | --cold-verification-key-file FILE + | --cold-verification-key-file FILEPATH ) ( --vrf-verification-key STRING - | --vrf-verification-key-file FILE + | --vrf-verification-key-file FILEPATH ) --pool-pledge LOVELACE --pool-cost LOVELACE --pool-margin RATIONAL ( --pool-reward-account-verification-key STRING - | --pool-reward-account-verification-key-file FILE + | --pool-reward-account-verification-key-file FILEPATH ) ( --pool-owner-verification-key STRING - | --pool-owner-stake-verification-key-file FILE + | --pool-owner-stake-verification-key-file FILEPATH ) [ [--pool-relay-ipv4 STRING] [--pool-relay-ipv6 STRING] @@ -7657,30 +7668,30 @@ Usage: cardano-cli conway stake-pool registration-certificate ( --mainnet | --testnet-magic NATURAL ) - --out-file FILE + --out-file FILEPATH Create a stake pool registration certificate Usage: cardano-cli conway stake-pool deregistration-certificate ( --stake-pool-verification-key STRING - | --cold-verification-key-file FILE + | --cold-verification-key-file FILEPATH ) --epoch NATURAL - --out-file FILE + --out-file FILEPATH Create a stake pool deregistration certificate Usage: cardano-cli conway stake-pool id ( --stake-pool-verification-key STRING - | --cold-verification-key-file FILE + | --cold-verification-key-file FILEPATH ) [--output-format STRING] - [--out-file FILE] + [--out-file FILEPATH] Build pool id from the offline key -Usage: cardano-cli conway stake-pool metadata-hash --pool-metadata-file FILE - [--out-file FILE] +Usage: cardano-cli conway stake-pool metadata-hash --pool-metadata-file FILEPATH + [--out-file FILEPATH] Print the hash of pool metadata. @@ -7689,7 +7700,8 @@ Usage: cardano-cli conway text-view decode-cbor Commands for dealing with Shelley TextView files. Transactions, addresses etc are stored on disk as TextView files. -Usage: cardano-cli conway text-view decode-cbor --in-file FILE [--out-file FILE] +Usage: cardano-cli conway text-view decode-cbor --in-file FILEPATH + [--out-file FILEPATH] Print a TextView file as decoded CBOR. @@ -7731,7 +7743,7 @@ Usage: cardano-cli conway transaction build-raw ) --spending-reference-tx-in-execution-units (INT, INT) | --simple-script-tx-in-reference TX-IN - | --tx-in-script-file FILE + | --tx-in-script-file FILEPATH [ [ --tx-in-datum-cbor-file CBOR_FILE | --tx-in-datum-file JSON_FILE @@ -7748,7 +7760,7 @@ Usage: cardano-cli conway transaction build-raw [--tx-in-collateral TX-IN] [--tx-out-return-collateral ADDRESS VALUE] [--tx-total-collateral INTEGER] - [ --required-signer FILE + [ --required-signer FILEPATH | --required-signer-hash HASH ] [--tx-out ADDRESS VALUE @@ -7763,9 +7775,9 @@ Usage: cardano-cli conway transaction build-raw | --tx-out-inline-datum-file JSON_FILE | --tx-out-inline-datum-value JSON_VALUE ] - [--tx-out-reference-script-file FILE]] + [--tx-out-reference-script-file FILEPATH]] [--mint VALUE - ( --mint-script-file FILE + ( --mint-script-file FILEPATH [ ( --mint-redeemer-cbor-file CBOR_FILE | --mint-redeemer-file JSON_FILE @@ -7788,8 +7800,8 @@ Usage: cardano-cli conway transaction build-raw [--invalid-before SLOT] [--invalid-hereafter SLOT] --fee LOVELACE - [--certificate-file FILE - [ --certificate-script-file FILE + [--certificate-file FILEPATH + [ --certificate-script-file FILEPATH [ ( --certificate-redeemer-cbor-file CBOR_FILE | --certificate-redeemer-file JSON_FILE @@ -7807,7 +7819,7 @@ Usage: cardano-cli conway transaction build-raw --certificate-reference-tx-in-execution-units (INT, INT) ]] [--withdrawal WITHDRAWAL - [ --withdrawal-script-file FILE + [ --withdrawal-script-file FILEPATH [ ( --withdrawal-redeemer-cbor-file CBOR_FILE | --withdrawal-redeemer-file JSON_FILE @@ -7827,13 +7839,13 @@ Usage: cardano-cli conway transaction build-raw [ --json-metadata-no-schema | --json-metadata-detailed-schema ] - [--auxiliary-script-file FILE] - [ --metadata-json-file FILE - | --metadata-cbor-file FILE + [--auxiliary-script-file FILEPATH] + [ --metadata-json-file FILEPATH + | --metadata-cbor-file FILEPATH ] - [--protocol-params-file FILE] - [--vote-file FILE - [ --vote-script-file FILE + [--protocol-params-file FILEPATH] + [--vote-file FILEPATH + [ --vote-script-file FILEPATH [ ( --vote-redeemer-cbor-file CBOR_FILE | --vote-redeemer-file JSON_FILE @@ -7848,8 +7860,8 @@ Usage: cardano-cli conway transaction build-raw ) --vote-reference-tx-in-execution-units (INT, INT) ]] - [--proposal-file FILE - [ --proposal-script-file FILE + [--proposal-file FILEPATH + [ --proposal-script-file FILEPATH [ ( --proposal-redeemer-cbor-file CBOR_FILE | --proposal-redeemer-file JSON_FILE @@ -7866,7 +7878,7 @@ Usage: cardano-cli conway transaction build-raw ]] [--current-treasury-value LOVELACE --treasury-donation LOVELACE] - --out-file FILE + --out-file FILEPATH Build a transaction (low-level, inconvenient) @@ -7897,7 +7909,7 @@ Usage: cardano-cli conway transaction build --socket-path SOCKET_PATH | --spending-reference-tx-in-redeemer-value JSON_VALUE ) | --simple-script-tx-in-reference TX-IN - | --tx-in-script-file FILE + | --tx-in-script-file FILEPATH [ [ --tx-in-datum-cbor-file CBOR_FILE | --tx-in-datum-file JSON_FILE @@ -7910,7 +7922,7 @@ Usage: cardano-cli conway transaction build --socket-path SOCKET_PATH )] ]) [--read-only-tx-in-reference TX-IN] - [ --required-signer FILE + [ --required-signer FILEPATH | --required-signer-hash HASH ] [--tx-in-collateral TX-IN] @@ -7928,10 +7940,10 @@ Usage: cardano-cli conway transaction build --socket-path SOCKET_PATH | --tx-out-inline-datum-file JSON_FILE | --tx-out-inline-datum-value JSON_VALUE ] - [--tx-out-reference-script-file FILE]] + [--tx-out-reference-script-file FILEPATH]] --change-address ADDRESS [--mint VALUE - ( --mint-script-file FILE + ( --mint-script-file FILEPATH [ --mint-redeemer-cbor-file CBOR_FILE | --mint-redeemer-file JSON_FILE | --mint-redeemer-value JSON_VALUE @@ -7950,8 +7962,8 @@ Usage: cardano-cli conway transaction build --socket-path SOCKET_PATH )] [--invalid-before SLOT] [--invalid-hereafter SLOT] - [--certificate-file FILE - [ --certificate-script-file FILE + [--certificate-file FILEPATH + [ --certificate-script-file FILEPATH [ --certificate-redeemer-cbor-file CBOR_FILE | --certificate-redeemer-file JSON_FILE | --certificate-redeemer-value JSON_VALUE @@ -7966,7 +7978,7 @@ Usage: cardano-cli conway transaction build --socket-path SOCKET_PATH ) ]] [--withdrawal WITHDRAWAL - [ --withdrawal-script-file FILE + [ --withdrawal-script-file FILEPATH [ --withdrawal-redeemer-cbor-file CBOR_FILE | --withdrawal-redeemer-file JSON_FILE | --withdrawal-redeemer-value JSON_VALUE @@ -7983,12 +7995,12 @@ Usage: cardano-cli conway transaction build --socket-path SOCKET_PATH [ --json-metadata-no-schema | --json-metadata-detailed-schema ] - [--auxiliary-script-file FILE] - [ --metadata-json-file FILE - | --metadata-cbor-file FILE + [--auxiliary-script-file FILEPATH] + [ --metadata-json-file FILEPATH + | --metadata-cbor-file FILEPATH ] - [--vote-file FILE - [ --vote-script-file FILE + [--vote-file FILEPATH + [ --vote-script-file FILEPATH [ --vote-redeemer-cbor-file CBOR_FILE | --vote-redeemer-file JSON_FILE | --vote-redeemer-value JSON_VALUE @@ -8000,8 +8012,8 @@ Usage: cardano-cli conway transaction build --socket-path SOCKET_PATH | --vote-reference-tx-in-redeemer-value JSON_VALUE ) ]] - [--proposal-file FILE - [ --proposal-script-file FILE + [--proposal-file FILEPATH + [ --proposal-script-file FILEPATH [ --proposal-redeemer-cbor-file CBOR_FILE | --proposal-redeemer-file JSON_FILE | --proposal-redeemer-value JSON_VALUE @@ -8014,8 +8026,8 @@ Usage: cardano-cli conway transaction build --socket-path SOCKET_PATH ) ]] [--treasury-donation LOVELACE] - ( --out-file FILE - | --calculate-plutus-script-cost FILE + ( --out-file FILEPATH + | --calculate-plutus-script-cost FILEPATH ) Build a balanced transaction (automatically calculates fees) @@ -8028,7 +8040,7 @@ Usage: cardano-cli conway transaction build-estimate ] --shelley-key-witnesses INT [--byron-key-witnesses Int] - --protocol-params-file FILE + --protocol-params-file FILEPATH --total-utxo-value VALUE (--tx-in TX-IN [ --spending-tx-in-reference TX-IN @@ -8046,7 +8058,7 @@ Usage: cardano-cli conway transaction build-estimate ) --spending-reference-tx-in-execution-units (INT, INT) | --simple-script-tx-in-reference TX-IN - | --tx-in-script-file FILE + | --tx-in-script-file FILEPATH [ [ --tx-in-datum-cbor-file CBOR_FILE | --tx-in-datum-file JSON_FILE @@ -8060,7 +8072,7 @@ Usage: cardano-cli conway transaction build-estimate --tx-in-execution-units (INT, INT)] ]) [--read-only-tx-in-reference TX-IN] - [ --required-signer FILE + [ --required-signer FILEPATH | --required-signer-hash HASH ] [--tx-in-collateral TX-IN] @@ -8077,10 +8089,10 @@ Usage: cardano-cli conway transaction build-estimate | --tx-out-inline-datum-file JSON_FILE | --tx-out-inline-datum-value JSON_VALUE ] - [--tx-out-reference-script-file FILE]] + [--tx-out-reference-script-file FILEPATH]] --change-address ADDRESS [--mint VALUE - ( --mint-script-file FILE + ( --mint-script-file FILEPATH [ ( --mint-redeemer-cbor-file CBOR_FILE | --mint-redeemer-file JSON_FILE @@ -8102,8 +8114,9 @@ Usage: cardano-cli conway transaction build-estimate )] [--invalid-before SLOT] [--invalid-hereafter SLOT] - [--certificate-file FILE - [ --certificate-script-file FILE + [ + --certificate-file FILEPATH + [ --certificate-script-file FILEPATH [ ( --certificate-redeemer-cbor-file CBOR_FILE | --certificate-redeemer-file JSON_FILE @@ -8121,7 +8134,7 @@ Usage: cardano-cli conway transaction build-estimate --certificate-reference-tx-in-execution-units (INT, INT) ]] [--withdrawal WITHDRAWAL - [ --withdrawal-script-file FILE + [ --withdrawal-script-file FILEPATH [ ( --withdrawal-redeemer-cbor-file CBOR_FILE | --withdrawal-redeemer-file JSON_FILE @@ -8143,12 +8156,12 @@ Usage: cardano-cli conway transaction build-estimate [ --json-metadata-no-schema | --json-metadata-detailed-schema ] - [--auxiliary-script-file FILE] - [ --metadata-json-file FILE - | --metadata-cbor-file FILE + [--auxiliary-script-file FILEPATH] + [ --metadata-json-file FILEPATH + | --metadata-cbor-file FILEPATH ] - [--vote-file FILE - [ --vote-script-file FILE + [--vote-file FILEPATH + [ --vote-script-file FILEPATH [ ( --vote-redeemer-cbor-file CBOR_FILE | --vote-redeemer-file JSON_FILE @@ -8163,8 +8176,8 @@ Usage: cardano-cli conway transaction build-estimate ) --vote-reference-tx-in-execution-units (INT, INT) ]] - [--proposal-file FILE - [ --proposal-script-file FILE + [--proposal-file FILEPATH + [ --proposal-script-file FILEPATH [ ( --proposal-redeemer-cbor-file CBOR_FILE | --proposal-redeemer-file JSON_FILE @@ -8181,44 +8194,44 @@ Usage: cardano-cli conway transaction build-estimate ]] [--current-treasury-value LOVELACE --treasury-donation LOVELACE] - --out-file FILE + --out-file FILEPATH Build a balanced transaction without access to a live node (automatically estimates fees) 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 sign - ( --tx-body-file FILE - | --tx-file FILE + ( --tx-body-file FILEPATH + | --tx-file FILEPATH ) - [--signing-key-file FILE + [--signing-key-file FILEPATH [--address STRING]] [ --mainnet | --testnet-magic NATURAL ] - --out-file FILE + --out-file FILEPATH Sign a transaction -Usage: cardano-cli conway transaction witness --tx-body-file FILE - --signing-key-file FILE +Usage: cardano-cli conway transaction witness --tx-body-file FILEPATH + --signing-key-file FILEPATH [--address STRING] [ --mainnet | --testnet-magic NATURAL ] - --out-file FILE + --out-file FILEPATH Create a transaction witness -Usage: cardano-cli conway transaction assemble --tx-body-file FILE - [--witness-file FILE] - --out-file FILE +Usage: cardano-cli conway transaction assemble --tx-body-file FILEPATH + [--witness-file FILEPATH] + --out-file FILEPATH Assemble a tx body and witness(es) to form a transaction -Usage: cardano-cli conway transaction sign-witness --tx-body-file FILE - [--witness-file FILE] - --out-file FILE +Usage: cardano-cli conway transaction sign-witness --tx-body-file FILEPATH + [--witness-file FILEPATH] + --out-file FILEPATH Assemble a tx body and witness(es) to form a transaction @@ -8228,24 +8241,24 @@ Usage: cardano-cli conway transaction submit --socket-path SOCKET_PATH ( --mainnet | --testnet-magic NATURAL ) - --tx-file FILE + --tx-file FILEPATH Submit a transaction to the local node whose Unix domain socket is obtained from the CARDANO_NODE_SOCKET_PATH environment variable. -Usage: cardano-cli conway transaction policyid --script-file FILE +Usage: cardano-cli conway transaction policyid --script-file FILEPATH Calculate the PolicyId from the monetary policy script. -Usage: cardano-cli conway transaction calculate-min-fee --tx-body-file FILE - --protocol-params-file FILE +Usage: cardano-cli conway transaction calculate-min-fee --tx-body-file FILEPATH + --protocol-params-file FILEPATH --witness-count NATURAL [--byron-witness-count NATURAL] [--reference-script-size NATURAL] [ --output-json | --output-text ] - [--out-file FILE] + [--out-file FILEPATH] [ --mainnet | --testnet-magic NATURAL ] @@ -8254,7 +8267,7 @@ Usage: cardano-cli conway transaction calculate-min-fee --tx-body-file FILE Calculate the minimum fee for a transaction. -Usage: cardano-cli conway transaction calculate-min-required-utxo --protocol-params-file FILE +Usage: cardano-cli conway transaction calculate-min-required-utxo --protocol-params-file FILEPATH --tx-out ADDRESS VALUE [ --tx-out-datum-hash HASH | --tx-out-datum-hash-cbor-file CBOR_FILE @@ -8267,11 +8280,11 @@ Usage: cardano-cli conway transaction calculate-min-required-utxo --protocol-par | --tx-out-inline-datum-file JSON_FILE | --tx-out-inline-datum-value JSON_VALUE ] - [--tx-out-reference-script-file FILE] + [--tx-out-reference-script-file FILEPATH] Calculate the minimum required UTxO for a transaction output. -Usage: cardano-cli conway transaction calculate-min-value --protocol-params-file FILE +Usage: cardano-cli conway transaction calculate-min-value --protocol-params-file FILEPATH --tx-out ADDRESS VALUE [ --tx-out-datum-hash HASH | --tx-out-datum-hash-cbor-file CBOR_FILE @@ -8284,7 +8297,7 @@ Usage: cardano-cli conway transaction calculate-min-value --protocol-params-file | --tx-out-inline-datum-file JSON_FILE | --tx-out-inline-datum-value JSON_VALUE ] - [--tx-out-reference-script-file FILE] + [--tx-out-reference-script-file FILEPATH] DEPRECATED: Use 'calculate-min-required-utxo' instead. @@ -8297,8 +8310,8 @@ Usage: cardano-cli conway transaction hash-script-data Calculate the hash of script data. Usage: cardano-cli conway transaction txid - ( --tx-body-file FILE - | --tx-file FILE + ( --tx-body-file FILEPATH + | --tx-file FILEPATH ) Print a transaction identifier. @@ -8331,36 +8344,36 @@ Usage: cardano-cli latest address key-gen [--key-output-format STRING] | --extended-key | --byron-key ] - --verification-key-file FILE - --signing-key-file FILE + --verification-key-file FILEPATH + --signing-key-file FILEPATH Create an address key pair. Usage: cardano-cli latest address key-hash ( --payment-verification-key STRING - | --payment-verification-key-file FILE + | --payment-verification-key-file FILEPATH ) - [--out-file FILE] + [--out-file FILEPATH] Print the hash of an address key. Usage: cardano-cli latest address build ( --payment-verification-key STRING - | --payment-verification-key-file FILE - | --payment-script-file FILE + | --payment-verification-key-file FILEPATH + | --payment-script-file FILEPATH ) [ --stake-verification-key STRING - | --stake-verification-key-file FILE + | --stake-verification-key-file FILEPATH | --stake-key-hash HASH - | --stake-script-file FILE + | --stake-script-file FILEPATH | --stake-address ADDRESS ] (--mainnet | --testnet-magic NATURAL) - [--out-file FILE] + [--out-file FILEPATH] Build a Shelley payment address, with optional delegation to a stake address. -Usage: cardano-cli latest address info --address ADDRESS [--out-file FILE] +Usage: cardano-cli latest address info --address ADDRESS [--out-file FILEPATH] Print information about an address. @@ -8377,13 +8390,13 @@ Usage: cardano-cli latest key Key utility commands. -Usage: cardano-cli latest key verification-key --signing-key-file FILE - --verification-key-file FILE +Usage: cardano-cli latest key verification-key --signing-key-file FILEPATH + --verification-key-file FILEPATH Get a verification key from a signing key. This supports all key types. -Usage: cardano-cli latest key non-extended-key --extended-verification-key-file FILE - --verification-key-file FILE +Usage: cardano-cli latest key non-extended-key --extended-verification-key-file FILEPATH + --verification-key-file FILEPATH Get a non-extended verification key from an extended verification key. This supports all extended key types. @@ -8396,37 +8409,37 @@ Usage: cardano-cli latest key convert-byron-key [--password TEXT] | --byron-genesis-delegate-key-type | --legacy-byron-genesis-delegate-key-type ) - ( --byron-signing-key-file FILE - | --byron-verification-key-file FILE + ( --byron-signing-key-file FILEPATH + | --byron-verification-key-file FILEPATH ) - --out-file FILE + --out-file FILEPATH Convert a Byron payment, genesis or genesis delegate key (signing or verification) to a corresponding Shelley-format key. Usage: cardano-cli latest key convert-byron-genesis-vkey --byron-genesis-verification-key BASE64 - --out-file FILE + --out-file FILEPATH Convert a Base64-encoded Byron genesis verification key to a Shelley genesis verification key Usage: cardano-cli latest key convert-itn-key - ( --itn-signing-key-file FILE - | --itn-verification-key-file FILE + ( --itn-signing-key-file FILEPATH + | --itn-verification-key-file FILEPATH ) - --out-file FILE + --out-file FILEPATH Convert an Incentivized Testnet (ITN) non-extended (Ed25519) signing or verification key to a corresponding Shelley stake key -Usage: cardano-cli latest key convert-itn-extended-key --itn-signing-key-file FILE - --out-file FILE +Usage: cardano-cli latest key convert-itn-extended-key --itn-signing-key-file FILEPATH + --out-file FILEPATH Convert an Incentivized Testnet (ITN) extended (Ed25519Extended) signing key to a corresponding Shelley stake signing key -Usage: cardano-cli latest key convert-itn-bip32-key --itn-signing-key-file FILE - --out-file FILE +Usage: cardano-cli latest key convert-itn-bip32-key --itn-signing-key-file FILEPATH + --out-file FILEPATH Convert an Incentivized Testnet (ITN) BIP32 (Ed25519Bip32) signing key to a corresponding Shelley stake signing key @@ -8440,8 +8453,8 @@ Usage: cardano-cli latest key convert-cardano-address-key | --icarus-payment-key | --byron-payment-key ) - --signing-key-file FILE - --out-file FILE + --signing-key-file FILEPATH + --out-file FILEPATH Convert a cardano-address extended signing key to a corresponding Shelley-format key. @@ -8463,44 +8476,44 @@ Usage: cardano-cli latest genesis Genesis block commands. -Usage: cardano-cli latest genesis key-gen-genesis --verification-key-file FILE - --signing-key-file FILE +Usage: cardano-cli latest genesis key-gen-genesis --verification-key-file FILEPATH + --signing-key-file FILEPATH Create a Shelley genesis key pair -Usage: cardano-cli latest genesis key-gen-delegate --verification-key-file FILE - --signing-key-file FILE - --operational-certificate-issue-counter-file FILE +Usage: cardano-cli latest genesis key-gen-delegate --verification-key-file FILEPATH + --signing-key-file FILEPATH + --operational-certificate-issue-counter-file FILEPATH Create a Shelley genesis delegate key pair -Usage: cardano-cli latest genesis key-gen-utxo --verification-key-file FILE - --signing-key-file FILE +Usage: cardano-cli latest genesis key-gen-utxo --verification-key-file FILEPATH + --signing-key-file FILEPATH Create a Shelley genesis UTxO key pair -Usage: cardano-cli latest genesis key-hash --verification-key-file FILE +Usage: cardano-cli latest genesis key-hash --verification-key-file FILEPATH Print the identifier (hash) of a public key -Usage: cardano-cli latest genesis get-ver-key --verification-key-file FILE - --signing-key-file FILE +Usage: cardano-cli latest genesis get-ver-key --verification-key-file FILEPATH + --signing-key-file FILEPATH Derive the verification key from a signing key -Usage: cardano-cli latest genesis initial-addr --verification-key-file FILE +Usage: cardano-cli latest genesis initial-addr --verification-key-file FILEPATH ( --mainnet | --testnet-magic NATURAL ) - [--out-file FILE] + [--out-file FILEPATH] Get the address for an initial UTxO based on the verification key -Usage: cardano-cli latest genesis initial-txin --verification-key-file FILE +Usage: cardano-cli latest genesis initial-txin --verification-key-file FILEPATH ( --mainnet | --testnet-magic NATURAL ) - [--out-file FILE] + [--out-file FILEPATH] Get the TxIn for an initial UTxO based on the verification key @@ -8550,14 +8563,14 @@ Usage: cardano-cli latest genesis create-staked [--key-output-format STRING] [--bulk-pool-cred-files INT] [--bulk-pools-per-file INT] [--num-stuffed-utxo INT] - [--relay-specification-file FILE] + [--relay-specification-file FILEPATH] Create a staked Shelley genesis file from a genesis template and genesis/delegation/spending keys. -Usage: cardano-cli latest genesis create-testnet-data [--spec-shelley FILE] - [--spec-alonzo FILE] - [--spec-conway FILE] +Usage: cardano-cli latest genesis create-testnet-data [--spec-shelley FILEPATH] + [--spec-alonzo FILEPATH] + [--spec-conway FILEPATH] [--genesis-keys INT] [--pools INT] [ --stake-delegators INT @@ -8571,13 +8584,13 @@ Usage: cardano-cli latest genesis create-testnet-data [--spec-shelley FILE] [--total-supply LOVELACE] [--delegated-supply LOVELACE] [--testnet-magic NATURAL] - [--relays FILE] + [--relays FILEPATH] [--start-time UTC-TIME] --out-dir DIR Create data to use for starting a testnet. -Usage: cardano-cli latest genesis hash --genesis FILE +Usage: cardano-cli latest genesis hash --genesis FILEPATH Compute the hash of a genesis file @@ -8598,7 +8611,7 @@ Usage: cardano-cli latest governance create-mir-certificate ) (--stake-address ADDRESS) (--reward LOVELACE) - --out-file FILE + --out-file FILEPATH | stake-addresses | transfer-to-treasury | transfer-to-rewards @@ -8612,36 +8625,36 @@ Usage: cardano-cli latest governance create-mir-certificate stake-addresses ) (--stake-address ADDRESS) (--reward LOVELACE) - --out-file FILE + --out-file FILEPATH Create an MIR certificate to pay stake addresses Usage: cardano-cli latest governance create-mir-certificate transfer-to-treasury --transfer LOVELACE - --out-file FILE + --out-file FILEPATH Create an MIR certificate to transfer from the reserves pot to the treasury pot Usage: cardano-cli latest governance create-mir-certificate transfer-to-rewards --transfer LOVELACE - --out-file FILE + --out-file FILEPATH Create an MIR certificate to transfer from the treasury pot to the reserves pot Usage: cardano-cli latest governance create-genesis-key-delegation-certificate ( --genesis-verification-key STRING - | --genesis-verification-key-file FILE + | --genesis-verification-key-file FILEPATH | --genesis-verification-key-hash STRING ) ( --genesis-delegate-verification-key STRING - | --genesis-delegate-verification-key-file FILE + | --genesis-delegate-verification-key-file FILEPATH | --genesis-delegate-verification-key-hash STRING ) ( --vrf-verification-key STRING - | --vrf-verification-key-file FILE + | --vrf-verification-key-file FILEPATH | --vrf-verification-key-hash STRING ) - --out-file FILE + --out-file FILEPATH Create a genesis key delegation certificate @@ -8650,7 +8663,7 @@ Usage: cardano-cli latest governance action create-protocol-parameters-update Governance action commands. Usage: cardano-cli latest governance action create-protocol-parameters-update --epoch NATURAL - (--genesis-verification-key-file FILE) + (--genesis-verification-key-file FILEPATH) [--min-fee-linear LOVELACE] [--min-fee-constant LOVELACE] [--max-block-body-size WORD32] @@ -8675,26 +8688,26 @@ Usage: cardano-cli latest governance action create-protocol-parameters-update -- --protocol-minor-version MINOR] [--utxo-cost-per-byte LOVELACE] [--cost-model-file FILE] - --out-file FILE + --out-file FILEPATH Create a protocol parameters update. Usage: cardano-cli latest governance create-poll --question STRING (--answer STRING) [--nonce UINT] - --out-file FILE + --out-file FILEPATH Create an SPO poll -Usage: cardano-cli latest governance answer-poll --poll-file FILE +Usage: cardano-cli latest governance answer-poll --poll-file FILEPATH [--answer INT] - [--out-file FILE] + [--out-file FILEPATH] Answer an SPO poll -Usage: cardano-cli latest governance verify-poll --poll-file FILE - --tx-file FILE - [--out-file FILE] +Usage: cardano-cli latest governance verify-poll --poll-file FILEPATH + --tx-file FILEPATH + [--out-file FILEPATH] Verify an answer to a given SPO poll @@ -8710,51 +8723,51 @@ Usage: cardano-cli latest node Node operation commands. Usage: cardano-cli latest node key-gen [--key-output-format STRING] - --cold-verification-key-file FILE - --cold-signing-key-file FILE - --operational-certificate-issue-counter-file FILE + --cold-verification-key-file FILEPATH + --cold-signing-key-file FILEPATH + --operational-certificate-issue-counter-file FILEPATH Create a key pair for a node operator's offline key and a new certificate issue counter Usage: cardano-cli latest node key-gen-KES [--key-output-format STRING] - --verification-key-file FILE - --signing-key-file FILE + --verification-key-file FILEPATH + --signing-key-file FILEPATH Create a key pair for a node KES operational key Usage: cardano-cli latest node key-gen-VRF [--key-output-format STRING] - --verification-key-file FILE - --signing-key-file FILE + --verification-key-file FILEPATH + --signing-key-file FILEPATH Create a key pair for a node VRF operational key Usage: cardano-cli latest node key-hash-VRF ( --verification-key STRING - | --verification-key-file FILE + | --verification-key-file FILEPATH ) - [--out-file FILE] + [--out-file FILEPATH] Print hash of a node's operational VRF key. Usage: cardano-cli latest node new-counter ( --stake-pool-verification-key STRING | --genesis-delegate-verification-key STRING - | --cold-verification-key-file FILE + | --cold-verification-key-file FILEPATH ) --counter-value INT - --operational-certificate-issue-counter-file FILE + --operational-certificate-issue-counter-file FILEPATH Create a new certificate issue counter Usage: cardano-cli latest node issue-op-cert ( --kes-verification-key STRING - | --kes-verification-key-file FILE + | --kes-verification-key-file FILEPATH ) - --cold-signing-key-file FILE - --operational-certificate-issue-counter-file FILE + --cold-signing-key-file FILEPATH + --operational-certificate-issue-counter-file FILEPATH --kes-period NATURAL - --out-file FILE + --out-file FILEPATH Issue a node operational certificate @@ -8785,14 +8798,14 @@ Usage: cardano-cli latest query protocol-parameters --socket-path SOCKET_PATH ( --mainnet | --testnet-magic NATURAL ) - [--out-file FILE] + [--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]] (--mainnet | --testnet-magic NATURAL) - [--out-file FILE] + [--out-file FILEPATH] Get the node's current tip (slot no, hash, block no) @@ -8803,7 +8816,7 @@ Usage: cardano-cli latest query stake-pools --socket-path SOCKET_PATH | --testnet-magic NATURAL ) [--output-json | --output-text] - [--out-file FILE] + [--out-file FILEPATH] Get the node's current set of stake pool ids @@ -8816,7 +8829,7 @@ Usage: cardano-cli latest query stake-distribution --socket-path SOCKET_PATH [ --output-json | --output-text ] - [--out-file FILE] + [--out-file FILEPATH] Get the node's current aggregated stake distribution @@ -8827,7 +8840,7 @@ Usage: cardano-cli latest query stake-address-info --socket-path SOCKET_PATH ( --mainnet | --testnet-magic NATURAL ) - [--out-file FILE] + [--out-file FILEPATH] Get the current delegations and reward accounts filtered by stake address. @@ -8839,7 +8852,7 @@ Usage: cardano-cli latest query utxo --socket-path SOCKET_PATH ) (--mainnet | --testnet-magic NATURAL) [--output-json | --output-text] - [--out-file FILE] + [--out-file FILEPATH] Get a portion of the current UTxO: by tx in, by address or the whole. @@ -8849,7 +8862,7 @@ Usage: cardano-cli latest query ledger-state --socket-path SOCKET_PATH ( --mainnet | --testnet-magic NATURAL ) - [--out-file FILE] + [--out-file FILEPATH] Dump the current ledger state of the node (Ledger.NewEpochState -- advanced command) @@ -8860,7 +8873,7 @@ Usage: cardano-cli latest query protocol-state --socket-path SOCKET_PATH ( --mainnet | --testnet-magic NATURAL ) - [--out-file FILE] + [--out-file FILEPATH] Dump the current protocol state of the node (Ledger.ChainDepState -- advanced command) @@ -8874,7 +8887,7 @@ Usage: cardano-cli latest query stake-snapshot --socket-path SOCKET_PATH ( --all-stake-pools | (--stake-pool-id STAKE_POOL_ID) ) - [--out-file FILE] + [--out-file FILEPATH] Obtain the three stake snapshots for a pool, plus the total active stake (advanced command) @@ -8888,7 +8901,7 @@ Usage: cardano-cli latest query pool-params --socket-path SOCKET_PATH ( --all-stake-pools | (--stake-pool-id STAKE_POOL_ID) ) - [--out-file FILE] + [--out-file FILEPATH] DEPRECATED. Use query pool-state instead. Dump the pool parameters (Ledger.NewEpochState.esLState._delegationState._pState._pParams -- advanced @@ -8900,17 +8913,17 @@ Usage: cardano-cli latest query leadership-schedule --socket-path SOCKET_PATH ( --mainnet | --testnet-magic NATURAL ) - --genesis FILE + --genesis FILEPATH ( --stake-pool-verification-key STRING - | --cold-verification-key-file FILE + | --cold-verification-key-file FILEPATH | --stake-pool-id STAKE_POOL_ID ) - --vrf-signing-key-file FILE + --vrf-signing-key-file FILEPATH (--current | --next) [ --output-json | --output-text ] - [--out-file FILE] + [--out-file FILEPATH] Get the slots the node is expected to mint a block in (advanced command) @@ -8920,8 +8933,8 @@ Usage: cardano-cli latest query kes-period-info --socket-path SOCKET_PATH ( --mainnet | --testnet-magic NATURAL ) - --op-cert-file FILE - [--out-file FILE] + --op-cert-file FILEPATH + [--out-file FILEPATH] Get information about the current KES period and your node's operational certificate. @@ -8935,7 +8948,7 @@ Usage: cardano-cli latest query pool-state --socket-path SOCKET_PATH ( --all-stake-pools | (--stake-pool-id STAKE_POOL_ID) ) - [--out-file FILE] + [--out-file FILEPATH] Dump the pool state @@ -8946,7 +8959,7 @@ Usage: cardano-cli latest query tx-mempool --socket-path SOCKET_PATH | --testnet-magic NATURAL ) (info | next-tx | tx-exists) - [--out-file FILE] + [--out-file FILEPATH] Local Mempool info @@ -8982,7 +8995,7 @@ Usage: cardano-cli latest query ref-script-size --socket-path SOCKET_PATH [ --output-json | --output-text ] - [--out-file FILE] + [--out-file FILEPATH] Calculate the reference input scripts size in bytes for provided transaction inputs. @@ -8999,66 +9012,66 @@ Usage: cardano-cli latest stake-address Stake address commands. Usage: cardano-cli latest stake-address key-gen [--key-output-format STRING] - --verification-key-file FILE - --signing-key-file FILE + --verification-key-file FILEPATH + --signing-key-file FILEPATH Create a stake address key pair Usage: cardano-cli latest stake-address key-hash ( --stake-verification-key STRING - | --stake-verification-key-file FILE + | --stake-verification-key-file FILEPATH ) - [--out-file FILE] + [--out-file FILEPATH] Print the hash of a stake address key Usage: cardano-cli latest stake-address build ( --stake-verification-key STRING - | --stake-verification-key-file FILE + | --stake-verification-key-file FILEPATH | --stake-key-hash HASH - | --stake-script-file FILE + | --stake-script-file FILEPATH ) ( --mainnet | --testnet-magic NATURAL ) - [--out-file FILE] + [--out-file FILEPATH] Build a stake address Usage: cardano-cli latest stake-address registration-certificate ( --stake-verification-key STRING - | --stake-verification-key-file FILE + | --stake-verification-key-file FILEPATH | --stake-key-hash HASH - | --stake-script-file FILE + | --stake-script-file FILEPATH | --stake-address ADDRESS ) - --out-file FILE + --out-file FILEPATH Create a stake address registration certificate Usage: cardano-cli latest stake-address deregistration-certificate ( --stake-verification-key STRING - | --stake-verification-key-file FILE + | --stake-verification-key-file FILEPATH | --stake-key-hash HASH - | --stake-script-file FILE + | --stake-script-file FILEPATH | --stake-address ADDRESS ) - --out-file FILE + --out-file FILEPATH Create a stake address deregistration certificate Usage: cardano-cli latest stake-address stake-delegation-certificate ( --stake-verification-key STRING - | --stake-verification-key-file FILE + | --stake-verification-key-file FILEPATH | --stake-key-hash HASH - | --stake-script-file FILE + | --stake-script-file FILEPATH | --stake-address ADDRESS ) ( --stake-pool-verification-key STRING - | --cold-verification-key-file FILE + | --cold-verification-key-file FILEPATH | --stake-pool-id STAKE_POOL_ID ) - --out-file FILE + --out-file FILEPATH Create a stake address stake delegation certificate, which when submitted in a transaction delegates stake to a stake pool. @@ -9074,19 +9087,19 @@ Usage: cardano-cli latest stake-pool Usage: cardano-cli latest stake-pool registration-certificate ( --stake-pool-verification-key STRING - | --cold-verification-key-file FILE + | --cold-verification-key-file FILEPATH ) ( --vrf-verification-key STRING - | --vrf-verification-key-file FILE + | --vrf-verification-key-file FILEPATH ) --pool-pledge LOVELACE --pool-cost LOVELACE --pool-margin RATIONAL ( --pool-reward-account-verification-key STRING - | --pool-reward-account-verification-key-file FILE + | --pool-reward-account-verification-key-file FILEPATH ) ( --pool-owner-verification-key STRING - | --pool-owner-stake-verification-key-file FILE + | --pool-owner-stake-verification-key-file FILEPATH ) [ [--pool-relay-ipv4 STRING] [--pool-relay-ipv6 STRING] @@ -9100,30 +9113,30 @@ Usage: cardano-cli latest stake-pool registration-certificate ( --mainnet | --testnet-magic NATURAL ) - --out-file FILE + --out-file FILEPATH Create a stake pool registration certificate Usage: cardano-cli latest stake-pool deregistration-certificate ( --stake-pool-verification-key STRING - | --cold-verification-key-file FILE + | --cold-verification-key-file FILEPATH ) --epoch NATURAL - --out-file FILE + --out-file FILEPATH Create a stake pool deregistration certificate Usage: cardano-cli latest stake-pool id ( --stake-pool-verification-key STRING - | --cold-verification-key-file FILE + | --cold-verification-key-file FILEPATH ) [--output-format STRING] - [--out-file FILE] + [--out-file FILEPATH] Build pool id from the offline key -Usage: cardano-cli latest stake-pool metadata-hash --pool-metadata-file FILE - [--out-file FILE] +Usage: cardano-cli latest stake-pool metadata-hash --pool-metadata-file FILEPATH + [--out-file FILEPATH] Print the hash of pool metadata. @@ -9132,7 +9145,8 @@ Usage: cardano-cli latest text-view decode-cbor Commands for dealing with Shelley TextView files. Transactions, addresses etc are stored on disk as TextView files. -Usage: cardano-cli latest text-view decode-cbor --in-file FILE [--out-file FILE] +Usage: cardano-cli latest text-view decode-cbor --in-file FILEPATH + [--out-file FILEPATH] Print a TextView file as decoded CBOR. @@ -9174,7 +9188,7 @@ Usage: cardano-cli latest transaction build-raw ) --spending-reference-tx-in-execution-units (INT, INT) | --simple-script-tx-in-reference TX-IN - | --tx-in-script-file FILE + | --tx-in-script-file FILEPATH [ ( --tx-in-datum-cbor-file CBOR_FILE | --tx-in-datum-file JSON_FILE @@ -9191,7 +9205,7 @@ Usage: cardano-cli latest transaction build-raw [--tx-in-collateral TX-IN] [--tx-out-return-collateral ADDRESS VALUE] [--tx-total-collateral INTEGER] - [ --required-signer FILE + [ --required-signer FILEPATH | --required-signer-hash HASH ] [--tx-out ADDRESS VALUE @@ -9206,9 +9220,9 @@ Usage: cardano-cli latest transaction build-raw | --tx-out-inline-datum-file JSON_FILE | --tx-out-inline-datum-value JSON_VALUE ] - [--tx-out-reference-script-file FILE]] + [--tx-out-reference-script-file FILEPATH]] [--mint VALUE - ( --mint-script-file FILE + ( --mint-script-file FILEPATH [ ( --mint-redeemer-cbor-file CBOR_FILE | --mint-redeemer-file JSON_FILE @@ -9231,8 +9245,8 @@ Usage: cardano-cli latest transaction build-raw [--invalid-before SLOT] [--invalid-hereafter SLOT] --fee LOVELACE - [--certificate-file FILE - [ --certificate-script-file FILE + [--certificate-file FILEPATH + [ --certificate-script-file FILEPATH [ ( --certificate-redeemer-cbor-file CBOR_FILE | --certificate-redeemer-file JSON_FILE @@ -9250,7 +9264,7 @@ Usage: cardano-cli latest transaction build-raw --certificate-reference-tx-in-execution-units (INT, INT) ]] [--withdrawal WITHDRAWAL - [ --withdrawal-script-file FILE + [ --withdrawal-script-file FILEPATH [ ( --withdrawal-redeemer-cbor-file CBOR_FILE | --withdrawal-redeemer-file JSON_FILE @@ -9270,13 +9284,13 @@ Usage: cardano-cli latest transaction build-raw [ --json-metadata-no-schema | --json-metadata-detailed-schema ] - [--auxiliary-script-file FILE] - [ --metadata-json-file FILE - | --metadata-cbor-file FILE + [--auxiliary-script-file FILEPATH] + [ --metadata-json-file FILEPATH + | --metadata-cbor-file FILEPATH ] - [--protocol-params-file FILE] - [--update-proposal-file FILE] - --out-file FILE + [--protocol-params-file FILEPATH] + [--update-proposal-file FILEPATH] + --out-file FILEPATH Build a transaction (low-level, inconvenient) @@ -9307,7 +9321,7 @@ Usage: cardano-cli latest transaction build --socket-path SOCKET_PATH | --spending-reference-tx-in-redeemer-value JSON_VALUE ) | --simple-script-tx-in-reference TX-IN - | --tx-in-script-file FILE + | --tx-in-script-file FILEPATH [ ( --tx-in-datum-cbor-file CBOR_FILE | --tx-in-datum-file JSON_FILE @@ -9320,7 +9334,7 @@ Usage: cardano-cli latest transaction build --socket-path SOCKET_PATH )] ]) [--read-only-tx-in-reference TX-IN] - [ --required-signer FILE + [ --required-signer FILEPATH | --required-signer-hash HASH ] [--tx-in-collateral TX-IN] @@ -9338,10 +9352,10 @@ Usage: cardano-cli latest transaction build --socket-path SOCKET_PATH | --tx-out-inline-datum-file JSON_FILE | --tx-out-inline-datum-value JSON_VALUE ] - [--tx-out-reference-script-file FILE]] + [--tx-out-reference-script-file FILEPATH]] --change-address ADDRESS [--mint VALUE - ( --mint-script-file FILE + ( --mint-script-file FILEPATH [ --mint-redeemer-cbor-file CBOR_FILE | --mint-redeemer-file JSON_FILE | --mint-redeemer-value JSON_VALUE @@ -9360,8 +9374,8 @@ Usage: cardano-cli latest transaction build --socket-path SOCKET_PATH )] [--invalid-before SLOT] [--invalid-hereafter SLOT] - [--certificate-file FILE - [ --certificate-script-file FILE + [--certificate-file FILEPATH + [ --certificate-script-file FILEPATH [ --certificate-redeemer-cbor-file CBOR_FILE | --certificate-redeemer-file JSON_FILE | --certificate-redeemer-value JSON_VALUE @@ -9376,7 +9390,7 @@ Usage: cardano-cli latest transaction build --socket-path SOCKET_PATH ) ]] [--withdrawal WITHDRAWAL - [ --withdrawal-script-file FILE + [ --withdrawal-script-file FILEPATH [ --withdrawal-redeemer-cbor-file CBOR_FILE | --withdrawal-redeemer-file JSON_FILE | --withdrawal-redeemer-value JSON_VALUE @@ -9393,13 +9407,13 @@ Usage: cardano-cli latest transaction build --socket-path SOCKET_PATH [ --json-metadata-no-schema | --json-metadata-detailed-schema ] - [--auxiliary-script-file FILE] - [ --metadata-json-file FILE - | --metadata-cbor-file FILE + [--auxiliary-script-file FILEPATH] + [ --metadata-json-file FILEPATH + | --metadata-cbor-file FILEPATH ] - [--update-proposal-file FILE] - ( --out-file FILE - | --calculate-plutus-script-cost FILE + [--update-proposal-file FILEPATH] + ( --out-file FILEPATH + | --calculate-plutus-script-cost FILEPATH ) Build a balanced transaction (automatically calculates fees) @@ -9412,7 +9426,7 @@ Usage: cardano-cli latest transaction build-estimate ] --shelley-key-witnesses INT [--byron-key-witnesses Int] - --protocol-params-file FILE + --protocol-params-file FILEPATH --total-utxo-value VALUE (--tx-in TX-IN [ --spending-tx-in-reference TX-IN @@ -9430,7 +9444,7 @@ Usage: cardano-cli latest transaction build-estimate ) --spending-reference-tx-in-execution-units (INT, INT) | --simple-script-tx-in-reference TX-IN - | --tx-in-script-file FILE + | --tx-in-script-file FILEPATH [ ( --tx-in-datum-cbor-file CBOR_FILE | --tx-in-datum-file JSON_FILE @@ -9444,7 +9458,7 @@ Usage: cardano-cli latest transaction build-estimate --tx-in-execution-units (INT, INT)] ]) [--read-only-tx-in-reference TX-IN] - [ --required-signer FILE + [ --required-signer FILEPATH | --required-signer-hash HASH ] [--tx-in-collateral TX-IN] @@ -9461,10 +9475,10 @@ Usage: cardano-cli latest transaction build-estimate | --tx-out-inline-datum-file JSON_FILE | --tx-out-inline-datum-value JSON_VALUE ] - [--tx-out-reference-script-file FILE]] + [--tx-out-reference-script-file FILEPATH]] --change-address ADDRESS [--mint VALUE - ( --mint-script-file FILE + ( --mint-script-file FILEPATH [ ( --mint-redeemer-cbor-file CBOR_FILE | --mint-redeemer-file JSON_FILE @@ -9486,8 +9500,9 @@ Usage: cardano-cli latest transaction build-estimate )] [--invalid-before SLOT] [--invalid-hereafter SLOT] - [--certificate-file FILE - [ --certificate-script-file FILE + [ + --certificate-file FILEPATH + [ --certificate-script-file FILEPATH [ ( --certificate-redeemer-cbor-file CBOR_FILE | --certificate-redeemer-file JSON_FILE @@ -9505,7 +9520,7 @@ Usage: cardano-cli latest transaction build-estimate --certificate-reference-tx-in-execution-units (INT, INT) ]] [--withdrawal WITHDRAWAL - [ --withdrawal-script-file FILE + [ --withdrawal-script-file FILEPATH [ ( --withdrawal-redeemer-cbor-file CBOR_FILE | --withdrawal-redeemer-file JSON_FILE @@ -9527,49 +9542,49 @@ Usage: cardano-cli latest transaction build-estimate [ --json-metadata-no-schema | --json-metadata-detailed-schema ] - [--auxiliary-script-file FILE] - [ --metadata-json-file FILE - | --metadata-cbor-file FILE + [--auxiliary-script-file FILEPATH] + [ --metadata-json-file FILEPATH + | --metadata-cbor-file FILEPATH ] - [--update-proposal-file FILE] - --out-file FILE + [--update-proposal-file FILEPATH] + --out-file FILEPATH Build a balanced transaction without access to a live node (automatically estimates fees) 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 sign - ( --tx-body-file FILE - | --tx-file FILE + ( --tx-body-file FILEPATH + | --tx-file FILEPATH ) - [--signing-key-file FILE + [--signing-key-file FILEPATH [--address STRING]] [ --mainnet | --testnet-magic NATURAL ] - --out-file FILE + --out-file FILEPATH Sign a transaction -Usage: cardano-cli latest transaction witness --tx-body-file FILE - --signing-key-file FILE +Usage: cardano-cli latest transaction witness --tx-body-file FILEPATH + --signing-key-file FILEPATH [--address STRING] [ --mainnet | --testnet-magic NATURAL ] - --out-file FILE + --out-file FILEPATH Create a transaction witness -Usage: cardano-cli latest transaction assemble --tx-body-file FILE - [--witness-file FILE] - --out-file FILE +Usage: cardano-cli latest transaction assemble --tx-body-file FILEPATH + [--witness-file FILEPATH] + --out-file FILEPATH Assemble a tx body and witness(es) to form a transaction -Usage: cardano-cli latest transaction sign-witness --tx-body-file FILE - [--witness-file FILE] - --out-file FILE +Usage: cardano-cli latest transaction sign-witness --tx-body-file FILEPATH + [--witness-file FILEPATH] + --out-file FILEPATH Assemble a tx body and witness(es) to form a transaction @@ -9579,24 +9594,24 @@ Usage: cardano-cli latest transaction submit --socket-path SOCKET_PATH ( --mainnet | --testnet-magic NATURAL ) - --tx-file FILE + --tx-file FILEPATH Submit a transaction to the local node whose Unix domain socket is obtained from the CARDANO_NODE_SOCKET_PATH environment variable. -Usage: cardano-cli latest transaction policyid --script-file FILE +Usage: cardano-cli latest transaction policyid --script-file FILEPATH Calculate the PolicyId from the monetary policy script. -Usage: cardano-cli latest transaction calculate-min-fee --tx-body-file FILE - --protocol-params-file FILE +Usage: cardano-cli latest transaction calculate-min-fee --tx-body-file FILEPATH + --protocol-params-file FILEPATH --witness-count NATURAL [--byron-witness-count NATURAL] [--reference-script-size NATURAL] [ --output-json | --output-text ] - [--out-file FILE] + [--out-file FILEPATH] [ --mainnet | --testnet-magic NATURAL ] @@ -9605,7 +9620,7 @@ Usage: cardano-cli latest transaction calculate-min-fee --tx-body-file FILE Calculate the minimum fee for a transaction. -Usage: cardano-cli latest transaction calculate-min-required-utxo --protocol-params-file FILE +Usage: cardano-cli latest transaction calculate-min-required-utxo --protocol-params-file FILEPATH --tx-out ADDRESS VALUE [ --tx-out-datum-hash HASH | --tx-out-datum-hash-cbor-file CBOR_FILE @@ -9618,11 +9633,11 @@ Usage: cardano-cli latest transaction calculate-min-required-utxo --protocol-par | --tx-out-inline-datum-file JSON_FILE | --tx-out-inline-datum-value JSON_VALUE ] - [--tx-out-reference-script-file FILE] + [--tx-out-reference-script-file FILEPATH] Calculate the minimum required UTxO for a transaction output. -Usage: cardano-cli latest transaction calculate-min-value --protocol-params-file FILE +Usage: cardano-cli latest transaction calculate-min-value --protocol-params-file FILEPATH --tx-out ADDRESS VALUE [ --tx-out-datum-hash HASH | --tx-out-datum-hash-cbor-file CBOR_FILE @@ -9635,7 +9650,7 @@ Usage: cardano-cli latest transaction calculate-min-value --protocol-params-file | --tx-out-inline-datum-file JSON_FILE | --tx-out-inline-datum-value JSON_VALUE ] - [--tx-out-reference-script-file FILE] + [--tx-out-reference-script-file FILEPATH] DEPRECATED: Use 'calculate-min-required-utxo' instead. @@ -9648,8 +9663,8 @@ Usage: cardano-cli latest transaction hash-script-data Calculate the hash of script data. Usage: cardano-cli latest transaction txid - ( --tx-body-file FILE - | --tx-file FILE + ( --tx-body-file FILEPATH + | --tx-file FILEPATH ) Print a transaction identifier. @@ -9667,7 +9682,8 @@ Usage: cardano-cli legacy text-view decode-cbor Commands for dealing with Shelley TextView files. Transactions, addresses etc are stored on disk as TextView files. -Usage: cardano-cli legacy text-view decode-cbor --in-file FILE [--out-file FILE] +Usage: cardano-cli legacy text-view decode-cbor --in-file FILEPATH + [--out-file FILEPATH] Print a TextView file as decoded CBOR. @@ -9694,7 +9710,7 @@ Usage: cardano-cli legacy governance create-mir-certificate ) (--stake-address ADDRESS) (--reward LOVELACE) - --out-file FILE + --out-file FILEPATH | stake-addresses | transfer-to-treasury | transfer-to-rewards @@ -9714,7 +9730,7 @@ Usage: cardano-cli legacy governance create-mir-certificate stake-addresses ) (--stake-address ADDRESS) (--reward LOVELACE) - --out-file FILE + --out-file FILEPATH Create an MIR certificate to pay stake addresses @@ -9726,7 +9742,7 @@ Usage: cardano-cli legacy governance create-mir-certificate transfer-to-treasury | --babbage-era ] --transfer LOVELACE - --out-file FILE + --out-file FILEPATH Create an MIR certificate to transfer from the reserves pot to the treasury pot @@ -9739,7 +9755,7 @@ Usage: cardano-cli legacy governance create-mir-certificate transfer-to-rewards | --babbage-era ] --transfer LOVELACE - --out-file FILE + --out-file FILEPATH Create an MIR certificate to transfer from the treasury pot to the reserves pot @@ -9752,24 +9768,24 @@ Usage: cardano-cli legacy governance create-genesis-key-delegation-certificate | --babbage-era ] ( --genesis-verification-key STRING - | --genesis-verification-key-file FILE + | --genesis-verification-key-file FILEPATH | --genesis-verification-key-hash STRING ) ( --genesis-delegate-verification-key STRING - | --genesis-delegate-verification-key-file FILE + | --genesis-delegate-verification-key-file FILEPATH | --genesis-delegate-verification-key-hash STRING ) ( --vrf-verification-key STRING - | --vrf-verification-key-file FILE + | --vrf-verification-key-file FILEPATH | --vrf-verification-key-hash STRING ) - --out-file FILE + --out-file FILEPATH Create a genesis key delegation certificate -Usage: cardano-cli legacy governance create-update-proposal --out-file FILE +Usage: cardano-cli legacy governance create-update-proposal --out-file FILEPATH --epoch NATURAL - (--genesis-verification-key-file FILE) + (--genesis-verification-key-file FILEPATH) [--protocol-major-version MAJOR --protocol-minor-version MINOR] [--decentralization-parameter RATIONAL] @@ -9805,19 +9821,19 @@ Usage: cardano-cli legacy governance create-update-proposal --out-file FILE Usage: cardano-cli legacy governance create-poll --question STRING (--answer STRING) [--nonce UINT] - --out-file FILE + --out-file FILEPATH Create an SPO poll -Usage: cardano-cli legacy governance answer-poll --poll-file FILE +Usage: cardano-cli legacy governance answer-poll --poll-file FILEPATH [--answer INT] - [--out-file FILE] + [--out-file FILEPATH] Answer an SPO poll -Usage: cardano-cli legacy governance verify-poll --poll-file FILE - --tx-file FILE - [--out-file FILE] +Usage: cardano-cli legacy governance verify-poll --poll-file FILEPATH + --tx-file FILEPATH + [--out-file FILEPATH] Verify an answer to a given SPO poll @@ -9837,44 +9853,44 @@ Usage: cardano-cli legacy genesis Genesis block commands -Usage: cardano-cli legacy genesis key-gen-genesis --verification-key-file FILE - --signing-key-file FILE +Usage: cardano-cli legacy genesis key-gen-genesis --verification-key-file FILEPATH + --signing-key-file FILEPATH Create a Shelley genesis key pair -Usage: cardano-cli legacy genesis key-gen-delegate --verification-key-file FILE - --signing-key-file FILE - --operational-certificate-issue-counter-file FILE +Usage: cardano-cli legacy genesis key-gen-delegate --verification-key-file FILEPATH + --signing-key-file FILEPATH + --operational-certificate-issue-counter-file FILEPATH Create a Shelley genesis delegate key pair -Usage: cardano-cli legacy genesis key-gen-utxo --verification-key-file FILE - --signing-key-file FILE +Usage: cardano-cli legacy genesis key-gen-utxo --verification-key-file FILEPATH + --signing-key-file FILEPATH Create a Shelley genesis UTxO key pair -Usage: cardano-cli legacy genesis key-hash --verification-key-file FILE +Usage: cardano-cli legacy genesis key-hash --verification-key-file FILEPATH Print the identifier (hash) of a public key -Usage: cardano-cli legacy genesis get-ver-key --verification-key-file FILE - --signing-key-file FILE +Usage: cardano-cli legacy genesis get-ver-key --verification-key-file FILEPATH + --signing-key-file FILEPATH Derive the verification key from a signing key -Usage: cardano-cli legacy genesis initial-addr --verification-key-file FILE +Usage: cardano-cli legacy genesis initial-addr --verification-key-file FILEPATH ( --mainnet | --testnet-magic NATURAL ) - [--out-file FILE] + [--out-file FILEPATH] Get the address for an initial UTxO based on the verification key -Usage: cardano-cli legacy genesis initial-txin --verification-key-file FILE +Usage: cardano-cli legacy genesis initial-txin --verification-key-file FILEPATH ( --mainnet | --testnet-magic NATURAL ) - [--out-file FILE] + [--out-file FILEPATH] Get the TxIn for an initial UTxO based on the verification key @@ -9948,12 +9964,12 @@ Usage: cardano-cli legacy genesis create-staked [--bulk-pool-cred-files INT] [--bulk-pools-per-file INT] [--num-stuffed-utxo INT] - [--relay-specification-file FILE] + [--relay-specification-file FILEPATH] Create a staked Shelley genesis file from a genesis template and genesis/delegation/spending keys. -Usage: cardano-cli legacy genesis hash --genesis FILE +Usage: cardano-cli legacy genesis hash --genesis FILEPATH Compute the hash of a genesis file @@ -9983,14 +9999,14 @@ Usage: cardano-cli legacy query protocol-parameters --socket-path SOCKET_PATH ( --mainnet | --testnet-magic NATURAL ) - [--out-file FILE] + [--out-file FILEPATH] Get the node's current protocol parameters Usage: cardano-cli legacy query tip --socket-path SOCKET_PATH [--cardano-mode [--epoch-slots SLOTS]] (--mainnet | --testnet-magic NATURAL) - [--out-file FILE] + [--out-file FILEPATH] Get the node's current tip (slot no, hash, block no) @@ -10001,7 +10017,7 @@ Usage: cardano-cli legacy query stake-pools --socket-path SOCKET_PATH | --testnet-magic NATURAL ) [--output-json | --output-text] - [--out-file FILE] + [--out-file FILEPATH] Get the node's current set of stake pool ids @@ -10014,7 +10030,7 @@ Usage: cardano-cli legacy query stake-distribution --socket-path SOCKET_PATH [ --output-json | --output-text ] - [--out-file FILE] + [--out-file FILEPATH] Get the node's current aggregated stake distribution @@ -10025,7 +10041,7 @@ Usage: cardano-cli legacy query stake-address-info --socket-path SOCKET_PATH ( --mainnet | --testnet-magic NATURAL ) - [--out-file FILE] + [--out-file FILEPATH] Get the current delegations and reward accounts filtered by stake address. @@ -10037,7 +10053,7 @@ Usage: cardano-cli legacy query utxo --socket-path SOCKET_PATH ) (--mainnet | --testnet-magic NATURAL) [--output-json | --output-text] - [--out-file FILE] + [--out-file FILEPATH] Get a portion of the current UTxO: by tx in, by address or the whole. @@ -10047,7 +10063,7 @@ Usage: cardano-cli legacy query ledger-state --socket-path SOCKET_PATH ( --mainnet | --testnet-magic NATURAL ) - [--out-file FILE] + [--out-file FILEPATH] Dump the current ledger state of the node (Ledger.NewEpochState -- advanced command) @@ -10058,7 +10074,7 @@ Usage: cardano-cli legacy query protocol-state --socket-path SOCKET_PATH ( --mainnet | --testnet-magic NATURAL ) - [--out-file FILE] + [--out-file FILEPATH] Dump the current protocol state of the node (Ledger.ChainDepState -- advanced command) @@ -10072,7 +10088,7 @@ Usage: cardano-cli legacy query stake-snapshot --socket-path SOCKET_PATH ( --all-stake-pools | (--stake-pool-id STAKE_POOL_ID) ) - [--out-file FILE] + [--out-file FILEPATH] Obtain the three stake snapshots for a pool, plus the total active stake (advanced command) @@ -10086,7 +10102,7 @@ Usage: cardano-cli legacy query pool-params --socket-path SOCKET_PATH ( --all-stake-pools | (--stake-pool-id STAKE_POOL_ID) ) - [--out-file FILE] + [--out-file FILEPATH] DEPRECATED. Use query pool-state instead. Dump the pool parameters (Ledger.NewEpochState.esLState._delegationState._pState._pParams -- advanced @@ -10098,17 +10114,17 @@ Usage: cardano-cli legacy query leadership-schedule --socket-path SOCKET_PATH ( --mainnet | --testnet-magic NATURAL ) - --genesis FILE + --genesis FILEPATH ( --stake-pool-verification-key STRING - | --cold-verification-key-file FILE + | --cold-verification-key-file FILEPATH | --stake-pool-id STAKE_POOL_ID ) - --vrf-signing-key-file FILE + --vrf-signing-key-file FILEPATH (--current | --next) [ --output-json | --output-text ] - [--out-file FILE] + [--out-file FILEPATH] Get the slots the node is expected to mint a block in (advanced command) @@ -10118,8 +10134,8 @@ Usage: cardano-cli legacy query kes-period-info --socket-path SOCKET_PATH ( --mainnet | --testnet-magic NATURAL ) - --op-cert-file FILE - [--out-file FILE] + --op-cert-file FILEPATH + [--out-file FILEPATH] Get information about the current KES period and your node's operational certificate. @@ -10133,7 +10149,7 @@ Usage: cardano-cli legacy query pool-state --socket-path SOCKET_PATH ( --all-stake-pools | (--stake-pool-id STAKE_POOL_ID) ) - [--out-file FILE] + [--out-file FILEPATH] Dump the pool state @@ -10144,7 +10160,7 @@ Usage: cardano-cli legacy query tx-mempool --socket-path SOCKET_PATH | --testnet-magic NATURAL ) (info | next-tx | tx-exists) - [--out-file FILE] + [--out-file FILEPATH] Local Mempool info @@ -10188,19 +10204,19 @@ Usage: cardano-cli legacy stake-pool registration-certificate | --conway-era ] ( --stake-pool-verification-key STRING - | --cold-verification-key-file FILE + | --cold-verification-key-file FILEPATH ) ( --vrf-verification-key STRING - | --vrf-verification-key-file FILE + | --vrf-verification-key-file FILEPATH ) --pool-pledge LOVELACE --pool-cost LOVELACE --pool-margin RATIONAL ( --pool-reward-account-verification-key STRING - | --pool-reward-account-verification-key-file FILE + | --pool-reward-account-verification-key-file FILEPATH ) ( --pool-owner-verification-key STRING - | --pool-owner-stake-verification-key-file FILE + | --pool-owner-stake-verification-key-file FILEPATH ) [ [--pool-relay-ipv4 STRING] [--pool-relay-ipv6 STRING] @@ -10214,7 +10230,7 @@ Usage: cardano-cli legacy stake-pool registration-certificate ( --mainnet | --testnet-magic NATURAL ) - --out-file FILE + --out-file FILEPATH Create a stake pool registration certificate @@ -10227,24 +10243,24 @@ Usage: cardano-cli legacy stake-pool deregistration-certificate | --conway-era ] ( --stake-pool-verification-key STRING - | --cold-verification-key-file FILE + | --cold-verification-key-file FILEPATH ) --epoch NATURAL - --out-file FILE + --out-file FILEPATH Create a stake pool deregistration certificate Usage: cardano-cli legacy stake-pool id ( --stake-pool-verification-key STRING - | --cold-verification-key-file FILE + | --cold-verification-key-file FILEPATH ) [--output-format STRING] - [--out-file FILE] + [--out-file FILEPATH] Build pool id from the offline key -Usage: cardano-cli legacy stake-pool metadata-hash --pool-metadata-file FILE - [--out-file FILE] +Usage: cardano-cli legacy stake-pool metadata-hash --pool-metadata-file FILEPATH + [--out-file FILEPATH] Print the hash of pool metadata. @@ -10260,51 +10276,51 @@ Usage: cardano-cli legacy node Node operation commands Usage: cardano-cli legacy node key-gen [--key-output-format STRING] - --cold-verification-key-file FILE - --cold-signing-key-file FILE - --operational-certificate-issue-counter-file FILE + --cold-verification-key-file FILEPATH + --cold-signing-key-file FILEPATH + --operational-certificate-issue-counter-file FILEPATH Create a key pair for a node operator's offline key and a new certificate issue counter Usage: cardano-cli legacy node key-gen-KES [--key-output-format STRING] - --verification-key-file FILE - --signing-key-file FILE + --verification-key-file FILEPATH + --signing-key-file FILEPATH Create a key pair for a node KES operational key Usage: cardano-cli legacy node key-gen-VRF [--key-output-format STRING] - --verification-key-file FILE - --signing-key-file FILE + --verification-key-file FILEPATH + --signing-key-file FILEPATH Create a key pair for a node VRF operational key Usage: cardano-cli legacy node key-hash-VRF ( --verification-key STRING - | --verification-key-file FILE + | --verification-key-file FILEPATH ) - [--out-file FILE] + [--out-file FILEPATH] Print hash of a node's operational VRF key. Usage: cardano-cli legacy node new-counter ( --stake-pool-verification-key STRING | --genesis-delegate-verification-key STRING - | --cold-verification-key-file FILE + | --cold-verification-key-file FILEPATH ) --counter-value INT - --operational-certificate-issue-counter-file FILE + --operational-certificate-issue-counter-file FILEPATH Create a new certificate issue counter Usage: cardano-cli legacy node issue-op-cert ( --kes-verification-key STRING - | --kes-verification-key-file FILE + | --kes-verification-key-file FILEPATH ) - --cold-signing-key-file FILE - --operational-certificate-issue-counter-file FILE + --cold-signing-key-file FILEPATH + --operational-certificate-issue-counter-file FILEPATH --kes-period NATURAL - --out-file FILE + --out-file FILEPATH Issue a node operational certificate @@ -10352,7 +10368,7 @@ Usage: cardano-cli legacy transaction build-raw ) --spending-reference-tx-in-execution-units (INT, INT) | --simple-script-tx-in-reference TX-IN - | --tx-in-script-file FILE + | --tx-in-script-file FILEPATH [ [ --tx-in-datum-cbor-file CBOR_FILE | --tx-in-datum-file JSON_FILE @@ -10369,7 +10385,7 @@ Usage: cardano-cli legacy transaction build-raw [--tx-in-collateral TX-IN] [--tx-out-return-collateral ADDRESS VALUE] [--tx-total-collateral INTEGER] - [ --required-signer FILE + [ --required-signer FILEPATH | --required-signer-hash HASH ] [--tx-out ADDRESS VALUE @@ -10384,9 +10400,9 @@ Usage: cardano-cli legacy transaction build-raw | --tx-out-inline-datum-file JSON_FILE | --tx-out-inline-datum-value JSON_VALUE ] - [--tx-out-reference-script-file FILE]] + [--tx-out-reference-script-file FILEPATH]] [--mint VALUE - ( --mint-script-file FILE + ( --mint-script-file FILEPATH [ ( --mint-redeemer-cbor-file CBOR_FILE | --mint-redeemer-file JSON_FILE @@ -10409,8 +10425,8 @@ Usage: cardano-cli legacy transaction build-raw [--invalid-before SLOT] [--invalid-hereafter SLOT] --fee LOVELACE - [--certificate-file FILE - [ --certificate-script-file FILE + [--certificate-file FILEPATH + [ --certificate-script-file FILEPATH [ ( --certificate-redeemer-cbor-file CBOR_FILE | --certificate-redeemer-file JSON_FILE @@ -10428,7 +10444,7 @@ Usage: cardano-cli legacy transaction build-raw --certificate-reference-tx-in-execution-units (INT, INT) ]] [--withdrawal WITHDRAWAL - [ --withdrawal-script-file FILE + [ --withdrawal-script-file FILEPATH [ ( --withdrawal-redeemer-cbor-file CBOR_FILE | --withdrawal-redeemer-file JSON_FILE @@ -10448,13 +10464,13 @@ Usage: cardano-cli legacy transaction build-raw [ --json-metadata-no-schema | --json-metadata-detailed-schema ] - [--auxiliary-script-file FILE] - [ --metadata-json-file FILE - | --metadata-cbor-file FILE + [--auxiliary-script-file FILEPATH] + [ --metadata-json-file FILEPATH + | --metadata-cbor-file FILEPATH ] - [--protocol-params-file FILE] - [--update-proposal-file FILE] - --out-file FILE + [--protocol-params-file FILEPATH] + [--update-proposal-file FILEPATH] + --out-file FILEPATH Build a transaction (low-level, inconvenient) @@ -10491,7 +10507,7 @@ Usage: cardano-cli legacy transaction build --socket-path SOCKET_PATH | --spending-reference-tx-in-redeemer-value JSON_VALUE ) | --simple-script-tx-in-reference TX-IN - | --tx-in-script-file FILE + | --tx-in-script-file FILEPATH [ [ --tx-in-datum-cbor-file CBOR_FILE | --tx-in-datum-file JSON_FILE @@ -10504,7 +10520,7 @@ Usage: cardano-cli legacy transaction build --socket-path SOCKET_PATH )] ]) [--read-only-tx-in-reference TX-IN] - [ --required-signer FILE + [ --required-signer FILEPATH | --required-signer-hash HASH ] [--tx-in-collateral TX-IN] @@ -10522,10 +10538,10 @@ Usage: cardano-cli legacy transaction build --socket-path SOCKET_PATH | --tx-out-inline-datum-file JSON_FILE | --tx-out-inline-datum-value JSON_VALUE ] - [--tx-out-reference-script-file FILE]] + [--tx-out-reference-script-file FILEPATH]] --change-address ADDRESS [--mint VALUE - ( --mint-script-file FILE + ( --mint-script-file FILEPATH [ --mint-redeemer-cbor-file CBOR_FILE | --mint-redeemer-file JSON_FILE | --mint-redeemer-value JSON_VALUE @@ -10544,8 +10560,8 @@ Usage: cardano-cli legacy transaction build --socket-path SOCKET_PATH )] [--invalid-before SLOT] [--invalid-hereafter SLOT] - [--certificate-file FILE - [ --certificate-script-file FILE + [--certificate-file FILEPATH + [ --certificate-script-file FILEPATH [ --certificate-redeemer-cbor-file CBOR_FILE | --certificate-redeemer-file JSON_FILE | --certificate-redeemer-value JSON_VALUE @@ -10560,7 +10576,7 @@ Usage: cardano-cli legacy transaction build --socket-path SOCKET_PATH ) ]] [--withdrawal WITHDRAWAL - [ --withdrawal-script-file FILE + [ --withdrawal-script-file FILEPATH [ --withdrawal-redeemer-cbor-file CBOR_FILE | --withdrawal-redeemer-file JSON_FILE | --withdrawal-redeemer-value JSON_VALUE @@ -10577,13 +10593,13 @@ Usage: cardano-cli legacy transaction build --socket-path SOCKET_PATH [ --json-metadata-no-schema | --json-metadata-detailed-schema ] - [--auxiliary-script-file FILE] - [ --metadata-json-file FILE - | --metadata-cbor-file FILE + [--auxiliary-script-file FILEPATH] + [ --metadata-json-file FILEPATH + | --metadata-cbor-file FILEPATH ] - [--update-proposal-file FILE] - [--vote-file FILE - [ --vote-script-file FILE + [--update-proposal-file FILEPATH] + [--vote-file FILEPATH + [ --vote-script-file FILEPATH [ --vote-redeemer-cbor-file CBOR_FILE | --vote-redeemer-file JSON_FILE | --vote-redeemer-value JSON_VALUE @@ -10595,8 +10611,8 @@ Usage: cardano-cli legacy transaction build --socket-path SOCKET_PATH | --vote-reference-tx-in-redeemer-value JSON_VALUE ) ]] - [--proposal-file FILE - [ --proposal-script-file FILE + [--proposal-file FILEPATH + [ --proposal-script-file FILEPATH [ --proposal-redeemer-cbor-file CBOR_FILE | --proposal-redeemer-file JSON_FILE | --proposal-redeemer-value JSON_VALUE @@ -10609,8 +10625,8 @@ Usage: cardano-cli legacy transaction build --socket-path SOCKET_PATH ) ]] [--treasury-donation LOVELACE] - ( --out-file FILE - | --calculate-plutus-script-cost FILE + ( --out-file FILEPATH + | --calculate-plutus-script-cost FILEPATH ) Build a balanced transaction (automatically calculates fees) @@ -10618,37 +10634,37 @@ Usage: cardano-cli legacy 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 Usage: cardano-cli legacy transaction sign - ( --tx-body-file FILE - | --tx-file FILE + ( --tx-body-file FILEPATH + | --tx-file FILEPATH ) - [--signing-key-file FILE + [--signing-key-file FILEPATH [--address STRING]] [ --mainnet | --testnet-magic NATURAL ] - --out-file FILE + --out-file FILEPATH Sign a transaction -Usage: cardano-cli legacy transaction witness --tx-body-file FILE - --signing-key-file FILE +Usage: cardano-cli legacy transaction witness --tx-body-file FILEPATH + --signing-key-file FILEPATH [--address STRING] [ --mainnet | --testnet-magic NATURAL ] - --out-file FILE + --out-file FILEPATH Create a transaction witness -Usage: cardano-cli legacy transaction assemble --tx-body-file FILE - [--witness-file FILE] - --out-file FILE +Usage: cardano-cli legacy transaction assemble --tx-body-file FILEPATH + [--witness-file FILEPATH] + --out-file FILEPATH Assemble a tx body and witness(es) to form a transaction -Usage: cardano-cli legacy transaction sign-witness --tx-body-file FILE - [--witness-file FILE] - --out-file FILE +Usage: cardano-cli legacy transaction sign-witness --tx-body-file FILEPATH + [--witness-file FILEPATH] + --out-file FILEPATH Assemble a tx body and witness(es) to form a transaction @@ -10658,24 +10674,24 @@ Usage: cardano-cli legacy transaction submit --socket-path SOCKET_PATH ( --mainnet | --testnet-magic NATURAL ) - --tx-file FILE + --tx-file FILEPATH Submit a transaction to the local node whose Unix domain socket is obtained from the CARDANO_NODE_SOCKET_PATH environment variable. -Usage: cardano-cli legacy transaction policyid --script-file FILE +Usage: cardano-cli legacy transaction policyid --script-file FILEPATH Calculate the PolicyId from the monetary policy script. -Usage: cardano-cli legacy transaction calculate-min-fee --tx-body-file FILE - --protocol-params-file FILE +Usage: cardano-cli legacy transaction calculate-min-fee --tx-body-file FILEPATH + --protocol-params-file FILEPATH --witness-count NATURAL [--byron-witness-count NATURAL] [--reference-script-size NATURAL] [ --output-json | --output-text ] - [--out-file FILE] + [--out-file FILEPATH] [ --mainnet | --testnet-magic NATURAL ] @@ -10692,7 +10708,7 @@ Usage: cardano-cli legacy transaction calculate-min-required-utxo | --babbage-era | --conway-era ] - --protocol-params-file FILE + --protocol-params-file FILEPATH --tx-out ADDRESS VALUE [ --tx-out-datum-hash HASH | --tx-out-datum-hash-cbor-file CBOR_FILE @@ -10705,7 +10721,7 @@ Usage: cardano-cli legacy transaction calculate-min-required-utxo | --tx-out-inline-datum-file JSON_FILE | --tx-out-inline-datum-value JSON_VALUE ] - [--tx-out-reference-script-file FILE] + [--tx-out-reference-script-file FILEPATH] Calculate the minimum required UTxO for a transaction output. @@ -10717,7 +10733,7 @@ Usage: cardano-cli legacy transaction calculate-min-value | --babbage-era | --conway-era ] - --protocol-params-file FILE + --protocol-params-file FILEPATH --tx-out ADDRESS VALUE [ --tx-out-datum-hash HASH | --tx-out-datum-hash-cbor-file CBOR_FILE @@ -10730,7 +10746,7 @@ Usage: cardano-cli legacy transaction calculate-min-value | --tx-out-inline-datum-file JSON_FILE | --tx-out-inline-datum-value JSON_VALUE ] - [--tx-out-reference-script-file FILE] + [--tx-out-reference-script-file FILEPATH] DEPRECATED: Use 'calculate-min-required-utxo' instead. @@ -10743,8 +10759,8 @@ Usage: cardano-cli legacy transaction hash-script-data Calculate the hash of script data. Usage: cardano-cli legacy transaction txid - ( --tx-body-file FILE - | --tx-file FILE + ( --tx-body-file FILEPATH + | --tx-file FILEPATH ) Print a transaction identifier. @@ -10766,13 +10782,13 @@ Usage: cardano-cli legacy key Key utility commands -Usage: cardano-cli legacy key verification-key --signing-key-file FILE - --verification-key-file FILE +Usage: cardano-cli legacy key verification-key --signing-key-file FILEPATH + --verification-key-file FILEPATH Get a verification key from a signing key. This supports all key types. -Usage: cardano-cli legacy key non-extended-key --extended-verification-key-file FILE - --verification-key-file FILE +Usage: cardano-cli legacy key non-extended-key --extended-verification-key-file FILEPATH + --verification-key-file FILEPATH Get a non-extended verification key from an extended verification key. This supports all extended key types. @@ -10785,37 +10801,37 @@ Usage: cardano-cli legacy key convert-byron-key [--password TEXT] | --byron-genesis-delegate-key-type | --legacy-byron-genesis-delegate-key-type ) - ( --byron-signing-key-file FILE - | --byron-verification-key-file FILE + ( --byron-signing-key-file FILEPATH + | --byron-verification-key-file FILEPATH ) - --out-file FILE + --out-file FILEPATH Convert a Byron payment, genesis or genesis delegate key (signing or verification) to a corresponding Shelley-format key. Usage: cardano-cli legacy key convert-byron-genesis-vkey --byron-genesis-verification-key BASE64 - --out-file FILE + --out-file FILEPATH Convert a Base64-encoded Byron genesis verification key to a Shelley genesis verification key Usage: cardano-cli legacy key convert-itn-key - ( --itn-signing-key-file FILE - | --itn-verification-key-file FILE + ( --itn-signing-key-file FILEPATH + | --itn-verification-key-file FILEPATH ) - --out-file FILE + --out-file FILEPATH Convert an Incentivized Testnet (ITN) non-extended (Ed25519) signing or verification key to a corresponding Shelley stake key -Usage: cardano-cli legacy key convert-itn-extended-key --itn-signing-key-file FILE - --out-file FILE +Usage: cardano-cli legacy key convert-itn-extended-key --itn-signing-key-file FILEPATH + --out-file FILEPATH Convert an Incentivized Testnet (ITN) extended (Ed25519Extended) signing key to a corresponding Shelley stake signing key -Usage: cardano-cli legacy key convert-itn-bip32-key --itn-signing-key-file FILE - --out-file FILE +Usage: cardano-cli legacy key convert-itn-bip32-key --itn-signing-key-file FILEPATH + --out-file FILEPATH Convert an Incentivized Testnet (ITN) BIP32 (Ed25519Bip32) signing key to a corresponding Shelley stake signing key @@ -10829,8 +10845,8 @@ Usage: cardano-cli legacy key convert-cardano-address-key | --icarus-payment-key | --byron-payment-key ) - --signing-key-file FILE - --out-file FILE + --signing-key-file FILEPATH + --out-file FILEPATH Convert a cardano-address extended signing key to a corresponding Shelley-format key. @@ -10847,29 +10863,29 @@ Usage: cardano-cli legacy stake-address Stake address commands Usage: cardano-cli legacy stake-address key-gen [--key-output-format STRING] - --verification-key-file FILE - --signing-key-file FILE + --verification-key-file FILEPATH + --signing-key-file FILEPATH Create a stake address key pair Usage: cardano-cli legacy stake-address build ( --stake-verification-key STRING - | --stake-verification-key-file FILE + | --stake-verification-key-file FILEPATH | --stake-key-hash HASH - | --stake-script-file FILE + | --stake-script-file FILEPATH ) ( --mainnet | --testnet-magic NATURAL ) - [--out-file FILE] + [--out-file FILEPATH] Build a stake address Usage: cardano-cli legacy stake-address key-hash ( --stake-verification-key STRING - | --stake-verification-key-file FILE + | --stake-verification-key-file FILEPATH ) - [--out-file FILE] + [--out-file FILEPATH] Print the hash of a stake address key. @@ -10882,13 +10898,13 @@ Usage: cardano-cli legacy stake-address registration-certificate | --conway-era ] ( --stake-verification-key STRING - | --stake-verification-key-file FILE + | --stake-verification-key-file FILEPATH | --stake-key-hash HASH - | --stake-script-file FILE + | --stake-script-file FILEPATH | --stake-address ADDRESS ) [--key-reg-deposit-amt NATURAL] - --out-file FILE + --out-file FILEPATH Create a stake address registration certificate @@ -10901,13 +10917,13 @@ Usage: cardano-cli legacy stake-address deregistration-certificate | --conway-era ] ( --stake-verification-key STRING - | --stake-verification-key-file FILE + | --stake-verification-key-file FILEPATH | --stake-key-hash HASH - | --stake-script-file FILE + | --stake-script-file FILEPATH | --stake-address ADDRESS ) [--key-reg-deposit-amt NATURAL] - --out-file FILE + --out-file FILEPATH Create a stake address deregistration certificate @@ -10920,16 +10936,16 @@ Usage: cardano-cli legacy stake-address delegation-certificate | --conway-era ] ( --stake-verification-key STRING - | --stake-verification-key-file FILE + | --stake-verification-key-file FILEPATH | --stake-key-hash HASH - | --stake-script-file FILE + | --stake-script-file FILEPATH | --stake-address ADDRESS ) ( --stake-pool-verification-key STRING - | --cold-verification-key-file FILE + | --cold-verification-key-file FILEPATH | --stake-pool-id STAKE_POOL_ID ) - --out-file FILE + --out-file FILEPATH Create a stake address pool delegation certificate @@ -10942,36 +10958,36 @@ Usage: cardano-cli legacy address key-gen [--key-output-format STRING] | --extended-key | --byron-key ] - --verification-key-file FILE - --signing-key-file FILE + --verification-key-file FILEPATH + --signing-key-file FILEPATH Create an address key pair. Usage: cardano-cli legacy address key-hash ( --payment-verification-key STRING - | --payment-verification-key-file FILE + | --payment-verification-key-file FILEPATH ) - [--out-file FILE] + [--out-file FILEPATH] Print the hash of an address key. Usage: cardano-cli legacy address build ( --payment-verification-key STRING - | --payment-verification-key-file FILE - | --payment-script-file FILE + | --payment-verification-key-file FILEPATH + | --payment-script-file FILEPATH ) [ --stake-verification-key STRING - | --stake-verification-key-file FILE + | --stake-verification-key-file FILEPATH | --stake-key-hash HASH - | --stake-script-file FILE + | --stake-script-file FILEPATH | --stake-address ADDRESS ] (--mainnet | --testnet-magic NATURAL) - [--out-file FILE] + [--out-file FILEPATH] Build a Shelley payment address, with optional delegation to a stake address. -Usage: cardano-cli legacy address info --address ADDRESS [--out-file FILE] +Usage: cardano-cli legacy address info --address ADDRESS [--out-file FILEPATH] Print information about an address. @@ -10980,7 +10996,8 @@ Usage: cardano-cli text-view decode-cbor Commands for dealing with Shelley TextView files. Transactions, addresses etc are stored on disk as TextView files. -Usage: cardano-cli text-view decode-cbor --in-file FILE [--out-file FILE] +Usage: cardano-cli text-view decode-cbor --in-file FILEPATH + [--out-file FILEPATH] Print a TextView file as decoded CBOR. @@ -11007,7 +11024,7 @@ Usage: cardano-cli governance create-mir-certificate ) (--stake-address ADDRESS) (--reward LOVELACE) - --out-file FILE + --out-file FILEPATH | stake-addresses | transfer-to-treasury | transfer-to-rewards @@ -11027,7 +11044,7 @@ Usage: cardano-cli governance create-mir-certificate stake-addresses ) (--stake-address ADDRESS) (--reward LOVELACE) - --out-file FILE + --out-file FILEPATH Create an MIR certificate to pay stake addresses @@ -11039,7 +11056,7 @@ Usage: cardano-cli governance create-mir-certificate transfer-to-treasury | --babbage-era ] --transfer LOVELACE - --out-file FILE + --out-file FILEPATH Create an MIR certificate to transfer from the reserves pot to the treasury pot @@ -11052,7 +11069,7 @@ Usage: cardano-cli governance create-mir-certificate transfer-to-rewards | --babbage-era ] --transfer LOVELACE - --out-file FILE + --out-file FILEPATH Create an MIR certificate to transfer from the treasury pot to the reserves pot @@ -11065,24 +11082,24 @@ Usage: cardano-cli governance create-genesis-key-delegation-certificate | --babbage-era ] ( --genesis-verification-key STRING - | --genesis-verification-key-file FILE + | --genesis-verification-key-file FILEPATH | --genesis-verification-key-hash STRING ) ( --genesis-delegate-verification-key STRING - | --genesis-delegate-verification-key-file FILE + | --genesis-delegate-verification-key-file FILEPATH | --genesis-delegate-verification-key-hash STRING ) ( --vrf-verification-key STRING - | --vrf-verification-key-file FILE + | --vrf-verification-key-file FILEPATH | --vrf-verification-key-hash STRING ) - --out-file FILE + --out-file FILEPATH Create a genesis key delegation certificate -Usage: cardano-cli governance create-update-proposal --out-file FILE +Usage: cardano-cli governance create-update-proposal --out-file FILEPATH --epoch NATURAL - (--genesis-verification-key-file FILE) + (--genesis-verification-key-file FILEPATH) [--protocol-major-version MAJOR --protocol-minor-version MINOR] [--decentralization-parameter RATIONAL] @@ -11118,19 +11135,19 @@ Usage: cardano-cli governance create-update-proposal --out-file FILE Usage: cardano-cli governance create-poll --question STRING (--answer STRING) [--nonce UINT] - --out-file FILE + --out-file FILEPATH Create an SPO poll -Usage: cardano-cli governance answer-poll --poll-file FILE +Usage: cardano-cli governance answer-poll --poll-file FILEPATH [--answer INT] - [--out-file FILE] + [--out-file FILEPATH] Answer an SPO poll -Usage: cardano-cli governance verify-poll --poll-file FILE - --tx-file FILE - [--out-file FILE] +Usage: cardano-cli governance verify-poll --poll-file FILEPATH + --tx-file FILEPATH + [--out-file FILEPATH] Verify an answer to a given SPO poll @@ -11150,40 +11167,40 @@ Usage: cardano-cli genesis Genesis block commands -Usage: cardano-cli genesis key-gen-genesis --verification-key-file FILE - --signing-key-file FILE +Usage: cardano-cli genesis key-gen-genesis --verification-key-file FILEPATH + --signing-key-file FILEPATH Create a Shelley genesis key pair -Usage: cardano-cli genesis key-gen-delegate --verification-key-file FILE - --signing-key-file FILE - --operational-certificate-issue-counter-file FILE +Usage: cardano-cli genesis key-gen-delegate --verification-key-file FILEPATH + --signing-key-file FILEPATH + --operational-certificate-issue-counter-file FILEPATH Create a Shelley genesis delegate key pair -Usage: cardano-cli genesis key-gen-utxo --verification-key-file FILE - --signing-key-file FILE +Usage: cardano-cli genesis key-gen-utxo --verification-key-file FILEPATH + --signing-key-file FILEPATH Create a Shelley genesis UTxO key pair -Usage: cardano-cli genesis key-hash --verification-key-file FILE +Usage: cardano-cli genesis key-hash --verification-key-file FILEPATH Print the identifier (hash) of a public key -Usage: cardano-cli genesis get-ver-key --verification-key-file FILE - --signing-key-file FILE +Usage: cardano-cli genesis get-ver-key --verification-key-file FILEPATH + --signing-key-file FILEPATH Derive the verification key from a signing key -Usage: cardano-cli genesis initial-addr --verification-key-file FILE +Usage: cardano-cli genesis initial-addr --verification-key-file FILEPATH (--mainnet | --testnet-magic NATURAL) - [--out-file FILE] + [--out-file FILEPATH] Get the address for an initial UTxO based on the verification key -Usage: cardano-cli genesis initial-txin --verification-key-file FILE +Usage: cardano-cli genesis initial-txin --verification-key-file FILEPATH (--mainnet | --testnet-magic NATURAL) - [--out-file FILE] + [--out-file FILEPATH] Get the TxIn for an initial UTxO based on the verification key @@ -11255,12 +11272,12 @@ Usage: cardano-cli genesis create-staked [--bulk-pool-cred-files INT] [--bulk-pools-per-file INT] [--num-stuffed-utxo INT] - [--relay-specification-file FILE] + [--relay-specification-file FILEPATH] Create a staked Shelley genesis file from a genesis template and genesis/delegation/spending keys. -Usage: cardano-cli genesis hash --genesis FILE +Usage: cardano-cli genesis hash --genesis FILEPATH Compute the hash of a genesis file @@ -11290,14 +11307,14 @@ Usage: cardano-cli query protocol-parameters --socket-path SOCKET_PATH ( --mainnet | --testnet-magic NATURAL ) - [--out-file FILE] + [--out-file FILEPATH] Get the node's current protocol parameters Usage: cardano-cli query tip --socket-path SOCKET_PATH [--cardano-mode [--epoch-slots SLOTS]] (--mainnet | --testnet-magic NATURAL) - [--out-file FILE] + [--out-file FILEPATH] Get the node's current tip (slot no, hash, block no) @@ -11305,7 +11322,7 @@ Usage: cardano-cli query stake-pools --socket-path SOCKET_PATH [--cardano-mode [--epoch-slots SLOTS]] (--mainnet | --testnet-magic NATURAL) [--output-json | --output-text] - [--out-file FILE] + [--out-file FILEPATH] Get the node's current set of stake pool ids @@ -11316,7 +11333,7 @@ Usage: cardano-cli query stake-distribution --socket-path SOCKET_PATH | --testnet-magic NATURAL ) [--output-json | --output-text] - [--out-file FILE] + [--out-file FILEPATH] Get the node's current aggregated stake distribution @@ -11327,7 +11344,7 @@ Usage: cardano-cli query stake-address-info --socket-path SOCKET_PATH ( --mainnet | --testnet-magic NATURAL ) - [--out-file FILE] + [--out-file FILEPATH] Get the current delegations and reward accounts filtered by stake address. @@ -11339,14 +11356,14 @@ Usage: cardano-cli query utxo --socket-path SOCKET_PATH ) (--mainnet | --testnet-magic NATURAL) [--output-json | --output-text] - [--out-file FILE] + [--out-file FILEPATH] 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]] (--mainnet | --testnet-magic NATURAL) - [--out-file FILE] + [--out-file FILEPATH] Dump the current ledger state of the node (Ledger.NewEpochState -- advanced command) @@ -11354,7 +11371,7 @@ Usage: cardano-cli query ledger-state --socket-path SOCKET_PATH Usage: cardano-cli query protocol-state --socket-path SOCKET_PATH [--cardano-mode [--epoch-slots SLOTS]] (--mainnet | --testnet-magic NATURAL) - [--out-file FILE] + [--out-file FILEPATH] Dump the current protocol state of the node (Ledger.ChainDepState -- advanced command) @@ -11365,7 +11382,7 @@ Usage: cardano-cli query stake-snapshot --socket-path SOCKET_PATH ( --all-stake-pools | (--stake-pool-id STAKE_POOL_ID) ) - [--out-file FILE] + [--out-file FILEPATH] Obtain the three stake snapshots for a pool, plus the total active stake (advanced command) @@ -11376,7 +11393,7 @@ Usage: cardano-cli query pool-params --socket-path SOCKET_PATH ( --all-stake-pools | (--stake-pool-id STAKE_POOL_ID) ) - [--out-file FILE] + [--out-file FILEPATH] DEPRECATED. Use query pool-state instead. Dump the pool parameters (Ledger.NewEpochState.esLState._delegationState._pState._pParams -- advanced @@ -11388,15 +11405,15 @@ Usage: cardano-cli query leadership-schedule --socket-path SOCKET_PATH ( --mainnet | --testnet-magic NATURAL ) - --genesis FILE + --genesis FILEPATH ( --stake-pool-verification-key STRING - | --cold-verification-key-file FILE + | --cold-verification-key-file FILEPATH | --stake-pool-id STAKE_POOL_ID ) - --vrf-signing-key-file FILE + --vrf-signing-key-file FILEPATH (--current | --next) [--output-json | --output-text] - [--out-file FILE] + [--out-file FILEPATH] Get the slots the node is expected to mint a block in (advanced command) @@ -11404,8 +11421,8 @@ Usage: cardano-cli query kes-period-info --socket-path SOCKET_PATH [--cardano-mode [--epoch-slots SLOTS]] (--mainnet | --testnet-magic NATURAL) - --op-cert-file FILE - [--out-file FILE] + --op-cert-file FILEPATH + [--out-file FILEPATH] Get information about the current KES period and your node's operational certificate. @@ -11416,7 +11433,7 @@ Usage: cardano-cli query pool-state --socket-path SOCKET_PATH ( --all-stake-pools | (--stake-pool-id STAKE_POOL_ID) ) - [--out-file FILE] + [--out-file FILEPATH] Dump the pool state @@ -11424,7 +11441,7 @@ Usage: cardano-cli query tx-mempool --socket-path SOCKET_PATH [--cardano-mode [--epoch-slots SLOTS]] (--mainnet | --testnet-magic NATURAL) (info | next-tx | tx-exists) - [--out-file FILE] + [--out-file FILEPATH] Local Mempool info @@ -11465,19 +11482,19 @@ Usage: cardano-cli stake-pool registration-certificate | --conway-era ] ( --stake-pool-verification-key STRING - | --cold-verification-key-file FILE + | --cold-verification-key-file FILEPATH ) ( --vrf-verification-key STRING - | --vrf-verification-key-file FILE + | --vrf-verification-key-file FILEPATH ) --pool-pledge LOVELACE --pool-cost LOVELACE --pool-margin RATIONAL ( --pool-reward-account-verification-key STRING - | --pool-reward-account-verification-key-file FILE + | --pool-reward-account-verification-key-file FILEPATH ) ( --pool-owner-verification-key STRING - | --pool-owner-stake-verification-key-file FILE + | --pool-owner-stake-verification-key-file FILEPATH ) [ [--pool-relay-ipv4 STRING] [--pool-relay-ipv6 STRING] @@ -11491,7 +11508,7 @@ Usage: cardano-cli stake-pool registration-certificate ( --mainnet | --testnet-magic NATURAL ) - --out-file FILE + --out-file FILEPATH Create a stake pool registration certificate @@ -11504,24 +11521,24 @@ Usage: cardano-cli stake-pool deregistration-certificate | --conway-era ] ( --stake-pool-verification-key STRING - | --cold-verification-key-file FILE + | --cold-verification-key-file FILEPATH ) --epoch NATURAL - --out-file FILE + --out-file FILEPATH Create a stake pool deregistration certificate Usage: cardano-cli stake-pool id ( --stake-pool-verification-key STRING - | --cold-verification-key-file FILE + | --cold-verification-key-file FILEPATH ) [--output-format STRING] - [--out-file FILE] + [--out-file FILEPATH] Build pool id from the offline key -Usage: cardano-cli stake-pool metadata-hash --pool-metadata-file FILE - [--out-file FILE] +Usage: cardano-cli stake-pool metadata-hash --pool-metadata-file FILEPATH + [--out-file FILEPATH] Print the hash of pool metadata. @@ -11537,51 +11554,51 @@ Usage: cardano-cli node Node operation commands Usage: cardano-cli node key-gen [--key-output-format STRING] - --cold-verification-key-file FILE - --cold-signing-key-file FILE - --operational-certificate-issue-counter-file FILE + --cold-verification-key-file FILEPATH + --cold-signing-key-file FILEPATH + --operational-certificate-issue-counter-file FILEPATH Create a key pair for a node operator's offline key and a new certificate issue counter Usage: cardano-cli node key-gen-KES [--key-output-format STRING] - --verification-key-file FILE - --signing-key-file FILE + --verification-key-file FILEPATH + --signing-key-file FILEPATH Create a key pair for a node KES operational key Usage: cardano-cli node key-gen-VRF [--key-output-format STRING] - --verification-key-file FILE - --signing-key-file FILE + --verification-key-file FILEPATH + --signing-key-file FILEPATH Create a key pair for a node VRF operational key Usage: cardano-cli node key-hash-VRF ( --verification-key STRING - | --verification-key-file FILE + | --verification-key-file FILEPATH ) - [--out-file FILE] + [--out-file FILEPATH] Print hash of a node's operational VRF key. Usage: cardano-cli node new-counter ( --stake-pool-verification-key STRING | --genesis-delegate-verification-key STRING - | --cold-verification-key-file FILE + | --cold-verification-key-file FILEPATH ) --counter-value INT - --operational-certificate-issue-counter-file FILE + --operational-certificate-issue-counter-file FILEPATH Create a new certificate issue counter Usage: cardano-cli node issue-op-cert ( --kes-verification-key STRING - | --kes-verification-key-file FILE + | --kes-verification-key-file FILEPATH ) - --cold-signing-key-file FILE - --operational-certificate-issue-counter-file FILE + --cold-signing-key-file FILEPATH + --operational-certificate-issue-counter-file FILEPATH --kes-period NATURAL - --out-file FILE + --out-file FILEPATH Issue a node operational certificate @@ -11627,7 +11644,7 @@ Usage: cardano-cli transaction build-raw ) --spending-reference-tx-in-execution-units (INT, INT) | --simple-script-tx-in-reference TX-IN - | --tx-in-script-file FILE + | --tx-in-script-file FILEPATH [ [ --tx-in-datum-cbor-file CBOR_FILE | --tx-in-datum-file JSON_FILE @@ -11644,7 +11661,7 @@ Usage: cardano-cli transaction build-raw [--tx-in-collateral TX-IN] [--tx-out-return-collateral ADDRESS VALUE] [--tx-total-collateral INTEGER] - [ --required-signer FILE + [ --required-signer FILEPATH | --required-signer-hash HASH ] [--tx-out ADDRESS VALUE @@ -11659,9 +11676,9 @@ Usage: cardano-cli transaction build-raw | --tx-out-inline-datum-file JSON_FILE | --tx-out-inline-datum-value JSON_VALUE ] - [--tx-out-reference-script-file FILE]] + [--tx-out-reference-script-file FILEPATH]] [--mint VALUE - ( --mint-script-file FILE + ( --mint-script-file FILEPATH [ ( --mint-redeemer-cbor-file CBOR_FILE | --mint-redeemer-file JSON_FILE @@ -11684,8 +11701,8 @@ Usage: cardano-cli transaction build-raw [--invalid-before SLOT] [--invalid-hereafter SLOT] --fee LOVELACE - [--certificate-file FILE - [ --certificate-script-file FILE + [--certificate-file FILEPATH + [ --certificate-script-file FILEPATH [ ( --certificate-redeemer-cbor-file CBOR_FILE | --certificate-redeemer-file JSON_FILE @@ -11703,7 +11720,7 @@ Usage: cardano-cli transaction build-raw --certificate-reference-tx-in-execution-units (INT, INT) ]] [--withdrawal WITHDRAWAL - [ --withdrawal-script-file FILE + [ --withdrawal-script-file FILEPATH [ ( --withdrawal-redeemer-cbor-file CBOR_FILE | --withdrawal-redeemer-file JSON_FILE @@ -11723,13 +11740,13 @@ Usage: cardano-cli transaction build-raw [ --json-metadata-no-schema | --json-metadata-detailed-schema ] - [--auxiliary-script-file FILE] - [ --metadata-json-file FILE - | --metadata-cbor-file FILE + [--auxiliary-script-file FILEPATH] + [ --metadata-json-file FILEPATH + | --metadata-cbor-file FILEPATH ] - [--protocol-params-file FILE] - [--update-proposal-file FILE] - --out-file FILE + [--protocol-params-file FILEPATH] + [--update-proposal-file FILEPATH] + --out-file FILEPATH Build a transaction (low-level, inconvenient) @@ -11761,7 +11778,7 @@ Usage: cardano-cli transaction build --socket-path SOCKET_PATH | --spending-reference-tx-in-redeemer-value JSON_VALUE ) | --simple-script-tx-in-reference TX-IN - | --tx-in-script-file FILE + | --tx-in-script-file FILEPATH [ [ --tx-in-datum-cbor-file CBOR_FILE | --tx-in-datum-file JSON_FILE @@ -11774,7 +11791,7 @@ Usage: cardano-cli transaction build --socket-path SOCKET_PATH )] ]) [--read-only-tx-in-reference TX-IN] - [ --required-signer FILE + [ --required-signer FILEPATH | --required-signer-hash HASH ] [--tx-in-collateral TX-IN] @@ -11792,10 +11809,10 @@ Usage: cardano-cli transaction build --socket-path SOCKET_PATH | --tx-out-inline-datum-file JSON_FILE | --tx-out-inline-datum-value JSON_VALUE ] - [--tx-out-reference-script-file FILE]] + [--tx-out-reference-script-file FILEPATH]] --change-address ADDRESS [--mint VALUE - ( --mint-script-file FILE + ( --mint-script-file FILEPATH [ --mint-redeemer-cbor-file CBOR_FILE | --mint-redeemer-file JSON_FILE | --mint-redeemer-value JSON_VALUE @@ -11814,8 +11831,8 @@ Usage: cardano-cli transaction build --socket-path SOCKET_PATH )] [--invalid-before SLOT] [--invalid-hereafter SLOT] - [--certificate-file FILE - [ --certificate-script-file FILE + [--certificate-file FILEPATH + [ --certificate-script-file FILEPATH [ --certificate-redeemer-cbor-file CBOR_FILE | --certificate-redeemer-file JSON_FILE | --certificate-redeemer-value JSON_VALUE @@ -11830,7 +11847,7 @@ Usage: cardano-cli transaction build --socket-path SOCKET_PATH ) ]] [--withdrawal WITHDRAWAL - [ --withdrawal-script-file FILE + [ --withdrawal-script-file FILEPATH [ --withdrawal-redeemer-cbor-file CBOR_FILE | --withdrawal-redeemer-file JSON_FILE | --withdrawal-redeemer-value JSON_VALUE @@ -11847,13 +11864,13 @@ Usage: cardano-cli transaction build --socket-path SOCKET_PATH [ --json-metadata-no-schema | --json-metadata-detailed-schema ] - [--auxiliary-script-file FILE] - [ --metadata-json-file FILE - | --metadata-cbor-file FILE + [--auxiliary-script-file FILEPATH] + [ --metadata-json-file FILEPATH + | --metadata-cbor-file FILEPATH ] - [--update-proposal-file FILE] - [--vote-file FILE - [ --vote-script-file FILE + [--update-proposal-file FILEPATH] + [--vote-file FILEPATH + [ --vote-script-file FILEPATH [ --vote-redeemer-cbor-file CBOR_FILE | --vote-redeemer-file JSON_FILE | --vote-redeemer-value JSON_VALUE @@ -11865,8 +11882,8 @@ Usage: cardano-cli transaction build --socket-path SOCKET_PATH | --vote-reference-tx-in-redeemer-value JSON_VALUE ) ]] - [--proposal-file FILE - [ --proposal-script-file FILE + [--proposal-file FILEPATH + [ --proposal-script-file FILEPATH [ --proposal-redeemer-cbor-file CBOR_FILE | --proposal-redeemer-file JSON_FILE | --proposal-redeemer-value JSON_VALUE @@ -11879,63 +11896,66 @@ Usage: cardano-cli transaction build --socket-path SOCKET_PATH ) ]] [--treasury-donation LOVELACE] - ( --out-file FILE - | --calculate-plutus-script-cost FILE + ( --out-file FILEPATH + | --calculate-plutus-script-cost FILEPATH ) Build a balanced transaction (automatically calculates fees) 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 transaction sign (--tx-body-file FILE | --tx-file FILE) - [--signing-key-file FILE +Usage: cardano-cli transaction sign + ( --tx-body-file FILEPATH + | --tx-file FILEPATH + ) + [--signing-key-file FILEPATH [--address STRING]] [--mainnet | --testnet-magic NATURAL] - --out-file FILE + --out-file FILEPATH Sign a transaction -Usage: cardano-cli transaction witness --tx-body-file FILE - --signing-key-file FILE +Usage: cardano-cli transaction witness --tx-body-file FILEPATH + --signing-key-file FILEPATH [--address STRING] [--mainnet | --testnet-magic NATURAL] - --out-file FILE + --out-file FILEPATH Create a transaction witness -Usage: cardano-cli transaction assemble --tx-body-file FILE - [--witness-file FILE] - --out-file FILE +Usage: cardano-cli transaction assemble --tx-body-file FILEPATH + [--witness-file FILEPATH] + --out-file FILEPATH Assemble a tx body and witness(es) to form a transaction -Usage: cardano-cli transaction sign-witness --tx-body-file FILE - [--witness-file FILE] - --out-file FILE +Usage: cardano-cli transaction sign-witness --tx-body-file FILEPATH + [--witness-file FILEPATH] + --out-file FILEPATH Assemble a tx body and witness(es) to form a transaction Usage: cardano-cli transaction submit --socket-path SOCKET_PATH [--cardano-mode [--epoch-slots SLOTS]] (--mainnet | --testnet-magic NATURAL) - --tx-file FILE + --tx-file FILEPATH Submit a transaction to the local node whose Unix domain socket is obtained from the CARDANO_NODE_SOCKET_PATH environment variable. -Usage: cardano-cli transaction policyid --script-file FILE +Usage: cardano-cli transaction policyid --script-file FILEPATH Calculate the PolicyId from the monetary policy script. -Usage: cardano-cli transaction calculate-min-fee --tx-body-file FILE - --protocol-params-file FILE +Usage: cardano-cli transaction calculate-min-fee --tx-body-file FILEPATH + --protocol-params-file FILEPATH --witness-count NATURAL [--byron-witness-count NATURAL] [--reference-script-size NATURAL] [ --output-json | --output-text ] - [--out-file FILE] + [--out-file FILEPATH] [ --mainnet | --testnet-magic NATURAL ] @@ -11952,7 +11972,7 @@ Usage: cardano-cli transaction calculate-min-required-utxo | --babbage-era | --conway-era ] - --protocol-params-file FILE + --protocol-params-file FILEPATH --tx-out ADDRESS VALUE [ --tx-out-datum-hash HASH | --tx-out-datum-hash-cbor-file CBOR_FILE @@ -11965,7 +11985,7 @@ Usage: cardano-cli transaction calculate-min-required-utxo | --tx-out-inline-datum-file JSON_FILE | --tx-out-inline-datum-value JSON_VALUE ] - [--tx-out-reference-script-file FILE] + [--tx-out-reference-script-file FILEPATH] Calculate the minimum required UTxO for a transaction output. @@ -11977,7 +11997,7 @@ Usage: cardano-cli transaction calculate-min-value | --babbage-era | --conway-era ] - --protocol-params-file FILE + --protocol-params-file FILEPATH --tx-out ADDRESS VALUE [ --tx-out-datum-hash HASH | --tx-out-datum-hash-cbor-file CBOR_FILE @@ -11990,7 +12010,7 @@ Usage: cardano-cli transaction calculate-min-value | --tx-out-inline-datum-file JSON_FILE | --tx-out-inline-datum-value JSON_VALUE ] - [--tx-out-reference-script-file FILE] + [--tx-out-reference-script-file FILEPATH] DEPRECATED: Use 'calculate-min-required-utxo' instead. @@ -12002,7 +12022,10 @@ Usage: cardano-cli transaction hash-script-data Calculate the hash of script data. -Usage: cardano-cli transaction txid (--tx-body-file FILE | --tx-file FILE) +Usage: cardano-cli transaction txid + ( --tx-body-file FILEPATH + | --tx-file FILEPATH + ) Print a transaction identifier. @@ -12023,13 +12046,13 @@ Usage: cardano-cli key Key utility commands -Usage: cardano-cli key verification-key --signing-key-file FILE - --verification-key-file FILE +Usage: cardano-cli key verification-key --signing-key-file FILEPATH + --verification-key-file FILEPATH Get a verification key from a signing key. This supports all key types. -Usage: cardano-cli key non-extended-key --extended-verification-key-file FILE - --verification-key-file FILE +Usage: cardano-cli key non-extended-key --extended-verification-key-file FILEPATH + --verification-key-file FILEPATH Get a non-extended verification key from an extended verification key. This supports all extended key types. @@ -12042,37 +12065,37 @@ Usage: cardano-cli key convert-byron-key [--password TEXT] | --byron-genesis-delegate-key-type | --legacy-byron-genesis-delegate-key-type ) - ( --byron-signing-key-file FILE - | --byron-verification-key-file FILE + ( --byron-signing-key-file FILEPATH + | --byron-verification-key-file FILEPATH ) - --out-file FILE + --out-file FILEPATH Convert a Byron payment, genesis or genesis delegate key (signing or verification) to a corresponding Shelley-format key. Usage: cardano-cli key convert-byron-genesis-vkey --byron-genesis-verification-key BASE64 - --out-file FILE + --out-file FILEPATH Convert a Base64-encoded Byron genesis verification key to a Shelley genesis verification key Usage: cardano-cli key convert-itn-key - ( --itn-signing-key-file FILE - | --itn-verification-key-file FILE + ( --itn-signing-key-file FILEPATH + | --itn-verification-key-file FILEPATH ) - --out-file FILE + --out-file FILEPATH Convert an Incentivized Testnet (ITN) non-extended (Ed25519) signing or verification key to a corresponding Shelley stake key -Usage: cardano-cli key convert-itn-extended-key --itn-signing-key-file FILE - --out-file FILE +Usage: cardano-cli key convert-itn-extended-key --itn-signing-key-file FILEPATH + --out-file FILEPATH Convert an Incentivized Testnet (ITN) extended (Ed25519Extended) signing key to a corresponding Shelley stake signing key -Usage: cardano-cli key convert-itn-bip32-key --itn-signing-key-file FILE - --out-file FILE +Usage: cardano-cli key convert-itn-bip32-key --itn-signing-key-file FILEPATH + --out-file FILEPATH Convert an Incentivized Testnet (ITN) BIP32 (Ed25519Bip32) signing key to a corresponding Shelley stake signing key @@ -12086,8 +12109,8 @@ Usage: cardano-cli key convert-cardano-address-key | --icarus-payment-key | --byron-payment-key ) - --signing-key-file FILE - --out-file FILE + --signing-key-file FILEPATH + --out-file FILEPATH Convert a cardano-address extended signing key to a corresponding Shelley-format key. @@ -12104,27 +12127,27 @@ Usage: cardano-cli stake-address Stake address commands Usage: cardano-cli stake-address key-gen [--key-output-format STRING] - --verification-key-file FILE - --signing-key-file FILE + --verification-key-file FILEPATH + --signing-key-file FILEPATH Create a stake address key pair Usage: cardano-cli stake-address build ( --stake-verification-key STRING - | --stake-verification-key-file FILE + | --stake-verification-key-file FILEPATH | --stake-key-hash HASH - | --stake-script-file FILE + | --stake-script-file FILEPATH ) (--mainnet | --testnet-magic NATURAL) - [--out-file FILE] + [--out-file FILEPATH] Build a stake address Usage: cardano-cli stake-address key-hash ( --stake-verification-key STRING - | --stake-verification-key-file FILE + | --stake-verification-key-file FILEPATH ) - [--out-file FILE] + [--out-file FILEPATH] Print the hash of a stake address key. @@ -12137,13 +12160,13 @@ Usage: cardano-cli stake-address registration-certificate | --conway-era ] ( --stake-verification-key STRING - | --stake-verification-key-file FILE + | --stake-verification-key-file FILEPATH | --stake-key-hash HASH - | --stake-script-file FILE + | --stake-script-file FILEPATH | --stake-address ADDRESS ) [--key-reg-deposit-amt NATURAL] - --out-file FILE + --out-file FILEPATH Create a stake address registration certificate @@ -12156,13 +12179,13 @@ Usage: cardano-cli stake-address deregistration-certificate | --conway-era ] ( --stake-verification-key STRING - | --stake-verification-key-file FILE + | --stake-verification-key-file FILEPATH | --stake-key-hash HASH - | --stake-script-file FILE + | --stake-script-file FILEPATH | --stake-address ADDRESS ) [--key-reg-deposit-amt NATURAL] - --out-file FILE + --out-file FILEPATH Create a stake address deregistration certificate @@ -12175,16 +12198,16 @@ Usage: cardano-cli stake-address delegation-certificate | --conway-era ] ( --stake-verification-key STRING - | --stake-verification-key-file FILE + | --stake-verification-key-file FILEPATH | --stake-key-hash HASH - | --stake-script-file FILE + | --stake-script-file FILEPATH | --stake-address ADDRESS ) ( --stake-pool-verification-key STRING - | --cold-verification-key-file FILE + | --cold-verification-key-file FILEPATH | --stake-pool-id STAKE_POOL_ID ) - --out-file FILE + --out-file FILEPATH Create a stake address pool delegation certificate @@ -12197,36 +12220,36 @@ Usage: cardano-cli address key-gen [--key-output-format STRING] | --extended-key | --byron-key ] - --verification-key-file FILE - --signing-key-file FILE + --verification-key-file FILEPATH + --signing-key-file FILEPATH Create an address key pair. Usage: cardano-cli address key-hash ( --payment-verification-key STRING - | --payment-verification-key-file FILE + | --payment-verification-key-file FILEPATH ) - [--out-file FILE] + [--out-file FILEPATH] Print the hash of an address key. Usage: cardano-cli address build ( --payment-verification-key STRING - | --payment-verification-key-file FILE - | --payment-script-file FILE + | --payment-verification-key-file FILEPATH + | --payment-script-file FILEPATH ) [ --stake-verification-key STRING - | --stake-verification-key-file FILE + | --stake-verification-key-file FILEPATH | --stake-key-hash HASH - | --stake-script-file FILE + | --stake-script-file FILEPATH | --stake-address ADDRESS ] (--mainnet | --testnet-magic NATURAL) - [--out-file FILE] + [--out-file FILEPATH] Build a Shelley payment address, with optional delegation to a stake address. -Usage: cardano-cli address info --address ADDRESS [--out-file FILE] +Usage: cardano-cli address info --address ADDRESS [--out-file FILEPATH] Print information about an address. @@ -12511,14 +12534,14 @@ Usage: cardano-cli hash (anchor-data | script) Usage: cardano-cli hash anchor-data ( --text TEXT - | --file-binary FILE - | --file-text FILE + | --file-binary FILEPATH + | --file-text FILEPATH ) - [--out-file FILE] + [--out-file FILEPATH] Compute the hash of some anchor data (to then pass it to other commands). -Usage: cardano-cli hash script --script-file FILE [--out-file FILE] +Usage: cardano-cli hash script --script-file FILEPATH [--out-file FILEPATH] Compute the hash of a script (to then pass it to other commands). @@ -12538,8 +12561,8 @@ Usage: cardano-cli debug (log-epoch-state | transaction) Debug commands Usage: cardano-cli debug log-epoch-state --socket-path SOCKET_PATH - --node-configuration-file FILE - --out-file FILE + --node-configuration-file FILEPATH + --out-file FILEPATH Log epoch state of a running node. This command will connect to a local node and log the epoch state to a file. The log file format is line delimited JSON. @@ -12550,9 +12573,9 @@ Usage: cardano-cli debug transaction view Transaction commands Usage: cardano-cli debug transaction view [--output-json | --output-yaml] - [--out-file FILE] - ( --tx-body-file FILE - | --tx-file FILE + [--out-file FILEPATH] + ( --tx-body-file FILEPATH + | --tx-file FILEPATH ) Print a transaction. diff --git a/cardano-cli/test/cardano-cli-golden/files/golden/help/address_build.cli b/cardano-cli/test/cardano-cli-golden/files/golden/help/address_build.cli index 06ce42fe21..82f6a7f340 100644 --- a/cardano-cli/test/cardano-cli-golden/files/golden/help/address_build.cli +++ b/cardano-cli/test/cardano-cli-golden/files/golden/help/address_build.cli @@ -1,36 +1,37 @@ Usage: cardano-cli address build ( --payment-verification-key STRING - | --payment-verification-key-file FILE - | --payment-script-file FILE + | --payment-verification-key-file FILEPATH + | --payment-script-file FILEPATH ) [ --stake-verification-key STRING - | --stake-verification-key-file FILE + | --stake-verification-key-file FILEPATH | --stake-key-hash HASH - | --stake-script-file FILE + | --stake-script-file FILEPATH | --stake-address ADDRESS ] (--mainnet | --testnet-magic NATURAL) - [--out-file FILE] + [--out-file FILEPATH] Build a Shelley payment address, with optional delegation to a stake address. Available options: --payment-verification-key STRING Payment verification key (Bech32-encoded) - --payment-verification-key-file FILE + --payment-verification-key-file FILEPATH Filepath of the payment verification key. - --payment-script-file FILE + --payment-script-file FILEPATH Filepath of the payment script. --stake-verification-key STRING Stake verification key (Bech32 or hex-encoded). - --stake-verification-key-file FILE + --stake-verification-key-file FILEPATH Filepath of the staking verification key. --stake-key-hash HASH Stake verification key hash (hex-encoded). - --stake-script-file FILE Filepath of the staking script. + --stake-script-file FILEPATH + Filepath of the staking script. --stake-address ADDRESS Target stake address (bech32 format). --mainnet Use the mainnet magic id. This overrides the CARDANO_NODE_NETWORK_ID environment variable --testnet-magic NATURAL Specify a testnet magic id. This overrides the CARDANO_NODE_NETWORK_ID environment variable - --out-file FILE Optional output file. Default is to write to stdout. + --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/address_info.cli b/cardano-cli/test/cardano-cli-golden/files/golden/help/address_info.cli index 7ba34f0a00..3367ff824d 100644 --- a/cardano-cli/test/cardano-cli-golden/files/golden/help/address_info.cli +++ b/cardano-cli/test/cardano-cli-golden/files/golden/help/address_info.cli @@ -1,8 +1,8 @@ -Usage: cardano-cli address info --address ADDRESS [--out-file FILE] +Usage: cardano-cli address info --address ADDRESS [--out-file FILEPATH] Print information about an address. Available options: --address ADDRESS A Cardano address - --out-file FILE Optional output file. Default is to write to stdout. + --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/address_key-gen.cli b/cardano-cli/test/cardano-cli-golden/files/golden/help/address_key-gen.cli index ad08f0484f..b29878f8b7 100644 --- a/cardano-cli/test/cardano-cli-golden/files/golden/help/address_key-gen.cli +++ b/cardano-cli/test/cardano-cli-golden/files/golden/help/address_key-gen.cli @@ -3,8 +3,8 @@ Usage: cardano-cli address key-gen [--key-output-format STRING] | --extended-key | --byron-key ] - --verification-key-file FILE - --signing-key-file FILE + --verification-key-file FILEPATH + --signing-key-file FILEPATH Create an address key pair. @@ -16,7 +16,8 @@ Available options: --normal-key Use a normal Shelley-era key (default). --extended-key Use an extended ed25519 Shelley-era key. --byron-key Use a Byron-era key. - --verification-key-file FILE + --verification-key-file FILEPATH Output filepath of the verification key. - --signing-key-file FILE Output filepath of the signing key. + --signing-key-file FILEPATH + Output filepath of the signing key. -h,--help Show this help text diff --git a/cardano-cli/test/cardano-cli-golden/files/golden/help/address_key-hash.cli b/cardano-cli/test/cardano-cli-golden/files/golden/help/address_key-hash.cli index d350f710ac..c5de318e95 100644 --- a/cardano-cli/test/cardano-cli-golden/files/golden/help/address_key-hash.cli +++ b/cardano-cli/test/cardano-cli-golden/files/golden/help/address_key-hash.cli @@ -1,15 +1,15 @@ Usage: cardano-cli address key-hash ( --payment-verification-key STRING - | --payment-verification-key-file FILE + | --payment-verification-key-file FILEPATH ) - [--out-file FILE] + [--out-file FILEPATH] Print the hash of an address key. Available options: --payment-verification-key STRING Payment verification key (Bech32-encoded) - --payment-verification-key-file FILE + --payment-verification-key-file FILEPATH Filepath of the payment verification key. - --out-file FILE Optional output file. Default is to write to stdout. + --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_address_build.cli b/cardano-cli/test/cardano-cli-golden/files/golden/help/allegra_address_build.cli index ce23a004a0..f9efd6f113 100644 --- a/cardano-cli/test/cardano-cli-golden/files/golden/help/allegra_address_build.cli +++ b/cardano-cli/test/cardano-cli-golden/files/golden/help/allegra_address_build.cli @@ -1,36 +1,37 @@ Usage: cardano-cli allegra address build ( --payment-verification-key STRING - | --payment-verification-key-file FILE - | --payment-script-file FILE + | --payment-verification-key-file FILEPATH + | --payment-script-file FILEPATH ) [ --stake-verification-key STRING - | --stake-verification-key-file FILE + | --stake-verification-key-file FILEPATH | --stake-key-hash HASH - | --stake-script-file FILE + | --stake-script-file FILEPATH | --stake-address ADDRESS ] (--mainnet | --testnet-magic NATURAL) - [--out-file FILE] + [--out-file FILEPATH] Build a Shelley payment address, with optional delegation to a stake address. Available options: --payment-verification-key STRING Payment verification key (Bech32-encoded) - --payment-verification-key-file FILE + --payment-verification-key-file FILEPATH Filepath of the payment verification key. - --payment-script-file FILE + --payment-script-file FILEPATH Filepath of the payment script. --stake-verification-key STRING Stake verification key (Bech32 or hex-encoded). - --stake-verification-key-file FILE + --stake-verification-key-file FILEPATH Filepath of the staking verification key. --stake-key-hash HASH Stake verification key hash (hex-encoded). - --stake-script-file FILE Filepath of the staking script. + --stake-script-file FILEPATH + Filepath of the staking script. --stake-address ADDRESS Target stake address (bech32 format). --mainnet Use the mainnet magic id. This overrides the CARDANO_NODE_NETWORK_ID environment variable --testnet-magic NATURAL Specify a testnet magic id. This overrides the CARDANO_NODE_NETWORK_ID environment variable - --out-file FILE Optional output file. Default is to write to stdout. + --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_address_info.cli b/cardano-cli/test/cardano-cli-golden/files/golden/help/allegra_address_info.cli index 483798ed31..8054ce3004 100644 --- a/cardano-cli/test/cardano-cli-golden/files/golden/help/allegra_address_info.cli +++ b/cardano-cli/test/cardano-cli-golden/files/golden/help/allegra_address_info.cli @@ -1,8 +1,8 @@ -Usage: cardano-cli allegra address info --address ADDRESS [--out-file FILE] +Usage: cardano-cli allegra address info --address ADDRESS [--out-file FILEPATH] Print information about an address. Available options: --address ADDRESS A Cardano address - --out-file FILE Optional output file. Default is to write to stdout. + --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_address_key-gen.cli b/cardano-cli/test/cardano-cli-golden/files/golden/help/allegra_address_key-gen.cli index 41f10fe19d..612cd578e6 100644 --- a/cardano-cli/test/cardano-cli-golden/files/golden/help/allegra_address_key-gen.cli +++ b/cardano-cli/test/cardano-cli-golden/files/golden/help/allegra_address_key-gen.cli @@ -3,8 +3,8 @@ Usage: cardano-cli allegra address key-gen [--key-output-format STRING] | --extended-key | --byron-key ] - --verification-key-file FILE - --signing-key-file FILE + --verification-key-file FILEPATH + --signing-key-file FILEPATH Create an address key pair. @@ -16,7 +16,8 @@ Available options: --normal-key Use a normal Shelley-era key (default). --extended-key Use an extended ed25519 Shelley-era key. --byron-key Use a Byron-era key. - --verification-key-file FILE + --verification-key-file FILEPATH Output filepath of the verification key. - --signing-key-file FILE Output filepath of the signing key. + --signing-key-file FILEPATH + Output filepath of the signing key. -h,--help Show this help text diff --git a/cardano-cli/test/cardano-cli-golden/files/golden/help/allegra_address_key-hash.cli b/cardano-cli/test/cardano-cli-golden/files/golden/help/allegra_address_key-hash.cli index beeb853eeb..a12dcf395b 100644 --- a/cardano-cli/test/cardano-cli-golden/files/golden/help/allegra_address_key-hash.cli +++ b/cardano-cli/test/cardano-cli-golden/files/golden/help/allegra_address_key-hash.cli @@ -1,15 +1,15 @@ Usage: cardano-cli allegra address key-hash ( --payment-verification-key STRING - | --payment-verification-key-file FILE + | --payment-verification-key-file FILEPATH ) - [--out-file FILE] + [--out-file FILEPATH] Print the hash of an address key. Available options: --payment-verification-key STRING Payment verification key (Bech32-encoded) - --payment-verification-key-file FILE + --payment-verification-key-file FILEPATH Filepath of the payment verification key. - --out-file FILE Optional output file. Default is to write to stdout. + --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_genesis_create-staked.cli b/cardano-cli/test/cardano-cli-golden/files/golden/help/allegra_genesis_create-staked.cli index 9e769e8579..ab1d4d446c 100644 --- a/cardano-cli/test/cardano-cli-golden/files/golden/help/allegra_genesis_create-staked.cli +++ b/cardano-cli/test/cardano-cli-golden/files/golden/help/allegra_genesis_create-staked.cli @@ -13,7 +13,7 @@ Usage: cardano-cli allegra genesis create-staked [--key-output-format STRING] [--bulk-pool-cred-files INT] [--bulk-pools-per-file INT] [--num-stuffed-utxo INT] - [--relay-specification-file FILE] + [--relay-specification-file FILEPATH] Create a staked Shelley genesis file from a genesis template and genesis/delegation/spending keys. @@ -52,7 +52,7 @@ Available options: sets [default is 0]. --num-stuffed-utxo INT The number of fake UTxO entries to generate [default is 0]. - --relay-specification-file FILE + --relay-specification-file FILEPATH JSON file that specifies the relays of each stake pool. -h,--help Show this help text diff --git a/cardano-cli/test/cardano-cli-golden/files/golden/help/allegra_genesis_create-testnet-data.cli b/cardano-cli/test/cardano-cli-golden/files/golden/help/allegra_genesis_create-testnet-data.cli index 0fd5ece0d9..1a3618c481 100644 --- a/cardano-cli/test/cardano-cli-golden/files/golden/help/allegra_genesis_create-testnet-data.cli +++ b/cardano-cli/test/cardano-cli-golden/files/golden/help/allegra_genesis_create-testnet-data.cli @@ -1,6 +1,6 @@ -Usage: cardano-cli allegra genesis create-testnet-data [--spec-shelley FILE] - [--spec-alonzo FILE] - [--spec-conway FILE] +Usage: cardano-cli allegra genesis create-testnet-data [--spec-shelley FILEPATH] + [--spec-alonzo FILEPATH] + [--spec-conway FILEPATH] [--genesis-keys INT] [--pools INT] [ --stake-delegators INT @@ -14,18 +14,18 @@ Usage: cardano-cli allegra genesis create-testnet-data [--spec-shelley FILE] [--total-supply LOVELACE] [--delegated-supply LOVELACE] [--testnet-magic NATURAL] - [--relays FILE] + [--relays FILEPATH] [--start-time UTC-TIME] --out-dir DIR Create data to use for starting a testnet. Available options: - --spec-shelley FILE The shelley specification file to use as input. A + --spec-shelley FILEPATH The shelley specification file to use as input. A default one is generated if omitted. - --spec-alonzo FILE The alonzo specification file to use as input. A + --spec-alonzo FILEPATH The alonzo specification file to use as input. A default one is generated if omitted. - --spec-conway FILE The conway specification file to use as input. A + --spec-conway FILEPATH The conway specification file to use as input. A default one is generated if omitted. --genesis-keys INT The number of genesis keys to make (default is 3). --pools INT The number of stake pool credential sets to make @@ -57,7 +57,7 @@ Available options: --testnet-magic NATURAL Specify a testnet magic id for the cluster. This overrides both the network magic from the spec file and CARDANO_NODE_NETWORK_ID environment variable. - --relays FILE JSON file specifying the relays of each stake pool. + --relays FILEPATH JSON file specifying the relays of each stake pool. --start-time UTC-TIME The genesis start time in YYYY-MM-DDThh:mm:ssZ format. If unspecified, will be the current time +30 seconds. diff --git a/cardano-cli/test/cardano-cli-golden/files/golden/help/allegra_genesis_get-ver-key.cli b/cardano-cli/test/cardano-cli-golden/files/golden/help/allegra_genesis_get-ver-key.cli index b8fde2b956..556792feb4 100644 --- a/cardano-cli/test/cardano-cli-golden/files/golden/help/allegra_genesis_get-ver-key.cli +++ b/cardano-cli/test/cardano-cli-golden/files/golden/help/allegra_genesis_get-ver-key.cli @@ -1,10 +1,11 @@ -Usage: cardano-cli allegra genesis get-ver-key --verification-key-file FILE - --signing-key-file FILE +Usage: cardano-cli allegra genesis get-ver-key --verification-key-file FILEPATH + --signing-key-file FILEPATH Derive the verification key from a signing key Available options: - --verification-key-file FILE + --verification-key-file FILEPATH Output filepath of the verification key. - --signing-key-file FILE Input filepath of the signing key. + --signing-key-file FILEPATH + Input filepath of the signing key. -h,--help Show this help text diff --git a/cardano-cli/test/cardano-cli-golden/files/golden/help/allegra_genesis_hash.cli b/cardano-cli/test/cardano-cli-golden/files/golden/help/allegra_genesis_hash.cli index a0e7270c2a..5a15a81e96 100644 --- a/cardano-cli/test/cardano-cli-golden/files/golden/help/allegra_genesis_hash.cli +++ b/cardano-cli/test/cardano-cli-golden/files/golden/help/allegra_genesis_hash.cli @@ -1,7 +1,7 @@ -Usage: cardano-cli allegra genesis hash --genesis FILE +Usage: cardano-cli allegra genesis hash --genesis FILEPATH Compute the hash of a genesis file Available options: - --genesis FILE The genesis file. + --genesis FILEPATH The genesis file. -h,--help Show this help text diff --git a/cardano-cli/test/cardano-cli-golden/files/golden/help/allegra_genesis_initial-addr.cli b/cardano-cli/test/cardano-cli-golden/files/golden/help/allegra_genesis_initial-addr.cli index 02493f442b..b9c06be120 100644 --- a/cardano-cli/test/cardano-cli-golden/files/golden/help/allegra_genesis_initial-addr.cli +++ b/cardano-cli/test/cardano-cli-golden/files/golden/help/allegra_genesis_initial-addr.cli @@ -1,17 +1,17 @@ -Usage: cardano-cli allegra genesis initial-addr --verification-key-file FILE +Usage: cardano-cli allegra genesis initial-addr --verification-key-file FILEPATH ( --mainnet | --testnet-magic NATURAL ) - [--out-file FILE] + [--out-file FILEPATH] Get the address for an initial UTxO based on the verification key Available options: - --verification-key-file FILE + --verification-key-file FILEPATH Input filepath of the verification key. --mainnet Use the mainnet magic id. This overrides the CARDANO_NODE_NETWORK_ID environment variable --testnet-magic NATURAL Specify a testnet magic id. This overrides the CARDANO_NODE_NETWORK_ID environment variable - --out-file FILE Optional output file. Default is to write to stdout. + --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_genesis_initial-txin.cli b/cardano-cli/test/cardano-cli-golden/files/golden/help/allegra_genesis_initial-txin.cli index 9112971fbb..0977afa731 100644 --- a/cardano-cli/test/cardano-cli-golden/files/golden/help/allegra_genesis_initial-txin.cli +++ b/cardano-cli/test/cardano-cli-golden/files/golden/help/allegra_genesis_initial-txin.cli @@ -1,17 +1,17 @@ -Usage: cardano-cli allegra genesis initial-txin --verification-key-file FILE +Usage: cardano-cli allegra genesis initial-txin --verification-key-file FILEPATH ( --mainnet | --testnet-magic NATURAL ) - [--out-file FILE] + [--out-file FILEPATH] Get the TxIn for an initial UTxO based on the verification key Available options: - --verification-key-file FILE + --verification-key-file FILEPATH Input filepath of the verification key. --mainnet Use the mainnet magic id. This overrides the CARDANO_NODE_NETWORK_ID environment variable --testnet-magic NATURAL Specify a testnet magic id. This overrides the CARDANO_NODE_NETWORK_ID environment variable - --out-file FILE Optional output file. Default is to write to stdout. + --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_genesis_key-gen-delegate.cli b/cardano-cli/test/cardano-cli-golden/files/golden/help/allegra_genesis_key-gen-delegate.cli index b09dec3e9b..8329a3de92 100644 --- a/cardano-cli/test/cardano-cli-golden/files/golden/help/allegra_genesis_key-gen-delegate.cli +++ b/cardano-cli/test/cardano-cli-golden/files/golden/help/allegra_genesis_key-gen-delegate.cli @@ -1,14 +1,15 @@ -Usage: cardano-cli allegra genesis key-gen-delegate --verification-key-file FILE - --signing-key-file FILE - --operational-certificate-issue-counter-file FILE +Usage: cardano-cli allegra genesis key-gen-delegate --verification-key-file FILEPATH + --signing-key-file FILEPATH + --operational-certificate-issue-counter-file FILEPATH Create a Shelley genesis delegate key pair Available options: - --verification-key-file FILE + --verification-key-file FILEPATH Output filepath of the verification key. - --signing-key-file FILE Output filepath of the signing key. - --operational-certificate-issue-counter-file FILE + --signing-key-file FILEPATH + Output filepath of the signing key. + --operational-certificate-issue-counter-file FILEPATH The file with the issue counter for the operational certificate. -h,--help Show this help text diff --git a/cardano-cli/test/cardano-cli-golden/files/golden/help/allegra_genesis_key-gen-genesis.cli b/cardano-cli/test/cardano-cli-golden/files/golden/help/allegra_genesis_key-gen-genesis.cli index 182b0521e2..9e553776bd 100644 --- a/cardano-cli/test/cardano-cli-golden/files/golden/help/allegra_genesis_key-gen-genesis.cli +++ b/cardano-cli/test/cardano-cli-golden/files/golden/help/allegra_genesis_key-gen-genesis.cli @@ -1,10 +1,11 @@ -Usage: cardano-cli allegra genesis key-gen-genesis --verification-key-file FILE - --signing-key-file FILE +Usage: cardano-cli allegra genesis key-gen-genesis --verification-key-file FILEPATH + --signing-key-file FILEPATH Create a Shelley genesis key pair Available options: - --verification-key-file FILE + --verification-key-file FILEPATH Output filepath of the verification key. - --signing-key-file FILE Output filepath of the signing key. + --signing-key-file FILEPATH + Output filepath of the signing key. -h,--help Show this help text diff --git a/cardano-cli/test/cardano-cli-golden/files/golden/help/allegra_genesis_key-gen-utxo.cli b/cardano-cli/test/cardano-cli-golden/files/golden/help/allegra_genesis_key-gen-utxo.cli index 19930acc0b..a7a5b7f183 100644 --- a/cardano-cli/test/cardano-cli-golden/files/golden/help/allegra_genesis_key-gen-utxo.cli +++ b/cardano-cli/test/cardano-cli-golden/files/golden/help/allegra_genesis_key-gen-utxo.cli @@ -1,10 +1,11 @@ -Usage: cardano-cli allegra genesis key-gen-utxo --verification-key-file FILE - --signing-key-file FILE +Usage: cardano-cli allegra genesis key-gen-utxo --verification-key-file FILEPATH + --signing-key-file FILEPATH Create a Shelley genesis UTxO key pair Available options: - --verification-key-file FILE + --verification-key-file FILEPATH Output filepath of the verification key. - --signing-key-file FILE Output filepath of the signing key. + --signing-key-file FILEPATH + Output filepath of the signing key. -h,--help Show this help text diff --git a/cardano-cli/test/cardano-cli-golden/files/golden/help/allegra_genesis_key-hash.cli b/cardano-cli/test/cardano-cli-golden/files/golden/help/allegra_genesis_key-hash.cli index 80c75b3c5b..2a4582ef3f 100644 --- a/cardano-cli/test/cardano-cli-golden/files/golden/help/allegra_genesis_key-hash.cli +++ b/cardano-cli/test/cardano-cli-golden/files/golden/help/allegra_genesis_key-hash.cli @@ -1,8 +1,8 @@ -Usage: cardano-cli allegra genesis key-hash --verification-key-file FILE +Usage: cardano-cli allegra genesis key-hash --verification-key-file FILEPATH Print the identifier (hash) of a public key Available options: - --verification-key-file FILE + --verification-key-file FILEPATH Input filepath of the verification key. -h,--help Show this help text diff --git a/cardano-cli/test/cardano-cli-golden/files/golden/help/allegra_governance_action_create-protocol-parameters-update.cli b/cardano-cli/test/cardano-cli-golden/files/golden/help/allegra_governance_action_create-protocol-parameters-update.cli index 76461c012f..42b3e61e17 100644 --- a/cardano-cli/test/cardano-cli-golden/files/golden/help/allegra_governance_action_create-protocol-parameters-update.cli +++ b/cardano-cli/test/cardano-cli-golden/files/golden/help/allegra_governance_action_create-protocol-parameters-update.cli @@ -1,5 +1,5 @@ Usage: cardano-cli allegra governance action create-protocol-parameters-update --epoch NATURAL - (--genesis-verification-key-file FILE) + (--genesis-verification-key-file FILEPATH) [--min-fee-linear LOVELACE] [--min-fee-constant LOVELACE] [--max-block-body-size WORD32] @@ -20,14 +20,14 @@ Usage: cardano-cli allegra governance action create-protocol-parameters-update - [--decentralization-parameter RATIONAL] [--protocol-major-version MAJOR --protocol-minor-version MINOR] - --out-file FILE + --out-file FILEPATH Create a protocol parameters update. Available options: --epoch NATURAL The epoch number in which the update proposal is valid. - --genesis-verification-key-file FILE + --genesis-verification-key-file FILEPATH Filepath of the genesis verification key. --min-fee-linear LOVELACE The linear factor per byte for the minimum fee @@ -70,5 +70,5 @@ Available options: fork (old software can validate but not produce new blocks). Must be zero when the major protocol version is increased. - --out-file FILE The output file. + --out-file FILEPATH The output file. -h,--help Show this help text diff --git a/cardano-cli/test/cardano-cli-golden/files/golden/help/allegra_governance_create-genesis-key-delegation-certificate.cli b/cardano-cli/test/cardano-cli-golden/files/golden/help/allegra_governance_create-genesis-key-delegation-certificate.cli index 89b61dc06f..c044e12886 100644 --- a/cardano-cli/test/cardano-cli-golden/files/golden/help/allegra_governance_create-genesis-key-delegation-certificate.cli +++ b/cardano-cli/test/cardano-cli-golden/files/golden/help/allegra_governance_create-genesis-key-delegation-certificate.cli @@ -1,38 +1,38 @@ Usage: cardano-cli allegra governance create-genesis-key-delegation-certificate ( --genesis-verification-key STRING - | --genesis-verification-key-file FILE + | --genesis-verification-key-file FILEPATH | --genesis-verification-key-hash STRING ) ( --genesis-delegate-verification-key STRING - | --genesis-delegate-verification-key-file FILE + | --genesis-delegate-verification-key-file FILEPATH | --genesis-delegate-verification-key-hash STRING ) ( --vrf-verification-key STRING - | --vrf-verification-key-file FILE + | --vrf-verification-key-file FILEPATH | --vrf-verification-key-hash STRING ) - --out-file FILE + --out-file FILEPATH Create a genesis key delegation certificate Available options: --genesis-verification-key STRING Genesis verification key (hex-encoded). - --genesis-verification-key-file FILE + --genesis-verification-key-file FILEPATH Filepath of the genesis verification key. --genesis-verification-key-hash STRING Genesis verification key hash (hex-encoded). --genesis-delegate-verification-key STRING Genesis delegate verification key (hex-encoded). - --genesis-delegate-verification-key-file FILE + --genesis-delegate-verification-key-file FILEPATH Filepath of the genesis delegate verification key. --genesis-delegate-verification-key-hash STRING Genesis delegate verification key hash (hex-encoded). --vrf-verification-key STRING VRF verification key (Bech32 or hex-encoded). - --vrf-verification-key-file FILE + --vrf-verification-key-file FILEPATH Filepath of the VRF verification key. --vrf-verification-key-hash STRING VRF verification key hash (hex-encoded). - --out-file FILE The output file. + --out-file FILEPATH The output file. -h,--help Show this help text diff --git a/cardano-cli/test/cardano-cli-golden/files/golden/help/allegra_governance_create-mir-certificate.cli b/cardano-cli/test/cardano-cli-golden/files/golden/help/allegra_governance_create-mir-certificate.cli index 91357daf96..cc610d69f5 100644 --- a/cardano-cli/test/cardano-cli-golden/files/golden/help/allegra_governance_create-mir-certificate.cli +++ b/cardano-cli/test/cardano-cli-golden/files/golden/help/allegra_governance_create-mir-certificate.cli @@ -4,7 +4,7 @@ Usage: cardano-cli allegra governance create-mir-certificate ) (--stake-address ADDRESS) (--reward LOVELACE) - --out-file FILE + --out-file FILEPATH | stake-addresses | transfer-to-treasury | transfer-to-rewards @@ -17,7 +17,7 @@ Available options: --treasury Use the treasury pot. --stake-address ADDRESS Target stake address (bech32 format). --reward LOVELACE The reward for the relevant reward account. - --out-file FILE The output file. + --out-file FILEPATH The output file. -h,--help Show this help text Available commands: diff --git a/cardano-cli/test/cardano-cli-golden/files/golden/help/allegra_governance_create-mir-certificate_stake-addresses.cli b/cardano-cli/test/cardano-cli-golden/files/golden/help/allegra_governance_create-mir-certificate_stake-addresses.cli index 53d02b18a3..6a87d6c0fd 100644 --- a/cardano-cli/test/cardano-cli-golden/files/golden/help/allegra_governance_create-mir-certificate_stake-addresses.cli +++ b/cardano-cli/test/cardano-cli-golden/files/golden/help/allegra_governance_create-mir-certificate_stake-addresses.cli @@ -4,7 +4,7 @@ Usage: cardano-cli allegra governance create-mir-certificate stake-addresses ) (--stake-address ADDRESS) (--reward LOVELACE) - --out-file FILE + --out-file FILEPATH Create an MIR certificate to pay stake addresses @@ -13,5 +13,5 @@ Available options: --treasury Use the treasury pot. --stake-address ADDRESS Target stake address (bech32 format). --reward LOVELACE The reward for the relevant reward account. - --out-file FILE The output file. + --out-file FILEPATH The output file. -h,--help Show this help text diff --git a/cardano-cli/test/cardano-cli-golden/files/golden/help/allegra_governance_create-mir-certificate_transfer-to-rewards.cli b/cardano-cli/test/cardano-cli-golden/files/golden/help/allegra_governance_create-mir-certificate_transfer-to-rewards.cli index 510cb407a8..e438c6eebe 100644 --- a/cardano-cli/test/cardano-cli-golden/files/golden/help/allegra_governance_create-mir-certificate_transfer-to-rewards.cli +++ b/cardano-cli/test/cardano-cli-golden/files/golden/help/allegra_governance_create-mir-certificate_transfer-to-rewards.cli @@ -1,10 +1,10 @@ Usage: cardano-cli allegra governance create-mir-certificate transfer-to-rewards --transfer LOVELACE - --out-file FILE + --out-file FILEPATH Create an MIR certificate to transfer from the treasury pot to the reserves pot Available options: --transfer LOVELACE The amount to transfer. - --out-file FILE The output file. + --out-file FILEPATH The output file. -h,--help Show this help text diff --git a/cardano-cli/test/cardano-cli-golden/files/golden/help/allegra_governance_create-mir-certificate_transfer-to-treasury.cli b/cardano-cli/test/cardano-cli-golden/files/golden/help/allegra_governance_create-mir-certificate_transfer-to-treasury.cli index 115b8f2205..b33a91d61e 100644 --- a/cardano-cli/test/cardano-cli-golden/files/golden/help/allegra_governance_create-mir-certificate_transfer-to-treasury.cli +++ b/cardano-cli/test/cardano-cli-golden/files/golden/help/allegra_governance_create-mir-certificate_transfer-to-treasury.cli @@ -1,10 +1,10 @@ Usage: cardano-cli allegra governance create-mir-certificate transfer-to-treasury --transfer LOVELACE - --out-file FILE + --out-file FILEPATH Create an MIR certificate to transfer from the reserves pot to the treasury pot Available options: --transfer LOVELACE The amount to transfer. - --out-file FILE The output file. + --out-file FILEPATH The output file. -h,--help Show this help text diff --git a/cardano-cli/test/cardano-cli-golden/files/golden/help/allegra_key_convert-byron-genesis-vkey.cli b/cardano-cli/test/cardano-cli-golden/files/golden/help/allegra_key_convert-byron-genesis-vkey.cli index 89974ec5ef..bdc408cb72 100644 --- a/cardano-cli/test/cardano-cli-golden/files/golden/help/allegra_key_convert-byron-genesis-vkey.cli +++ b/cardano-cli/test/cardano-cli-golden/files/golden/help/allegra_key_convert-byron-genesis-vkey.cli @@ -1,5 +1,5 @@ Usage: cardano-cli allegra key convert-byron-genesis-vkey --byron-genesis-verification-key BASE64 - --out-file FILE + --out-file FILEPATH Convert a Base64-encoded Byron genesis verification key to a Shelley genesis verification key @@ -7,5 +7,5 @@ Usage: cardano-cli allegra key convert-byron-genesis-vkey --byron-genesis-verifi Available options: --byron-genesis-verification-key BASE64 Base64 string for the Byron genesis verification key. - --out-file FILE The output file. + --out-file FILEPATH The output file. -h,--help Show this help text diff --git a/cardano-cli/test/cardano-cli-golden/files/golden/help/allegra_key_convert-byron-key.cli b/cardano-cli/test/cardano-cli-golden/files/golden/help/allegra_key_convert-byron-key.cli index 5d4dba08d1..9dccc91b68 100644 --- a/cardano-cli/test/cardano-cli-golden/files/golden/help/allegra_key_convert-byron-key.cli +++ b/cardano-cli/test/cardano-cli-golden/files/golden/help/allegra_key_convert-byron-key.cli @@ -6,10 +6,10 @@ Usage: cardano-cli allegra key convert-byron-key [--password TEXT] | --byron-genesis-delegate-key-type | --legacy-byron-genesis-delegate-key-type ) - ( --byron-signing-key-file FILE - | --byron-verification-key-file FILE + ( --byron-signing-key-file FILEPATH + | --byron-verification-key-file FILEPATH ) - --out-file FILE + --out-file FILEPATH Convert a Byron payment, genesis or genesis delegate key (signing or verification) to a corresponding Shelley-format key. @@ -27,9 +27,9 @@ Available options: --legacy-byron-genesis-delegate-key-type Use a Byron-era genesis delegate key, in legacy SL format. - --byron-signing-key-file FILE + --byron-signing-key-file FILEPATH Input filepath of the Byron-format signing key. - --byron-verification-key-file FILE + --byron-verification-key-file FILEPATH Input filepath of the Byron-format verification key. - --out-file FILE The output file. + --out-file FILEPATH The output file. -h,--help Show this help text diff --git a/cardano-cli/test/cardano-cli-golden/files/golden/help/allegra_key_convert-cardano-address-key.cli b/cardano-cli/test/cardano-cli-golden/files/golden/help/allegra_key_convert-cardano-address-key.cli index d8a0200639..0a25a7026b 100644 --- a/cardano-cli/test/cardano-cli-golden/files/golden/help/allegra_key_convert-cardano-address-key.cli +++ b/cardano-cli/test/cardano-cli-golden/files/golden/help/allegra_key_convert-cardano-address-key.cli @@ -7,8 +7,8 @@ Usage: cardano-cli allegra key convert-cardano-address-key | --icarus-payment-key | --byron-payment-key ) - --signing-key-file FILE - --out-file FILE + --signing-key-file FILEPATH + --out-file FILEPATH Convert a cardano-address extended signing key to a corresponding Shelley-format key. @@ -23,6 +23,7 @@ Available options: Icarus style. --byron-payment-key Use a Byron-era extended payment key formatted in the deprecated Byron style. - --signing-key-file FILE Input filepath of the signing key. - --out-file FILE The output file. + --signing-key-file FILEPATH + Input filepath of the signing key. + --out-file FILEPATH The output file. -h,--help Show this help text diff --git a/cardano-cli/test/cardano-cli-golden/files/golden/help/allegra_key_convert-itn-bip32-key.cli b/cardano-cli/test/cardano-cli-golden/files/golden/help/allegra_key_convert-itn-bip32-key.cli index ac2bd1cb07..389a6c5524 100644 --- a/cardano-cli/test/cardano-cli-golden/files/golden/help/allegra_key_convert-itn-bip32-key.cli +++ b/cardano-cli/test/cardano-cli-golden/files/golden/help/allegra_key_convert-itn-bip32-key.cli @@ -1,11 +1,11 @@ -Usage: cardano-cli allegra key convert-itn-bip32-key --itn-signing-key-file FILE - --out-file FILE +Usage: cardano-cli allegra key convert-itn-bip32-key --itn-signing-key-file FILEPATH + --out-file FILEPATH Convert an Incentivized Testnet (ITN) BIP32 (Ed25519Bip32) signing key to a corresponding Shelley stake signing key Available options: - --itn-signing-key-file FILE + --itn-signing-key-file FILEPATH Filepath of the ITN signing key. - --out-file FILE The output file. + --out-file FILEPATH The output file. -h,--help Show this help text diff --git a/cardano-cli/test/cardano-cli-golden/files/golden/help/allegra_key_convert-itn-extended-key.cli b/cardano-cli/test/cardano-cli-golden/files/golden/help/allegra_key_convert-itn-extended-key.cli index 8b5d896ce3..f26d5010dd 100644 --- a/cardano-cli/test/cardano-cli-golden/files/golden/help/allegra_key_convert-itn-extended-key.cli +++ b/cardano-cli/test/cardano-cli-golden/files/golden/help/allegra_key_convert-itn-extended-key.cli @@ -1,11 +1,11 @@ -Usage: cardano-cli allegra key convert-itn-extended-key --itn-signing-key-file FILE - --out-file FILE +Usage: cardano-cli allegra key convert-itn-extended-key --itn-signing-key-file FILEPATH + --out-file FILEPATH Convert an Incentivized Testnet (ITN) extended (Ed25519Extended) signing key to a corresponding Shelley stake signing key Available options: - --itn-signing-key-file FILE + --itn-signing-key-file FILEPATH Filepath of the ITN signing key. - --out-file FILE The output file. + --out-file FILEPATH The output file. -h,--help Show this help text diff --git a/cardano-cli/test/cardano-cli-golden/files/golden/help/allegra_key_convert-itn-key.cli b/cardano-cli/test/cardano-cli-golden/files/golden/help/allegra_key_convert-itn-key.cli index 505eb6cc46..2f5b2125e0 100644 --- a/cardano-cli/test/cardano-cli-golden/files/golden/help/allegra_key_convert-itn-key.cli +++ b/cardano-cli/test/cardano-cli-golden/files/golden/help/allegra_key_convert-itn-key.cli @@ -1,16 +1,16 @@ Usage: cardano-cli allegra key convert-itn-key - ( --itn-signing-key-file FILE - | --itn-verification-key-file FILE + ( --itn-signing-key-file FILEPATH + | --itn-verification-key-file FILEPATH ) - --out-file FILE + --out-file FILEPATH Convert an Incentivized Testnet (ITN) non-extended (Ed25519) signing or verification key to a corresponding Shelley stake key Available options: - --itn-signing-key-file FILE + --itn-signing-key-file FILEPATH Filepath of the ITN signing key. - --itn-verification-key-file FILE + --itn-verification-key-file FILEPATH Filepath of the ITN verification key. - --out-file FILE The output file. + --out-file FILEPATH The output file. -h,--help Show this help text diff --git a/cardano-cli/test/cardano-cli-golden/files/golden/help/allegra_key_non-extended-key.cli b/cardano-cli/test/cardano-cli-golden/files/golden/help/allegra_key_non-extended-key.cli index 1d9ea201b2..be3053dcaf 100644 --- a/cardano-cli/test/cardano-cli-golden/files/golden/help/allegra_key_non-extended-key.cli +++ b/cardano-cli/test/cardano-cli-golden/files/golden/help/allegra_key_non-extended-key.cli @@ -1,12 +1,12 @@ -Usage: cardano-cli allegra key non-extended-key --extended-verification-key-file FILE - --verification-key-file FILE +Usage: cardano-cli allegra key non-extended-key --extended-verification-key-file FILEPATH + --verification-key-file FILEPATH Get a non-extended verification key from an extended verification key. This supports all extended key types. Available options: - --extended-verification-key-file FILE + --extended-verification-key-file FILEPATH Input filepath of the ed25519-bip32 verification key. - --verification-key-file FILE + --verification-key-file FILEPATH Output filepath of the verification key. -h,--help Show this help text diff --git a/cardano-cli/test/cardano-cli-golden/files/golden/help/allegra_key_verification-key.cli b/cardano-cli/test/cardano-cli-golden/files/golden/help/allegra_key_verification-key.cli index 9976d7883f..b60f4f6365 100644 --- a/cardano-cli/test/cardano-cli-golden/files/golden/help/allegra_key_verification-key.cli +++ b/cardano-cli/test/cardano-cli-golden/files/golden/help/allegra_key_verification-key.cli @@ -1,10 +1,11 @@ -Usage: cardano-cli allegra key verification-key --signing-key-file FILE - --verification-key-file FILE +Usage: cardano-cli allegra key verification-key --signing-key-file FILEPATH + --verification-key-file FILEPATH Get a verification key from a signing key. This supports all key types. Available options: - --signing-key-file FILE Input filepath of the signing key. - --verification-key-file FILE + --signing-key-file FILEPATH + Input filepath of the signing key. + --verification-key-file FILEPATH Output filepath of the verification key. -h,--help Show this help text diff --git a/cardano-cli/test/cardano-cli-golden/files/golden/help/allegra_node_issue-op-cert.cli b/cardano-cli/test/cardano-cli-golden/files/golden/help/allegra_node_issue-op-cert.cli index 5ac725446d..0c0a6ef006 100644 --- a/cardano-cli/test/cardano-cli-golden/files/golden/help/allegra_node_issue-op-cert.cli +++ b/cardano-cli/test/cardano-cli-golden/files/golden/help/allegra_node_issue-op-cert.cli @@ -1,24 +1,24 @@ Usage: cardano-cli allegra node issue-op-cert ( --kes-verification-key STRING - | --kes-verification-key-file FILE + | --kes-verification-key-file FILEPATH ) - --cold-signing-key-file FILE - --operational-certificate-issue-counter-file FILE + --cold-signing-key-file FILEPATH + --operational-certificate-issue-counter-file FILEPATH --kes-period NATURAL - --out-file FILE + --out-file FILEPATH Issue a node operational certificate Available options: --kes-verification-key STRING A Bech32 or hex-encoded hot KES verification key. - --kes-verification-key-file FILE + --kes-verification-key-file FILEPATH Filepath of the hot KES verification key. - --cold-signing-key-file FILE + --cold-signing-key-file FILEPATH Filepath of the cold signing key. - --operational-certificate-issue-counter-file FILE + --operational-certificate-issue-counter-file FILEPATH The file with the issue counter for the operational certificate. --kes-period NATURAL The start of the KES key validity period. - --out-file FILE The output file. + --out-file FILEPATH The output file. -h,--help Show this help text diff --git a/cardano-cli/test/cardano-cli-golden/files/golden/help/allegra_node_key-gen-KES.cli b/cardano-cli/test/cardano-cli-golden/files/golden/help/allegra_node_key-gen-KES.cli index c887c48ba4..c3785af0ff 100644 --- a/cardano-cli/test/cardano-cli-golden/files/golden/help/allegra_node_key-gen-KES.cli +++ b/cardano-cli/test/cardano-cli-golden/files/golden/help/allegra_node_key-gen-KES.cli @@ -1,6 +1,6 @@ Usage: cardano-cli allegra node key-gen-KES [--key-output-format STRING] - --verification-key-file FILE - --signing-key-file FILE + --verification-key-file FILEPATH + --signing-key-file FILEPATH Create a key pair for a node KES operational key @@ -9,7 +9,8 @@ Available options: Optional key output format. Accepted output formats are "text-envelope" and "bech32" (default is "text-envelope"). - --verification-key-file FILE + --verification-key-file FILEPATH Output filepath of the verification key. - --signing-key-file FILE Output filepath of the signing key. + --signing-key-file FILEPATH + Output filepath of the signing key. -h,--help Show this help text diff --git a/cardano-cli/test/cardano-cli-golden/files/golden/help/allegra_node_key-gen-VRF.cli b/cardano-cli/test/cardano-cli-golden/files/golden/help/allegra_node_key-gen-VRF.cli index 1328171d25..645e68f777 100644 --- a/cardano-cli/test/cardano-cli-golden/files/golden/help/allegra_node_key-gen-VRF.cli +++ b/cardano-cli/test/cardano-cli-golden/files/golden/help/allegra_node_key-gen-VRF.cli @@ -1,6 +1,6 @@ Usage: cardano-cli allegra node key-gen-VRF [--key-output-format STRING] - --verification-key-file FILE - --signing-key-file FILE + --verification-key-file FILEPATH + --signing-key-file FILEPATH Create a key pair for a node VRF operational key @@ -9,7 +9,8 @@ Available options: Optional key output format. Accepted output formats are "text-envelope" and "bech32" (default is "text-envelope"). - --verification-key-file FILE + --verification-key-file FILEPATH Output filepath of the verification key. - --signing-key-file FILE Output filepath of the signing key. + --signing-key-file FILEPATH + Output filepath of the signing key. -h,--help Show this help text diff --git a/cardano-cli/test/cardano-cli-golden/files/golden/help/allegra_node_key-gen.cli b/cardano-cli/test/cardano-cli-golden/files/golden/help/allegra_node_key-gen.cli index 897d3cd68d..68cd7b0319 100644 --- a/cardano-cli/test/cardano-cli-golden/files/golden/help/allegra_node_key-gen.cli +++ b/cardano-cli/test/cardano-cli-golden/files/golden/help/allegra_node_key-gen.cli @@ -1,7 +1,7 @@ Usage: cardano-cli allegra node key-gen [--key-output-format STRING] - --cold-verification-key-file FILE - --cold-signing-key-file FILE - --operational-certificate-issue-counter-file FILE + --cold-verification-key-file FILEPATH + --cold-signing-key-file FILEPATH + --operational-certificate-issue-counter-file FILEPATH Create a key pair for a node operator's offline key and a new certificate issue counter @@ -11,11 +11,11 @@ Available options: Optional key output format. Accepted output formats are "text-envelope" and "bech32" (default is "text-envelope"). - --cold-verification-key-file FILE + --cold-verification-key-file FILEPATH Filepath of the cold verification key. - --cold-signing-key-file FILE + --cold-signing-key-file FILEPATH Filepath of the cold signing key. - --operational-certificate-issue-counter-file FILE + --operational-certificate-issue-counter-file FILEPATH The file with the issue counter for the operational certificate. -h,--help Show this help text diff --git a/cardano-cli/test/cardano-cli-golden/files/golden/help/allegra_node_key-hash-VRF.cli b/cardano-cli/test/cardano-cli-golden/files/golden/help/allegra_node_key-hash-VRF.cli index 1e680060f2..2ad6e3f657 100644 --- a/cardano-cli/test/cardano-cli-golden/files/golden/help/allegra_node_key-hash-VRF.cli +++ b/cardano-cli/test/cardano-cli-golden/files/golden/help/allegra_node_key-hash-VRF.cli @@ -1,15 +1,15 @@ Usage: cardano-cli allegra node key-hash-VRF ( --verification-key STRING - | --verification-key-file FILE + | --verification-key-file FILEPATH ) - [--out-file FILE] + [--out-file FILEPATH] Print hash of a node's operational VRF key. Available options: --verification-key STRING Verification key (Bech32 or hex-encoded). - --verification-key-file FILE + --verification-key-file FILEPATH Input filepath of the verification key. - --out-file FILE Optional output file. Default is to write to stdout. + --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_node_new-counter.cli b/cardano-cli/test/cardano-cli-golden/files/golden/help/allegra_node_new-counter.cli index 4dc414a794..094ad11aba 100644 --- a/cardano-cli/test/cardano-cli-golden/files/golden/help/allegra_node_new-counter.cli +++ b/cardano-cli/test/cardano-cli-golden/files/golden/help/allegra_node_new-counter.cli @@ -1,10 +1,10 @@ Usage: cardano-cli allegra node new-counter ( --stake-pool-verification-key STRING | --genesis-delegate-verification-key STRING - | --cold-verification-key-file FILE + | --cold-verification-key-file FILEPATH ) --counter-value INT - --operational-certificate-issue-counter-file FILE + --operational-certificate-issue-counter-file FILEPATH Create a new certificate issue counter @@ -13,10 +13,10 @@ Available options: Stake pool verification key (Bech32 or hex-encoded). --genesis-delegate-verification-key STRING Genesis delegate verification key (hex-encoded). - --cold-verification-key-file FILE + --cold-verification-key-file FILEPATH Filepath of the cold verification key. --counter-value INT The next certificate issue counter value to use. - --operational-certificate-issue-counter-file FILE + --operational-certificate-issue-counter-file FILEPATH The file with the issue counter for the operational certificate. -h,--help Show this help text 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 b0f448750e..203fad2bf3 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 @@ -4,8 +4,8 @@ Usage: cardano-cli allegra query kes-period-info --socket-path SOCKET_PATH ( --mainnet | --testnet-magic NATURAL ) - --op-cert-file FILE - [--out-file FILE] + --op-cert-file FILEPATH + [--out-file FILEPATH] Get information about the current KES period and your node's operational certificate. @@ -24,6 +24,6 @@ Available options: CARDANO_NODE_NETWORK_ID environment variable --testnet-magic NATURAL Specify a testnet magic id. This overrides the CARDANO_NODE_NETWORK_ID environment variable - --op-cert-file FILE Filepath of the node's operational certificate. - --out-file FILE Optional output file. Default is to write to stdout. + --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 43ed9eca8c..2eb039a3d0 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 @@ -4,17 +4,17 @@ Usage: cardano-cli allegra query leadership-schedule --socket-path SOCKET_PATH ( --mainnet | --testnet-magic NATURAL ) - --genesis FILE + --genesis FILEPATH ( --stake-pool-verification-key STRING - | --cold-verification-key-file FILE + | --cold-verification-key-file FILEPATH | --stake-pool-id STAKE_POOL_ID ) - --vrf-signing-key-file FILE + --vrf-signing-key-file FILEPATH (--current | --next) [ --output-json | --output-text ] - [--out-file FILE] + [--out-file FILEPATH] Get the slots the node is expected to mint a block in (advanced command) @@ -32,15 +32,15 @@ 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 - --genesis FILE Shelley genesis filepath + --genesis FILEPATH Shelley genesis filepath --stake-pool-verification-key STRING Stake pool verification key (Bech32 or hex-encoded). - --cold-verification-key-file FILE + --cold-verification-key-file FILEPATH Filepath of the stake pool verification key. --stake-pool-id STAKE_POOL_ID Stake pool ID/verification key hash (either Bech32-encoded or hex-encoded). - --vrf-signing-key-file FILE + --vrf-signing-key-file FILEPATH Input filepath of the VRF signing key. --current Get the leadership schedule for the current epoch. --next Get the leadership schedule for the following epoch. @@ -48,5 +48,5 @@ Available options: Default format when writing to a file --output-text Format leadership-schedule query output to TEXT. Default format when writing to stdout - --out-file FILE Optional output file. Default is to write to stdout. + --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 13f8c45f57..c381444e1d 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 @@ -4,7 +4,7 @@ Usage: cardano-cli allegra query ledger-state --socket-path SOCKET_PATH ( --mainnet | --testnet-magic NATURAL ) - [--out-file FILE] + [--out-file FILEPATH] Dump the current ledger state of the node (Ledger.NewEpochState -- advanced command) @@ -23,5 +23,5 @@ 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 - --out-file FILE Optional output file. Default is to write to stdout. + --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 b4ca2cc726..6e8f49db74 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 @@ -7,7 +7,7 @@ Usage: cardano-cli allegra query pool-params --socket-path SOCKET_PATH ( --all-stake-pools | (--stake-pool-id STAKE_POOL_ID) ) - [--out-file FILE] + [--out-file FILEPATH] DEPRECATED. Use query pool-state instead. Dump the pool parameters (Ledger.NewEpochState.esLState._delegationState._pState._pParams -- advanced @@ -31,5 +31,5 @@ Available options: --stake-pool-id STAKE_POOL_ID Stake pool ID/verification key hash (either Bech32-encoded or hex-encoded). - --out-file FILE Optional output file. Default is to write to stdout. + --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-state.cli b/cardano-cli/test/cardano-cli-golden/files/golden/help/allegra_query_pool-state.cli index 9f2b8a2113..ded0b19510 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 @@ -7,7 +7,7 @@ Usage: cardano-cli allegra query pool-state --socket-path SOCKET_PATH ( --all-stake-pools | (--stake-pool-id STAKE_POOL_ID) ) - [--out-file FILE] + [--out-file FILEPATH] Dump the pool state @@ -29,5 +29,5 @@ Available options: --stake-pool-id STAKE_POOL_ID Stake pool ID/verification key hash (either Bech32-encoded or hex-encoded). - --out-file FILE Optional output file. Default is to write to stdout. + --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-parameters.cli b/cardano-cli/test/cardano-cli-golden/files/golden/help/allegra_query_protocol-parameters.cli index 0548a9f0e0..84cbfded31 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 @@ -4,7 +4,7 @@ Usage: cardano-cli allegra query protocol-parameters --socket-path SOCKET_PATH ( --mainnet | --testnet-magic NATURAL ) - [--out-file FILE] + [--out-file FILEPATH] Get the node's current protocol parameters @@ -22,5 +22,5 @@ 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 - --out-file FILE Optional output file. Default is to write to stdout. + --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 5b81d89ec1..6a1fc77520 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 @@ -4,7 +4,7 @@ Usage: cardano-cli allegra query protocol-state --socket-path SOCKET_PATH ( --mainnet | --testnet-magic NATURAL ) - [--out-file FILE] + [--out-file FILEPATH] Dump the current protocol state of the node (Ledger.ChainDepState -- advanced command) @@ -23,5 +23,5 @@ 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 - --out-file FILE Optional output file. Default is to write to stdout. + --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 8d98fe2b48..15ec4cd1a5 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 @@ -8,7 +8,7 @@ Usage: cardano-cli allegra query ref-script-size --socket-path SOCKET_PATH [ --output-json | --output-text ] - [--out-file FILE] + [--out-file FILEPATH] Calculate the reference input scripts size in bytes for provided transaction inputs. @@ -32,5 +32,5 @@ Available options: format when writing to a file --output-text Format reference inputs query output to TEXT. Default format when writing to stdout - --out-file FILE Optional output file. Default is to write to stdout. + --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-address-info.cli b/cardano-cli/test/cardano-cli-golden/files/golden/help/allegra_query_stake-address-info.cli index 366e0e61c1..90287086d9 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 @@ -5,7 +5,7 @@ Usage: cardano-cli allegra query stake-address-info --socket-path SOCKET_PATH ( --mainnet | --testnet-magic NATURAL ) - [--out-file FILE] + [--out-file FILEPATH] Get the current delegations and reward accounts filtered by stake address. @@ -24,5 +24,5 @@ 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 - --out-file FILE Optional output file. Default is to write to stdout. + --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 a03a5cb529..2237fa0b3e 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 @@ -7,7 +7,7 @@ Usage: cardano-cli allegra query stake-distribution --socket-path SOCKET_PATH [ --output-json | --output-text ] - [--out-file FILE] + [--out-file FILEPATH] Get the node's current aggregated stake distribution @@ -29,5 +29,5 @@ Available options: Default format when writing to a file --output-text Format stake-distribution query output to TEXT. Default format when writing to stdout - --out-file FILE Optional output file. Default is to write to stdout. + --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-pools.cli b/cardano-cli/test/cardano-cli-golden/files/golden/help/allegra_query_stake-pools.cli index 83f04b8a76..e8981f33f4 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 @@ -5,7 +5,7 @@ Usage: cardano-cli allegra query stake-pools --socket-path SOCKET_PATH | --testnet-magic NATURAL ) [--output-json | --output-text] - [--out-file FILE] + [--out-file FILEPATH] Get the node's current set of stake pool ids @@ -27,5 +27,5 @@ Available options: format when writing to a file --output-text Format stake-pools query output to TEXT. Default format when writing to stdout - --out-file FILE Optional output file. Default is to write to stdout. + --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-snapshot.cli b/cardano-cli/test/cardano-cli-golden/files/golden/help/allegra_query_stake-snapshot.cli index 9c091a66d4..ad1a88080a 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 @@ -7,7 +7,7 @@ Usage: cardano-cli allegra query stake-snapshot --socket-path SOCKET_PATH ( --all-stake-pools | (--stake-pool-id STAKE_POOL_ID) ) - [--out-file FILE] + [--out-file FILEPATH] Obtain the three stake snapshots for a pool, plus the total active stake (advanced command) @@ -30,5 +30,5 @@ Available options: --stake-pool-id STAKE_POOL_ID Stake pool ID/verification key hash (either Bech32-encoded or hex-encoded). - --out-file FILE Optional output file. Default is to write to stdout. + --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_tip.cli b/cardano-cli/test/cardano-cli-golden/files/golden/help/allegra_query_tip.cli index d192e9e830..f835424113 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,7 +1,7 @@ Usage: cardano-cli allegra query tip --socket-path SOCKET_PATH [--cardano-mode [--epoch-slots SLOTS]] (--mainnet | --testnet-magic NATURAL) - [--out-file FILE] + [--out-file FILEPATH] Get the node's current tip (slot no, hash, block no) @@ -19,5 +19,5 @@ 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 - --out-file FILE Optional output file. Default is to write to stdout. + --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 dd14eeb2b8..33ecc4c16d 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 @@ -5,7 +5,7 @@ Usage: cardano-cli allegra query tx-mempool --socket-path SOCKET_PATH | --testnet-magic NATURAL ) (info | next-tx | tx-exists) - [--out-file FILE] + [--out-file FILEPATH] Local Mempool info @@ -23,7 +23,7 @@ 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 - --out-file FILE Optional output file. Default is to write to stdout. + --out-file FILEPATH Optional output file. Default is to write to stdout. -h,--help Show this help text Available commands: 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 2a112e8f55..4d3c375220 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 @@ -7,6 +7,6 @@ Usage: cardano-cli allegra query tx-mempool --socket-path SOCKET_PATH | --testnet-magic NATURAL ) (info | next-tx | tx-exists) - [--out-file FILE] + [--out-file FILEPATH] Local Mempool info 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 2a112e8f55..4d3c375220 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 @@ -7,6 +7,6 @@ Usage: cardano-cli allegra query tx-mempool --socket-path SOCKET_PATH | --testnet-magic NATURAL ) (info | next-tx | tx-exists) - [--out-file FILE] + [--out-file FILEPATH] Local Mempool info 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 2a112e8f55..4d3c375220 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 @@ -7,6 +7,6 @@ Usage: cardano-cli allegra query tx-mempool --socket-path SOCKET_PATH | --testnet-magic NATURAL ) (info | next-tx | tx-exists) - [--out-file FILE] + [--out-file FILEPATH] Local Mempool info 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 3ebe605f2d..366455a2ce 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 @@ -6,7 +6,7 @@ Usage: cardano-cli allegra query utxo --socket-path SOCKET_PATH ) (--mainnet | --testnet-magic NATURAL) [--output-json | --output-text] - [--out-file FILE] + [--out-file FILEPATH] Get a portion of the current UTxO: by tx in, by address or the whole. @@ -32,5 +32,5 @@ Available options: writing to a file --output-text Format utxo query output to TEXT. Default format when writing to stdout - --out-file FILE Optional output file. Default is to write to stdout. + --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_stake-address_build.cli b/cardano-cli/test/cardano-cli-golden/files/golden/help/allegra_stake-address_build.cli index e7ae0fd1c6..b433234d07 100644 --- a/cardano-cli/test/cardano-cli-golden/files/golden/help/allegra_stake-address_build.cli +++ b/cardano-cli/test/cardano-cli-golden/files/golden/help/allegra_stake-address_build.cli @@ -1,26 +1,27 @@ Usage: cardano-cli allegra stake-address build ( --stake-verification-key STRING - | --stake-verification-key-file FILE + | --stake-verification-key-file FILEPATH | --stake-key-hash HASH - | --stake-script-file FILE + | --stake-script-file FILEPATH ) ( --mainnet | --testnet-magic NATURAL ) - [--out-file FILE] + [--out-file FILEPATH] Build a stake address Available options: --stake-verification-key STRING Stake verification key (Bech32 or hex-encoded). - --stake-verification-key-file FILE + --stake-verification-key-file FILEPATH Filepath of the staking verification key. --stake-key-hash HASH Stake verification key hash (hex-encoded). - --stake-script-file FILE Filepath of the staking script. + --stake-script-file FILEPATH + Filepath of the staking script. --mainnet Use the mainnet magic id. This overrides the CARDANO_NODE_NETWORK_ID environment variable --testnet-magic NATURAL Specify a testnet magic id. This overrides the CARDANO_NODE_NETWORK_ID environment variable - --out-file FILE Optional output file. Default is to write to stdout. + --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_stake-address_deregistration-certificate.cli b/cardano-cli/test/cardano-cli-golden/files/golden/help/allegra_stake-address_deregistration-certificate.cli index d94a9bb858..8b9839ec6b 100644 --- a/cardano-cli/test/cardano-cli-golden/files/golden/help/allegra_stake-address_deregistration-certificate.cli +++ b/cardano-cli/test/cardano-cli-golden/files/golden/help/allegra_stake-address_deregistration-certificate.cli @@ -1,21 +1,22 @@ Usage: cardano-cli allegra stake-address deregistration-certificate ( --stake-verification-key STRING - | --stake-verification-key-file FILE + | --stake-verification-key-file FILEPATH | --stake-key-hash HASH - | --stake-script-file FILE + | --stake-script-file FILEPATH | --stake-address ADDRESS ) - --out-file FILE + --out-file FILEPATH Create a stake address deregistration certificate Available options: --stake-verification-key STRING Stake verification key (Bech32 or hex-encoded). - --stake-verification-key-file FILE + --stake-verification-key-file FILEPATH Filepath of the staking verification key. --stake-key-hash HASH Stake verification key hash (hex-encoded). - --stake-script-file FILE Filepath of the staking script. + --stake-script-file FILEPATH + Filepath of the staking script. --stake-address ADDRESS Target stake address (bech32 format). - --out-file FILE The output file. + --out-file FILEPATH The output file. -h,--help Show this help text diff --git a/cardano-cli/test/cardano-cli-golden/files/golden/help/allegra_stake-address_key-gen.cli b/cardano-cli/test/cardano-cli-golden/files/golden/help/allegra_stake-address_key-gen.cli index b97d9d3520..eccd59a7a7 100644 --- a/cardano-cli/test/cardano-cli-golden/files/golden/help/allegra_stake-address_key-gen.cli +++ b/cardano-cli/test/cardano-cli-golden/files/golden/help/allegra_stake-address_key-gen.cli @@ -1,6 +1,6 @@ Usage: cardano-cli allegra stake-address key-gen [--key-output-format STRING] - --verification-key-file FILE - --signing-key-file FILE + --verification-key-file FILEPATH + --signing-key-file FILEPATH Create a stake address key pair @@ -9,7 +9,8 @@ Available options: Optional key output format. Accepted output formats are "text-envelope" and "bech32" (default is "text-envelope"). - --verification-key-file FILE + --verification-key-file FILEPATH Output filepath of the verification key. - --signing-key-file FILE Output filepath of the signing key. + --signing-key-file FILEPATH + Output filepath of the signing key. -h,--help Show this help text diff --git a/cardano-cli/test/cardano-cli-golden/files/golden/help/allegra_stake-address_key-hash.cli b/cardano-cli/test/cardano-cli-golden/files/golden/help/allegra_stake-address_key-hash.cli index ae9d7434ac..e6a7480a4e 100644 --- a/cardano-cli/test/cardano-cli-golden/files/golden/help/allegra_stake-address_key-hash.cli +++ b/cardano-cli/test/cardano-cli-golden/files/golden/help/allegra_stake-address_key-hash.cli @@ -1,15 +1,15 @@ Usage: cardano-cli allegra stake-address key-hash ( --stake-verification-key STRING - | --stake-verification-key-file FILE + | --stake-verification-key-file FILEPATH ) - [--out-file FILE] + [--out-file FILEPATH] Print the hash of a stake address key Available options: --stake-verification-key STRING Stake verification key (Bech32 or hex-encoded). - --stake-verification-key-file FILE + --stake-verification-key-file FILEPATH Filepath of the staking verification key. - --out-file FILE Optional output file. Default is to write to stdout. + --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_stake-address_registration-certificate.cli b/cardano-cli/test/cardano-cli-golden/files/golden/help/allegra_stake-address_registration-certificate.cli index 075c666349..d1ad8194ca 100644 --- a/cardano-cli/test/cardano-cli-golden/files/golden/help/allegra_stake-address_registration-certificate.cli +++ b/cardano-cli/test/cardano-cli-golden/files/golden/help/allegra_stake-address_registration-certificate.cli @@ -1,21 +1,22 @@ Usage: cardano-cli allegra stake-address registration-certificate ( --stake-verification-key STRING - | --stake-verification-key-file FILE + | --stake-verification-key-file FILEPATH | --stake-key-hash HASH - | --stake-script-file FILE + | --stake-script-file FILEPATH | --stake-address ADDRESS ) - --out-file FILE + --out-file FILEPATH Create a stake address registration certificate Available options: --stake-verification-key STRING Stake verification key (Bech32 or hex-encoded). - --stake-verification-key-file FILE + --stake-verification-key-file FILEPATH Filepath of the staking verification key. --stake-key-hash HASH Stake verification key hash (hex-encoded). - --stake-script-file FILE Filepath of the staking script. + --stake-script-file FILEPATH + Filepath of the staking script. --stake-address ADDRESS Target stake address (bech32 format). - --out-file FILE The output file. + --out-file FILEPATH The output file. -h,--help Show this help text diff --git a/cardano-cli/test/cardano-cli-golden/files/golden/help/allegra_stake-address_stake-delegation-certificate.cli b/cardano-cli/test/cardano-cli-golden/files/golden/help/allegra_stake-address_stake-delegation-certificate.cli index 178b12e8d7..6825e120eb 100644 --- a/cardano-cli/test/cardano-cli-golden/files/golden/help/allegra_stake-address_stake-delegation-certificate.cli +++ b/cardano-cli/test/cardano-cli-golden/files/golden/help/allegra_stake-address_stake-delegation-certificate.cli @@ -1,15 +1,15 @@ Usage: cardano-cli allegra stake-address stake-delegation-certificate ( --stake-verification-key STRING - | --stake-verification-key-file FILE + | --stake-verification-key-file FILEPATH | --stake-key-hash HASH - | --stake-script-file FILE + | --stake-script-file FILEPATH | --stake-address ADDRESS ) ( --stake-pool-verification-key STRING - | --cold-verification-key-file FILE + | --cold-verification-key-file FILEPATH | --stake-pool-id STAKE_POOL_ID ) - --out-file FILE + --out-file FILEPATH Create a stake address stake delegation certificate, which when submitted in a transaction delegates stake to a stake pool. @@ -17,17 +17,18 @@ Usage: cardano-cli allegra stake-address stake-delegation-certificate Available options: --stake-verification-key STRING Stake verification key (Bech32 or hex-encoded). - --stake-verification-key-file FILE + --stake-verification-key-file FILEPATH Filepath of the staking verification key. --stake-key-hash HASH Stake verification key hash (hex-encoded). - --stake-script-file FILE Filepath of the staking script. + --stake-script-file FILEPATH + Filepath of the staking script. --stake-address ADDRESS Target stake address (bech32 format). --stake-pool-verification-key STRING Stake pool verification key (Bech32 or hex-encoded). - --cold-verification-key-file FILE + --cold-verification-key-file FILEPATH Filepath of the stake pool verification key. --stake-pool-id STAKE_POOL_ID Stake pool ID/verification key hash (either Bech32-encoded or hex-encoded). - --out-file FILE The output file. + --out-file FILEPATH The output file. -h,--help Show this help text diff --git a/cardano-cli/test/cardano-cli-golden/files/golden/help/allegra_stake-pool_deregistration-certificate.cli b/cardano-cli/test/cardano-cli-golden/files/golden/help/allegra_stake-pool_deregistration-certificate.cli index 19cf22d824..3076a8f290 100644 --- a/cardano-cli/test/cardano-cli-golden/files/golden/help/allegra_stake-pool_deregistration-certificate.cli +++ b/cardano-cli/test/cardano-cli-golden/files/golden/help/allegra_stake-pool_deregistration-certificate.cli @@ -1,17 +1,17 @@ Usage: cardano-cli allegra stake-pool deregistration-certificate ( --stake-pool-verification-key STRING - | --cold-verification-key-file FILE + | --cold-verification-key-file FILEPATH ) --epoch NATURAL - --out-file FILE + --out-file FILEPATH Create a stake pool deregistration certificate Available options: --stake-pool-verification-key STRING Stake pool verification key (Bech32 or hex-encoded). - --cold-verification-key-file FILE + --cold-verification-key-file FILEPATH Filepath of the stake pool verification key. --epoch NATURAL The epoch number. - --out-file FILE The output file. + --out-file FILEPATH The output file. -h,--help Show this help text diff --git a/cardano-cli/test/cardano-cli-golden/files/golden/help/allegra_stake-pool_id.cli b/cardano-cli/test/cardano-cli-golden/files/golden/help/allegra_stake-pool_id.cli index 4b099766eb..4a76f8bce5 100644 --- a/cardano-cli/test/cardano-cli-golden/files/golden/help/allegra_stake-pool_id.cli +++ b/cardano-cli/test/cardano-cli-golden/files/golden/help/allegra_stake-pool_id.cli @@ -1,18 +1,18 @@ Usage: cardano-cli allegra stake-pool id ( --stake-pool-verification-key STRING - | --cold-verification-key-file FILE + | --cold-verification-key-file FILEPATH ) [--output-format STRING] - [--out-file FILE] + [--out-file FILEPATH] Build pool id from the offline key Available options: --stake-pool-verification-key STRING Stake pool verification key (Bech32 or hex-encoded). - --cold-verification-key-file FILE + --cold-verification-key-file FILEPATH Filepath of the stake pool verification key. --output-format STRING Optional pool id output format. Accepted output formats are "hex" and "bech32" (default is "bech32"). - --out-file FILE Optional output file. Default is to write to stdout. + --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_stake-pool_metadata-hash.cli b/cardano-cli/test/cardano-cli-golden/files/golden/help/allegra_stake-pool_metadata-hash.cli index 58148df8dc..7280468019 100644 --- a/cardano-cli/test/cardano-cli-golden/files/golden/help/allegra_stake-pool_metadata-hash.cli +++ b/cardano-cli/test/cardano-cli-golden/files/golden/help/allegra_stake-pool_metadata-hash.cli @@ -1,10 +1,10 @@ -Usage: cardano-cli allegra stake-pool metadata-hash --pool-metadata-file FILE - [--out-file FILE] +Usage: cardano-cli allegra stake-pool metadata-hash --pool-metadata-file FILEPATH + [--out-file FILEPATH] Print the hash of pool metadata. Available options: - --pool-metadata-file FILE + --pool-metadata-file FILEPATH Filepath of the pool metadata. - --out-file FILE Optional output file. Default is to write to stdout. + --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_stake-pool_registration-certificate.cli b/cardano-cli/test/cardano-cli-golden/files/golden/help/allegra_stake-pool_registration-certificate.cli index 8de7199dba..76284165df 100644 --- a/cardano-cli/test/cardano-cli-golden/files/golden/help/allegra_stake-pool_registration-certificate.cli +++ b/cardano-cli/test/cardano-cli-golden/files/golden/help/allegra_stake-pool_registration-certificate.cli @@ -1,18 +1,18 @@ Usage: cardano-cli allegra stake-pool registration-certificate ( --stake-pool-verification-key STRING - | --cold-verification-key-file FILE + | --cold-verification-key-file FILEPATH ) ( --vrf-verification-key STRING - | --vrf-verification-key-file FILE + | --vrf-verification-key-file FILEPATH ) --pool-pledge LOVELACE --pool-cost LOVELACE --pool-margin RATIONAL ( --pool-reward-account-verification-key STRING - | --pool-reward-account-verification-key-file FILE + | --pool-reward-account-verification-key-file FILEPATH ) ( --pool-owner-verification-key STRING - | --pool-owner-stake-verification-key-file FILE + | --pool-owner-stake-verification-key-file FILEPATH ) [ [--pool-relay-ipv4 STRING] [--pool-relay-ipv6 STRING] @@ -26,18 +26,18 @@ Usage: cardano-cli allegra stake-pool registration-certificate ( --mainnet | --testnet-magic NATURAL ) - --out-file FILE + --out-file FILEPATH Create a stake pool registration certificate Available options: --stake-pool-verification-key STRING Stake pool verification key (Bech32 or hex-encoded). - --cold-verification-key-file FILE + --cold-verification-key-file FILEPATH Filepath of the stake pool verification key. --vrf-verification-key STRING VRF verification key (Bech32 or hex-encoded). - --vrf-verification-key-file FILE + --vrf-verification-key-file FILEPATH Filepath of the VRF verification key. --pool-pledge LOVELACE The stake pool's pledge. --pool-cost LOVELACE The stake pool's cost. @@ -45,13 +45,13 @@ Available options: --pool-reward-account-verification-key STRING Reward account stake verification key (Bech32 or hex-encoded). - --pool-reward-account-verification-key-file FILE + --pool-reward-account-verification-key-file FILEPATH Filepath of the reward account stake verification key. --pool-owner-verification-key STRING Pool owner stake verification key (Bech32 or hex-encoded). - --pool-owner-stake-verification-key-file FILE + --pool-owner-stake-verification-key-file FILEPATH Filepath of the pool owner stake verification key. --pool-relay-ipv4 STRING The stake pool relay's IPv4 address --pool-relay-ipv6 STRING The stake pool relay's IPv6 address @@ -69,5 +69,5 @@ 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 - --out-file FILE The output file. + --out-file FILEPATH The output file. -h,--help Show this help text diff --git a/cardano-cli/test/cardano-cli-golden/files/golden/help/allegra_text-view_decode-cbor.cli b/cardano-cli/test/cardano-cli-golden/files/golden/help/allegra_text-view_decode-cbor.cli index 5f144f83e1..9deebf359a 100644 --- a/cardano-cli/test/cardano-cli-golden/files/golden/help/allegra_text-view_decode-cbor.cli +++ b/cardano-cli/test/cardano-cli-golden/files/golden/help/allegra_text-view_decode-cbor.cli @@ -1,9 +1,9 @@ -Usage: cardano-cli allegra text-view decode-cbor --in-file FILE - [--out-file FILE] +Usage: cardano-cli allegra text-view decode-cbor --in-file FILEPATH + [--out-file FILEPATH] Print a TextView file as decoded CBOR. Available options: - --in-file FILE CBOR input file. - --out-file FILE Optional output file. Default is to write to stdout. + --in-file FILEPATH CBOR input file. + --out-file FILEPATH Optional output file. Default is to write to stdout. -h,--help Show this help text diff --git a/cardano-cli/test/cardano-cli-golden/files/golden/help/allegra_transaction_assemble.cli b/cardano-cli/test/cardano-cli-golden/files/golden/help/allegra_transaction_assemble.cli index bf0215aed1..4673927369 100644 --- a/cardano-cli/test/cardano-cli-golden/files/golden/help/allegra_transaction_assemble.cli +++ b/cardano-cli/test/cardano-cli-golden/files/golden/help/allegra_transaction_assemble.cli @@ -1,11 +1,11 @@ -Usage: cardano-cli allegra transaction assemble --tx-body-file FILE - [--witness-file FILE] - --out-file FILE +Usage: cardano-cli allegra transaction assemble --tx-body-file FILEPATH + [--witness-file FILEPATH] + --out-file FILEPATH Assemble a tx body and witness(es) to form a transaction Available options: - --tx-body-file FILE Input filepath of the JSON TxBody. - --witness-file FILE Filepath of the witness - --out-file FILE The output file. + --tx-body-file FILEPATH Input filepath of the JSON TxBody. + --witness-file FILEPATH Filepath of the witness + --out-file FILEPATH The output file. -h,--help Show this help text diff --git a/cardano-cli/test/cardano-cli-golden/files/golden/help/allegra_transaction_build-raw.cli b/cardano-cli/test/cardano-cli-golden/files/golden/help/allegra_transaction_build-raw.cli index 1574a77e15..d41b35eb61 100644 --- a/cardano-cli/test/cardano-cli-golden/files/golden/help/allegra_transaction_build-raw.cli +++ b/cardano-cli/test/cardano-cli-golden/files/golden/help/allegra_transaction_build-raw.cli @@ -18,7 +18,7 @@ Usage: cardano-cli allegra transaction build-raw ) --spending-reference-tx-in-execution-units (INT, INT) | --simple-script-tx-in-reference TX-IN - | --tx-in-script-file FILE + | --tx-in-script-file FILEPATH [ ( --tx-in-datum-cbor-file CBOR_FILE | --tx-in-datum-file JSON_FILE @@ -35,7 +35,7 @@ Usage: cardano-cli allegra transaction build-raw [--tx-in-collateral TX-IN] [--tx-out-return-collateral ADDRESS VALUE] [--tx-total-collateral INTEGER] - [ --required-signer FILE + [ --required-signer FILEPATH | --required-signer-hash HASH ] [--tx-out ADDRESS VALUE @@ -50,9 +50,9 @@ Usage: cardano-cli allegra transaction build-raw | --tx-out-inline-datum-file JSON_FILE | --tx-out-inline-datum-value JSON_VALUE ] - [--tx-out-reference-script-file FILE]] + [--tx-out-reference-script-file FILEPATH]] [--mint VALUE - ( --mint-script-file FILE + ( --mint-script-file FILEPATH [ ( --mint-redeemer-cbor-file CBOR_FILE | --mint-redeemer-file JSON_FILE @@ -75,8 +75,8 @@ Usage: cardano-cli allegra transaction build-raw [--invalid-before SLOT] [--invalid-hereafter SLOT] --fee LOVELACE - [--certificate-file FILE - [ --certificate-script-file FILE + [--certificate-file FILEPATH + [ --certificate-script-file FILEPATH [ ( --certificate-redeemer-cbor-file CBOR_FILE | --certificate-redeemer-file JSON_FILE @@ -94,7 +94,7 @@ Usage: cardano-cli allegra transaction build-raw --certificate-reference-tx-in-execution-units (INT, INT) ]] [--withdrawal WITHDRAWAL - [ --withdrawal-script-file FILE + [ --withdrawal-script-file FILEPATH [ ( --withdrawal-redeemer-cbor-file CBOR_FILE | --withdrawal-redeemer-file JSON_FILE @@ -114,13 +114,13 @@ Usage: cardano-cli allegra transaction build-raw [ --json-metadata-no-schema | --json-metadata-detailed-schema ] - [--auxiliary-script-file FILE] - [ --metadata-json-file FILE - | --metadata-cbor-file FILE + [--auxiliary-script-file FILEPATH] + [ --metadata-json-file FILEPATH + | --metadata-cbor-file FILEPATH ] - [--protocol-params-file FILE] - [--update-proposal-file FILE] - --out-file FILE + [--protocol-params-file FILEPATH] + [--update-proposal-file FILEPATH] + --out-file FILEPATH Build a transaction (low-level, inconvenient) @@ -166,7 +166,8 @@ Available options: --simple-script-tx-in-reference TX-IN TxId#TxIx - Specify a reference input. The reference input must have a simple reference script attached. - --tx-in-script-file FILE The file containing the script to witness the + --tx-in-script-file FILEPATH + The file containing the script to witness the spending of the transaction input. --tx-in-datum-cbor-file CBOR_FILE The script datum file. The file has to be in CBOR @@ -209,7 +210,8 @@ Available options: as fees in the event of a Plutus script failure. Must be used in conjuction with "--tx-out-return-collateral". - --required-signer FILE Input filepath of the signing key (zero or more) + --required-signer FILEPATH + Input filepath of the signing key (zero or more) whose signature is required. --required-signer-hash HASH Hash of the verification key (zero or more) whose @@ -258,11 +260,12 @@ Available options: inline datum, given here. There is no schema: (almost) any JSON value is supported, including top-level strings and numbers. - --tx-out-reference-script-file FILE + --tx-out-reference-script-file FILEPATH Reference script input file. --mint VALUE Mint multi-asset value(s) with the multi-asset cli syntax. You must specify a script witness. - --mint-script-file FILE The file containing the script to witness the minting + --mint-script-file FILEPATH + The file containing the script to witness the minting of assets for a particular policy Id. --mint-redeemer-cbor-file CBOR_FILE The script redeemer file. The file has to be in CBOR @@ -301,11 +304,12 @@ Available options: --invalid-before SLOT Time that transaction is valid from (in slots). --invalid-hereafter SLOT Time that transaction is valid until (in slots). --fee LOVELACE The fee amount in Lovelace. - --certificate-file FILE Filepath of the certificate. This encompasses all + --certificate-file FILEPATH + Filepath of the certificate. This encompasses all types of certificates (stake pool certificates, stake key certificates etc). Optionally specify a script witness. - --certificate-script-file FILE + --certificate-script-file FILEPATH The file containing the script to witness the use of the certificate. --certificate-redeemer-cbor-file CBOR_FILE @@ -343,7 +347,7 @@ Available options: StakeAddress is the Bech32-encoded stake address followed by the amount in Lovelace. Optionally specify a script witness. - --withdrawal-script-file FILE + --withdrawal-script-file FILEPATH The file containing the script to witness the withdrawal of rewards. --withdrawal-redeemer-cbor-file CBOR_FILE @@ -383,15 +387,15 @@ Available options: --json-metadata-detailed-schema Use the "detailed schema" conversion from JSON to tx metadata. - --auxiliary-script-file FILE + --auxiliary-script-file FILEPATH Filepath of auxiliary script(s) - --metadata-json-file FILE + --metadata-json-file FILEPATH Filepath of the metadata file, in JSON format. - --metadata-cbor-file FILE + --metadata-cbor-file FILEPATH Filepath of the metadata, in raw CBOR format. - --protocol-params-file FILE + --protocol-params-file FILEPATH Filepath of the JSON-encoded protocol parameters file - --update-proposal-file FILE + --update-proposal-file FILEPATH Filepath of the update proposal. - --out-file FILE Output filepath of the JSON TxBody. + --out-file FILEPATH Output filepath of the JSON TxBody. -h,--help Show this help text diff --git a/cardano-cli/test/cardano-cli-golden/files/golden/help/allegra_transaction_build.cli b/cardano-cli/test/cardano-cli-golden/files/golden/help/allegra_transaction_build.cli index 8951ece895..cccfeb5395 100644 --- a/cardano-cli/test/cardano-cli-golden/files/golden/help/allegra_transaction_build.cli +++ b/cardano-cli/test/cardano-cli-golden/files/golden/help/allegra_transaction_build.cli @@ -23,7 +23,7 @@ Usage: cardano-cli allegra transaction build --socket-path SOCKET_PATH | --spending-reference-tx-in-redeemer-value JSON_VALUE ) | --simple-script-tx-in-reference TX-IN - | --tx-in-script-file FILE + | --tx-in-script-file FILEPATH [ ( --tx-in-datum-cbor-file CBOR_FILE | --tx-in-datum-file JSON_FILE @@ -36,7 +36,7 @@ Usage: cardano-cli allegra transaction build --socket-path SOCKET_PATH )] ]) [--read-only-tx-in-reference TX-IN] - [ --required-signer FILE + [ --required-signer FILEPATH | --required-signer-hash HASH ] [--tx-in-collateral TX-IN] @@ -54,10 +54,10 @@ Usage: cardano-cli allegra transaction build --socket-path SOCKET_PATH | --tx-out-inline-datum-file JSON_FILE | --tx-out-inline-datum-value JSON_VALUE ] - [--tx-out-reference-script-file FILE]] + [--tx-out-reference-script-file FILEPATH]] --change-address ADDRESS [--mint VALUE - ( --mint-script-file FILE + ( --mint-script-file FILEPATH [ --mint-redeemer-cbor-file CBOR_FILE | --mint-redeemer-file JSON_FILE | --mint-redeemer-value JSON_VALUE @@ -76,8 +76,8 @@ Usage: cardano-cli allegra transaction build --socket-path SOCKET_PATH )] [--invalid-before SLOT] [--invalid-hereafter SLOT] - [--certificate-file FILE - [ --certificate-script-file FILE + [--certificate-file FILEPATH + [ --certificate-script-file FILEPATH [ --certificate-redeemer-cbor-file CBOR_FILE | --certificate-redeemer-file JSON_FILE | --certificate-redeemer-value JSON_VALUE @@ -92,7 +92,7 @@ Usage: cardano-cli allegra transaction build --socket-path SOCKET_PATH ) ]] [--withdrawal WITHDRAWAL - [ --withdrawal-script-file FILE + [ --withdrawal-script-file FILEPATH [ --withdrawal-redeemer-cbor-file CBOR_FILE | --withdrawal-redeemer-file JSON_FILE | --withdrawal-redeemer-value JSON_VALUE @@ -109,13 +109,13 @@ Usage: cardano-cli allegra transaction build --socket-path SOCKET_PATH [ --json-metadata-no-schema | --json-metadata-detailed-schema ] - [--auxiliary-script-file FILE] - [ --metadata-json-file FILE - | --metadata-cbor-file FILE + [--auxiliary-script-file FILEPATH] + [ --metadata-json-file FILEPATH + | --metadata-cbor-file FILEPATH ] - [--update-proposal-file FILE] - ( --out-file FILE - | --calculate-plutus-script-cost FILE + [--update-proposal-file FILEPATH] + ( --out-file FILEPATH + | --calculate-plutus-script-cost FILEPATH ) Build a balanced transaction (automatically calculates fees) @@ -175,7 +175,8 @@ Available options: --simple-script-tx-in-reference TX-IN TxId#TxIx - Specify a reference input. The reference input must have a simple reference script attached. - --tx-in-script-file FILE The file containing the script to witness the + --tx-in-script-file FILEPATH + The file containing the script to witness the spending of the transaction input. --tx-in-datum-cbor-file CBOR_FILE The script datum file. The file has to be in CBOR @@ -203,7 +204,8 @@ Available options: Specify a read only reference input. This reference input is not witnessing anything it is simply provided in the plutus script context. - --required-signer FILE Input filepath of the signing key (zero or more) + --required-signer FILEPATH + Input filepath of the signing key (zero or more) whose signature is required. --required-signer-hash HASH Hash of the verification key (zero or more) whose @@ -265,12 +267,13 @@ Available options: inline datum, given here. There is no schema: (almost) any JSON value is supported, including top-level strings and numbers. - --tx-out-reference-script-file FILE + --tx-out-reference-script-file FILEPATH Reference script input file. --change-address ADDRESS Address where ADA in excess of the tx fee will go to. --mint VALUE Mint multi-asset value(s) with the multi-asset cli syntax. You must specify a script witness. - --mint-script-file FILE The file containing the script to witness the minting + --mint-script-file FILEPATH + The file containing the script to witness the minting of assets for a particular policy Id. --mint-redeemer-cbor-file CBOR_FILE The script redeemer file. The file has to be in CBOR @@ -304,11 +307,12 @@ Available options: --policy-id HASH Policy id of minting script. --invalid-before SLOT Time that transaction is valid from (in slots). --invalid-hereafter SLOT Time that transaction is valid until (in slots). - --certificate-file FILE Filepath of the certificate. This encompasses all + --certificate-file FILEPATH + Filepath of the certificate. This encompasses all types of certificates (stake pool certificates, stake key certificates etc). Optionally specify a script witness. - --certificate-script-file FILE + --certificate-script-file FILEPATH The file containing the script to witness the use of the certificate. --certificate-redeemer-cbor-file CBOR_FILE @@ -342,7 +346,7 @@ Available options: StakeAddress is the Bech32-encoded stake address followed by the amount in Lovelace. Optionally specify a script witness. - --withdrawal-script-file FILE + --withdrawal-script-file FILEPATH The file containing the script to witness the withdrawal of rewards. --withdrawal-redeemer-cbor-file CBOR_FILE @@ -378,16 +382,16 @@ Available options: --json-metadata-detailed-schema Use the "detailed schema" conversion from JSON to tx metadata. - --auxiliary-script-file FILE + --auxiliary-script-file FILEPATH Filepath of auxiliary script(s) - --metadata-json-file FILE + --metadata-json-file FILEPATH Filepath of the metadata file, in JSON format. - --metadata-cbor-file FILE + --metadata-cbor-file FILEPATH Filepath of the metadata, in raw CBOR format. - --update-proposal-file FILE + --update-proposal-file FILEPATH Filepath of the update proposal. - --out-file FILE Output filepath of the JSON TxBody. - --calculate-plutus-script-cost FILE + --out-file FILEPATH Output filepath of the JSON TxBody. + --calculate-plutus-script-cost FILEPATH (File () Out) filepath of the script cost information. -h,--help Show this help text diff --git a/cardano-cli/test/cardano-cli-golden/files/golden/help/allegra_transaction_calculate-min-fee.cli b/cardano-cli/test/cardano-cli-golden/files/golden/help/allegra_transaction_calculate-min-fee.cli index 1996a60ded..8b6481d863 100644 --- a/cardano-cli/test/cardano-cli-golden/files/golden/help/allegra_transaction_calculate-min-fee.cli +++ b/cardano-cli/test/cardano-cli-golden/files/golden/help/allegra_transaction_calculate-min-fee.cli @@ -1,12 +1,12 @@ -Usage: cardano-cli allegra transaction calculate-min-fee --tx-body-file FILE - --protocol-params-file FILE +Usage: cardano-cli allegra transaction calculate-min-fee --tx-body-file FILEPATH + --protocol-params-file FILEPATH --witness-count NATURAL [--byron-witness-count NATURAL] [--reference-script-size NATURAL] [ --output-json | --output-text ] - [--out-file FILE] + [--out-file FILEPATH] [ --mainnet | --testnet-magic NATURAL ] @@ -16,8 +16,8 @@ Usage: cardano-cli allegra transaction calculate-min-fee --tx-body-file FILE Calculate the minimum fee for a transaction. Available options: - --tx-body-file FILE Input filepath of the JSON TxBody. - --protocol-params-file FILE + --tx-body-file FILEPATH Input filepath of the JSON TxBody. + --protocol-params-file FILEPATH Filepath of the JSON-encoded protocol parameters file --witness-count NATURAL The number of Shelley key witnesses. --byron-witness-count NATURAL @@ -29,7 +29,7 @@ Available options: Default format when writing to a file --output-text Format calculate-min-fee query output to TEXT. Default format when writing to stdout - --out-file FILE The output file. + --out-file FILEPATH The output file. --mainnet DEPRECATED. This argument has no effect. --testnet-magic NATURAL DEPRECATED. This argument has no effect. --tx-in-count NATURAL DEPRECATED. This argument has no effect. diff --git a/cardano-cli/test/cardano-cli-golden/files/golden/help/allegra_transaction_calculate-min-required-utxo.cli b/cardano-cli/test/cardano-cli-golden/files/golden/help/allegra_transaction_calculate-min-required-utxo.cli index acac1c427e..30e8b1b4e9 100644 --- a/cardano-cli/test/cardano-cli-golden/files/golden/help/allegra_transaction_calculate-min-required-utxo.cli +++ b/cardano-cli/test/cardano-cli-golden/files/golden/help/allegra_transaction_calculate-min-required-utxo.cli @@ -1,4 +1,4 @@ -Usage: cardano-cli allegra transaction calculate-min-required-utxo --protocol-params-file FILE +Usage: cardano-cli allegra transaction calculate-min-required-utxo --protocol-params-file FILEPATH --tx-out ADDRESS VALUE [ --tx-out-datum-hash HASH | --tx-out-datum-hash-cbor-file CBOR_FILE @@ -11,12 +11,12 @@ Usage: cardano-cli allegra transaction calculate-min-required-utxo --protocol-pa | --tx-out-inline-datum-file JSON_FILE | --tx-out-inline-datum-value JSON_VALUE ] - [--tx-out-reference-script-file FILE] + [--tx-out-reference-script-file FILEPATH] Calculate the minimum required UTxO for a transaction output. Available options: - --protocol-params-file FILE + --protocol-params-file FILEPATH Filepath of the JSON-encoded protocol parameters file --tx-out ADDRESS VALUE The transaction output as ADDRESS VALUE where ADDRESS is the Bech32-encoded address followed by the value @@ -62,6 +62,6 @@ Available options: inline datum, given here. There is no schema: (almost) any JSON value is supported, including top-level strings and numbers. - --tx-out-reference-script-file FILE + --tx-out-reference-script-file FILEPATH Reference script input file. -h,--help Show this help text diff --git a/cardano-cli/test/cardano-cli-golden/files/golden/help/allegra_transaction_calculate-min-value.cli b/cardano-cli/test/cardano-cli-golden/files/golden/help/allegra_transaction_calculate-min-value.cli index df78197020..0dc47a3601 100644 --- a/cardano-cli/test/cardano-cli-golden/files/golden/help/allegra_transaction_calculate-min-value.cli +++ b/cardano-cli/test/cardano-cli-golden/files/golden/help/allegra_transaction_calculate-min-value.cli @@ -1,4 +1,4 @@ -Usage: cardano-cli allegra transaction calculate-min-value --protocol-params-file FILE +Usage: cardano-cli allegra transaction calculate-min-value --protocol-params-file FILEPATH --tx-out ADDRESS VALUE [ --tx-out-datum-hash HASH | --tx-out-datum-hash-cbor-file CBOR_FILE @@ -11,12 +11,12 @@ Usage: cardano-cli allegra transaction calculate-min-value --protocol-params-fil | --tx-out-inline-datum-file JSON_FILE | --tx-out-inline-datum-value JSON_VALUE ] - [--tx-out-reference-script-file FILE] + [--tx-out-reference-script-file FILEPATH] DEPRECATED: Use 'calculate-min-required-utxo' instead. Available options: - --protocol-params-file FILE + --protocol-params-file FILEPATH Filepath of the JSON-encoded protocol parameters file --tx-out ADDRESS VALUE The transaction output as ADDRESS VALUE where ADDRESS is the Bech32-encoded address followed by the value @@ -62,5 +62,5 @@ Available options: inline datum, given here. There is no schema: (almost) any JSON value is supported, including top-level strings and numbers. - --tx-out-reference-script-file FILE + --tx-out-reference-script-file FILEPATH Reference script input file. diff --git a/cardano-cli/test/cardano-cli-golden/files/golden/help/allegra_transaction_policyid.cli b/cardano-cli/test/cardano-cli-golden/files/golden/help/allegra_transaction_policyid.cli index 524b7f2fc1..facbb224c8 100644 --- a/cardano-cli/test/cardano-cli-golden/files/golden/help/allegra_transaction_policyid.cli +++ b/cardano-cli/test/cardano-cli-golden/files/golden/help/allegra_transaction_policyid.cli @@ -1,7 +1,7 @@ -Usage: cardano-cli allegra transaction policyid --script-file FILE +Usage: cardano-cli allegra transaction policyid --script-file FILEPATH Calculate the PolicyId from the monetary policy script. Available options: - --script-file FILE Filepath of the script. + --script-file FILEPATH Filepath of the script. -h,--help Show this help text diff --git a/cardano-cli/test/cardano-cli-golden/files/golden/help/allegra_transaction_sign-witness.cli b/cardano-cli/test/cardano-cli-golden/files/golden/help/allegra_transaction_sign-witness.cli index 7c74188c91..a2f8e5d7d8 100644 --- a/cardano-cli/test/cardano-cli-golden/files/golden/help/allegra_transaction_sign-witness.cli +++ b/cardano-cli/test/cardano-cli-golden/files/golden/help/allegra_transaction_sign-witness.cli @@ -1,10 +1,10 @@ -Usage: cardano-cli allegra transaction sign-witness --tx-body-file FILE - [--witness-file FILE] - --out-file FILE +Usage: cardano-cli allegra transaction sign-witness --tx-body-file FILEPATH + [--witness-file FILEPATH] + --out-file FILEPATH Assemble a tx body and witness(es) to form a transaction Available options: - --tx-body-file FILE Input filepath of the JSON TxBody. - --witness-file FILE Filepath of the witness - --out-file FILE The output file. + --tx-body-file FILEPATH Input filepath of the JSON TxBody. + --witness-file FILEPATH Filepath of the witness + --out-file FILEPATH The output file. diff --git a/cardano-cli/test/cardano-cli-golden/files/golden/help/allegra_transaction_sign.cli b/cardano-cli/test/cardano-cli-golden/files/golden/help/allegra_transaction_sign.cli index 0958911b1a..a6089ddce0 100644 --- a/cardano-cli/test/cardano-cli-golden/files/golden/help/allegra_transaction_sign.cli +++ b/cardano-cli/test/cardano-cli-golden/files/golden/help/allegra_transaction_sign.cli @@ -1,24 +1,25 @@ Usage: cardano-cli allegra transaction sign - ( --tx-body-file FILE - | --tx-file FILE + ( --tx-body-file FILEPATH + | --tx-file FILEPATH ) - [--signing-key-file FILE + [--signing-key-file FILEPATH [--address STRING]] [ --mainnet | --testnet-magic NATURAL ] - --out-file FILE + --out-file FILEPATH Sign a transaction Available options: - --tx-body-file FILE Input filepath of the JSON TxBody. - --tx-file FILE Input filepath of the JSON Tx. - --signing-key-file FILE Input filepath of the signing key (one or more). + --tx-body-file FILEPATH Input filepath of the JSON TxBody. + --tx-file FILEPATH Input filepath of the JSON Tx. + --signing-key-file FILEPATH + Input filepath of the signing key (one or more). --address STRING Byron address (Base58-encoded). --mainnet Use the mainnet magic id. This overrides the CARDANO_NODE_NETWORK_ID environment variable --testnet-magic NATURAL Specify a testnet magic id. This overrides the CARDANO_NODE_NETWORK_ID environment variable - --out-file FILE Output filepath of the JSON Tx. + --out-file FILEPATH Output filepath of the JSON Tx. -h,--help Show this help text 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 01eb1aeba2..b47e6335c8 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 @@ -4,7 +4,7 @@ Usage: cardano-cli allegra transaction submit --socket-path SOCKET_PATH ( --mainnet | --testnet-magic NATURAL ) - --tx-file FILE + --tx-file FILEPATH Submit a transaction to the local node whose Unix domain socket is obtained from the CARDANO_NODE_SOCKET_PATH environment variable. @@ -23,5 +23,5 @@ 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 - --tx-file FILE Filepath of the transaction you intend to submit. + --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/allegra_transaction_txid.cli b/cardano-cli/test/cardano-cli-golden/files/golden/help/allegra_transaction_txid.cli index 63b86c2959..23af8c06f2 100644 --- a/cardano-cli/test/cardano-cli-golden/files/golden/help/allegra_transaction_txid.cli +++ b/cardano-cli/test/cardano-cli-golden/files/golden/help/allegra_transaction_txid.cli @@ -1,11 +1,11 @@ Usage: cardano-cli allegra transaction txid - ( --tx-body-file FILE - | --tx-file FILE + ( --tx-body-file FILEPATH + | --tx-file FILEPATH ) Print a transaction identifier. Available options: - --tx-body-file FILE Input filepath of the JSON TxBody. - --tx-file FILE Input filepath of the JSON Tx. + --tx-body-file FILEPATH Input filepath of the JSON TxBody. + --tx-file FILEPATH Input filepath of the JSON Tx. -h,--help Show this help text diff --git a/cardano-cli/test/cardano-cli-golden/files/golden/help/allegra_transaction_witness.cli b/cardano-cli/test/cardano-cli-golden/files/golden/help/allegra_transaction_witness.cli index 84f06372ce..4f13cc2011 100644 --- a/cardano-cli/test/cardano-cli-golden/files/golden/help/allegra_transaction_witness.cli +++ b/cardano-cli/test/cardano-cli-golden/files/golden/help/allegra_transaction_witness.cli @@ -1,20 +1,21 @@ -Usage: cardano-cli allegra transaction witness --tx-body-file FILE - --signing-key-file FILE +Usage: cardano-cli allegra transaction witness --tx-body-file FILEPATH + --signing-key-file FILEPATH [--address STRING] [ --mainnet | --testnet-magic NATURAL ] - --out-file FILE + --out-file FILEPATH Create a transaction witness Available options: - --tx-body-file FILE Input filepath of the JSON TxBody. - --signing-key-file FILE Input filepath of the signing key (one or more). + --tx-body-file FILEPATH Input filepath of the JSON TxBody. + --signing-key-file FILEPATH + Input filepath of the signing key (one or more). --address STRING Byron address (Base58-encoded). --mainnet Use the mainnet magic id. This overrides the CARDANO_NODE_NETWORK_ID environment variable --testnet-magic NATURAL Specify a testnet magic id. This overrides the CARDANO_NODE_NETWORK_ID environment variable - --out-file FILE The output file. + --out-file FILEPATH The output file. -h,--help Show this help text diff --git a/cardano-cli/test/cardano-cli-golden/files/golden/help/alonzo_address_build.cli b/cardano-cli/test/cardano-cli-golden/files/golden/help/alonzo_address_build.cli index 84b5746937..fedf6c0918 100644 --- a/cardano-cli/test/cardano-cli-golden/files/golden/help/alonzo_address_build.cli +++ b/cardano-cli/test/cardano-cli-golden/files/golden/help/alonzo_address_build.cli @@ -1,36 +1,37 @@ Usage: cardano-cli alonzo address build ( --payment-verification-key STRING - | --payment-verification-key-file FILE - | --payment-script-file FILE + | --payment-verification-key-file FILEPATH + | --payment-script-file FILEPATH ) [ --stake-verification-key STRING - | --stake-verification-key-file FILE + | --stake-verification-key-file FILEPATH | --stake-key-hash HASH - | --stake-script-file FILE + | --stake-script-file FILEPATH | --stake-address ADDRESS ] (--mainnet | --testnet-magic NATURAL) - [--out-file FILE] + [--out-file FILEPATH] Build a Shelley payment address, with optional delegation to a stake address. Available options: --payment-verification-key STRING Payment verification key (Bech32-encoded) - --payment-verification-key-file FILE + --payment-verification-key-file FILEPATH Filepath of the payment verification key. - --payment-script-file FILE + --payment-script-file FILEPATH Filepath of the payment script. --stake-verification-key STRING Stake verification key (Bech32 or hex-encoded). - --stake-verification-key-file FILE + --stake-verification-key-file FILEPATH Filepath of the staking verification key. --stake-key-hash HASH Stake verification key hash (hex-encoded). - --stake-script-file FILE Filepath of the staking script. + --stake-script-file FILEPATH + Filepath of the staking script. --stake-address ADDRESS Target stake address (bech32 format). --mainnet Use the mainnet magic id. This overrides the CARDANO_NODE_NETWORK_ID environment variable --testnet-magic NATURAL Specify a testnet magic id. This overrides the CARDANO_NODE_NETWORK_ID environment variable - --out-file FILE Optional output file. Default is to write to stdout. + --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_address_info.cli b/cardano-cli/test/cardano-cli-golden/files/golden/help/alonzo_address_info.cli index 23cd7fea3d..a445cdad36 100644 --- a/cardano-cli/test/cardano-cli-golden/files/golden/help/alonzo_address_info.cli +++ b/cardano-cli/test/cardano-cli-golden/files/golden/help/alonzo_address_info.cli @@ -1,8 +1,8 @@ -Usage: cardano-cli alonzo address info --address ADDRESS [--out-file FILE] +Usage: cardano-cli alonzo address info --address ADDRESS [--out-file FILEPATH] Print information about an address. Available options: --address ADDRESS A Cardano address - --out-file FILE Optional output file. Default is to write to stdout. + --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_address_key-gen.cli b/cardano-cli/test/cardano-cli-golden/files/golden/help/alonzo_address_key-gen.cli index cd999fcdf6..1116e5892a 100644 --- a/cardano-cli/test/cardano-cli-golden/files/golden/help/alonzo_address_key-gen.cli +++ b/cardano-cli/test/cardano-cli-golden/files/golden/help/alonzo_address_key-gen.cli @@ -3,8 +3,8 @@ Usage: cardano-cli alonzo address key-gen [--key-output-format STRING] | --extended-key | --byron-key ] - --verification-key-file FILE - --signing-key-file FILE + --verification-key-file FILEPATH + --signing-key-file FILEPATH Create an address key pair. @@ -16,7 +16,8 @@ Available options: --normal-key Use a normal Shelley-era key (default). --extended-key Use an extended ed25519 Shelley-era key. --byron-key Use a Byron-era key. - --verification-key-file FILE + --verification-key-file FILEPATH Output filepath of the verification key. - --signing-key-file FILE Output filepath of the signing key. + --signing-key-file FILEPATH + Output filepath of the signing key. -h,--help Show this help text diff --git a/cardano-cli/test/cardano-cli-golden/files/golden/help/alonzo_address_key-hash.cli b/cardano-cli/test/cardano-cli-golden/files/golden/help/alonzo_address_key-hash.cli index e78f98a039..ca6f3fefe9 100644 --- a/cardano-cli/test/cardano-cli-golden/files/golden/help/alonzo_address_key-hash.cli +++ b/cardano-cli/test/cardano-cli-golden/files/golden/help/alonzo_address_key-hash.cli @@ -1,15 +1,15 @@ Usage: cardano-cli alonzo address key-hash ( --payment-verification-key STRING - | --payment-verification-key-file FILE + | --payment-verification-key-file FILEPATH ) - [--out-file FILE] + [--out-file FILEPATH] Print the hash of an address key. Available options: --payment-verification-key STRING Payment verification key (Bech32-encoded) - --payment-verification-key-file FILE + --payment-verification-key-file FILEPATH Filepath of the payment verification key. - --out-file FILE Optional output file. Default is to write to stdout. + --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_genesis_create-staked.cli b/cardano-cli/test/cardano-cli-golden/files/golden/help/alonzo_genesis_create-staked.cli index a62ef03a49..bd7a8b655e 100644 --- a/cardano-cli/test/cardano-cli-golden/files/golden/help/alonzo_genesis_create-staked.cli +++ b/cardano-cli/test/cardano-cli-golden/files/golden/help/alonzo_genesis_create-staked.cli @@ -13,7 +13,7 @@ Usage: cardano-cli alonzo genesis create-staked [--key-output-format STRING] [--bulk-pool-cred-files INT] [--bulk-pools-per-file INT] [--num-stuffed-utxo INT] - [--relay-specification-file FILE] + [--relay-specification-file FILEPATH] Create a staked Shelley genesis file from a genesis template and genesis/delegation/spending keys. @@ -52,7 +52,7 @@ Available options: sets [default is 0]. --num-stuffed-utxo INT The number of fake UTxO entries to generate [default is 0]. - --relay-specification-file FILE + --relay-specification-file FILEPATH JSON file that specifies the relays of each stake pool. -h,--help Show this help text diff --git a/cardano-cli/test/cardano-cli-golden/files/golden/help/alonzo_genesis_create-testnet-data.cli b/cardano-cli/test/cardano-cli-golden/files/golden/help/alonzo_genesis_create-testnet-data.cli index 78163b31ff..8592038d19 100644 --- a/cardano-cli/test/cardano-cli-golden/files/golden/help/alonzo_genesis_create-testnet-data.cli +++ b/cardano-cli/test/cardano-cli-golden/files/golden/help/alonzo_genesis_create-testnet-data.cli @@ -1,6 +1,6 @@ -Usage: cardano-cli alonzo genesis create-testnet-data [--spec-shelley FILE] - [--spec-alonzo FILE] - [--spec-conway FILE] +Usage: cardano-cli alonzo genesis create-testnet-data [--spec-shelley FILEPATH] + [--spec-alonzo FILEPATH] + [--spec-conway FILEPATH] [--genesis-keys INT] [--pools INT] [ --stake-delegators INT @@ -14,18 +14,18 @@ Usage: cardano-cli alonzo genesis create-testnet-data [--spec-shelley FILE] [--total-supply LOVELACE] [--delegated-supply LOVELACE] [--testnet-magic NATURAL] - [--relays FILE] + [--relays FILEPATH] [--start-time UTC-TIME] --out-dir DIR Create data to use for starting a testnet. Available options: - --spec-shelley FILE The shelley specification file to use as input. A + --spec-shelley FILEPATH The shelley specification file to use as input. A default one is generated if omitted. - --spec-alonzo FILE The alonzo specification file to use as input. A + --spec-alonzo FILEPATH The alonzo specification file to use as input. A default one is generated if omitted. - --spec-conway FILE The conway specification file to use as input. A + --spec-conway FILEPATH The conway specification file to use as input. A default one is generated if omitted. --genesis-keys INT The number of genesis keys to make (default is 3). --pools INT The number of stake pool credential sets to make @@ -57,7 +57,7 @@ Available options: --testnet-magic NATURAL Specify a testnet magic id for the cluster. This overrides both the network magic from the spec file and CARDANO_NODE_NETWORK_ID environment variable. - --relays FILE JSON file specifying the relays of each stake pool. + --relays FILEPATH JSON file specifying the relays of each stake pool. --start-time UTC-TIME The genesis start time in YYYY-MM-DDThh:mm:ssZ format. If unspecified, will be the current time +30 seconds. diff --git a/cardano-cli/test/cardano-cli-golden/files/golden/help/alonzo_genesis_get-ver-key.cli b/cardano-cli/test/cardano-cli-golden/files/golden/help/alonzo_genesis_get-ver-key.cli index b30ecca572..fb48a47fb7 100644 --- a/cardano-cli/test/cardano-cli-golden/files/golden/help/alonzo_genesis_get-ver-key.cli +++ b/cardano-cli/test/cardano-cli-golden/files/golden/help/alonzo_genesis_get-ver-key.cli @@ -1,10 +1,11 @@ -Usage: cardano-cli alonzo genesis get-ver-key --verification-key-file FILE - --signing-key-file FILE +Usage: cardano-cli alonzo genesis get-ver-key --verification-key-file FILEPATH + --signing-key-file FILEPATH Derive the verification key from a signing key Available options: - --verification-key-file FILE + --verification-key-file FILEPATH Output filepath of the verification key. - --signing-key-file FILE Input filepath of the signing key. + --signing-key-file FILEPATH + Input filepath of the signing key. -h,--help Show this help text diff --git a/cardano-cli/test/cardano-cli-golden/files/golden/help/alonzo_genesis_hash.cli b/cardano-cli/test/cardano-cli-golden/files/golden/help/alonzo_genesis_hash.cli index 37b51e05fd..feeb364025 100644 --- a/cardano-cli/test/cardano-cli-golden/files/golden/help/alonzo_genesis_hash.cli +++ b/cardano-cli/test/cardano-cli-golden/files/golden/help/alonzo_genesis_hash.cli @@ -1,7 +1,7 @@ -Usage: cardano-cli alonzo genesis hash --genesis FILE +Usage: cardano-cli alonzo genesis hash --genesis FILEPATH Compute the hash of a genesis file Available options: - --genesis FILE The genesis file. + --genesis FILEPATH The genesis file. -h,--help Show this help text diff --git a/cardano-cli/test/cardano-cli-golden/files/golden/help/alonzo_genesis_initial-addr.cli b/cardano-cli/test/cardano-cli-golden/files/golden/help/alonzo_genesis_initial-addr.cli index e82fe3b6e8..7f43388cb8 100644 --- a/cardano-cli/test/cardano-cli-golden/files/golden/help/alonzo_genesis_initial-addr.cli +++ b/cardano-cli/test/cardano-cli-golden/files/golden/help/alonzo_genesis_initial-addr.cli @@ -1,17 +1,17 @@ -Usage: cardano-cli alonzo genesis initial-addr --verification-key-file FILE +Usage: cardano-cli alonzo genesis initial-addr --verification-key-file FILEPATH ( --mainnet | --testnet-magic NATURAL ) - [--out-file FILE] + [--out-file FILEPATH] Get the address for an initial UTxO based on the verification key Available options: - --verification-key-file FILE + --verification-key-file FILEPATH Input filepath of the verification key. --mainnet Use the mainnet magic id. This overrides the CARDANO_NODE_NETWORK_ID environment variable --testnet-magic NATURAL Specify a testnet magic id. This overrides the CARDANO_NODE_NETWORK_ID environment variable - --out-file FILE Optional output file. Default is to write to stdout. + --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_genesis_initial-txin.cli b/cardano-cli/test/cardano-cli-golden/files/golden/help/alonzo_genesis_initial-txin.cli index 15ef72a432..77abbcd7c4 100644 --- a/cardano-cli/test/cardano-cli-golden/files/golden/help/alonzo_genesis_initial-txin.cli +++ b/cardano-cli/test/cardano-cli-golden/files/golden/help/alonzo_genesis_initial-txin.cli @@ -1,17 +1,17 @@ -Usage: cardano-cli alonzo genesis initial-txin --verification-key-file FILE +Usage: cardano-cli alonzo genesis initial-txin --verification-key-file FILEPATH ( --mainnet | --testnet-magic NATURAL ) - [--out-file FILE] + [--out-file FILEPATH] Get the TxIn for an initial UTxO based on the verification key Available options: - --verification-key-file FILE + --verification-key-file FILEPATH Input filepath of the verification key. --mainnet Use the mainnet magic id. This overrides the CARDANO_NODE_NETWORK_ID environment variable --testnet-magic NATURAL Specify a testnet magic id. This overrides the CARDANO_NODE_NETWORK_ID environment variable - --out-file FILE Optional output file. Default is to write to stdout. + --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_genesis_key-gen-delegate.cli b/cardano-cli/test/cardano-cli-golden/files/golden/help/alonzo_genesis_key-gen-delegate.cli index 454131ae30..3c40bd4d00 100644 --- a/cardano-cli/test/cardano-cli-golden/files/golden/help/alonzo_genesis_key-gen-delegate.cli +++ b/cardano-cli/test/cardano-cli-golden/files/golden/help/alonzo_genesis_key-gen-delegate.cli @@ -1,14 +1,15 @@ -Usage: cardano-cli alonzo genesis key-gen-delegate --verification-key-file FILE - --signing-key-file FILE - --operational-certificate-issue-counter-file FILE +Usage: cardano-cli alonzo genesis key-gen-delegate --verification-key-file FILEPATH + --signing-key-file FILEPATH + --operational-certificate-issue-counter-file FILEPATH Create a Shelley genesis delegate key pair Available options: - --verification-key-file FILE + --verification-key-file FILEPATH Output filepath of the verification key. - --signing-key-file FILE Output filepath of the signing key. - --operational-certificate-issue-counter-file FILE + --signing-key-file FILEPATH + Output filepath of the signing key. + --operational-certificate-issue-counter-file FILEPATH The file with the issue counter for the operational certificate. -h,--help Show this help text diff --git a/cardano-cli/test/cardano-cli-golden/files/golden/help/alonzo_genesis_key-gen-genesis.cli b/cardano-cli/test/cardano-cli-golden/files/golden/help/alonzo_genesis_key-gen-genesis.cli index e211d504ea..b08b4d631c 100644 --- a/cardano-cli/test/cardano-cli-golden/files/golden/help/alonzo_genesis_key-gen-genesis.cli +++ b/cardano-cli/test/cardano-cli-golden/files/golden/help/alonzo_genesis_key-gen-genesis.cli @@ -1,10 +1,11 @@ -Usage: cardano-cli alonzo genesis key-gen-genesis --verification-key-file FILE - --signing-key-file FILE +Usage: cardano-cli alonzo genesis key-gen-genesis --verification-key-file FILEPATH + --signing-key-file FILEPATH Create a Shelley genesis key pair Available options: - --verification-key-file FILE + --verification-key-file FILEPATH Output filepath of the verification key. - --signing-key-file FILE Output filepath of the signing key. + --signing-key-file FILEPATH + Output filepath of the signing key. -h,--help Show this help text diff --git a/cardano-cli/test/cardano-cli-golden/files/golden/help/alonzo_genesis_key-gen-utxo.cli b/cardano-cli/test/cardano-cli-golden/files/golden/help/alonzo_genesis_key-gen-utxo.cli index f082085d0a..7041e96be5 100644 --- a/cardano-cli/test/cardano-cli-golden/files/golden/help/alonzo_genesis_key-gen-utxo.cli +++ b/cardano-cli/test/cardano-cli-golden/files/golden/help/alonzo_genesis_key-gen-utxo.cli @@ -1,10 +1,11 @@ -Usage: cardano-cli alonzo genesis key-gen-utxo --verification-key-file FILE - --signing-key-file FILE +Usage: cardano-cli alonzo genesis key-gen-utxo --verification-key-file FILEPATH + --signing-key-file FILEPATH Create a Shelley genesis UTxO key pair Available options: - --verification-key-file FILE + --verification-key-file FILEPATH Output filepath of the verification key. - --signing-key-file FILE Output filepath of the signing key. + --signing-key-file FILEPATH + Output filepath of the signing key. -h,--help Show this help text diff --git a/cardano-cli/test/cardano-cli-golden/files/golden/help/alonzo_genesis_key-hash.cli b/cardano-cli/test/cardano-cli-golden/files/golden/help/alonzo_genesis_key-hash.cli index 9b44a68bd7..9dc09dde3b 100644 --- a/cardano-cli/test/cardano-cli-golden/files/golden/help/alonzo_genesis_key-hash.cli +++ b/cardano-cli/test/cardano-cli-golden/files/golden/help/alonzo_genesis_key-hash.cli @@ -1,8 +1,8 @@ -Usage: cardano-cli alonzo genesis key-hash --verification-key-file FILE +Usage: cardano-cli alonzo genesis key-hash --verification-key-file FILEPATH Print the identifier (hash) of a public key Available options: - --verification-key-file FILE + --verification-key-file FILEPATH Input filepath of the verification key. -h,--help Show this help text diff --git a/cardano-cli/test/cardano-cli-golden/files/golden/help/alonzo_governance_action_create-protocol-parameters-update.cli b/cardano-cli/test/cardano-cli-golden/files/golden/help/alonzo_governance_action_create-protocol-parameters-update.cli index a768f6456f..6eae90afb6 100644 --- a/cardano-cli/test/cardano-cli-golden/files/golden/help/alonzo_governance_action_create-protocol-parameters-update.cli +++ b/cardano-cli/test/cardano-cli-golden/files/golden/help/alonzo_governance_action_create-protocol-parameters-update.cli @@ -1,5 +1,5 @@ Usage: cardano-cli alonzo governance action create-protocol-parameters-update --epoch NATURAL - (--genesis-verification-key-file FILE) + (--genesis-verification-key-file FILEPATH) [--min-fee-linear LOVELACE] [--min-fee-constant LOVELACE] [--max-block-body-size WORD32] @@ -27,14 +27,14 @@ Usage: cardano-cli alonzo governance action create-protocol-parameters-update -- [--protocol-major-version MAJOR --protocol-minor-version MINOR] [--cost-model-file FILE] - --out-file FILE + --out-file FILEPATH Create a protocol parameters update. Available options: --epoch NATURAL The epoch number in which the update proposal is valid. - --genesis-verification-key-file FILE + --genesis-verification-key-file FILEPATH Filepath of the genesis verification key. --min-fee-linear LOVELACE The linear factor per byte for the minimum fee @@ -100,5 +100,5 @@ Available options: blocks). Must be zero when the major protocol version is increased. --cost-model-file FILE Filepath of the JSON formatted cost model - --out-file FILE The output file. + --out-file FILEPATH The output file. -h,--help Show this help text diff --git a/cardano-cli/test/cardano-cli-golden/files/golden/help/alonzo_governance_create-genesis-key-delegation-certificate.cli b/cardano-cli/test/cardano-cli-golden/files/golden/help/alonzo_governance_create-genesis-key-delegation-certificate.cli index 6a216dea62..3d1ae1481a 100644 --- a/cardano-cli/test/cardano-cli-golden/files/golden/help/alonzo_governance_create-genesis-key-delegation-certificate.cli +++ b/cardano-cli/test/cardano-cli-golden/files/golden/help/alonzo_governance_create-genesis-key-delegation-certificate.cli @@ -1,38 +1,38 @@ Usage: cardano-cli alonzo governance create-genesis-key-delegation-certificate ( --genesis-verification-key STRING - | --genesis-verification-key-file FILE + | --genesis-verification-key-file FILEPATH | --genesis-verification-key-hash STRING ) ( --genesis-delegate-verification-key STRING - | --genesis-delegate-verification-key-file FILE + | --genesis-delegate-verification-key-file FILEPATH | --genesis-delegate-verification-key-hash STRING ) ( --vrf-verification-key STRING - | --vrf-verification-key-file FILE + | --vrf-verification-key-file FILEPATH | --vrf-verification-key-hash STRING ) - --out-file FILE + --out-file FILEPATH Create a genesis key delegation certificate Available options: --genesis-verification-key STRING Genesis verification key (hex-encoded). - --genesis-verification-key-file FILE + --genesis-verification-key-file FILEPATH Filepath of the genesis verification key. --genesis-verification-key-hash STRING Genesis verification key hash (hex-encoded). --genesis-delegate-verification-key STRING Genesis delegate verification key (hex-encoded). - --genesis-delegate-verification-key-file FILE + --genesis-delegate-verification-key-file FILEPATH Filepath of the genesis delegate verification key. --genesis-delegate-verification-key-hash STRING Genesis delegate verification key hash (hex-encoded). --vrf-verification-key STRING VRF verification key (Bech32 or hex-encoded). - --vrf-verification-key-file FILE + --vrf-verification-key-file FILEPATH Filepath of the VRF verification key. --vrf-verification-key-hash STRING VRF verification key hash (hex-encoded). - --out-file FILE The output file. + --out-file FILEPATH The output file. -h,--help Show this help text diff --git a/cardano-cli/test/cardano-cli-golden/files/golden/help/alonzo_governance_create-mir-certificate.cli b/cardano-cli/test/cardano-cli-golden/files/golden/help/alonzo_governance_create-mir-certificate.cli index f91aa488e5..dc6287fcae 100644 --- a/cardano-cli/test/cardano-cli-golden/files/golden/help/alonzo_governance_create-mir-certificate.cli +++ b/cardano-cli/test/cardano-cli-golden/files/golden/help/alonzo_governance_create-mir-certificate.cli @@ -4,7 +4,7 @@ Usage: cardano-cli alonzo governance create-mir-certificate ) (--stake-address ADDRESS) (--reward LOVELACE) - --out-file FILE + --out-file FILEPATH | stake-addresses | transfer-to-treasury | transfer-to-rewards @@ -17,7 +17,7 @@ Available options: --treasury Use the treasury pot. --stake-address ADDRESS Target stake address (bech32 format). --reward LOVELACE The reward for the relevant reward account. - --out-file FILE The output file. + --out-file FILEPATH The output file. -h,--help Show this help text Available commands: diff --git a/cardano-cli/test/cardano-cli-golden/files/golden/help/alonzo_governance_create-mir-certificate_stake-addresses.cli b/cardano-cli/test/cardano-cli-golden/files/golden/help/alonzo_governance_create-mir-certificate_stake-addresses.cli index 06eacc9b47..3c353201e2 100644 --- a/cardano-cli/test/cardano-cli-golden/files/golden/help/alonzo_governance_create-mir-certificate_stake-addresses.cli +++ b/cardano-cli/test/cardano-cli-golden/files/golden/help/alonzo_governance_create-mir-certificate_stake-addresses.cli @@ -4,7 +4,7 @@ Usage: cardano-cli alonzo governance create-mir-certificate stake-addresses ) (--stake-address ADDRESS) (--reward LOVELACE) - --out-file FILE + --out-file FILEPATH Create an MIR certificate to pay stake addresses @@ -13,5 +13,5 @@ Available options: --treasury Use the treasury pot. --stake-address ADDRESS Target stake address (bech32 format). --reward LOVELACE The reward for the relevant reward account. - --out-file FILE The output file. + --out-file FILEPATH The output file. -h,--help Show this help text diff --git a/cardano-cli/test/cardano-cli-golden/files/golden/help/alonzo_governance_create-mir-certificate_transfer-to-rewards.cli b/cardano-cli/test/cardano-cli-golden/files/golden/help/alonzo_governance_create-mir-certificate_transfer-to-rewards.cli index 21ccc6b324..ad23a34dd2 100644 --- a/cardano-cli/test/cardano-cli-golden/files/golden/help/alonzo_governance_create-mir-certificate_transfer-to-rewards.cli +++ b/cardano-cli/test/cardano-cli-golden/files/golden/help/alonzo_governance_create-mir-certificate_transfer-to-rewards.cli @@ -1,10 +1,10 @@ Usage: cardano-cli alonzo governance create-mir-certificate transfer-to-rewards --transfer LOVELACE - --out-file FILE + --out-file FILEPATH Create an MIR certificate to transfer from the treasury pot to the reserves pot Available options: --transfer LOVELACE The amount to transfer. - --out-file FILE The output file. + --out-file FILEPATH The output file. -h,--help Show this help text diff --git a/cardano-cli/test/cardano-cli-golden/files/golden/help/alonzo_governance_create-mir-certificate_transfer-to-treasury.cli b/cardano-cli/test/cardano-cli-golden/files/golden/help/alonzo_governance_create-mir-certificate_transfer-to-treasury.cli index 50e4f89991..f799fbb0ab 100644 --- a/cardano-cli/test/cardano-cli-golden/files/golden/help/alonzo_governance_create-mir-certificate_transfer-to-treasury.cli +++ b/cardano-cli/test/cardano-cli-golden/files/golden/help/alonzo_governance_create-mir-certificate_transfer-to-treasury.cli @@ -1,10 +1,10 @@ Usage: cardano-cli alonzo governance create-mir-certificate transfer-to-treasury --transfer LOVELACE - --out-file FILE + --out-file FILEPATH Create an MIR certificate to transfer from the reserves pot to the treasury pot Available options: --transfer LOVELACE The amount to transfer. - --out-file FILE The output file. + --out-file FILEPATH The output file. -h,--help Show this help text diff --git a/cardano-cli/test/cardano-cli-golden/files/golden/help/alonzo_key_convert-byron-genesis-vkey.cli b/cardano-cli/test/cardano-cli-golden/files/golden/help/alonzo_key_convert-byron-genesis-vkey.cli index 2796a68f8b..5c1d30ef78 100644 --- a/cardano-cli/test/cardano-cli-golden/files/golden/help/alonzo_key_convert-byron-genesis-vkey.cli +++ b/cardano-cli/test/cardano-cli-golden/files/golden/help/alonzo_key_convert-byron-genesis-vkey.cli @@ -1,5 +1,5 @@ Usage: cardano-cli alonzo key convert-byron-genesis-vkey --byron-genesis-verification-key BASE64 - --out-file FILE + --out-file FILEPATH Convert a Base64-encoded Byron genesis verification key to a Shelley genesis verification key @@ -7,5 +7,5 @@ Usage: cardano-cli alonzo key convert-byron-genesis-vkey --byron-genesis-verific Available options: --byron-genesis-verification-key BASE64 Base64 string for the Byron genesis verification key. - --out-file FILE The output file. + --out-file FILEPATH The output file. -h,--help Show this help text diff --git a/cardano-cli/test/cardano-cli-golden/files/golden/help/alonzo_key_convert-byron-key.cli b/cardano-cli/test/cardano-cli-golden/files/golden/help/alonzo_key_convert-byron-key.cli index 1db889bcd6..8c8713bad1 100644 --- a/cardano-cli/test/cardano-cli-golden/files/golden/help/alonzo_key_convert-byron-key.cli +++ b/cardano-cli/test/cardano-cli-golden/files/golden/help/alonzo_key_convert-byron-key.cli @@ -6,10 +6,10 @@ Usage: cardano-cli alonzo key convert-byron-key [--password TEXT] | --byron-genesis-delegate-key-type | --legacy-byron-genesis-delegate-key-type ) - ( --byron-signing-key-file FILE - | --byron-verification-key-file FILE + ( --byron-signing-key-file FILEPATH + | --byron-verification-key-file FILEPATH ) - --out-file FILE + --out-file FILEPATH Convert a Byron payment, genesis or genesis delegate key (signing or verification) to a corresponding Shelley-format key. @@ -27,9 +27,9 @@ Available options: --legacy-byron-genesis-delegate-key-type Use a Byron-era genesis delegate key, in legacy SL format. - --byron-signing-key-file FILE + --byron-signing-key-file FILEPATH Input filepath of the Byron-format signing key. - --byron-verification-key-file FILE + --byron-verification-key-file FILEPATH Input filepath of the Byron-format verification key. - --out-file FILE The output file. + --out-file FILEPATH The output file. -h,--help Show this help text diff --git a/cardano-cli/test/cardano-cli-golden/files/golden/help/alonzo_key_convert-cardano-address-key.cli b/cardano-cli/test/cardano-cli-golden/files/golden/help/alonzo_key_convert-cardano-address-key.cli index 9c59ede91b..90c4e0967a 100644 --- a/cardano-cli/test/cardano-cli-golden/files/golden/help/alonzo_key_convert-cardano-address-key.cli +++ b/cardano-cli/test/cardano-cli-golden/files/golden/help/alonzo_key_convert-cardano-address-key.cli @@ -7,8 +7,8 @@ Usage: cardano-cli alonzo key convert-cardano-address-key | --icarus-payment-key | --byron-payment-key ) - --signing-key-file FILE - --out-file FILE + --signing-key-file FILEPATH + --out-file FILEPATH Convert a cardano-address extended signing key to a corresponding Shelley-format key. @@ -23,6 +23,7 @@ Available options: Icarus style. --byron-payment-key Use a Byron-era extended payment key formatted in the deprecated Byron style. - --signing-key-file FILE Input filepath of the signing key. - --out-file FILE The output file. + --signing-key-file FILEPATH + Input filepath of the signing key. + --out-file FILEPATH The output file. -h,--help Show this help text diff --git a/cardano-cli/test/cardano-cli-golden/files/golden/help/alonzo_key_convert-itn-bip32-key.cli b/cardano-cli/test/cardano-cli-golden/files/golden/help/alonzo_key_convert-itn-bip32-key.cli index f4f6e5e79b..8c0b0e6f84 100644 --- a/cardano-cli/test/cardano-cli-golden/files/golden/help/alonzo_key_convert-itn-bip32-key.cli +++ b/cardano-cli/test/cardano-cli-golden/files/golden/help/alonzo_key_convert-itn-bip32-key.cli @@ -1,11 +1,11 @@ -Usage: cardano-cli alonzo key convert-itn-bip32-key --itn-signing-key-file FILE - --out-file FILE +Usage: cardano-cli alonzo key convert-itn-bip32-key --itn-signing-key-file FILEPATH + --out-file FILEPATH Convert an Incentivized Testnet (ITN) BIP32 (Ed25519Bip32) signing key to a corresponding Shelley stake signing key Available options: - --itn-signing-key-file FILE + --itn-signing-key-file FILEPATH Filepath of the ITN signing key. - --out-file FILE The output file. + --out-file FILEPATH The output file. -h,--help Show this help text diff --git a/cardano-cli/test/cardano-cli-golden/files/golden/help/alonzo_key_convert-itn-extended-key.cli b/cardano-cli/test/cardano-cli-golden/files/golden/help/alonzo_key_convert-itn-extended-key.cli index eb16b54414..89afb90daa 100644 --- a/cardano-cli/test/cardano-cli-golden/files/golden/help/alonzo_key_convert-itn-extended-key.cli +++ b/cardano-cli/test/cardano-cli-golden/files/golden/help/alonzo_key_convert-itn-extended-key.cli @@ -1,11 +1,11 @@ -Usage: cardano-cli alonzo key convert-itn-extended-key --itn-signing-key-file FILE - --out-file FILE +Usage: cardano-cli alonzo key convert-itn-extended-key --itn-signing-key-file FILEPATH + --out-file FILEPATH Convert an Incentivized Testnet (ITN) extended (Ed25519Extended) signing key to a corresponding Shelley stake signing key Available options: - --itn-signing-key-file FILE + --itn-signing-key-file FILEPATH Filepath of the ITN signing key. - --out-file FILE The output file. + --out-file FILEPATH The output file. -h,--help Show this help text diff --git a/cardano-cli/test/cardano-cli-golden/files/golden/help/alonzo_key_convert-itn-key.cli b/cardano-cli/test/cardano-cli-golden/files/golden/help/alonzo_key_convert-itn-key.cli index 28d26a3f63..ffd51c0c92 100644 --- a/cardano-cli/test/cardano-cli-golden/files/golden/help/alonzo_key_convert-itn-key.cli +++ b/cardano-cli/test/cardano-cli-golden/files/golden/help/alonzo_key_convert-itn-key.cli @@ -1,16 +1,16 @@ Usage: cardano-cli alonzo key convert-itn-key - ( --itn-signing-key-file FILE - | --itn-verification-key-file FILE + ( --itn-signing-key-file FILEPATH + | --itn-verification-key-file FILEPATH ) - --out-file FILE + --out-file FILEPATH Convert an Incentivized Testnet (ITN) non-extended (Ed25519) signing or verification key to a corresponding Shelley stake key Available options: - --itn-signing-key-file FILE + --itn-signing-key-file FILEPATH Filepath of the ITN signing key. - --itn-verification-key-file FILE + --itn-verification-key-file FILEPATH Filepath of the ITN verification key. - --out-file FILE The output file. + --out-file FILEPATH The output file. -h,--help Show this help text diff --git a/cardano-cli/test/cardano-cli-golden/files/golden/help/alonzo_key_non-extended-key.cli b/cardano-cli/test/cardano-cli-golden/files/golden/help/alonzo_key_non-extended-key.cli index 8c28f0b3d9..aad4457b0e 100644 --- a/cardano-cli/test/cardano-cli-golden/files/golden/help/alonzo_key_non-extended-key.cli +++ b/cardano-cli/test/cardano-cli-golden/files/golden/help/alonzo_key_non-extended-key.cli @@ -1,12 +1,12 @@ -Usage: cardano-cli alonzo key non-extended-key --extended-verification-key-file FILE - --verification-key-file FILE +Usage: cardano-cli alonzo key non-extended-key --extended-verification-key-file FILEPATH + --verification-key-file FILEPATH Get a non-extended verification key from an extended verification key. This supports all extended key types. Available options: - --extended-verification-key-file FILE + --extended-verification-key-file FILEPATH Input filepath of the ed25519-bip32 verification key. - --verification-key-file FILE + --verification-key-file FILEPATH Output filepath of the verification key. -h,--help Show this help text diff --git a/cardano-cli/test/cardano-cli-golden/files/golden/help/alonzo_key_verification-key.cli b/cardano-cli/test/cardano-cli-golden/files/golden/help/alonzo_key_verification-key.cli index 8d0aa86675..6fdf033b15 100644 --- a/cardano-cli/test/cardano-cli-golden/files/golden/help/alonzo_key_verification-key.cli +++ b/cardano-cli/test/cardano-cli-golden/files/golden/help/alonzo_key_verification-key.cli @@ -1,10 +1,11 @@ -Usage: cardano-cli alonzo key verification-key --signing-key-file FILE - --verification-key-file FILE +Usage: cardano-cli alonzo key verification-key --signing-key-file FILEPATH + --verification-key-file FILEPATH Get a verification key from a signing key. This supports all key types. Available options: - --signing-key-file FILE Input filepath of the signing key. - --verification-key-file FILE + --signing-key-file FILEPATH + Input filepath of the signing key. + --verification-key-file FILEPATH Output filepath of the verification key. -h,--help Show this help text diff --git a/cardano-cli/test/cardano-cli-golden/files/golden/help/alonzo_node_issue-op-cert.cli b/cardano-cli/test/cardano-cli-golden/files/golden/help/alonzo_node_issue-op-cert.cli index 62aebda192..28e5ad570a 100644 --- a/cardano-cli/test/cardano-cli-golden/files/golden/help/alonzo_node_issue-op-cert.cli +++ b/cardano-cli/test/cardano-cli-golden/files/golden/help/alonzo_node_issue-op-cert.cli @@ -1,24 +1,24 @@ Usage: cardano-cli alonzo node issue-op-cert ( --kes-verification-key STRING - | --kes-verification-key-file FILE + | --kes-verification-key-file FILEPATH ) - --cold-signing-key-file FILE - --operational-certificate-issue-counter-file FILE + --cold-signing-key-file FILEPATH + --operational-certificate-issue-counter-file FILEPATH --kes-period NATURAL - --out-file FILE + --out-file FILEPATH Issue a node operational certificate Available options: --kes-verification-key STRING A Bech32 or hex-encoded hot KES verification key. - --kes-verification-key-file FILE + --kes-verification-key-file FILEPATH Filepath of the hot KES verification key. - --cold-signing-key-file FILE + --cold-signing-key-file FILEPATH Filepath of the cold signing key. - --operational-certificate-issue-counter-file FILE + --operational-certificate-issue-counter-file FILEPATH The file with the issue counter for the operational certificate. --kes-period NATURAL The start of the KES key validity period. - --out-file FILE The output file. + --out-file FILEPATH The output file. -h,--help Show this help text diff --git a/cardano-cli/test/cardano-cli-golden/files/golden/help/alonzo_node_key-gen-KES.cli b/cardano-cli/test/cardano-cli-golden/files/golden/help/alonzo_node_key-gen-KES.cli index 8ab4d8b91e..42b7c0a7b2 100644 --- a/cardano-cli/test/cardano-cli-golden/files/golden/help/alonzo_node_key-gen-KES.cli +++ b/cardano-cli/test/cardano-cli-golden/files/golden/help/alonzo_node_key-gen-KES.cli @@ -1,6 +1,6 @@ Usage: cardano-cli alonzo node key-gen-KES [--key-output-format STRING] - --verification-key-file FILE - --signing-key-file FILE + --verification-key-file FILEPATH + --signing-key-file FILEPATH Create a key pair for a node KES operational key @@ -9,7 +9,8 @@ Available options: Optional key output format. Accepted output formats are "text-envelope" and "bech32" (default is "text-envelope"). - --verification-key-file FILE + --verification-key-file FILEPATH Output filepath of the verification key. - --signing-key-file FILE Output filepath of the signing key. + --signing-key-file FILEPATH + Output filepath of the signing key. -h,--help Show this help text diff --git a/cardano-cli/test/cardano-cli-golden/files/golden/help/alonzo_node_key-gen-VRF.cli b/cardano-cli/test/cardano-cli-golden/files/golden/help/alonzo_node_key-gen-VRF.cli index da5dad52a2..daf629bb87 100644 --- a/cardano-cli/test/cardano-cli-golden/files/golden/help/alonzo_node_key-gen-VRF.cli +++ b/cardano-cli/test/cardano-cli-golden/files/golden/help/alonzo_node_key-gen-VRF.cli @@ -1,6 +1,6 @@ Usage: cardano-cli alonzo node key-gen-VRF [--key-output-format STRING] - --verification-key-file FILE - --signing-key-file FILE + --verification-key-file FILEPATH + --signing-key-file FILEPATH Create a key pair for a node VRF operational key @@ -9,7 +9,8 @@ Available options: Optional key output format. Accepted output formats are "text-envelope" and "bech32" (default is "text-envelope"). - --verification-key-file FILE + --verification-key-file FILEPATH Output filepath of the verification key. - --signing-key-file FILE Output filepath of the signing key. + --signing-key-file FILEPATH + Output filepath of the signing key. -h,--help Show this help text diff --git a/cardano-cli/test/cardano-cli-golden/files/golden/help/alonzo_node_key-gen.cli b/cardano-cli/test/cardano-cli-golden/files/golden/help/alonzo_node_key-gen.cli index cd51ec05bd..fd21b972eb 100644 --- a/cardano-cli/test/cardano-cli-golden/files/golden/help/alonzo_node_key-gen.cli +++ b/cardano-cli/test/cardano-cli-golden/files/golden/help/alonzo_node_key-gen.cli @@ -1,7 +1,7 @@ Usage: cardano-cli alonzo node key-gen [--key-output-format STRING] - --cold-verification-key-file FILE - --cold-signing-key-file FILE - --operational-certificate-issue-counter-file FILE + --cold-verification-key-file FILEPATH + --cold-signing-key-file FILEPATH + --operational-certificate-issue-counter-file FILEPATH Create a key pair for a node operator's offline key and a new certificate issue counter @@ -11,11 +11,11 @@ Available options: Optional key output format. Accepted output formats are "text-envelope" and "bech32" (default is "text-envelope"). - --cold-verification-key-file FILE + --cold-verification-key-file FILEPATH Filepath of the cold verification key. - --cold-signing-key-file FILE + --cold-signing-key-file FILEPATH Filepath of the cold signing key. - --operational-certificate-issue-counter-file FILE + --operational-certificate-issue-counter-file FILEPATH The file with the issue counter for the operational certificate. -h,--help Show this help text diff --git a/cardano-cli/test/cardano-cli-golden/files/golden/help/alonzo_node_key-hash-VRF.cli b/cardano-cli/test/cardano-cli-golden/files/golden/help/alonzo_node_key-hash-VRF.cli index 2319f16cdc..22d0bcc58a 100644 --- a/cardano-cli/test/cardano-cli-golden/files/golden/help/alonzo_node_key-hash-VRF.cli +++ b/cardano-cli/test/cardano-cli-golden/files/golden/help/alonzo_node_key-hash-VRF.cli @@ -1,15 +1,15 @@ Usage: cardano-cli alonzo node key-hash-VRF ( --verification-key STRING - | --verification-key-file FILE + | --verification-key-file FILEPATH ) - [--out-file FILE] + [--out-file FILEPATH] Print hash of a node's operational VRF key. Available options: --verification-key STRING Verification key (Bech32 or hex-encoded). - --verification-key-file FILE + --verification-key-file FILEPATH Input filepath of the verification key. - --out-file FILE Optional output file. Default is to write to stdout. + --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_node_new-counter.cli b/cardano-cli/test/cardano-cli-golden/files/golden/help/alonzo_node_new-counter.cli index e44fd71373..09dff5f361 100644 --- a/cardano-cli/test/cardano-cli-golden/files/golden/help/alonzo_node_new-counter.cli +++ b/cardano-cli/test/cardano-cli-golden/files/golden/help/alonzo_node_new-counter.cli @@ -1,10 +1,10 @@ Usage: cardano-cli alonzo node new-counter ( --stake-pool-verification-key STRING | --genesis-delegate-verification-key STRING - | --cold-verification-key-file FILE + | --cold-verification-key-file FILEPATH ) --counter-value INT - --operational-certificate-issue-counter-file FILE + --operational-certificate-issue-counter-file FILEPATH Create a new certificate issue counter @@ -13,10 +13,10 @@ Available options: Stake pool verification key (Bech32 or hex-encoded). --genesis-delegate-verification-key STRING Genesis delegate verification key (hex-encoded). - --cold-verification-key-file FILE + --cold-verification-key-file FILEPATH Filepath of the cold verification key. --counter-value INT The next certificate issue counter value to use. - --operational-certificate-issue-counter-file FILE + --operational-certificate-issue-counter-file FILEPATH The file with the issue counter for the operational certificate. -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 8df8821e90..c0440f9bda 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 @@ -4,8 +4,8 @@ Usage: cardano-cli alonzo query kes-period-info --socket-path SOCKET_PATH ( --mainnet | --testnet-magic NATURAL ) - --op-cert-file FILE - [--out-file FILE] + --op-cert-file FILEPATH + [--out-file FILEPATH] Get information about the current KES period and your node's operational certificate. @@ -24,6 +24,6 @@ Available options: CARDANO_NODE_NETWORK_ID environment variable --testnet-magic NATURAL Specify a testnet magic id. This overrides the CARDANO_NODE_NETWORK_ID environment variable - --op-cert-file FILE Filepath of the node's operational certificate. - --out-file FILE Optional output file. Default is to write to stdout. + --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 17b9776ac8..627616fe79 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 @@ -4,17 +4,17 @@ Usage: cardano-cli alonzo query leadership-schedule --socket-path SOCKET_PATH ( --mainnet | --testnet-magic NATURAL ) - --genesis FILE + --genesis FILEPATH ( --stake-pool-verification-key STRING - | --cold-verification-key-file FILE + | --cold-verification-key-file FILEPATH | --stake-pool-id STAKE_POOL_ID ) - --vrf-signing-key-file FILE + --vrf-signing-key-file FILEPATH (--current | --next) [ --output-json | --output-text ] - [--out-file FILE] + [--out-file FILEPATH] Get the slots the node is expected to mint a block in (advanced command) @@ -32,15 +32,15 @@ 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 - --genesis FILE Shelley genesis filepath + --genesis FILEPATH Shelley genesis filepath --stake-pool-verification-key STRING Stake pool verification key (Bech32 or hex-encoded). - --cold-verification-key-file FILE + --cold-verification-key-file FILEPATH Filepath of the stake pool verification key. --stake-pool-id STAKE_POOL_ID Stake pool ID/verification key hash (either Bech32-encoded or hex-encoded). - --vrf-signing-key-file FILE + --vrf-signing-key-file FILEPATH Input filepath of the VRF signing key. --current Get the leadership schedule for the current epoch. --next Get the leadership schedule for the following epoch. @@ -48,5 +48,5 @@ Available options: Default format when writing to a file --output-text Format leadership-schedule query output to TEXT. Default format when writing to stdout - --out-file FILE Optional output file. Default is to write to stdout. + --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 ebea40de3e..80e4f77758 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 @@ -4,7 +4,7 @@ Usage: cardano-cli alonzo query ledger-state --socket-path SOCKET_PATH ( --mainnet | --testnet-magic NATURAL ) - [--out-file FILE] + [--out-file FILEPATH] Dump the current ledger state of the node (Ledger.NewEpochState -- advanced command) @@ -23,5 +23,5 @@ 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 - --out-file FILE Optional output file. Default is to write to stdout. + --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 309e5c2cbd..5ba92bcf47 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 @@ -7,7 +7,7 @@ Usage: cardano-cli alonzo query pool-params --socket-path SOCKET_PATH ( --all-stake-pools | (--stake-pool-id STAKE_POOL_ID) ) - [--out-file FILE] + [--out-file FILEPATH] DEPRECATED. Use query pool-state instead. Dump the pool parameters (Ledger.NewEpochState.esLState._delegationState._pState._pParams -- advanced @@ -31,5 +31,5 @@ Available options: --stake-pool-id STAKE_POOL_ID Stake pool ID/verification key hash (either Bech32-encoded or hex-encoded). - --out-file FILE Optional output file. Default is to write to stdout. + --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-state.cli b/cardano-cli/test/cardano-cli-golden/files/golden/help/alonzo_query_pool-state.cli index 5e8a2e4427..adf1a5270d 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 @@ -7,7 +7,7 @@ Usage: cardano-cli alonzo query pool-state --socket-path SOCKET_PATH ( --all-stake-pools | (--stake-pool-id STAKE_POOL_ID) ) - [--out-file FILE] + [--out-file FILEPATH] Dump the pool state @@ -29,5 +29,5 @@ Available options: --stake-pool-id STAKE_POOL_ID Stake pool ID/verification key hash (either Bech32-encoded or hex-encoded). - --out-file FILE Optional output file. Default is to write to stdout. + --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-parameters.cli b/cardano-cli/test/cardano-cli-golden/files/golden/help/alonzo_query_protocol-parameters.cli index 8a0e030265..cf896156b8 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 @@ -4,7 +4,7 @@ Usage: cardano-cli alonzo query protocol-parameters --socket-path SOCKET_PATH ( --mainnet | --testnet-magic NATURAL ) - [--out-file FILE] + [--out-file FILEPATH] Get the node's current protocol parameters @@ -22,5 +22,5 @@ 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 - --out-file FILE Optional output file. Default is to write to stdout. + --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 5ea033869e..1cd40589c9 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 @@ -4,7 +4,7 @@ Usage: cardano-cli alonzo query protocol-state --socket-path SOCKET_PATH ( --mainnet | --testnet-magic NATURAL ) - [--out-file FILE] + [--out-file FILEPATH] Dump the current protocol state of the node (Ledger.ChainDepState -- advanced command) @@ -23,5 +23,5 @@ 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 - --out-file FILE Optional output file. Default is to write to stdout. + --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 dd07e446cf..f027bc8aea 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 @@ -8,7 +8,7 @@ Usage: cardano-cli alonzo query ref-script-size --socket-path SOCKET_PATH [ --output-json | --output-text ] - [--out-file FILE] + [--out-file FILEPATH] Calculate the reference input scripts size in bytes for provided transaction inputs. @@ -32,5 +32,5 @@ Available options: format when writing to a file --output-text Format reference inputs query output to TEXT. Default format when writing to stdout - --out-file FILE Optional output file. Default is to write to stdout. + --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-address-info.cli b/cardano-cli/test/cardano-cli-golden/files/golden/help/alonzo_query_stake-address-info.cli index 9d723a58e7..3ff95204e6 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 @@ -5,7 +5,7 @@ Usage: cardano-cli alonzo query stake-address-info --socket-path SOCKET_PATH ( --mainnet | --testnet-magic NATURAL ) - [--out-file FILE] + [--out-file FILEPATH] Get the current delegations and reward accounts filtered by stake address. @@ -24,5 +24,5 @@ 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 - --out-file FILE Optional output file. Default is to write to stdout. + --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 48f6d68347..defa3efc59 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 @@ -7,7 +7,7 @@ Usage: cardano-cli alonzo query stake-distribution --socket-path SOCKET_PATH [ --output-json | --output-text ] - [--out-file FILE] + [--out-file FILEPATH] Get the node's current aggregated stake distribution @@ -29,5 +29,5 @@ Available options: Default format when writing to a file --output-text Format stake-distribution query output to TEXT. Default format when writing to stdout - --out-file FILE Optional output file. Default is to write to stdout. + --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-pools.cli b/cardano-cli/test/cardano-cli-golden/files/golden/help/alonzo_query_stake-pools.cli index dc58f7a5b1..8d06f42719 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 @@ -5,7 +5,7 @@ Usage: cardano-cli alonzo query stake-pools --socket-path SOCKET_PATH | --testnet-magic NATURAL ) [--output-json | --output-text] - [--out-file FILE] + [--out-file FILEPATH] Get the node's current set of stake pool ids @@ -27,5 +27,5 @@ Available options: format when writing to a file --output-text Format stake-pools query output to TEXT. Default format when writing to stdout - --out-file FILE Optional output file. Default is to write to stdout. + --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-snapshot.cli b/cardano-cli/test/cardano-cli-golden/files/golden/help/alonzo_query_stake-snapshot.cli index 27a93422cc..ef82038871 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 @@ -7,7 +7,7 @@ Usage: cardano-cli alonzo query stake-snapshot --socket-path SOCKET_PATH ( --all-stake-pools | (--stake-pool-id STAKE_POOL_ID) ) - [--out-file FILE] + [--out-file FILEPATH] Obtain the three stake snapshots for a pool, plus the total active stake (advanced command) @@ -30,5 +30,5 @@ Available options: --stake-pool-id STAKE_POOL_ID Stake pool ID/verification key hash (either Bech32-encoded or hex-encoded). - --out-file FILE Optional output file. Default is to write to stdout. + --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_tip.cli b/cardano-cli/test/cardano-cli-golden/files/golden/help/alonzo_query_tip.cli index c638b9b1e4..cbf499cabc 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,7 +1,7 @@ Usage: cardano-cli alonzo query tip --socket-path SOCKET_PATH [--cardano-mode [--epoch-slots SLOTS]] (--mainnet | --testnet-magic NATURAL) - [--out-file FILE] + [--out-file FILEPATH] Get the node's current tip (slot no, hash, block no) @@ -19,5 +19,5 @@ 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 - --out-file FILE Optional output file. Default is to write to stdout. + --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 3090ffef51..8fb19b4c07 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 @@ -5,7 +5,7 @@ Usage: cardano-cli alonzo query tx-mempool --socket-path SOCKET_PATH | --testnet-magic NATURAL ) (info | next-tx | tx-exists) - [--out-file FILE] + [--out-file FILEPATH] Local Mempool info @@ -23,7 +23,7 @@ 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 - --out-file FILE Optional output file. Default is to write to stdout. + --out-file FILEPATH Optional output file. Default is to write to stdout. -h,--help Show this help text Available commands: 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 9ead255a10..5f43b2dda0 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 @@ -7,6 +7,6 @@ Usage: cardano-cli alonzo query tx-mempool --socket-path SOCKET_PATH | --testnet-magic NATURAL ) (info | next-tx | tx-exists) - [--out-file FILE] + [--out-file FILEPATH] Local Mempool info 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 9ead255a10..5f43b2dda0 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 @@ -7,6 +7,6 @@ Usage: cardano-cli alonzo query tx-mempool --socket-path SOCKET_PATH | --testnet-magic NATURAL ) (info | next-tx | tx-exists) - [--out-file FILE] + [--out-file FILEPATH] Local Mempool info 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 9ead255a10..5f43b2dda0 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 @@ -7,6 +7,6 @@ Usage: cardano-cli alonzo query tx-mempool --socket-path SOCKET_PATH | --testnet-magic NATURAL ) (info | next-tx | tx-exists) - [--out-file FILE] + [--out-file FILEPATH] Local Mempool info 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 a394410ea9..c8e07d5b2d 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 @@ -6,7 +6,7 @@ Usage: cardano-cli alonzo query utxo --socket-path SOCKET_PATH ) (--mainnet | --testnet-magic NATURAL) [--output-json | --output-text] - [--out-file FILE] + [--out-file FILEPATH] Get a portion of the current UTxO: by tx in, by address or the whole. @@ -32,5 +32,5 @@ Available options: writing to a file --output-text Format utxo query output to TEXT. Default format when writing to stdout - --out-file FILE Optional output file. Default is to write to stdout. + --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_stake-address_build.cli b/cardano-cli/test/cardano-cli-golden/files/golden/help/alonzo_stake-address_build.cli index e3611d8440..ea5c44e06e 100644 --- a/cardano-cli/test/cardano-cli-golden/files/golden/help/alonzo_stake-address_build.cli +++ b/cardano-cli/test/cardano-cli-golden/files/golden/help/alonzo_stake-address_build.cli @@ -1,26 +1,27 @@ Usage: cardano-cli alonzo stake-address build ( --stake-verification-key STRING - | --stake-verification-key-file FILE + | --stake-verification-key-file FILEPATH | --stake-key-hash HASH - | --stake-script-file FILE + | --stake-script-file FILEPATH ) ( --mainnet | --testnet-magic NATURAL ) - [--out-file FILE] + [--out-file FILEPATH] Build a stake address Available options: --stake-verification-key STRING Stake verification key (Bech32 or hex-encoded). - --stake-verification-key-file FILE + --stake-verification-key-file FILEPATH Filepath of the staking verification key. --stake-key-hash HASH Stake verification key hash (hex-encoded). - --stake-script-file FILE Filepath of the staking script. + --stake-script-file FILEPATH + Filepath of the staking script. --mainnet Use the mainnet magic id. This overrides the CARDANO_NODE_NETWORK_ID environment variable --testnet-magic NATURAL Specify a testnet magic id. This overrides the CARDANO_NODE_NETWORK_ID environment variable - --out-file FILE Optional output file. Default is to write to stdout. + --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_stake-address_deregistration-certificate.cli b/cardano-cli/test/cardano-cli-golden/files/golden/help/alonzo_stake-address_deregistration-certificate.cli index 56a35c5aff..5db9c847fc 100644 --- a/cardano-cli/test/cardano-cli-golden/files/golden/help/alonzo_stake-address_deregistration-certificate.cli +++ b/cardano-cli/test/cardano-cli-golden/files/golden/help/alonzo_stake-address_deregistration-certificate.cli @@ -1,21 +1,22 @@ Usage: cardano-cli alonzo stake-address deregistration-certificate ( --stake-verification-key STRING - | --stake-verification-key-file FILE + | --stake-verification-key-file FILEPATH | --stake-key-hash HASH - | --stake-script-file FILE + | --stake-script-file FILEPATH | --stake-address ADDRESS ) - --out-file FILE + --out-file FILEPATH Create a stake address deregistration certificate Available options: --stake-verification-key STRING Stake verification key (Bech32 or hex-encoded). - --stake-verification-key-file FILE + --stake-verification-key-file FILEPATH Filepath of the staking verification key. --stake-key-hash HASH Stake verification key hash (hex-encoded). - --stake-script-file FILE Filepath of the staking script. + --stake-script-file FILEPATH + Filepath of the staking script. --stake-address ADDRESS Target stake address (bech32 format). - --out-file FILE The output file. + --out-file FILEPATH The output file. -h,--help Show this help text diff --git a/cardano-cli/test/cardano-cli-golden/files/golden/help/alonzo_stake-address_key-gen.cli b/cardano-cli/test/cardano-cli-golden/files/golden/help/alonzo_stake-address_key-gen.cli index 9823812ba8..cd6939c351 100644 --- a/cardano-cli/test/cardano-cli-golden/files/golden/help/alonzo_stake-address_key-gen.cli +++ b/cardano-cli/test/cardano-cli-golden/files/golden/help/alonzo_stake-address_key-gen.cli @@ -1,6 +1,6 @@ Usage: cardano-cli alonzo stake-address key-gen [--key-output-format STRING] - --verification-key-file FILE - --signing-key-file FILE + --verification-key-file FILEPATH + --signing-key-file FILEPATH Create a stake address key pair @@ -9,7 +9,8 @@ Available options: Optional key output format. Accepted output formats are "text-envelope" and "bech32" (default is "text-envelope"). - --verification-key-file FILE + --verification-key-file FILEPATH Output filepath of the verification key. - --signing-key-file FILE Output filepath of the signing key. + --signing-key-file FILEPATH + Output filepath of the signing key. -h,--help Show this help text diff --git a/cardano-cli/test/cardano-cli-golden/files/golden/help/alonzo_stake-address_key-hash.cli b/cardano-cli/test/cardano-cli-golden/files/golden/help/alonzo_stake-address_key-hash.cli index 359308827e..6e32659590 100644 --- a/cardano-cli/test/cardano-cli-golden/files/golden/help/alonzo_stake-address_key-hash.cli +++ b/cardano-cli/test/cardano-cli-golden/files/golden/help/alonzo_stake-address_key-hash.cli @@ -1,15 +1,15 @@ Usage: cardano-cli alonzo stake-address key-hash ( --stake-verification-key STRING - | --stake-verification-key-file FILE + | --stake-verification-key-file FILEPATH ) - [--out-file FILE] + [--out-file FILEPATH] Print the hash of a stake address key Available options: --stake-verification-key STRING Stake verification key (Bech32 or hex-encoded). - --stake-verification-key-file FILE + --stake-verification-key-file FILEPATH Filepath of the staking verification key. - --out-file FILE Optional output file. Default is to write to stdout. + --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_stake-address_registration-certificate.cli b/cardano-cli/test/cardano-cli-golden/files/golden/help/alonzo_stake-address_registration-certificate.cli index dc486615c9..8554454234 100644 --- a/cardano-cli/test/cardano-cli-golden/files/golden/help/alonzo_stake-address_registration-certificate.cli +++ b/cardano-cli/test/cardano-cli-golden/files/golden/help/alonzo_stake-address_registration-certificate.cli @@ -1,21 +1,22 @@ Usage: cardano-cli alonzo stake-address registration-certificate ( --stake-verification-key STRING - | --stake-verification-key-file FILE + | --stake-verification-key-file FILEPATH | --stake-key-hash HASH - | --stake-script-file FILE + | --stake-script-file FILEPATH | --stake-address ADDRESS ) - --out-file FILE + --out-file FILEPATH Create a stake address registration certificate Available options: --stake-verification-key STRING Stake verification key (Bech32 or hex-encoded). - --stake-verification-key-file FILE + --stake-verification-key-file FILEPATH Filepath of the staking verification key. --stake-key-hash HASH Stake verification key hash (hex-encoded). - --stake-script-file FILE Filepath of the staking script. + --stake-script-file FILEPATH + Filepath of the staking script. --stake-address ADDRESS Target stake address (bech32 format). - --out-file FILE The output file. + --out-file FILEPATH The output file. -h,--help Show this help text diff --git a/cardano-cli/test/cardano-cli-golden/files/golden/help/alonzo_stake-address_stake-delegation-certificate.cli b/cardano-cli/test/cardano-cli-golden/files/golden/help/alonzo_stake-address_stake-delegation-certificate.cli index 974a530e29..5afcc9b0bd 100644 --- a/cardano-cli/test/cardano-cli-golden/files/golden/help/alonzo_stake-address_stake-delegation-certificate.cli +++ b/cardano-cli/test/cardano-cli-golden/files/golden/help/alonzo_stake-address_stake-delegation-certificate.cli @@ -1,15 +1,15 @@ Usage: cardano-cli alonzo stake-address stake-delegation-certificate ( --stake-verification-key STRING - | --stake-verification-key-file FILE + | --stake-verification-key-file FILEPATH | --stake-key-hash HASH - | --stake-script-file FILE + | --stake-script-file FILEPATH | --stake-address ADDRESS ) ( --stake-pool-verification-key STRING - | --cold-verification-key-file FILE + | --cold-verification-key-file FILEPATH | --stake-pool-id STAKE_POOL_ID ) - --out-file FILE + --out-file FILEPATH Create a stake address stake delegation certificate, which when submitted in a transaction delegates stake to a stake pool. @@ -17,17 +17,18 @@ Usage: cardano-cli alonzo stake-address stake-delegation-certificate Available options: --stake-verification-key STRING Stake verification key (Bech32 or hex-encoded). - --stake-verification-key-file FILE + --stake-verification-key-file FILEPATH Filepath of the staking verification key. --stake-key-hash HASH Stake verification key hash (hex-encoded). - --stake-script-file FILE Filepath of the staking script. + --stake-script-file FILEPATH + Filepath of the staking script. --stake-address ADDRESS Target stake address (bech32 format). --stake-pool-verification-key STRING Stake pool verification key (Bech32 or hex-encoded). - --cold-verification-key-file FILE + --cold-verification-key-file FILEPATH Filepath of the stake pool verification key. --stake-pool-id STAKE_POOL_ID Stake pool ID/verification key hash (either Bech32-encoded or hex-encoded). - --out-file FILE The output file. + --out-file FILEPATH The output file. -h,--help Show this help text diff --git a/cardano-cli/test/cardano-cli-golden/files/golden/help/alonzo_stake-pool_deregistration-certificate.cli b/cardano-cli/test/cardano-cli-golden/files/golden/help/alonzo_stake-pool_deregistration-certificate.cli index bd2e436f64..87f8d0aeba 100644 --- a/cardano-cli/test/cardano-cli-golden/files/golden/help/alonzo_stake-pool_deregistration-certificate.cli +++ b/cardano-cli/test/cardano-cli-golden/files/golden/help/alonzo_stake-pool_deregistration-certificate.cli @@ -1,17 +1,17 @@ Usage: cardano-cli alonzo stake-pool deregistration-certificate ( --stake-pool-verification-key STRING - | --cold-verification-key-file FILE + | --cold-verification-key-file FILEPATH ) --epoch NATURAL - --out-file FILE + --out-file FILEPATH Create a stake pool deregistration certificate Available options: --stake-pool-verification-key STRING Stake pool verification key (Bech32 or hex-encoded). - --cold-verification-key-file FILE + --cold-verification-key-file FILEPATH Filepath of the stake pool verification key. --epoch NATURAL The epoch number. - --out-file FILE The output file. + --out-file FILEPATH The output file. -h,--help Show this help text diff --git a/cardano-cli/test/cardano-cli-golden/files/golden/help/alonzo_stake-pool_id.cli b/cardano-cli/test/cardano-cli-golden/files/golden/help/alonzo_stake-pool_id.cli index 376741f25a..e79e4baa00 100644 --- a/cardano-cli/test/cardano-cli-golden/files/golden/help/alonzo_stake-pool_id.cli +++ b/cardano-cli/test/cardano-cli-golden/files/golden/help/alonzo_stake-pool_id.cli @@ -1,18 +1,18 @@ Usage: cardano-cli alonzo stake-pool id ( --stake-pool-verification-key STRING - | --cold-verification-key-file FILE + | --cold-verification-key-file FILEPATH ) [--output-format STRING] - [--out-file FILE] + [--out-file FILEPATH] Build pool id from the offline key Available options: --stake-pool-verification-key STRING Stake pool verification key (Bech32 or hex-encoded). - --cold-verification-key-file FILE + --cold-verification-key-file FILEPATH Filepath of the stake pool verification key. --output-format STRING Optional pool id output format. Accepted output formats are "hex" and "bech32" (default is "bech32"). - --out-file FILE Optional output file. Default is to write to stdout. + --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_stake-pool_metadata-hash.cli b/cardano-cli/test/cardano-cli-golden/files/golden/help/alonzo_stake-pool_metadata-hash.cli index 3b57aee0c2..4bb385bd20 100644 --- a/cardano-cli/test/cardano-cli-golden/files/golden/help/alonzo_stake-pool_metadata-hash.cli +++ b/cardano-cli/test/cardano-cli-golden/files/golden/help/alonzo_stake-pool_metadata-hash.cli @@ -1,10 +1,10 @@ -Usage: cardano-cli alonzo stake-pool metadata-hash --pool-metadata-file FILE - [--out-file FILE] +Usage: cardano-cli alonzo stake-pool metadata-hash --pool-metadata-file FILEPATH + [--out-file FILEPATH] Print the hash of pool metadata. Available options: - --pool-metadata-file FILE + --pool-metadata-file FILEPATH Filepath of the pool metadata. - --out-file FILE Optional output file. Default is to write to stdout. + --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_stake-pool_registration-certificate.cli b/cardano-cli/test/cardano-cli-golden/files/golden/help/alonzo_stake-pool_registration-certificate.cli index b5d1a957c5..b6079413bd 100644 --- a/cardano-cli/test/cardano-cli-golden/files/golden/help/alonzo_stake-pool_registration-certificate.cli +++ b/cardano-cli/test/cardano-cli-golden/files/golden/help/alonzo_stake-pool_registration-certificate.cli @@ -1,18 +1,18 @@ Usage: cardano-cli alonzo stake-pool registration-certificate ( --stake-pool-verification-key STRING - | --cold-verification-key-file FILE + | --cold-verification-key-file FILEPATH ) ( --vrf-verification-key STRING - | --vrf-verification-key-file FILE + | --vrf-verification-key-file FILEPATH ) --pool-pledge LOVELACE --pool-cost LOVELACE --pool-margin RATIONAL ( --pool-reward-account-verification-key STRING - | --pool-reward-account-verification-key-file FILE + | --pool-reward-account-verification-key-file FILEPATH ) ( --pool-owner-verification-key STRING - | --pool-owner-stake-verification-key-file FILE + | --pool-owner-stake-verification-key-file FILEPATH ) [ [--pool-relay-ipv4 STRING] [--pool-relay-ipv6 STRING] @@ -26,18 +26,18 @@ Usage: cardano-cli alonzo stake-pool registration-certificate ( --mainnet | --testnet-magic NATURAL ) - --out-file FILE + --out-file FILEPATH Create a stake pool registration certificate Available options: --stake-pool-verification-key STRING Stake pool verification key (Bech32 or hex-encoded). - --cold-verification-key-file FILE + --cold-verification-key-file FILEPATH Filepath of the stake pool verification key. --vrf-verification-key STRING VRF verification key (Bech32 or hex-encoded). - --vrf-verification-key-file FILE + --vrf-verification-key-file FILEPATH Filepath of the VRF verification key. --pool-pledge LOVELACE The stake pool's pledge. --pool-cost LOVELACE The stake pool's cost. @@ -45,13 +45,13 @@ Available options: --pool-reward-account-verification-key STRING Reward account stake verification key (Bech32 or hex-encoded). - --pool-reward-account-verification-key-file FILE + --pool-reward-account-verification-key-file FILEPATH Filepath of the reward account stake verification key. --pool-owner-verification-key STRING Pool owner stake verification key (Bech32 or hex-encoded). - --pool-owner-stake-verification-key-file FILE + --pool-owner-stake-verification-key-file FILEPATH Filepath of the pool owner stake verification key. --pool-relay-ipv4 STRING The stake pool relay's IPv4 address --pool-relay-ipv6 STRING The stake pool relay's IPv6 address @@ -69,5 +69,5 @@ 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 - --out-file FILE The output file. + --out-file FILEPATH The output file. -h,--help Show this help text diff --git a/cardano-cli/test/cardano-cli-golden/files/golden/help/alonzo_text-view_decode-cbor.cli b/cardano-cli/test/cardano-cli-golden/files/golden/help/alonzo_text-view_decode-cbor.cli index 85d97c9782..9e66d03c0e 100644 --- a/cardano-cli/test/cardano-cli-golden/files/golden/help/alonzo_text-view_decode-cbor.cli +++ b/cardano-cli/test/cardano-cli-golden/files/golden/help/alonzo_text-view_decode-cbor.cli @@ -1,8 +1,9 @@ -Usage: cardano-cli alonzo text-view decode-cbor --in-file FILE [--out-file FILE] +Usage: cardano-cli alonzo text-view decode-cbor --in-file FILEPATH + [--out-file FILEPATH] Print a TextView file as decoded CBOR. Available options: - --in-file FILE CBOR input file. - --out-file FILE Optional output file. Default is to write to stdout. + --in-file FILEPATH CBOR input file. + --out-file FILEPATH Optional output file. Default is to write to stdout. -h,--help Show this help text diff --git a/cardano-cli/test/cardano-cli-golden/files/golden/help/alonzo_transaction_assemble.cli b/cardano-cli/test/cardano-cli-golden/files/golden/help/alonzo_transaction_assemble.cli index d3f09e71f3..f85999f691 100644 --- a/cardano-cli/test/cardano-cli-golden/files/golden/help/alonzo_transaction_assemble.cli +++ b/cardano-cli/test/cardano-cli-golden/files/golden/help/alonzo_transaction_assemble.cli @@ -1,11 +1,11 @@ -Usage: cardano-cli alonzo transaction assemble --tx-body-file FILE - [--witness-file FILE] - --out-file FILE +Usage: cardano-cli alonzo transaction assemble --tx-body-file FILEPATH + [--witness-file FILEPATH] + --out-file FILEPATH Assemble a tx body and witness(es) to form a transaction Available options: - --tx-body-file FILE Input filepath of the JSON TxBody. - --witness-file FILE Filepath of the witness - --out-file FILE The output file. + --tx-body-file FILEPATH Input filepath of the JSON TxBody. + --witness-file FILEPATH Filepath of the witness + --out-file FILEPATH The output file. -h,--help Show this help text diff --git a/cardano-cli/test/cardano-cli-golden/files/golden/help/alonzo_transaction_build-estimate.cli b/cardano-cli/test/cardano-cli-golden/files/golden/help/alonzo_transaction_build-estimate.cli index d1ddbcb2aa..a89c9f2f37 100644 --- a/cardano-cli/test/cardano-cli-golden/files/golden/help/alonzo_transaction_build-estimate.cli +++ b/cardano-cli/test/cardano-cli-golden/files/golden/help/alonzo_transaction_build-estimate.cli @@ -4,7 +4,7 @@ Usage: cardano-cli alonzo transaction build-estimate ] --shelley-key-witnesses INT [--byron-key-witnesses Int] - --protocol-params-file FILE + --protocol-params-file FILEPATH --total-utxo-value VALUE (--tx-in TX-IN [ --spending-tx-in-reference TX-IN @@ -22,7 +22,7 @@ Usage: cardano-cli alonzo transaction build-estimate ) --spending-reference-tx-in-execution-units (INT, INT) | --simple-script-tx-in-reference TX-IN - | --tx-in-script-file FILE + | --tx-in-script-file FILEPATH [ ( --tx-in-datum-cbor-file CBOR_FILE | --tx-in-datum-file JSON_FILE @@ -36,7 +36,7 @@ Usage: cardano-cli alonzo transaction build-estimate --tx-in-execution-units (INT, INT)] ]) [--read-only-tx-in-reference TX-IN] - [ --required-signer FILE + [ --required-signer FILEPATH | --required-signer-hash HASH ] [--tx-in-collateral TX-IN] @@ -53,10 +53,10 @@ Usage: cardano-cli alonzo transaction build-estimate | --tx-out-inline-datum-file JSON_FILE | --tx-out-inline-datum-value JSON_VALUE ] - [--tx-out-reference-script-file FILE]] + [--tx-out-reference-script-file FILEPATH]] --change-address ADDRESS [--mint VALUE - ( --mint-script-file FILE + ( --mint-script-file FILEPATH [ ( --mint-redeemer-cbor-file CBOR_FILE | --mint-redeemer-file JSON_FILE @@ -78,8 +78,9 @@ Usage: cardano-cli alonzo transaction build-estimate )] [--invalid-before SLOT] [--invalid-hereafter SLOT] - [--certificate-file FILE - [ --certificate-script-file FILE + [ + --certificate-file FILEPATH + [ --certificate-script-file FILEPATH [ ( --certificate-redeemer-cbor-file CBOR_FILE | --certificate-redeemer-file JSON_FILE @@ -97,7 +98,7 @@ Usage: cardano-cli alonzo transaction build-estimate --certificate-reference-tx-in-execution-units (INT, INT) ]] [--withdrawal WITHDRAWAL - [ --withdrawal-script-file FILE + [ --withdrawal-script-file FILEPATH [ ( --withdrawal-redeemer-cbor-file CBOR_FILE | --withdrawal-redeemer-file JSON_FILE @@ -119,12 +120,12 @@ Usage: cardano-cli alonzo transaction build-estimate [ --json-metadata-no-schema | --json-metadata-detailed-schema ] - [--auxiliary-script-file FILE] - [ --metadata-json-file FILE - | --metadata-cbor-file FILE + [--auxiliary-script-file FILEPATH] + [ --metadata-json-file FILEPATH + | --metadata-cbor-file FILEPATH ] - [--update-proposal-file FILE] - --out-file FILE + [--update-proposal-file FILEPATH] + --out-file FILEPATH Build a balanced transaction without access to a live node (automatically estimates fees) @@ -141,7 +142,7 @@ Available options: --byron-key-witnesses Int Specify the number of Byron key witnesses the transaction requires. - --protocol-params-file FILE + --protocol-params-file FILEPATH Filepath of the JSON-encoded protocol parameters file --total-utxo-value VALUE The total value of the UTxO that exists at the tx inputs being spent. @@ -180,7 +181,8 @@ Available options: --simple-script-tx-in-reference TX-IN TxId#TxIx - Specify a reference input. The reference input must have a simple reference script attached. - --tx-in-script-file FILE The file containing the script to witness the + --tx-in-script-file FILEPATH + The file containing the script to witness the spending of the transaction input. --tx-in-datum-cbor-file CBOR_FILE The script datum file. The file has to be in CBOR @@ -210,7 +212,8 @@ Available options: Specify a read only reference input. This reference input is not witnessing anything it is simply provided in the plutus script context. - --required-signer FILE Input filepath of the signing key (zero or more) + --required-signer FILEPATH + Input filepath of the signing key (zero or more) whose signature is required. --required-signer-hash HASH Hash of the verification key (zero or more) whose @@ -267,12 +270,13 @@ Available options: inline datum, given here. There is no schema: (almost) any JSON value is supported, including top-level strings and numbers. - --tx-out-reference-script-file FILE + --tx-out-reference-script-file FILEPATH Reference script input file. --change-address ADDRESS Address where ADA in excess of the tx fee will go to. --mint VALUE Mint multi-asset value(s) with the multi-asset cli syntax. You must specify a script witness. - --mint-script-file FILE The file containing the script to witness the minting + --mint-script-file FILEPATH + The file containing the script to witness the minting of assets for a particular policy Id. --mint-redeemer-cbor-file CBOR_FILE The script redeemer file. The file has to be in CBOR @@ -310,11 +314,12 @@ Available options: --policy-id HASH Policy id of minting script. --invalid-before SLOT Time that transaction is valid from (in slots). --invalid-hereafter SLOT Time that transaction is valid until (in slots). - --certificate-file FILE Filepath of the certificate. This encompasses all + --certificate-file FILEPATH + Filepath of the certificate. This encompasses all types of certificates (stake pool certificates, stake key certificates etc). Optionally specify a script witness. - --certificate-script-file FILE + --certificate-script-file FILEPATH The file containing the script to witness the use of the certificate. --certificate-redeemer-cbor-file CBOR_FILE @@ -352,7 +357,7 @@ Available options: StakeAddress is the Bech32-encoded stake address followed by the amount in Lovelace. Optionally specify a script witness. - --withdrawal-script-file FILE + --withdrawal-script-file FILEPATH The file containing the script to witness the withdrawal of rewards. --withdrawal-redeemer-cbor-file CBOR_FILE @@ -400,13 +405,13 @@ Available options: --json-metadata-detailed-schema Use the "detailed schema" conversion from JSON to tx metadata. - --auxiliary-script-file FILE + --auxiliary-script-file FILEPATH Filepath of auxiliary script(s) - --metadata-json-file FILE + --metadata-json-file FILEPATH Filepath of the metadata file, in JSON format. - --metadata-cbor-file FILE + --metadata-cbor-file FILEPATH Filepath of the metadata, in raw CBOR format. - --update-proposal-file FILE + --update-proposal-file FILEPATH Filepath of the update proposal. - --out-file FILE Output filepath of the JSON TxBody. + --out-file FILEPATH Output filepath of the JSON TxBody. -h,--help Show this help text diff --git a/cardano-cli/test/cardano-cli-golden/files/golden/help/alonzo_transaction_build-raw.cli b/cardano-cli/test/cardano-cli-golden/files/golden/help/alonzo_transaction_build-raw.cli index 0b03159497..0a0e323992 100644 --- a/cardano-cli/test/cardano-cli-golden/files/golden/help/alonzo_transaction_build-raw.cli +++ b/cardano-cli/test/cardano-cli-golden/files/golden/help/alonzo_transaction_build-raw.cli @@ -18,7 +18,7 @@ Usage: cardano-cli alonzo transaction build-raw ) --spending-reference-tx-in-execution-units (INT, INT) | --simple-script-tx-in-reference TX-IN - | --tx-in-script-file FILE + | --tx-in-script-file FILEPATH [ ( --tx-in-datum-cbor-file CBOR_FILE | --tx-in-datum-file JSON_FILE @@ -35,7 +35,7 @@ Usage: cardano-cli alonzo transaction build-raw [--tx-in-collateral TX-IN] [--tx-out-return-collateral ADDRESS VALUE] [--tx-total-collateral INTEGER] - [ --required-signer FILE + [ --required-signer FILEPATH | --required-signer-hash HASH ] [--tx-out ADDRESS VALUE @@ -50,9 +50,9 @@ Usage: cardano-cli alonzo transaction build-raw | --tx-out-inline-datum-file JSON_FILE | --tx-out-inline-datum-value JSON_VALUE ] - [--tx-out-reference-script-file FILE]] + [--tx-out-reference-script-file FILEPATH]] [--mint VALUE - ( --mint-script-file FILE + ( --mint-script-file FILEPATH [ ( --mint-redeemer-cbor-file CBOR_FILE | --mint-redeemer-file JSON_FILE @@ -75,8 +75,8 @@ Usage: cardano-cli alonzo transaction build-raw [--invalid-before SLOT] [--invalid-hereafter SLOT] --fee LOVELACE - [--certificate-file FILE - [ --certificate-script-file FILE + [--certificate-file FILEPATH + [ --certificate-script-file FILEPATH [ ( --certificate-redeemer-cbor-file CBOR_FILE | --certificate-redeemer-file JSON_FILE @@ -94,7 +94,7 @@ Usage: cardano-cli alonzo transaction build-raw --certificate-reference-tx-in-execution-units (INT, INT) ]] [--withdrawal WITHDRAWAL - [ --withdrawal-script-file FILE + [ --withdrawal-script-file FILEPATH [ ( --withdrawal-redeemer-cbor-file CBOR_FILE | --withdrawal-redeemer-file JSON_FILE @@ -114,13 +114,13 @@ Usage: cardano-cli alonzo transaction build-raw [ --json-metadata-no-schema | --json-metadata-detailed-schema ] - [--auxiliary-script-file FILE] - [ --metadata-json-file FILE - | --metadata-cbor-file FILE + [--auxiliary-script-file FILEPATH] + [ --metadata-json-file FILEPATH + | --metadata-cbor-file FILEPATH ] - [--protocol-params-file FILE] - [--update-proposal-file FILE] - --out-file FILE + [--protocol-params-file FILEPATH] + [--update-proposal-file FILEPATH] + --out-file FILEPATH Build a transaction (low-level, inconvenient) @@ -166,7 +166,8 @@ Available options: --simple-script-tx-in-reference TX-IN TxId#TxIx - Specify a reference input. The reference input must have a simple reference script attached. - --tx-in-script-file FILE The file containing the script to witness the + --tx-in-script-file FILEPATH + The file containing the script to witness the spending of the transaction input. --tx-in-datum-cbor-file CBOR_FILE The script datum file. The file has to be in CBOR @@ -209,7 +210,8 @@ Available options: as fees in the event of a Plutus script failure. Must be used in conjuction with "--tx-out-return-collateral". - --required-signer FILE Input filepath of the signing key (zero or more) + --required-signer FILEPATH + Input filepath of the signing key (zero or more) whose signature is required. --required-signer-hash HASH Hash of the verification key (zero or more) whose @@ -258,11 +260,12 @@ Available options: inline datum, given here. There is no schema: (almost) any JSON value is supported, including top-level strings and numbers. - --tx-out-reference-script-file FILE + --tx-out-reference-script-file FILEPATH Reference script input file. --mint VALUE Mint multi-asset value(s) with the multi-asset cli syntax. You must specify a script witness. - --mint-script-file FILE The file containing the script to witness the minting + --mint-script-file FILEPATH + The file containing the script to witness the minting of assets for a particular policy Id. --mint-redeemer-cbor-file CBOR_FILE The script redeemer file. The file has to be in CBOR @@ -301,11 +304,12 @@ Available options: --invalid-before SLOT Time that transaction is valid from (in slots). --invalid-hereafter SLOT Time that transaction is valid until (in slots). --fee LOVELACE The fee amount in Lovelace. - --certificate-file FILE Filepath of the certificate. This encompasses all + --certificate-file FILEPATH + Filepath of the certificate. This encompasses all types of certificates (stake pool certificates, stake key certificates etc). Optionally specify a script witness. - --certificate-script-file FILE + --certificate-script-file FILEPATH The file containing the script to witness the use of the certificate. --certificate-redeemer-cbor-file CBOR_FILE @@ -343,7 +347,7 @@ Available options: StakeAddress is the Bech32-encoded stake address followed by the amount in Lovelace. Optionally specify a script witness. - --withdrawal-script-file FILE + --withdrawal-script-file FILEPATH The file containing the script to witness the withdrawal of rewards. --withdrawal-redeemer-cbor-file CBOR_FILE @@ -383,15 +387,15 @@ Available options: --json-metadata-detailed-schema Use the "detailed schema" conversion from JSON to tx metadata. - --auxiliary-script-file FILE + --auxiliary-script-file FILEPATH Filepath of auxiliary script(s) - --metadata-json-file FILE + --metadata-json-file FILEPATH Filepath of the metadata file, in JSON format. - --metadata-cbor-file FILE + --metadata-cbor-file FILEPATH Filepath of the metadata, in raw CBOR format. - --protocol-params-file FILE + --protocol-params-file FILEPATH Filepath of the JSON-encoded protocol parameters file - --update-proposal-file FILE + --update-proposal-file FILEPATH Filepath of the update proposal. - --out-file FILE Output filepath of the JSON TxBody. + --out-file FILEPATH Output filepath of the JSON TxBody. -h,--help Show this help text diff --git a/cardano-cli/test/cardano-cli-golden/files/golden/help/alonzo_transaction_build.cli b/cardano-cli/test/cardano-cli-golden/files/golden/help/alonzo_transaction_build.cli index d7dfecbb77..069584679d 100644 --- a/cardano-cli/test/cardano-cli-golden/files/golden/help/alonzo_transaction_build.cli +++ b/cardano-cli/test/cardano-cli-golden/files/golden/help/alonzo_transaction_build.cli @@ -23,7 +23,7 @@ Usage: cardano-cli alonzo transaction build --socket-path SOCKET_PATH | --spending-reference-tx-in-redeemer-value JSON_VALUE ) | --simple-script-tx-in-reference TX-IN - | --tx-in-script-file FILE + | --tx-in-script-file FILEPATH [ ( --tx-in-datum-cbor-file CBOR_FILE | --tx-in-datum-file JSON_FILE @@ -36,7 +36,7 @@ Usage: cardano-cli alonzo transaction build --socket-path SOCKET_PATH )] ]) [--read-only-tx-in-reference TX-IN] - [ --required-signer FILE + [ --required-signer FILEPATH | --required-signer-hash HASH ] [--tx-in-collateral TX-IN] @@ -54,10 +54,10 @@ Usage: cardano-cli alonzo transaction build --socket-path SOCKET_PATH | --tx-out-inline-datum-file JSON_FILE | --tx-out-inline-datum-value JSON_VALUE ] - [--tx-out-reference-script-file FILE]] + [--tx-out-reference-script-file FILEPATH]] --change-address ADDRESS [--mint VALUE - ( --mint-script-file FILE + ( --mint-script-file FILEPATH [ --mint-redeemer-cbor-file CBOR_FILE | --mint-redeemer-file JSON_FILE | --mint-redeemer-value JSON_VALUE @@ -76,8 +76,8 @@ Usage: cardano-cli alonzo transaction build --socket-path SOCKET_PATH )] [--invalid-before SLOT] [--invalid-hereafter SLOT] - [--certificate-file FILE - [ --certificate-script-file FILE + [--certificate-file FILEPATH + [ --certificate-script-file FILEPATH [ --certificate-redeemer-cbor-file CBOR_FILE | --certificate-redeemer-file JSON_FILE | --certificate-redeemer-value JSON_VALUE @@ -92,7 +92,7 @@ Usage: cardano-cli alonzo transaction build --socket-path SOCKET_PATH ) ]] [--withdrawal WITHDRAWAL - [ --withdrawal-script-file FILE + [ --withdrawal-script-file FILEPATH [ --withdrawal-redeemer-cbor-file CBOR_FILE | --withdrawal-redeemer-file JSON_FILE | --withdrawal-redeemer-value JSON_VALUE @@ -109,13 +109,13 @@ Usage: cardano-cli alonzo transaction build --socket-path SOCKET_PATH [ --json-metadata-no-schema | --json-metadata-detailed-schema ] - [--auxiliary-script-file FILE] - [ --metadata-json-file FILE - | --metadata-cbor-file FILE + [--auxiliary-script-file FILEPATH] + [ --metadata-json-file FILEPATH + | --metadata-cbor-file FILEPATH ] - [--update-proposal-file FILE] - ( --out-file FILE - | --calculate-plutus-script-cost FILE + [--update-proposal-file FILEPATH] + ( --out-file FILEPATH + | --calculate-plutus-script-cost FILEPATH ) Build a balanced transaction (automatically calculates fees) @@ -175,7 +175,8 @@ Available options: --simple-script-tx-in-reference TX-IN TxId#TxIx - Specify a reference input. The reference input must have a simple reference script attached. - --tx-in-script-file FILE The file containing the script to witness the + --tx-in-script-file FILEPATH + The file containing the script to witness the spending of the transaction input. --tx-in-datum-cbor-file CBOR_FILE The script datum file. The file has to be in CBOR @@ -203,7 +204,8 @@ Available options: Specify a read only reference input. This reference input is not witnessing anything it is simply provided in the plutus script context. - --required-signer FILE Input filepath of the signing key (zero or more) + --required-signer FILEPATH + Input filepath of the signing key (zero or more) whose signature is required. --required-signer-hash HASH Hash of the verification key (zero or more) whose @@ -265,12 +267,13 @@ Available options: inline datum, given here. There is no schema: (almost) any JSON value is supported, including top-level strings and numbers. - --tx-out-reference-script-file FILE + --tx-out-reference-script-file FILEPATH Reference script input file. --change-address ADDRESS Address where ADA in excess of the tx fee will go to. --mint VALUE Mint multi-asset value(s) with the multi-asset cli syntax. You must specify a script witness. - --mint-script-file FILE The file containing the script to witness the minting + --mint-script-file FILEPATH + The file containing the script to witness the minting of assets for a particular policy Id. --mint-redeemer-cbor-file CBOR_FILE The script redeemer file. The file has to be in CBOR @@ -304,11 +307,12 @@ Available options: --policy-id HASH Policy id of minting script. --invalid-before SLOT Time that transaction is valid from (in slots). --invalid-hereafter SLOT Time that transaction is valid until (in slots). - --certificate-file FILE Filepath of the certificate. This encompasses all + --certificate-file FILEPATH + Filepath of the certificate. This encompasses all types of certificates (stake pool certificates, stake key certificates etc). Optionally specify a script witness. - --certificate-script-file FILE + --certificate-script-file FILEPATH The file containing the script to witness the use of the certificate. --certificate-redeemer-cbor-file CBOR_FILE @@ -342,7 +346,7 @@ Available options: StakeAddress is the Bech32-encoded stake address followed by the amount in Lovelace. Optionally specify a script witness. - --withdrawal-script-file FILE + --withdrawal-script-file FILEPATH The file containing the script to witness the withdrawal of rewards. --withdrawal-redeemer-cbor-file CBOR_FILE @@ -378,16 +382,16 @@ Available options: --json-metadata-detailed-schema Use the "detailed schema" conversion from JSON to tx metadata. - --auxiliary-script-file FILE + --auxiliary-script-file FILEPATH Filepath of auxiliary script(s) - --metadata-json-file FILE + --metadata-json-file FILEPATH Filepath of the metadata file, in JSON format. - --metadata-cbor-file FILE + --metadata-cbor-file FILEPATH Filepath of the metadata, in raw CBOR format. - --update-proposal-file FILE + --update-proposal-file FILEPATH Filepath of the update proposal. - --out-file FILE Output filepath of the JSON TxBody. - --calculate-plutus-script-cost FILE + --out-file FILEPATH Output filepath of the JSON TxBody. + --calculate-plutus-script-cost FILEPATH (File () Out) filepath of the script cost information. -h,--help Show this help text diff --git a/cardano-cli/test/cardano-cli-golden/files/golden/help/alonzo_transaction_calculate-min-fee.cli b/cardano-cli/test/cardano-cli-golden/files/golden/help/alonzo_transaction_calculate-min-fee.cli index efbcfaf25f..5ac91db6a5 100644 --- a/cardano-cli/test/cardano-cli-golden/files/golden/help/alonzo_transaction_calculate-min-fee.cli +++ b/cardano-cli/test/cardano-cli-golden/files/golden/help/alonzo_transaction_calculate-min-fee.cli @@ -1,12 +1,12 @@ -Usage: cardano-cli alonzo transaction calculate-min-fee --tx-body-file FILE - --protocol-params-file FILE +Usage: cardano-cli alonzo transaction calculate-min-fee --tx-body-file FILEPATH + --protocol-params-file FILEPATH --witness-count NATURAL [--byron-witness-count NATURAL] [--reference-script-size NATURAL] [ --output-json | --output-text ] - [--out-file FILE] + [--out-file FILEPATH] [ --mainnet | --testnet-magic NATURAL ] @@ -16,8 +16,8 @@ Usage: cardano-cli alonzo transaction calculate-min-fee --tx-body-file FILE Calculate the minimum fee for a transaction. Available options: - --tx-body-file FILE Input filepath of the JSON TxBody. - --protocol-params-file FILE + --tx-body-file FILEPATH Input filepath of the JSON TxBody. + --protocol-params-file FILEPATH Filepath of the JSON-encoded protocol parameters file --witness-count NATURAL The number of Shelley key witnesses. --byron-witness-count NATURAL @@ -29,7 +29,7 @@ Available options: Default format when writing to a file --output-text Format calculate-min-fee query output to TEXT. Default format when writing to stdout - --out-file FILE The output file. + --out-file FILEPATH The output file. --mainnet DEPRECATED. This argument has no effect. --testnet-magic NATURAL DEPRECATED. This argument has no effect. --tx-in-count NATURAL DEPRECATED. This argument has no effect. diff --git a/cardano-cli/test/cardano-cli-golden/files/golden/help/alonzo_transaction_calculate-min-required-utxo.cli b/cardano-cli/test/cardano-cli-golden/files/golden/help/alonzo_transaction_calculate-min-required-utxo.cli index 3dcfe2c9e2..3d261c3054 100644 --- a/cardano-cli/test/cardano-cli-golden/files/golden/help/alonzo_transaction_calculate-min-required-utxo.cli +++ b/cardano-cli/test/cardano-cli-golden/files/golden/help/alonzo_transaction_calculate-min-required-utxo.cli @@ -1,4 +1,4 @@ -Usage: cardano-cli alonzo transaction calculate-min-required-utxo --protocol-params-file FILE +Usage: cardano-cli alonzo transaction calculate-min-required-utxo --protocol-params-file FILEPATH --tx-out ADDRESS VALUE [ --tx-out-datum-hash HASH | --tx-out-datum-hash-cbor-file CBOR_FILE @@ -11,12 +11,12 @@ Usage: cardano-cli alonzo transaction calculate-min-required-utxo --protocol-par | --tx-out-inline-datum-file JSON_FILE | --tx-out-inline-datum-value JSON_VALUE ] - [--tx-out-reference-script-file FILE] + [--tx-out-reference-script-file FILEPATH] Calculate the minimum required UTxO for a transaction output. Available options: - --protocol-params-file FILE + --protocol-params-file FILEPATH Filepath of the JSON-encoded protocol parameters file --tx-out ADDRESS VALUE The transaction output as ADDRESS VALUE where ADDRESS is the Bech32-encoded address followed by the value @@ -62,6 +62,6 @@ Available options: inline datum, given here. There is no schema: (almost) any JSON value is supported, including top-level strings and numbers. - --tx-out-reference-script-file FILE + --tx-out-reference-script-file FILEPATH Reference script input file. -h,--help Show this help text diff --git a/cardano-cli/test/cardano-cli-golden/files/golden/help/alonzo_transaction_calculate-min-value.cli b/cardano-cli/test/cardano-cli-golden/files/golden/help/alonzo_transaction_calculate-min-value.cli index 1152139529..7cdb070838 100644 --- a/cardano-cli/test/cardano-cli-golden/files/golden/help/alonzo_transaction_calculate-min-value.cli +++ b/cardano-cli/test/cardano-cli-golden/files/golden/help/alonzo_transaction_calculate-min-value.cli @@ -1,4 +1,4 @@ -Usage: cardano-cli alonzo transaction calculate-min-value --protocol-params-file FILE +Usage: cardano-cli alonzo transaction calculate-min-value --protocol-params-file FILEPATH --tx-out ADDRESS VALUE [ --tx-out-datum-hash HASH | --tx-out-datum-hash-cbor-file CBOR_FILE @@ -11,12 +11,12 @@ Usage: cardano-cli alonzo transaction calculate-min-value --protocol-params-file | --tx-out-inline-datum-file JSON_FILE | --tx-out-inline-datum-value JSON_VALUE ] - [--tx-out-reference-script-file FILE] + [--tx-out-reference-script-file FILEPATH] DEPRECATED: Use 'calculate-min-required-utxo' instead. Available options: - --protocol-params-file FILE + --protocol-params-file FILEPATH Filepath of the JSON-encoded protocol parameters file --tx-out ADDRESS VALUE The transaction output as ADDRESS VALUE where ADDRESS is the Bech32-encoded address followed by the value @@ -62,5 +62,5 @@ Available options: inline datum, given here. There is no schema: (almost) any JSON value is supported, including top-level strings and numbers. - --tx-out-reference-script-file FILE + --tx-out-reference-script-file FILEPATH Reference script input file. diff --git a/cardano-cli/test/cardano-cli-golden/files/golden/help/alonzo_transaction_policyid.cli b/cardano-cli/test/cardano-cli-golden/files/golden/help/alonzo_transaction_policyid.cli index 05a39defc2..5a6d541d86 100644 --- a/cardano-cli/test/cardano-cli-golden/files/golden/help/alonzo_transaction_policyid.cli +++ b/cardano-cli/test/cardano-cli-golden/files/golden/help/alonzo_transaction_policyid.cli @@ -1,7 +1,7 @@ -Usage: cardano-cli alonzo transaction policyid --script-file FILE +Usage: cardano-cli alonzo transaction policyid --script-file FILEPATH Calculate the PolicyId from the monetary policy script. Available options: - --script-file FILE Filepath of the script. + --script-file FILEPATH Filepath of the script. -h,--help Show this help text diff --git a/cardano-cli/test/cardano-cli-golden/files/golden/help/alonzo_transaction_sign-witness.cli b/cardano-cli/test/cardano-cli-golden/files/golden/help/alonzo_transaction_sign-witness.cli index c3dd9c22a9..55c9478ccf 100644 --- a/cardano-cli/test/cardano-cli-golden/files/golden/help/alonzo_transaction_sign-witness.cli +++ b/cardano-cli/test/cardano-cli-golden/files/golden/help/alonzo_transaction_sign-witness.cli @@ -1,10 +1,10 @@ -Usage: cardano-cli alonzo transaction sign-witness --tx-body-file FILE - [--witness-file FILE] - --out-file FILE +Usage: cardano-cli alonzo transaction sign-witness --tx-body-file FILEPATH + [--witness-file FILEPATH] + --out-file FILEPATH Assemble a tx body and witness(es) to form a transaction Available options: - --tx-body-file FILE Input filepath of the JSON TxBody. - --witness-file FILE Filepath of the witness - --out-file FILE The output file. + --tx-body-file FILEPATH Input filepath of the JSON TxBody. + --witness-file FILEPATH Filepath of the witness + --out-file FILEPATH The output file. diff --git a/cardano-cli/test/cardano-cli-golden/files/golden/help/alonzo_transaction_sign.cli b/cardano-cli/test/cardano-cli-golden/files/golden/help/alonzo_transaction_sign.cli index 843efe43fa..7344821eb9 100644 --- a/cardano-cli/test/cardano-cli-golden/files/golden/help/alonzo_transaction_sign.cli +++ b/cardano-cli/test/cardano-cli-golden/files/golden/help/alonzo_transaction_sign.cli @@ -1,24 +1,25 @@ Usage: cardano-cli alonzo transaction sign - ( --tx-body-file FILE - | --tx-file FILE + ( --tx-body-file FILEPATH + | --tx-file FILEPATH ) - [--signing-key-file FILE + [--signing-key-file FILEPATH [--address STRING]] [ --mainnet | --testnet-magic NATURAL ] - --out-file FILE + --out-file FILEPATH Sign a transaction Available options: - --tx-body-file FILE Input filepath of the JSON TxBody. - --tx-file FILE Input filepath of the JSON Tx. - --signing-key-file FILE Input filepath of the signing key (one or more). + --tx-body-file FILEPATH Input filepath of the JSON TxBody. + --tx-file FILEPATH Input filepath of the JSON Tx. + --signing-key-file FILEPATH + Input filepath of the signing key (one or more). --address STRING Byron address (Base58-encoded). --mainnet Use the mainnet magic id. This overrides the CARDANO_NODE_NETWORK_ID environment variable --testnet-magic NATURAL Specify a testnet magic id. This overrides the CARDANO_NODE_NETWORK_ID environment variable - --out-file FILE Output filepath of the JSON Tx. + --out-file FILEPATH Output filepath of the JSON Tx. -h,--help Show this help text 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 45d29cd348..37e7e97f1f 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 @@ -4,7 +4,7 @@ Usage: cardano-cli alonzo transaction submit --socket-path SOCKET_PATH ( --mainnet | --testnet-magic NATURAL ) - --tx-file FILE + --tx-file FILEPATH Submit a transaction to the local node whose Unix domain socket is obtained from the CARDANO_NODE_SOCKET_PATH environment variable. @@ -23,5 +23,5 @@ 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 - --tx-file FILE Filepath of the transaction you intend to submit. + --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_transaction_txid.cli b/cardano-cli/test/cardano-cli-golden/files/golden/help/alonzo_transaction_txid.cli index 179731883e..6dab1ac293 100644 --- a/cardano-cli/test/cardano-cli-golden/files/golden/help/alonzo_transaction_txid.cli +++ b/cardano-cli/test/cardano-cli-golden/files/golden/help/alonzo_transaction_txid.cli @@ -1,11 +1,11 @@ Usage: cardano-cli alonzo transaction txid - ( --tx-body-file FILE - | --tx-file FILE + ( --tx-body-file FILEPATH + | --tx-file FILEPATH ) Print a transaction identifier. Available options: - --tx-body-file FILE Input filepath of the JSON TxBody. - --tx-file FILE Input filepath of the JSON Tx. + --tx-body-file FILEPATH Input filepath of the JSON TxBody. + --tx-file FILEPATH Input filepath of the JSON Tx. -h,--help Show this help text diff --git a/cardano-cli/test/cardano-cli-golden/files/golden/help/alonzo_transaction_witness.cli b/cardano-cli/test/cardano-cli-golden/files/golden/help/alonzo_transaction_witness.cli index 6d7c4a149a..88dc6b3c49 100644 --- a/cardano-cli/test/cardano-cli-golden/files/golden/help/alonzo_transaction_witness.cli +++ b/cardano-cli/test/cardano-cli-golden/files/golden/help/alonzo_transaction_witness.cli @@ -1,20 +1,21 @@ -Usage: cardano-cli alonzo transaction witness --tx-body-file FILE - --signing-key-file FILE +Usage: cardano-cli alonzo transaction witness --tx-body-file FILEPATH + --signing-key-file FILEPATH [--address STRING] [ --mainnet | --testnet-magic NATURAL ] - --out-file FILE + --out-file FILEPATH Create a transaction witness Available options: - --tx-body-file FILE Input filepath of the JSON TxBody. - --signing-key-file FILE Input filepath of the signing key (one or more). + --tx-body-file FILEPATH Input filepath of the JSON TxBody. + --signing-key-file FILEPATH + Input filepath of the signing key (one or more). --address STRING Byron address (Base58-encoded). --mainnet Use the mainnet magic id. This overrides the CARDANO_NODE_NETWORK_ID environment variable --testnet-magic NATURAL Specify a testnet magic id. This overrides the CARDANO_NODE_NETWORK_ID environment variable - --out-file FILE The output file. + --out-file FILEPATH The output file. -h,--help Show this help text diff --git a/cardano-cli/test/cardano-cli-golden/files/golden/help/babbage_address_build.cli b/cardano-cli/test/cardano-cli-golden/files/golden/help/babbage_address_build.cli index a2dc65f31b..2210fa35f1 100644 --- a/cardano-cli/test/cardano-cli-golden/files/golden/help/babbage_address_build.cli +++ b/cardano-cli/test/cardano-cli-golden/files/golden/help/babbage_address_build.cli @@ -1,36 +1,37 @@ Usage: cardano-cli babbage address build ( --payment-verification-key STRING - | --payment-verification-key-file FILE - | --payment-script-file FILE + | --payment-verification-key-file FILEPATH + | --payment-script-file FILEPATH ) [ --stake-verification-key STRING - | --stake-verification-key-file FILE + | --stake-verification-key-file FILEPATH | --stake-key-hash HASH - | --stake-script-file FILE + | --stake-script-file FILEPATH | --stake-address ADDRESS ] (--mainnet | --testnet-magic NATURAL) - [--out-file FILE] + [--out-file FILEPATH] Build a Shelley payment address, with optional delegation to a stake address. Available options: --payment-verification-key STRING Payment verification key (Bech32-encoded) - --payment-verification-key-file FILE + --payment-verification-key-file FILEPATH Filepath of the payment verification key. - --payment-script-file FILE + --payment-script-file FILEPATH Filepath of the payment script. --stake-verification-key STRING Stake verification key (Bech32 or hex-encoded). - --stake-verification-key-file FILE + --stake-verification-key-file FILEPATH Filepath of the staking verification key. --stake-key-hash HASH Stake verification key hash (hex-encoded). - --stake-script-file FILE Filepath of the staking script. + --stake-script-file FILEPATH + Filepath of the staking script. --stake-address ADDRESS Target stake address (bech32 format). --mainnet Use the mainnet magic id. This overrides the CARDANO_NODE_NETWORK_ID environment variable --testnet-magic NATURAL Specify a testnet magic id. This overrides the CARDANO_NODE_NETWORK_ID environment variable - --out-file FILE Optional output file. Default is to write to stdout. + --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_address_info.cli b/cardano-cli/test/cardano-cli-golden/files/golden/help/babbage_address_info.cli index 661ad3a254..387a1f8ddf 100644 --- a/cardano-cli/test/cardano-cli-golden/files/golden/help/babbage_address_info.cli +++ b/cardano-cli/test/cardano-cli-golden/files/golden/help/babbage_address_info.cli @@ -1,8 +1,8 @@ -Usage: cardano-cli babbage address info --address ADDRESS [--out-file FILE] +Usage: cardano-cli babbage address info --address ADDRESS [--out-file FILEPATH] Print information about an address. Available options: --address ADDRESS A Cardano address - --out-file FILE Optional output file. Default is to write to stdout. + --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_address_key-gen.cli b/cardano-cli/test/cardano-cli-golden/files/golden/help/babbage_address_key-gen.cli index 636acb2c6d..aebfe8f175 100644 --- a/cardano-cli/test/cardano-cli-golden/files/golden/help/babbage_address_key-gen.cli +++ b/cardano-cli/test/cardano-cli-golden/files/golden/help/babbage_address_key-gen.cli @@ -3,8 +3,8 @@ Usage: cardano-cli babbage address key-gen [--key-output-format STRING] | --extended-key | --byron-key ] - --verification-key-file FILE - --signing-key-file FILE + --verification-key-file FILEPATH + --signing-key-file FILEPATH Create an address key pair. @@ -16,7 +16,8 @@ Available options: --normal-key Use a normal Shelley-era key (default). --extended-key Use an extended ed25519 Shelley-era key. --byron-key Use a Byron-era key. - --verification-key-file FILE + --verification-key-file FILEPATH Output filepath of the verification key. - --signing-key-file FILE Output filepath of the signing key. + --signing-key-file FILEPATH + Output filepath of the signing key. -h,--help Show this help text diff --git a/cardano-cli/test/cardano-cli-golden/files/golden/help/babbage_address_key-hash.cli b/cardano-cli/test/cardano-cli-golden/files/golden/help/babbage_address_key-hash.cli index b85959de60..6e095db75b 100644 --- a/cardano-cli/test/cardano-cli-golden/files/golden/help/babbage_address_key-hash.cli +++ b/cardano-cli/test/cardano-cli-golden/files/golden/help/babbage_address_key-hash.cli @@ -1,15 +1,15 @@ Usage: cardano-cli babbage address key-hash ( --payment-verification-key STRING - | --payment-verification-key-file FILE + | --payment-verification-key-file FILEPATH ) - [--out-file FILE] + [--out-file FILEPATH] Print the hash of an address key. Available options: --payment-verification-key STRING Payment verification key (Bech32-encoded) - --payment-verification-key-file FILE + --payment-verification-key-file FILEPATH Filepath of the payment verification key. - --out-file FILE Optional output file. Default is to write to stdout. + --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_genesis_create-staked.cli b/cardano-cli/test/cardano-cli-golden/files/golden/help/babbage_genesis_create-staked.cli index ea4db9f9fc..5bc9df058b 100644 --- a/cardano-cli/test/cardano-cli-golden/files/golden/help/babbage_genesis_create-staked.cli +++ b/cardano-cli/test/cardano-cli-golden/files/golden/help/babbage_genesis_create-staked.cli @@ -13,7 +13,7 @@ Usage: cardano-cli babbage genesis create-staked [--key-output-format STRING] [--bulk-pool-cred-files INT] [--bulk-pools-per-file INT] [--num-stuffed-utxo INT] - [--relay-specification-file FILE] + [--relay-specification-file FILEPATH] Create a staked Shelley genesis file from a genesis template and genesis/delegation/spending keys. @@ -52,7 +52,7 @@ Available options: sets [default is 0]. --num-stuffed-utxo INT The number of fake UTxO entries to generate [default is 0]. - --relay-specification-file FILE + --relay-specification-file FILEPATH JSON file that specifies the relays of each stake pool. -h,--help Show this help text diff --git a/cardano-cli/test/cardano-cli-golden/files/golden/help/babbage_genesis_create-testnet-data.cli b/cardano-cli/test/cardano-cli-golden/files/golden/help/babbage_genesis_create-testnet-data.cli index fce0d1e6d9..8423981ef1 100644 --- a/cardano-cli/test/cardano-cli-golden/files/golden/help/babbage_genesis_create-testnet-data.cli +++ b/cardano-cli/test/cardano-cli-golden/files/golden/help/babbage_genesis_create-testnet-data.cli @@ -1,6 +1,6 @@ -Usage: cardano-cli babbage genesis create-testnet-data [--spec-shelley FILE] - [--spec-alonzo FILE] - [--spec-conway FILE] +Usage: cardano-cli babbage genesis create-testnet-data [--spec-shelley FILEPATH] + [--spec-alonzo FILEPATH] + [--spec-conway FILEPATH] [--genesis-keys INT] [--pools INT] [ --stake-delegators INT @@ -14,18 +14,18 @@ Usage: cardano-cli babbage genesis create-testnet-data [--spec-shelley FILE] [--total-supply LOVELACE] [--delegated-supply LOVELACE] [--testnet-magic NATURAL] - [--relays FILE] + [--relays FILEPATH] [--start-time UTC-TIME] --out-dir DIR Create data to use for starting a testnet. Available options: - --spec-shelley FILE The shelley specification file to use as input. A + --spec-shelley FILEPATH The shelley specification file to use as input. A default one is generated if omitted. - --spec-alonzo FILE The alonzo specification file to use as input. A + --spec-alonzo FILEPATH The alonzo specification file to use as input. A default one is generated if omitted. - --spec-conway FILE The conway specification file to use as input. A + --spec-conway FILEPATH The conway specification file to use as input. A default one is generated if omitted. --genesis-keys INT The number of genesis keys to make (default is 3). --pools INT The number of stake pool credential sets to make @@ -57,7 +57,7 @@ Available options: --testnet-magic NATURAL Specify a testnet magic id for the cluster. This overrides both the network magic from the spec file and CARDANO_NODE_NETWORK_ID environment variable. - --relays FILE JSON file specifying the relays of each stake pool. + --relays FILEPATH JSON file specifying the relays of each stake pool. --start-time UTC-TIME The genesis start time in YYYY-MM-DDThh:mm:ssZ format. If unspecified, will be the current time +30 seconds. diff --git a/cardano-cli/test/cardano-cli-golden/files/golden/help/babbage_genesis_get-ver-key.cli b/cardano-cli/test/cardano-cli-golden/files/golden/help/babbage_genesis_get-ver-key.cli index 905af75552..73f7972df4 100644 --- a/cardano-cli/test/cardano-cli-golden/files/golden/help/babbage_genesis_get-ver-key.cli +++ b/cardano-cli/test/cardano-cli-golden/files/golden/help/babbage_genesis_get-ver-key.cli @@ -1,10 +1,11 @@ -Usage: cardano-cli babbage genesis get-ver-key --verification-key-file FILE - --signing-key-file FILE +Usage: cardano-cli babbage genesis get-ver-key --verification-key-file FILEPATH + --signing-key-file FILEPATH Derive the verification key from a signing key Available options: - --verification-key-file FILE + --verification-key-file FILEPATH Output filepath of the verification key. - --signing-key-file FILE Input filepath of the signing key. + --signing-key-file FILEPATH + Input filepath of the signing key. -h,--help Show this help text diff --git a/cardano-cli/test/cardano-cli-golden/files/golden/help/babbage_genesis_hash.cli b/cardano-cli/test/cardano-cli-golden/files/golden/help/babbage_genesis_hash.cli index a50724c731..1c2fdd79ec 100644 --- a/cardano-cli/test/cardano-cli-golden/files/golden/help/babbage_genesis_hash.cli +++ b/cardano-cli/test/cardano-cli-golden/files/golden/help/babbage_genesis_hash.cli @@ -1,7 +1,7 @@ -Usage: cardano-cli babbage genesis hash --genesis FILE +Usage: cardano-cli babbage genesis hash --genesis FILEPATH Compute the hash of a genesis file Available options: - --genesis FILE The genesis file. + --genesis FILEPATH The genesis file. -h,--help Show this help text diff --git a/cardano-cli/test/cardano-cli-golden/files/golden/help/babbage_genesis_initial-addr.cli b/cardano-cli/test/cardano-cli-golden/files/golden/help/babbage_genesis_initial-addr.cli index 7cd1125180..b643757bb2 100644 --- a/cardano-cli/test/cardano-cli-golden/files/golden/help/babbage_genesis_initial-addr.cli +++ b/cardano-cli/test/cardano-cli-golden/files/golden/help/babbage_genesis_initial-addr.cli @@ -1,17 +1,17 @@ -Usage: cardano-cli babbage genesis initial-addr --verification-key-file FILE +Usage: cardano-cli babbage genesis initial-addr --verification-key-file FILEPATH ( --mainnet | --testnet-magic NATURAL ) - [--out-file FILE] + [--out-file FILEPATH] Get the address for an initial UTxO based on the verification key Available options: - --verification-key-file FILE + --verification-key-file FILEPATH Input filepath of the verification key. --mainnet Use the mainnet magic id. This overrides the CARDANO_NODE_NETWORK_ID environment variable --testnet-magic NATURAL Specify a testnet magic id. This overrides the CARDANO_NODE_NETWORK_ID environment variable - --out-file FILE Optional output file. Default is to write to stdout. + --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_genesis_initial-txin.cli b/cardano-cli/test/cardano-cli-golden/files/golden/help/babbage_genesis_initial-txin.cli index 038603fb9b..1494531e9b 100644 --- a/cardano-cli/test/cardano-cli-golden/files/golden/help/babbage_genesis_initial-txin.cli +++ b/cardano-cli/test/cardano-cli-golden/files/golden/help/babbage_genesis_initial-txin.cli @@ -1,17 +1,17 @@ -Usage: cardano-cli babbage genesis initial-txin --verification-key-file FILE +Usage: cardano-cli babbage genesis initial-txin --verification-key-file FILEPATH ( --mainnet | --testnet-magic NATURAL ) - [--out-file FILE] + [--out-file FILEPATH] Get the TxIn for an initial UTxO based on the verification key Available options: - --verification-key-file FILE + --verification-key-file FILEPATH Input filepath of the verification key. --mainnet Use the mainnet magic id. This overrides the CARDANO_NODE_NETWORK_ID environment variable --testnet-magic NATURAL Specify a testnet magic id. This overrides the CARDANO_NODE_NETWORK_ID environment variable - --out-file FILE Optional output file. Default is to write to stdout. + --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_genesis_key-gen-delegate.cli b/cardano-cli/test/cardano-cli-golden/files/golden/help/babbage_genesis_key-gen-delegate.cli index cb3a82e389..564390c90a 100644 --- a/cardano-cli/test/cardano-cli-golden/files/golden/help/babbage_genesis_key-gen-delegate.cli +++ b/cardano-cli/test/cardano-cli-golden/files/golden/help/babbage_genesis_key-gen-delegate.cli @@ -1,14 +1,15 @@ -Usage: cardano-cli babbage genesis key-gen-delegate --verification-key-file FILE - --signing-key-file FILE - --operational-certificate-issue-counter-file FILE +Usage: cardano-cli babbage genesis key-gen-delegate --verification-key-file FILEPATH + --signing-key-file FILEPATH + --operational-certificate-issue-counter-file FILEPATH Create a Shelley genesis delegate key pair Available options: - --verification-key-file FILE + --verification-key-file FILEPATH Output filepath of the verification key. - --signing-key-file FILE Output filepath of the signing key. - --operational-certificate-issue-counter-file FILE + --signing-key-file FILEPATH + Output filepath of the signing key. + --operational-certificate-issue-counter-file FILEPATH The file with the issue counter for the operational certificate. -h,--help Show this help text diff --git a/cardano-cli/test/cardano-cli-golden/files/golden/help/babbage_genesis_key-gen-genesis.cli b/cardano-cli/test/cardano-cli-golden/files/golden/help/babbage_genesis_key-gen-genesis.cli index aed58528fd..5155d8a6a7 100644 --- a/cardano-cli/test/cardano-cli-golden/files/golden/help/babbage_genesis_key-gen-genesis.cli +++ b/cardano-cli/test/cardano-cli-golden/files/golden/help/babbage_genesis_key-gen-genesis.cli @@ -1,10 +1,11 @@ -Usage: cardano-cli babbage genesis key-gen-genesis --verification-key-file FILE - --signing-key-file FILE +Usage: cardano-cli babbage genesis key-gen-genesis --verification-key-file FILEPATH + --signing-key-file FILEPATH Create a Shelley genesis key pair Available options: - --verification-key-file FILE + --verification-key-file FILEPATH Output filepath of the verification key. - --signing-key-file FILE Output filepath of the signing key. + --signing-key-file FILEPATH + Output filepath of the signing key. -h,--help Show this help text diff --git a/cardano-cli/test/cardano-cli-golden/files/golden/help/babbage_genesis_key-gen-utxo.cli b/cardano-cli/test/cardano-cli-golden/files/golden/help/babbage_genesis_key-gen-utxo.cli index cfaf39f846..268dd51268 100644 --- a/cardano-cli/test/cardano-cli-golden/files/golden/help/babbage_genesis_key-gen-utxo.cli +++ b/cardano-cli/test/cardano-cli-golden/files/golden/help/babbage_genesis_key-gen-utxo.cli @@ -1,10 +1,11 @@ -Usage: cardano-cli babbage genesis key-gen-utxo --verification-key-file FILE - --signing-key-file FILE +Usage: cardano-cli babbage genesis key-gen-utxo --verification-key-file FILEPATH + --signing-key-file FILEPATH Create a Shelley genesis UTxO key pair Available options: - --verification-key-file FILE + --verification-key-file FILEPATH Output filepath of the verification key. - --signing-key-file FILE Output filepath of the signing key. + --signing-key-file FILEPATH + Output filepath of the signing key. -h,--help Show this help text diff --git a/cardano-cli/test/cardano-cli-golden/files/golden/help/babbage_genesis_key-hash.cli b/cardano-cli/test/cardano-cli-golden/files/golden/help/babbage_genesis_key-hash.cli index 59bdbbb4f7..0ec2c98242 100644 --- a/cardano-cli/test/cardano-cli-golden/files/golden/help/babbage_genesis_key-hash.cli +++ b/cardano-cli/test/cardano-cli-golden/files/golden/help/babbage_genesis_key-hash.cli @@ -1,8 +1,8 @@ -Usage: cardano-cli babbage genesis key-hash --verification-key-file FILE +Usage: cardano-cli babbage genesis key-hash --verification-key-file FILEPATH Print the identifier (hash) of a public key Available options: - --verification-key-file FILE + --verification-key-file FILEPATH Input filepath of the verification key. -h,--help Show this help text diff --git a/cardano-cli/test/cardano-cli-golden/files/golden/help/babbage_governance_action_create-protocol-parameters-update.cli b/cardano-cli/test/cardano-cli-golden/files/golden/help/babbage_governance_action_create-protocol-parameters-update.cli index 18ecee9903..5a140a9b5a 100644 --- a/cardano-cli/test/cardano-cli-golden/files/golden/help/babbage_governance_action_create-protocol-parameters-update.cli +++ b/cardano-cli/test/cardano-cli-golden/files/golden/help/babbage_governance_action_create-protocol-parameters-update.cli @@ -1,5 +1,5 @@ Usage: cardano-cli babbage governance action create-protocol-parameters-update --epoch NATURAL - (--genesis-verification-key-file FILE) + (--genesis-verification-key-file FILEPATH) [--min-fee-linear LOVELACE] [--min-fee-constant LOVELACE] [--max-block-body-size WORD32] @@ -24,14 +24,14 @@ Usage: cardano-cli babbage governance action create-protocol-parameters-update - --protocol-minor-version MINOR] [--utxo-cost-per-byte LOVELACE] [--cost-model-file FILE] - --out-file FILE + --out-file FILEPATH Create a protocol parameters update. Available options: --epoch NATURAL The epoch number in which the update proposal is valid. - --genesis-verification-key-file FILE + --genesis-verification-key-file FILEPATH Filepath of the genesis verification key. --min-fee-linear LOVELACE The linear factor per byte for the minimum fee @@ -96,5 +96,5 @@ Available options: Cost in lovelace per unit of UTxO storage (from Babbage era). --cost-model-file FILE Filepath of the JSON formatted cost model - --out-file FILE The output file. + --out-file FILEPATH The output file. -h,--help Show this help text diff --git a/cardano-cli/test/cardano-cli-golden/files/golden/help/babbage_governance_answer-poll.cli b/cardano-cli/test/cardano-cli-golden/files/golden/help/babbage_governance_answer-poll.cli index 010c8f307d..8cbe5fc26a 100644 --- a/cardano-cli/test/cardano-cli-golden/files/golden/help/babbage_governance_answer-poll.cli +++ b/cardano-cli/test/cardano-cli-golden/files/golden/help/babbage_governance_answer-poll.cli @@ -1,12 +1,12 @@ -Usage: cardano-cli babbage governance answer-poll --poll-file FILE +Usage: cardano-cli babbage governance answer-poll --poll-file FILEPATH [--answer INT] - [--out-file FILE] + [--out-file FILEPATH] Answer an SPO poll Available options: - --poll-file FILE Filepath to the ongoing poll. + --poll-file FILEPATH Filepath to the ongoing poll. --answer INT The index of the chosen answer in the poll. Optional. Asked interactively if omitted. - --out-file FILE The output file. + --out-file FILEPATH The output file. -h,--help Show this help text diff --git a/cardano-cli/test/cardano-cli-golden/files/golden/help/babbage_governance_create-genesis-key-delegation-certificate.cli b/cardano-cli/test/cardano-cli-golden/files/golden/help/babbage_governance_create-genesis-key-delegation-certificate.cli index 803171426b..e44f3ddbf5 100644 --- a/cardano-cli/test/cardano-cli-golden/files/golden/help/babbage_governance_create-genesis-key-delegation-certificate.cli +++ b/cardano-cli/test/cardano-cli-golden/files/golden/help/babbage_governance_create-genesis-key-delegation-certificate.cli @@ -1,38 +1,38 @@ Usage: cardano-cli babbage governance create-genesis-key-delegation-certificate ( --genesis-verification-key STRING - | --genesis-verification-key-file FILE + | --genesis-verification-key-file FILEPATH | --genesis-verification-key-hash STRING ) ( --genesis-delegate-verification-key STRING - | --genesis-delegate-verification-key-file FILE + | --genesis-delegate-verification-key-file FILEPATH | --genesis-delegate-verification-key-hash STRING ) ( --vrf-verification-key STRING - | --vrf-verification-key-file FILE + | --vrf-verification-key-file FILEPATH | --vrf-verification-key-hash STRING ) - --out-file FILE + --out-file FILEPATH Create a genesis key delegation certificate Available options: --genesis-verification-key STRING Genesis verification key (hex-encoded). - --genesis-verification-key-file FILE + --genesis-verification-key-file FILEPATH Filepath of the genesis verification key. --genesis-verification-key-hash STRING Genesis verification key hash (hex-encoded). --genesis-delegate-verification-key STRING Genesis delegate verification key (hex-encoded). - --genesis-delegate-verification-key-file FILE + --genesis-delegate-verification-key-file FILEPATH Filepath of the genesis delegate verification key. --genesis-delegate-verification-key-hash STRING Genesis delegate verification key hash (hex-encoded). --vrf-verification-key STRING VRF verification key (Bech32 or hex-encoded). - --vrf-verification-key-file FILE + --vrf-verification-key-file FILEPATH Filepath of the VRF verification key. --vrf-verification-key-hash STRING VRF verification key hash (hex-encoded). - --out-file FILE The output file. + --out-file FILEPATH The output file. -h,--help Show this help text diff --git a/cardano-cli/test/cardano-cli-golden/files/golden/help/babbage_governance_create-mir-certificate.cli b/cardano-cli/test/cardano-cli-golden/files/golden/help/babbage_governance_create-mir-certificate.cli index 0a025043f1..f1dfdfbf74 100644 --- a/cardano-cli/test/cardano-cli-golden/files/golden/help/babbage_governance_create-mir-certificate.cli +++ b/cardano-cli/test/cardano-cli-golden/files/golden/help/babbage_governance_create-mir-certificate.cli @@ -4,7 +4,7 @@ Usage: cardano-cli babbage governance create-mir-certificate ) (--stake-address ADDRESS) (--reward LOVELACE) - --out-file FILE + --out-file FILEPATH | stake-addresses | transfer-to-treasury | transfer-to-rewards @@ -17,7 +17,7 @@ Available options: --treasury Use the treasury pot. --stake-address ADDRESS Target stake address (bech32 format). --reward LOVELACE The reward for the relevant reward account. - --out-file FILE The output file. + --out-file FILEPATH The output file. -h,--help Show this help text Available commands: diff --git a/cardano-cli/test/cardano-cli-golden/files/golden/help/babbage_governance_create-mir-certificate_stake-addresses.cli b/cardano-cli/test/cardano-cli-golden/files/golden/help/babbage_governance_create-mir-certificate_stake-addresses.cli index 6b1ba3d487..b9146d52f6 100644 --- a/cardano-cli/test/cardano-cli-golden/files/golden/help/babbage_governance_create-mir-certificate_stake-addresses.cli +++ b/cardano-cli/test/cardano-cli-golden/files/golden/help/babbage_governance_create-mir-certificate_stake-addresses.cli @@ -4,7 +4,7 @@ Usage: cardano-cli babbage governance create-mir-certificate stake-addresses ) (--stake-address ADDRESS) (--reward LOVELACE) - --out-file FILE + --out-file FILEPATH Create an MIR certificate to pay stake addresses @@ -13,5 +13,5 @@ Available options: --treasury Use the treasury pot. --stake-address ADDRESS Target stake address (bech32 format). --reward LOVELACE The reward for the relevant reward account. - --out-file FILE The output file. + --out-file FILEPATH The output file. -h,--help Show this help text diff --git a/cardano-cli/test/cardano-cli-golden/files/golden/help/babbage_governance_create-mir-certificate_transfer-to-rewards.cli b/cardano-cli/test/cardano-cli-golden/files/golden/help/babbage_governance_create-mir-certificate_transfer-to-rewards.cli index c44097d972..519048fdf4 100644 --- a/cardano-cli/test/cardano-cli-golden/files/golden/help/babbage_governance_create-mir-certificate_transfer-to-rewards.cli +++ b/cardano-cli/test/cardano-cli-golden/files/golden/help/babbage_governance_create-mir-certificate_transfer-to-rewards.cli @@ -1,10 +1,10 @@ Usage: cardano-cli babbage governance create-mir-certificate transfer-to-rewards --transfer LOVELACE - --out-file FILE + --out-file FILEPATH Create an MIR certificate to transfer from the treasury pot to the reserves pot Available options: --transfer LOVELACE The amount to transfer. - --out-file FILE The output file. + --out-file FILEPATH The output file. -h,--help Show this help text diff --git a/cardano-cli/test/cardano-cli-golden/files/golden/help/babbage_governance_create-mir-certificate_transfer-to-treasury.cli b/cardano-cli/test/cardano-cli-golden/files/golden/help/babbage_governance_create-mir-certificate_transfer-to-treasury.cli index baa2f232e5..af418afed5 100644 --- a/cardano-cli/test/cardano-cli-golden/files/golden/help/babbage_governance_create-mir-certificate_transfer-to-treasury.cli +++ b/cardano-cli/test/cardano-cli-golden/files/golden/help/babbage_governance_create-mir-certificate_transfer-to-treasury.cli @@ -1,10 +1,10 @@ Usage: cardano-cli babbage governance create-mir-certificate transfer-to-treasury --transfer LOVELACE - --out-file FILE + --out-file FILEPATH Create an MIR certificate to transfer from the reserves pot to the treasury pot Available options: --transfer LOVELACE The amount to transfer. - --out-file FILE The output file. + --out-file FILEPATH The output file. -h,--help Show this help text diff --git a/cardano-cli/test/cardano-cli-golden/files/golden/help/babbage_governance_create-poll.cli b/cardano-cli/test/cardano-cli-golden/files/golden/help/babbage_governance_create-poll.cli index a2ae7fbd74..5895df9c21 100644 --- a/cardano-cli/test/cardano-cli-golden/files/golden/help/babbage_governance_create-poll.cli +++ b/cardano-cli/test/cardano-cli-golden/files/golden/help/babbage_governance_create-poll.cli @@ -1,7 +1,7 @@ Usage: cardano-cli babbage governance create-poll --question STRING (--answer STRING) [--nonce UINT] - --out-file FILE + --out-file FILEPATH Create an SPO poll @@ -10,5 +10,5 @@ Available options: --answer STRING A possible choice for the poll. The option is repeatable. --nonce UINT An (optional) nonce for non-replayability. - --out-file FILE The output file. + --out-file FILEPATH The output file. -h,--help Show this help text diff --git a/cardano-cli/test/cardano-cli-golden/files/golden/help/babbage_governance_verify-poll.cli b/cardano-cli/test/cardano-cli-golden/files/golden/help/babbage_governance_verify-poll.cli index 1ee21545fd..543797b44a 100644 --- a/cardano-cli/test/cardano-cli-golden/files/golden/help/babbage_governance_verify-poll.cli +++ b/cardano-cli/test/cardano-cli-golden/files/golden/help/babbage_governance_verify-poll.cli @@ -1,12 +1,12 @@ -Usage: cardano-cli babbage governance verify-poll --poll-file FILE - --tx-file FILE - [--out-file FILE] +Usage: cardano-cli babbage governance verify-poll --poll-file FILEPATH + --tx-file FILEPATH + [--out-file FILEPATH] Verify an answer to a given SPO poll Available options: - --poll-file FILE Filepath to the ongoing poll. - --tx-file FILE Filepath to the JSON TxBody or JSON Tx carrying a + --poll-file FILEPATH Filepath to the ongoing poll. + --tx-file FILEPATH Filepath to the JSON TxBody or JSON Tx carrying a valid poll answer. - --out-file FILE The output file. + --out-file FILEPATH The output file. -h,--help Show this help text diff --git a/cardano-cli/test/cardano-cli-golden/files/golden/help/babbage_key_convert-byron-genesis-vkey.cli b/cardano-cli/test/cardano-cli-golden/files/golden/help/babbage_key_convert-byron-genesis-vkey.cli index 0a113c72c3..a8175b8b7c 100644 --- a/cardano-cli/test/cardano-cli-golden/files/golden/help/babbage_key_convert-byron-genesis-vkey.cli +++ b/cardano-cli/test/cardano-cli-golden/files/golden/help/babbage_key_convert-byron-genesis-vkey.cli @@ -1,5 +1,5 @@ Usage: cardano-cli babbage key convert-byron-genesis-vkey --byron-genesis-verification-key BASE64 - --out-file FILE + --out-file FILEPATH Convert a Base64-encoded Byron genesis verification key to a Shelley genesis verification key @@ -7,5 +7,5 @@ Usage: cardano-cli babbage key convert-byron-genesis-vkey --byron-genesis-verifi Available options: --byron-genesis-verification-key BASE64 Base64 string for the Byron genesis verification key. - --out-file FILE The output file. + --out-file FILEPATH The output file. -h,--help Show this help text diff --git a/cardano-cli/test/cardano-cli-golden/files/golden/help/babbage_key_convert-byron-key.cli b/cardano-cli/test/cardano-cli-golden/files/golden/help/babbage_key_convert-byron-key.cli index eb94eaa9af..8e23adc636 100644 --- a/cardano-cli/test/cardano-cli-golden/files/golden/help/babbage_key_convert-byron-key.cli +++ b/cardano-cli/test/cardano-cli-golden/files/golden/help/babbage_key_convert-byron-key.cli @@ -6,10 +6,10 @@ Usage: cardano-cli babbage key convert-byron-key [--password TEXT] | --byron-genesis-delegate-key-type | --legacy-byron-genesis-delegate-key-type ) - ( --byron-signing-key-file FILE - | --byron-verification-key-file FILE + ( --byron-signing-key-file FILEPATH + | --byron-verification-key-file FILEPATH ) - --out-file FILE + --out-file FILEPATH Convert a Byron payment, genesis or genesis delegate key (signing or verification) to a corresponding Shelley-format key. @@ -27,9 +27,9 @@ Available options: --legacy-byron-genesis-delegate-key-type Use a Byron-era genesis delegate key, in legacy SL format. - --byron-signing-key-file FILE + --byron-signing-key-file FILEPATH Input filepath of the Byron-format signing key. - --byron-verification-key-file FILE + --byron-verification-key-file FILEPATH Input filepath of the Byron-format verification key. - --out-file FILE The output file. + --out-file FILEPATH The output file. -h,--help Show this help text diff --git a/cardano-cli/test/cardano-cli-golden/files/golden/help/babbage_key_convert-cardano-address-key.cli b/cardano-cli/test/cardano-cli-golden/files/golden/help/babbage_key_convert-cardano-address-key.cli index b4e7ff63bb..f04b31a636 100644 --- a/cardano-cli/test/cardano-cli-golden/files/golden/help/babbage_key_convert-cardano-address-key.cli +++ b/cardano-cli/test/cardano-cli-golden/files/golden/help/babbage_key_convert-cardano-address-key.cli @@ -7,8 +7,8 @@ Usage: cardano-cli babbage key convert-cardano-address-key | --icarus-payment-key | --byron-payment-key ) - --signing-key-file FILE - --out-file FILE + --signing-key-file FILEPATH + --out-file FILEPATH Convert a cardano-address extended signing key to a corresponding Shelley-format key. @@ -23,6 +23,7 @@ Available options: Icarus style. --byron-payment-key Use a Byron-era extended payment key formatted in the deprecated Byron style. - --signing-key-file FILE Input filepath of the signing key. - --out-file FILE The output file. + --signing-key-file FILEPATH + Input filepath of the signing key. + --out-file FILEPATH The output file. -h,--help Show this help text diff --git a/cardano-cli/test/cardano-cli-golden/files/golden/help/babbage_key_convert-itn-bip32-key.cli b/cardano-cli/test/cardano-cli-golden/files/golden/help/babbage_key_convert-itn-bip32-key.cli index 77d1de0b3e..83e5133131 100644 --- a/cardano-cli/test/cardano-cli-golden/files/golden/help/babbage_key_convert-itn-bip32-key.cli +++ b/cardano-cli/test/cardano-cli-golden/files/golden/help/babbage_key_convert-itn-bip32-key.cli @@ -1,11 +1,11 @@ -Usage: cardano-cli babbage key convert-itn-bip32-key --itn-signing-key-file FILE - --out-file FILE +Usage: cardano-cli babbage key convert-itn-bip32-key --itn-signing-key-file FILEPATH + --out-file FILEPATH Convert an Incentivized Testnet (ITN) BIP32 (Ed25519Bip32) signing key to a corresponding Shelley stake signing key Available options: - --itn-signing-key-file FILE + --itn-signing-key-file FILEPATH Filepath of the ITN signing key. - --out-file FILE The output file. + --out-file FILEPATH The output file. -h,--help Show this help text diff --git a/cardano-cli/test/cardano-cli-golden/files/golden/help/babbage_key_convert-itn-extended-key.cli b/cardano-cli/test/cardano-cli-golden/files/golden/help/babbage_key_convert-itn-extended-key.cli index 787c61713f..c678d25e96 100644 --- a/cardano-cli/test/cardano-cli-golden/files/golden/help/babbage_key_convert-itn-extended-key.cli +++ b/cardano-cli/test/cardano-cli-golden/files/golden/help/babbage_key_convert-itn-extended-key.cli @@ -1,11 +1,11 @@ -Usage: cardano-cli babbage key convert-itn-extended-key --itn-signing-key-file FILE - --out-file FILE +Usage: cardano-cli babbage key convert-itn-extended-key --itn-signing-key-file FILEPATH + --out-file FILEPATH Convert an Incentivized Testnet (ITN) extended (Ed25519Extended) signing key to a corresponding Shelley stake signing key Available options: - --itn-signing-key-file FILE + --itn-signing-key-file FILEPATH Filepath of the ITN signing key. - --out-file FILE The output file. + --out-file FILEPATH The output file. -h,--help Show this help text diff --git a/cardano-cli/test/cardano-cli-golden/files/golden/help/babbage_key_convert-itn-key.cli b/cardano-cli/test/cardano-cli-golden/files/golden/help/babbage_key_convert-itn-key.cli index f5a8f3ef37..f025bc0c20 100644 --- a/cardano-cli/test/cardano-cli-golden/files/golden/help/babbage_key_convert-itn-key.cli +++ b/cardano-cli/test/cardano-cli-golden/files/golden/help/babbage_key_convert-itn-key.cli @@ -1,16 +1,16 @@ Usage: cardano-cli babbage key convert-itn-key - ( --itn-signing-key-file FILE - | --itn-verification-key-file FILE + ( --itn-signing-key-file FILEPATH + | --itn-verification-key-file FILEPATH ) - --out-file FILE + --out-file FILEPATH Convert an Incentivized Testnet (ITN) non-extended (Ed25519) signing or verification key to a corresponding Shelley stake key Available options: - --itn-signing-key-file FILE + --itn-signing-key-file FILEPATH Filepath of the ITN signing key. - --itn-verification-key-file FILE + --itn-verification-key-file FILEPATH Filepath of the ITN verification key. - --out-file FILE The output file. + --out-file FILEPATH The output file. -h,--help Show this help text diff --git a/cardano-cli/test/cardano-cli-golden/files/golden/help/babbage_key_non-extended-key.cli b/cardano-cli/test/cardano-cli-golden/files/golden/help/babbage_key_non-extended-key.cli index 01c8009ebe..07bfbad43b 100644 --- a/cardano-cli/test/cardano-cli-golden/files/golden/help/babbage_key_non-extended-key.cli +++ b/cardano-cli/test/cardano-cli-golden/files/golden/help/babbage_key_non-extended-key.cli @@ -1,12 +1,12 @@ -Usage: cardano-cli babbage key non-extended-key --extended-verification-key-file FILE - --verification-key-file FILE +Usage: cardano-cli babbage key non-extended-key --extended-verification-key-file FILEPATH + --verification-key-file FILEPATH Get a non-extended verification key from an extended verification key. This supports all extended key types. Available options: - --extended-verification-key-file FILE + --extended-verification-key-file FILEPATH Input filepath of the ed25519-bip32 verification key. - --verification-key-file FILE + --verification-key-file FILEPATH Output filepath of the verification key. -h,--help Show this help text diff --git a/cardano-cli/test/cardano-cli-golden/files/golden/help/babbage_key_verification-key.cli b/cardano-cli/test/cardano-cli-golden/files/golden/help/babbage_key_verification-key.cli index 41d75ef02f..9671de3eb2 100644 --- a/cardano-cli/test/cardano-cli-golden/files/golden/help/babbage_key_verification-key.cli +++ b/cardano-cli/test/cardano-cli-golden/files/golden/help/babbage_key_verification-key.cli @@ -1,10 +1,11 @@ -Usage: cardano-cli babbage key verification-key --signing-key-file FILE - --verification-key-file FILE +Usage: cardano-cli babbage key verification-key --signing-key-file FILEPATH + --verification-key-file FILEPATH Get a verification key from a signing key. This supports all key types. Available options: - --signing-key-file FILE Input filepath of the signing key. - --verification-key-file FILE + --signing-key-file FILEPATH + Input filepath of the signing key. + --verification-key-file FILEPATH Output filepath of the verification key. -h,--help Show this help text diff --git a/cardano-cli/test/cardano-cli-golden/files/golden/help/babbage_node_issue-op-cert.cli b/cardano-cli/test/cardano-cli-golden/files/golden/help/babbage_node_issue-op-cert.cli index 99bc0c320e..858b883454 100644 --- a/cardano-cli/test/cardano-cli-golden/files/golden/help/babbage_node_issue-op-cert.cli +++ b/cardano-cli/test/cardano-cli-golden/files/golden/help/babbage_node_issue-op-cert.cli @@ -1,24 +1,24 @@ Usage: cardano-cli babbage node issue-op-cert ( --kes-verification-key STRING - | --kes-verification-key-file FILE + | --kes-verification-key-file FILEPATH ) - --cold-signing-key-file FILE - --operational-certificate-issue-counter-file FILE + --cold-signing-key-file FILEPATH + --operational-certificate-issue-counter-file FILEPATH --kes-period NATURAL - --out-file FILE + --out-file FILEPATH Issue a node operational certificate Available options: --kes-verification-key STRING A Bech32 or hex-encoded hot KES verification key. - --kes-verification-key-file FILE + --kes-verification-key-file FILEPATH Filepath of the hot KES verification key. - --cold-signing-key-file FILE + --cold-signing-key-file FILEPATH Filepath of the cold signing key. - --operational-certificate-issue-counter-file FILE + --operational-certificate-issue-counter-file FILEPATH The file with the issue counter for the operational certificate. --kes-period NATURAL The start of the KES key validity period. - --out-file FILE The output file. + --out-file FILEPATH The output file. -h,--help Show this help text diff --git a/cardano-cli/test/cardano-cli-golden/files/golden/help/babbage_node_key-gen-KES.cli b/cardano-cli/test/cardano-cli-golden/files/golden/help/babbage_node_key-gen-KES.cli index 9f667ccb4f..e3b94cfd80 100644 --- a/cardano-cli/test/cardano-cli-golden/files/golden/help/babbage_node_key-gen-KES.cli +++ b/cardano-cli/test/cardano-cli-golden/files/golden/help/babbage_node_key-gen-KES.cli @@ -1,6 +1,6 @@ Usage: cardano-cli babbage node key-gen-KES [--key-output-format STRING] - --verification-key-file FILE - --signing-key-file FILE + --verification-key-file FILEPATH + --signing-key-file FILEPATH Create a key pair for a node KES operational key @@ -9,7 +9,8 @@ Available options: Optional key output format. Accepted output formats are "text-envelope" and "bech32" (default is "text-envelope"). - --verification-key-file FILE + --verification-key-file FILEPATH Output filepath of the verification key. - --signing-key-file FILE Output filepath of the signing key. + --signing-key-file FILEPATH + Output filepath of the signing key. -h,--help Show this help text diff --git a/cardano-cli/test/cardano-cli-golden/files/golden/help/babbage_node_key-gen-VRF.cli b/cardano-cli/test/cardano-cli-golden/files/golden/help/babbage_node_key-gen-VRF.cli index cae675caa3..e185ff0ffa 100644 --- a/cardano-cli/test/cardano-cli-golden/files/golden/help/babbage_node_key-gen-VRF.cli +++ b/cardano-cli/test/cardano-cli-golden/files/golden/help/babbage_node_key-gen-VRF.cli @@ -1,6 +1,6 @@ Usage: cardano-cli babbage node key-gen-VRF [--key-output-format STRING] - --verification-key-file FILE - --signing-key-file FILE + --verification-key-file FILEPATH + --signing-key-file FILEPATH Create a key pair for a node VRF operational key @@ -9,7 +9,8 @@ Available options: Optional key output format. Accepted output formats are "text-envelope" and "bech32" (default is "text-envelope"). - --verification-key-file FILE + --verification-key-file FILEPATH Output filepath of the verification key. - --signing-key-file FILE Output filepath of the signing key. + --signing-key-file FILEPATH + Output filepath of the signing key. -h,--help Show this help text diff --git a/cardano-cli/test/cardano-cli-golden/files/golden/help/babbage_node_key-gen.cli b/cardano-cli/test/cardano-cli-golden/files/golden/help/babbage_node_key-gen.cli index 3a43714e91..2277f0c9fd 100644 --- a/cardano-cli/test/cardano-cli-golden/files/golden/help/babbage_node_key-gen.cli +++ b/cardano-cli/test/cardano-cli-golden/files/golden/help/babbage_node_key-gen.cli @@ -1,7 +1,7 @@ Usage: cardano-cli babbage node key-gen [--key-output-format STRING] - --cold-verification-key-file FILE - --cold-signing-key-file FILE - --operational-certificate-issue-counter-file FILE + --cold-verification-key-file FILEPATH + --cold-signing-key-file FILEPATH + --operational-certificate-issue-counter-file FILEPATH Create a key pair for a node operator's offline key and a new certificate issue counter @@ -11,11 +11,11 @@ Available options: Optional key output format. Accepted output formats are "text-envelope" and "bech32" (default is "text-envelope"). - --cold-verification-key-file FILE + --cold-verification-key-file FILEPATH Filepath of the cold verification key. - --cold-signing-key-file FILE + --cold-signing-key-file FILEPATH Filepath of the cold signing key. - --operational-certificate-issue-counter-file FILE + --operational-certificate-issue-counter-file FILEPATH The file with the issue counter for the operational certificate. -h,--help Show this help text diff --git a/cardano-cli/test/cardano-cli-golden/files/golden/help/babbage_node_key-hash-VRF.cli b/cardano-cli/test/cardano-cli-golden/files/golden/help/babbage_node_key-hash-VRF.cli index 1983fd57bf..17eafc8c50 100644 --- a/cardano-cli/test/cardano-cli-golden/files/golden/help/babbage_node_key-hash-VRF.cli +++ b/cardano-cli/test/cardano-cli-golden/files/golden/help/babbage_node_key-hash-VRF.cli @@ -1,15 +1,15 @@ Usage: cardano-cli babbage node key-hash-VRF ( --verification-key STRING - | --verification-key-file FILE + | --verification-key-file FILEPATH ) - [--out-file FILE] + [--out-file FILEPATH] Print hash of a node's operational VRF key. Available options: --verification-key STRING Verification key (Bech32 or hex-encoded). - --verification-key-file FILE + --verification-key-file FILEPATH Input filepath of the verification key. - --out-file FILE Optional output file. Default is to write to stdout. + --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_node_new-counter.cli b/cardano-cli/test/cardano-cli-golden/files/golden/help/babbage_node_new-counter.cli index 8474ed01b0..5490c8d017 100644 --- a/cardano-cli/test/cardano-cli-golden/files/golden/help/babbage_node_new-counter.cli +++ b/cardano-cli/test/cardano-cli-golden/files/golden/help/babbage_node_new-counter.cli @@ -1,10 +1,10 @@ Usage: cardano-cli babbage node new-counter ( --stake-pool-verification-key STRING | --genesis-delegate-verification-key STRING - | --cold-verification-key-file FILE + | --cold-verification-key-file FILEPATH ) --counter-value INT - --operational-certificate-issue-counter-file FILE + --operational-certificate-issue-counter-file FILEPATH Create a new certificate issue counter @@ -13,10 +13,10 @@ Available options: Stake pool verification key (Bech32 or hex-encoded). --genesis-delegate-verification-key STRING Genesis delegate verification key (hex-encoded). - --cold-verification-key-file FILE + --cold-verification-key-file FILEPATH Filepath of the cold verification key. --counter-value INT The next certificate issue counter value to use. - --operational-certificate-issue-counter-file FILE + --operational-certificate-issue-counter-file FILEPATH The file with the issue counter for the operational certificate. -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 df1ef50af6..2807305bdf 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 @@ -4,8 +4,8 @@ Usage: cardano-cli babbage query kes-period-info --socket-path SOCKET_PATH ( --mainnet | --testnet-magic NATURAL ) - --op-cert-file FILE - [--out-file FILE] + --op-cert-file FILEPATH + [--out-file FILEPATH] Get information about the current KES period and your node's operational certificate. @@ -24,6 +24,6 @@ Available options: CARDANO_NODE_NETWORK_ID environment variable --testnet-magic NATURAL Specify a testnet magic id. This overrides the CARDANO_NODE_NETWORK_ID environment variable - --op-cert-file FILE Filepath of the node's operational certificate. - --out-file FILE Optional output file. Default is to write to stdout. + --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 a7bbdcfdc0..a0a04c4d3f 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 @@ -4,17 +4,17 @@ Usage: cardano-cli babbage query leadership-schedule --socket-path SOCKET_PATH ( --mainnet | --testnet-magic NATURAL ) - --genesis FILE + --genesis FILEPATH ( --stake-pool-verification-key STRING - | --cold-verification-key-file FILE + | --cold-verification-key-file FILEPATH | --stake-pool-id STAKE_POOL_ID ) - --vrf-signing-key-file FILE + --vrf-signing-key-file FILEPATH (--current | --next) [ --output-json | --output-text ] - [--out-file FILE] + [--out-file FILEPATH] Get the slots the node is expected to mint a block in (advanced command) @@ -32,15 +32,15 @@ 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 - --genesis FILE Shelley genesis filepath + --genesis FILEPATH Shelley genesis filepath --stake-pool-verification-key STRING Stake pool verification key (Bech32 or hex-encoded). - --cold-verification-key-file FILE + --cold-verification-key-file FILEPATH Filepath of the stake pool verification key. --stake-pool-id STAKE_POOL_ID Stake pool ID/verification key hash (either Bech32-encoded or hex-encoded). - --vrf-signing-key-file FILE + --vrf-signing-key-file FILEPATH Input filepath of the VRF signing key. --current Get the leadership schedule for the current epoch. --next Get the leadership schedule for the following epoch. @@ -48,5 +48,5 @@ Available options: Default format when writing to a file --output-text Format leadership-schedule query output to TEXT. Default format when writing to stdout - --out-file FILE Optional output file. Default is to write to stdout. + --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 e8a72bfa50..1ed8f50c76 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 @@ -4,7 +4,7 @@ Usage: cardano-cli babbage query ledger-state --socket-path SOCKET_PATH ( --mainnet | --testnet-magic NATURAL ) - [--out-file FILE] + [--out-file FILEPATH] Dump the current ledger state of the node (Ledger.NewEpochState -- advanced command) @@ -23,5 +23,5 @@ 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 - --out-file FILE Optional output file. Default is to write to stdout. + --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 b4c30491f9..ffd1a1b1a5 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 @@ -7,7 +7,7 @@ Usage: cardano-cli babbage query pool-params --socket-path SOCKET_PATH ( --all-stake-pools | (--stake-pool-id STAKE_POOL_ID) ) - [--out-file FILE] + [--out-file FILEPATH] DEPRECATED. Use query pool-state instead. Dump the pool parameters (Ledger.NewEpochState.esLState._delegationState._pState._pParams -- advanced @@ -31,5 +31,5 @@ Available options: --stake-pool-id STAKE_POOL_ID Stake pool ID/verification key hash (either Bech32-encoded or hex-encoded). - --out-file FILE Optional output file. Default is to write to stdout. + --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-state.cli b/cardano-cli/test/cardano-cli-golden/files/golden/help/babbage_query_pool-state.cli index 2ff5916715..f109df5bd2 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 @@ -7,7 +7,7 @@ Usage: cardano-cli babbage query pool-state --socket-path SOCKET_PATH ( --all-stake-pools | (--stake-pool-id STAKE_POOL_ID) ) - [--out-file FILE] + [--out-file FILEPATH] Dump the pool state @@ -29,5 +29,5 @@ Available options: --stake-pool-id STAKE_POOL_ID Stake pool ID/verification key hash (either Bech32-encoded or hex-encoded). - --out-file FILE Optional output file. Default is to write to stdout. + --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-parameters.cli b/cardano-cli/test/cardano-cli-golden/files/golden/help/babbage_query_protocol-parameters.cli index fc26e46f59..5495ea520f 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 @@ -4,7 +4,7 @@ Usage: cardano-cli babbage query protocol-parameters --socket-path SOCKET_PATH ( --mainnet | --testnet-magic NATURAL ) - [--out-file FILE] + [--out-file FILEPATH] Get the node's current protocol parameters @@ -22,5 +22,5 @@ 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 - --out-file FILE Optional output file. Default is to write to stdout. + --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 80e856c8f4..33c4596803 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 @@ -4,7 +4,7 @@ Usage: cardano-cli babbage query protocol-state --socket-path SOCKET_PATH ( --mainnet | --testnet-magic NATURAL ) - [--out-file FILE] + [--out-file FILEPATH] Dump the current protocol state of the node (Ledger.ChainDepState -- advanced command) @@ -23,5 +23,5 @@ 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 - --out-file FILE Optional output file. Default is to write to stdout. + --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 2140f3e983..0abbc30b20 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 @@ -8,7 +8,7 @@ Usage: cardano-cli babbage query ref-script-size --socket-path SOCKET_PATH [ --output-json | --output-text ] - [--out-file FILE] + [--out-file FILEPATH] Calculate the reference input scripts size in bytes for provided transaction inputs. @@ -32,5 +32,5 @@ Available options: format when writing to a file --output-text Format reference inputs query output to TEXT. Default format when writing to stdout - --out-file FILE Optional output file. Default is to write to stdout. + --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-address-info.cli b/cardano-cli/test/cardano-cli-golden/files/golden/help/babbage_query_stake-address-info.cli index 3887d1dbd9..ebe5fe6323 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 @@ -5,7 +5,7 @@ Usage: cardano-cli babbage query stake-address-info --socket-path SOCKET_PATH ( --mainnet | --testnet-magic NATURAL ) - [--out-file FILE] + [--out-file FILEPATH] Get the current delegations and reward accounts filtered by stake address. @@ -24,5 +24,5 @@ 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 - --out-file FILE Optional output file. Default is to write to stdout. + --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 829fb6e77b..2708aa3c96 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 @@ -7,7 +7,7 @@ Usage: cardano-cli babbage query stake-distribution --socket-path SOCKET_PATH [ --output-json | --output-text ] - [--out-file FILE] + [--out-file FILEPATH] Get the node's current aggregated stake distribution @@ -29,5 +29,5 @@ Available options: Default format when writing to a file --output-text Format stake-distribution query output to TEXT. Default format when writing to stdout - --out-file FILE Optional output file. Default is to write to stdout. + --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-pools.cli b/cardano-cli/test/cardano-cli-golden/files/golden/help/babbage_query_stake-pools.cli index 6fb2178cec..9c03d8054a 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 @@ -5,7 +5,7 @@ Usage: cardano-cli babbage query stake-pools --socket-path SOCKET_PATH | --testnet-magic NATURAL ) [--output-json | --output-text] - [--out-file FILE] + [--out-file FILEPATH] Get the node's current set of stake pool ids @@ -27,5 +27,5 @@ Available options: format when writing to a file --output-text Format stake-pools query output to TEXT. Default format when writing to stdout - --out-file FILE Optional output file. Default is to write to stdout. + --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-snapshot.cli b/cardano-cli/test/cardano-cli-golden/files/golden/help/babbage_query_stake-snapshot.cli index 5dd5fc1068..0e81a48960 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 @@ -7,7 +7,7 @@ Usage: cardano-cli babbage query stake-snapshot --socket-path SOCKET_PATH ( --all-stake-pools | (--stake-pool-id STAKE_POOL_ID) ) - [--out-file FILE] + [--out-file FILEPATH] Obtain the three stake snapshots for a pool, plus the total active stake (advanced command) @@ -30,5 +30,5 @@ Available options: --stake-pool-id STAKE_POOL_ID Stake pool ID/verification key hash (either Bech32-encoded or hex-encoded). - --out-file FILE Optional output file. Default is to write to stdout. + --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_tip.cli b/cardano-cli/test/cardano-cli-golden/files/golden/help/babbage_query_tip.cli index ab9ff2c50e..209e7e3949 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,7 +1,7 @@ Usage: cardano-cli babbage query tip --socket-path SOCKET_PATH [--cardano-mode [--epoch-slots SLOTS]] (--mainnet | --testnet-magic NATURAL) - [--out-file FILE] + [--out-file FILEPATH] Get the node's current tip (slot no, hash, block no) @@ -19,5 +19,5 @@ 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 - --out-file FILE Optional output file. Default is to write to stdout. + --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 059def8231..809b286b3f 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 @@ -5,7 +5,7 @@ Usage: cardano-cli babbage query tx-mempool --socket-path SOCKET_PATH | --testnet-magic NATURAL ) (info | next-tx | tx-exists) - [--out-file FILE] + [--out-file FILEPATH] Local Mempool info @@ -23,7 +23,7 @@ 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 - --out-file FILE Optional output file. Default is to write to stdout. + --out-file FILEPATH Optional output file. Default is to write to stdout. -h,--help Show this help text Available commands: 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 1550f9434f..2726fce5c8 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 @@ -7,6 +7,6 @@ Usage: cardano-cli babbage query tx-mempool --socket-path SOCKET_PATH | --testnet-magic NATURAL ) (info | next-tx | tx-exists) - [--out-file FILE] + [--out-file FILEPATH] Local Mempool info 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 1550f9434f..2726fce5c8 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 @@ -7,6 +7,6 @@ Usage: cardano-cli babbage query tx-mempool --socket-path SOCKET_PATH | --testnet-magic NATURAL ) (info | next-tx | tx-exists) - [--out-file FILE] + [--out-file FILEPATH] Local Mempool info 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 1550f9434f..2726fce5c8 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 @@ -7,6 +7,6 @@ Usage: cardano-cli babbage query tx-mempool --socket-path SOCKET_PATH | --testnet-magic NATURAL ) (info | next-tx | tx-exists) - [--out-file FILE] + [--out-file FILEPATH] Local Mempool info 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 38b0bc9a7b..ef65ab3383 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 @@ -6,7 +6,7 @@ Usage: cardano-cli babbage query utxo --socket-path SOCKET_PATH ) (--mainnet | --testnet-magic NATURAL) [--output-json | --output-text] - [--out-file FILE] + [--out-file FILEPATH] Get a portion of the current UTxO: by tx in, by address or the whole. @@ -32,5 +32,5 @@ Available options: writing to a file --output-text Format utxo query output to TEXT. Default format when writing to stdout - --out-file FILE Optional output file. Default is to write to stdout. + --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_stake-address_build.cli b/cardano-cli/test/cardano-cli-golden/files/golden/help/babbage_stake-address_build.cli index 756918691f..45ca3ab9bd 100644 --- a/cardano-cli/test/cardano-cli-golden/files/golden/help/babbage_stake-address_build.cli +++ b/cardano-cli/test/cardano-cli-golden/files/golden/help/babbage_stake-address_build.cli @@ -1,26 +1,27 @@ Usage: cardano-cli babbage stake-address build ( --stake-verification-key STRING - | --stake-verification-key-file FILE + | --stake-verification-key-file FILEPATH | --stake-key-hash HASH - | --stake-script-file FILE + | --stake-script-file FILEPATH ) ( --mainnet | --testnet-magic NATURAL ) - [--out-file FILE] + [--out-file FILEPATH] Build a stake address Available options: --stake-verification-key STRING Stake verification key (Bech32 or hex-encoded). - --stake-verification-key-file FILE + --stake-verification-key-file FILEPATH Filepath of the staking verification key. --stake-key-hash HASH Stake verification key hash (hex-encoded). - --stake-script-file FILE Filepath of the staking script. + --stake-script-file FILEPATH + Filepath of the staking script. --mainnet Use the mainnet magic id. This overrides the CARDANO_NODE_NETWORK_ID environment variable --testnet-magic NATURAL Specify a testnet magic id. This overrides the CARDANO_NODE_NETWORK_ID environment variable - --out-file FILE Optional output file. Default is to write to stdout. + --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_stake-address_deregistration-certificate.cli b/cardano-cli/test/cardano-cli-golden/files/golden/help/babbage_stake-address_deregistration-certificate.cli index bb35472bd5..b5cb384884 100644 --- a/cardano-cli/test/cardano-cli-golden/files/golden/help/babbage_stake-address_deregistration-certificate.cli +++ b/cardano-cli/test/cardano-cli-golden/files/golden/help/babbage_stake-address_deregistration-certificate.cli @@ -1,21 +1,22 @@ Usage: cardano-cli babbage stake-address deregistration-certificate ( --stake-verification-key STRING - | --stake-verification-key-file FILE + | --stake-verification-key-file FILEPATH | --stake-key-hash HASH - | --stake-script-file FILE + | --stake-script-file FILEPATH | --stake-address ADDRESS ) - --out-file FILE + --out-file FILEPATH Create a stake address deregistration certificate Available options: --stake-verification-key STRING Stake verification key (Bech32 or hex-encoded). - --stake-verification-key-file FILE + --stake-verification-key-file FILEPATH Filepath of the staking verification key. --stake-key-hash HASH Stake verification key hash (hex-encoded). - --stake-script-file FILE Filepath of the staking script. + --stake-script-file FILEPATH + Filepath of the staking script. --stake-address ADDRESS Target stake address (bech32 format). - --out-file FILE The output file. + --out-file FILEPATH The output file. -h,--help Show this help text diff --git a/cardano-cli/test/cardano-cli-golden/files/golden/help/babbage_stake-address_key-gen.cli b/cardano-cli/test/cardano-cli-golden/files/golden/help/babbage_stake-address_key-gen.cli index 01c23dca5b..5cc75e0972 100644 --- a/cardano-cli/test/cardano-cli-golden/files/golden/help/babbage_stake-address_key-gen.cli +++ b/cardano-cli/test/cardano-cli-golden/files/golden/help/babbage_stake-address_key-gen.cli @@ -1,6 +1,6 @@ Usage: cardano-cli babbage stake-address key-gen [--key-output-format STRING] - --verification-key-file FILE - --signing-key-file FILE + --verification-key-file FILEPATH + --signing-key-file FILEPATH Create a stake address key pair @@ -9,7 +9,8 @@ Available options: Optional key output format. Accepted output formats are "text-envelope" and "bech32" (default is "text-envelope"). - --verification-key-file FILE + --verification-key-file FILEPATH Output filepath of the verification key. - --signing-key-file FILE Output filepath of the signing key. + --signing-key-file FILEPATH + Output filepath of the signing key. -h,--help Show this help text diff --git a/cardano-cli/test/cardano-cli-golden/files/golden/help/babbage_stake-address_key-hash.cli b/cardano-cli/test/cardano-cli-golden/files/golden/help/babbage_stake-address_key-hash.cli index 744a214c70..fa72bd3b33 100644 --- a/cardano-cli/test/cardano-cli-golden/files/golden/help/babbage_stake-address_key-hash.cli +++ b/cardano-cli/test/cardano-cli-golden/files/golden/help/babbage_stake-address_key-hash.cli @@ -1,15 +1,15 @@ Usage: cardano-cli babbage stake-address key-hash ( --stake-verification-key STRING - | --stake-verification-key-file FILE + | --stake-verification-key-file FILEPATH ) - [--out-file FILE] + [--out-file FILEPATH] Print the hash of a stake address key Available options: --stake-verification-key STRING Stake verification key (Bech32 or hex-encoded). - --stake-verification-key-file FILE + --stake-verification-key-file FILEPATH Filepath of the staking verification key. - --out-file FILE Optional output file. Default is to write to stdout. + --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_stake-address_registration-certificate.cli b/cardano-cli/test/cardano-cli-golden/files/golden/help/babbage_stake-address_registration-certificate.cli index 13aebd6187..7e7eef42b9 100644 --- a/cardano-cli/test/cardano-cli-golden/files/golden/help/babbage_stake-address_registration-certificate.cli +++ b/cardano-cli/test/cardano-cli-golden/files/golden/help/babbage_stake-address_registration-certificate.cli @@ -1,21 +1,22 @@ Usage: cardano-cli babbage stake-address registration-certificate ( --stake-verification-key STRING - | --stake-verification-key-file FILE + | --stake-verification-key-file FILEPATH | --stake-key-hash HASH - | --stake-script-file FILE + | --stake-script-file FILEPATH | --stake-address ADDRESS ) - --out-file FILE + --out-file FILEPATH Create a stake address registration certificate Available options: --stake-verification-key STRING Stake verification key (Bech32 or hex-encoded). - --stake-verification-key-file FILE + --stake-verification-key-file FILEPATH Filepath of the staking verification key. --stake-key-hash HASH Stake verification key hash (hex-encoded). - --stake-script-file FILE Filepath of the staking script. + --stake-script-file FILEPATH + Filepath of the staking script. --stake-address ADDRESS Target stake address (bech32 format). - --out-file FILE The output file. + --out-file FILEPATH The output file. -h,--help Show this help text diff --git a/cardano-cli/test/cardano-cli-golden/files/golden/help/babbage_stake-address_stake-delegation-certificate.cli b/cardano-cli/test/cardano-cli-golden/files/golden/help/babbage_stake-address_stake-delegation-certificate.cli index 2f26285736..344efb606a 100644 --- a/cardano-cli/test/cardano-cli-golden/files/golden/help/babbage_stake-address_stake-delegation-certificate.cli +++ b/cardano-cli/test/cardano-cli-golden/files/golden/help/babbage_stake-address_stake-delegation-certificate.cli @@ -1,15 +1,15 @@ Usage: cardano-cli babbage stake-address stake-delegation-certificate ( --stake-verification-key STRING - | --stake-verification-key-file FILE + | --stake-verification-key-file FILEPATH | --stake-key-hash HASH - | --stake-script-file FILE + | --stake-script-file FILEPATH | --stake-address ADDRESS ) ( --stake-pool-verification-key STRING - | --cold-verification-key-file FILE + | --cold-verification-key-file FILEPATH | --stake-pool-id STAKE_POOL_ID ) - --out-file FILE + --out-file FILEPATH Create a stake address stake delegation certificate, which when submitted in a transaction delegates stake to a stake pool. @@ -17,17 +17,18 @@ Usage: cardano-cli babbage stake-address stake-delegation-certificate Available options: --stake-verification-key STRING Stake verification key (Bech32 or hex-encoded). - --stake-verification-key-file FILE + --stake-verification-key-file FILEPATH Filepath of the staking verification key. --stake-key-hash HASH Stake verification key hash (hex-encoded). - --stake-script-file FILE Filepath of the staking script. + --stake-script-file FILEPATH + Filepath of the staking script. --stake-address ADDRESS Target stake address (bech32 format). --stake-pool-verification-key STRING Stake pool verification key (Bech32 or hex-encoded). - --cold-verification-key-file FILE + --cold-verification-key-file FILEPATH Filepath of the stake pool verification key. --stake-pool-id STAKE_POOL_ID Stake pool ID/verification key hash (either Bech32-encoded or hex-encoded). - --out-file FILE The output file. + --out-file FILEPATH The output file. -h,--help Show this help text diff --git a/cardano-cli/test/cardano-cli-golden/files/golden/help/babbage_stake-pool_deregistration-certificate.cli b/cardano-cli/test/cardano-cli-golden/files/golden/help/babbage_stake-pool_deregistration-certificate.cli index a3b7c0b25b..d19abcc8b7 100644 --- a/cardano-cli/test/cardano-cli-golden/files/golden/help/babbage_stake-pool_deregistration-certificate.cli +++ b/cardano-cli/test/cardano-cli-golden/files/golden/help/babbage_stake-pool_deregistration-certificate.cli @@ -1,17 +1,17 @@ Usage: cardano-cli babbage stake-pool deregistration-certificate ( --stake-pool-verification-key STRING - | --cold-verification-key-file FILE + | --cold-verification-key-file FILEPATH ) --epoch NATURAL - --out-file FILE + --out-file FILEPATH Create a stake pool deregistration certificate Available options: --stake-pool-verification-key STRING Stake pool verification key (Bech32 or hex-encoded). - --cold-verification-key-file FILE + --cold-verification-key-file FILEPATH Filepath of the stake pool verification key. --epoch NATURAL The epoch number. - --out-file FILE The output file. + --out-file FILEPATH The output file. -h,--help Show this help text diff --git a/cardano-cli/test/cardano-cli-golden/files/golden/help/babbage_stake-pool_id.cli b/cardano-cli/test/cardano-cli-golden/files/golden/help/babbage_stake-pool_id.cli index 27ca888cc5..cd2283cd4c 100644 --- a/cardano-cli/test/cardano-cli-golden/files/golden/help/babbage_stake-pool_id.cli +++ b/cardano-cli/test/cardano-cli-golden/files/golden/help/babbage_stake-pool_id.cli @@ -1,18 +1,18 @@ Usage: cardano-cli babbage stake-pool id ( --stake-pool-verification-key STRING - | --cold-verification-key-file FILE + | --cold-verification-key-file FILEPATH ) [--output-format STRING] - [--out-file FILE] + [--out-file FILEPATH] Build pool id from the offline key Available options: --stake-pool-verification-key STRING Stake pool verification key (Bech32 or hex-encoded). - --cold-verification-key-file FILE + --cold-verification-key-file FILEPATH Filepath of the stake pool verification key. --output-format STRING Optional pool id output format. Accepted output formats are "hex" and "bech32" (default is "bech32"). - --out-file FILE Optional output file. Default is to write to stdout. + --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_stake-pool_metadata-hash.cli b/cardano-cli/test/cardano-cli-golden/files/golden/help/babbage_stake-pool_metadata-hash.cli index 8ee20e590e..bf1d6c0282 100644 --- a/cardano-cli/test/cardano-cli-golden/files/golden/help/babbage_stake-pool_metadata-hash.cli +++ b/cardano-cli/test/cardano-cli-golden/files/golden/help/babbage_stake-pool_metadata-hash.cli @@ -1,10 +1,10 @@ -Usage: cardano-cli babbage stake-pool metadata-hash --pool-metadata-file FILE - [--out-file FILE] +Usage: cardano-cli babbage stake-pool metadata-hash --pool-metadata-file FILEPATH + [--out-file FILEPATH] Print the hash of pool metadata. Available options: - --pool-metadata-file FILE + --pool-metadata-file FILEPATH Filepath of the pool metadata. - --out-file FILE Optional output file. Default is to write to stdout. + --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_stake-pool_registration-certificate.cli b/cardano-cli/test/cardano-cli-golden/files/golden/help/babbage_stake-pool_registration-certificate.cli index 3ca57f317f..a3abe5c53c 100644 --- a/cardano-cli/test/cardano-cli-golden/files/golden/help/babbage_stake-pool_registration-certificate.cli +++ b/cardano-cli/test/cardano-cli-golden/files/golden/help/babbage_stake-pool_registration-certificate.cli @@ -1,18 +1,18 @@ Usage: cardano-cli babbage stake-pool registration-certificate ( --stake-pool-verification-key STRING - | --cold-verification-key-file FILE + | --cold-verification-key-file FILEPATH ) ( --vrf-verification-key STRING - | --vrf-verification-key-file FILE + | --vrf-verification-key-file FILEPATH ) --pool-pledge LOVELACE --pool-cost LOVELACE --pool-margin RATIONAL ( --pool-reward-account-verification-key STRING - | --pool-reward-account-verification-key-file FILE + | --pool-reward-account-verification-key-file FILEPATH ) ( --pool-owner-verification-key STRING - | --pool-owner-stake-verification-key-file FILE + | --pool-owner-stake-verification-key-file FILEPATH ) [ [--pool-relay-ipv4 STRING] [--pool-relay-ipv6 STRING] @@ -26,18 +26,18 @@ Usage: cardano-cli babbage stake-pool registration-certificate ( --mainnet | --testnet-magic NATURAL ) - --out-file FILE + --out-file FILEPATH Create a stake pool registration certificate Available options: --stake-pool-verification-key STRING Stake pool verification key (Bech32 or hex-encoded). - --cold-verification-key-file FILE + --cold-verification-key-file FILEPATH Filepath of the stake pool verification key. --vrf-verification-key STRING VRF verification key (Bech32 or hex-encoded). - --vrf-verification-key-file FILE + --vrf-verification-key-file FILEPATH Filepath of the VRF verification key. --pool-pledge LOVELACE The stake pool's pledge. --pool-cost LOVELACE The stake pool's cost. @@ -45,13 +45,13 @@ Available options: --pool-reward-account-verification-key STRING Reward account stake verification key (Bech32 or hex-encoded). - --pool-reward-account-verification-key-file FILE + --pool-reward-account-verification-key-file FILEPATH Filepath of the reward account stake verification key. --pool-owner-verification-key STRING Pool owner stake verification key (Bech32 or hex-encoded). - --pool-owner-stake-verification-key-file FILE + --pool-owner-stake-verification-key-file FILEPATH Filepath of the pool owner stake verification key. --pool-relay-ipv4 STRING The stake pool relay's IPv4 address --pool-relay-ipv6 STRING The stake pool relay's IPv6 address @@ -69,5 +69,5 @@ 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 - --out-file FILE The output file. + --out-file FILEPATH The output file. -h,--help Show this help text diff --git a/cardano-cli/test/cardano-cli-golden/files/golden/help/babbage_text-view_decode-cbor.cli b/cardano-cli/test/cardano-cli-golden/files/golden/help/babbage_text-view_decode-cbor.cli index 7bd53e1646..58fed9ebae 100644 --- a/cardano-cli/test/cardano-cli-golden/files/golden/help/babbage_text-view_decode-cbor.cli +++ b/cardano-cli/test/cardano-cli-golden/files/golden/help/babbage_text-view_decode-cbor.cli @@ -1,9 +1,9 @@ -Usage: cardano-cli babbage text-view decode-cbor --in-file FILE - [--out-file FILE] +Usage: cardano-cli babbage text-view decode-cbor --in-file FILEPATH + [--out-file FILEPATH] Print a TextView file as decoded CBOR. Available options: - --in-file FILE CBOR input file. - --out-file FILE Optional output file. Default is to write to stdout. + --in-file FILEPATH CBOR input file. + --out-file FILEPATH Optional output file. Default is to write to stdout. -h,--help Show this help text diff --git a/cardano-cli/test/cardano-cli-golden/files/golden/help/babbage_transaction_assemble.cli b/cardano-cli/test/cardano-cli-golden/files/golden/help/babbage_transaction_assemble.cli index 89b62073b5..62e45faa57 100644 --- a/cardano-cli/test/cardano-cli-golden/files/golden/help/babbage_transaction_assemble.cli +++ b/cardano-cli/test/cardano-cli-golden/files/golden/help/babbage_transaction_assemble.cli @@ -1,11 +1,11 @@ -Usage: cardano-cli babbage transaction assemble --tx-body-file FILE - [--witness-file FILE] - --out-file FILE +Usage: cardano-cli babbage transaction assemble --tx-body-file FILEPATH + [--witness-file FILEPATH] + --out-file FILEPATH Assemble a tx body and witness(es) to form a transaction Available options: - --tx-body-file FILE Input filepath of the JSON TxBody. - --witness-file FILE Filepath of the witness - --out-file FILE The output file. + --tx-body-file FILEPATH Input filepath of the JSON TxBody. + --witness-file FILEPATH Filepath of the witness + --out-file FILEPATH The output file. -h,--help Show this help text diff --git a/cardano-cli/test/cardano-cli-golden/files/golden/help/babbage_transaction_build-estimate.cli b/cardano-cli/test/cardano-cli-golden/files/golden/help/babbage_transaction_build-estimate.cli index 123d565243..2bbe53e6d2 100644 --- a/cardano-cli/test/cardano-cli-golden/files/golden/help/babbage_transaction_build-estimate.cli +++ b/cardano-cli/test/cardano-cli-golden/files/golden/help/babbage_transaction_build-estimate.cli @@ -4,7 +4,7 @@ Usage: cardano-cli babbage transaction build-estimate ] --shelley-key-witnesses INT [--byron-key-witnesses Int] - --protocol-params-file FILE + --protocol-params-file FILEPATH --total-utxo-value VALUE (--tx-in TX-IN [ --spending-tx-in-reference TX-IN @@ -22,7 +22,7 @@ Usage: cardano-cli babbage transaction build-estimate ) --spending-reference-tx-in-execution-units (INT, INT) | --simple-script-tx-in-reference TX-IN - | --tx-in-script-file FILE + | --tx-in-script-file FILEPATH [ ( --tx-in-datum-cbor-file CBOR_FILE | --tx-in-datum-file JSON_FILE @@ -36,7 +36,7 @@ Usage: cardano-cli babbage transaction build-estimate --tx-in-execution-units (INT, INT)] ]) [--read-only-tx-in-reference TX-IN] - [ --required-signer FILE + [ --required-signer FILEPATH | --required-signer-hash HASH ] [--tx-in-collateral TX-IN] @@ -53,10 +53,10 @@ Usage: cardano-cli babbage transaction build-estimate | --tx-out-inline-datum-file JSON_FILE | --tx-out-inline-datum-value JSON_VALUE ] - [--tx-out-reference-script-file FILE]] + [--tx-out-reference-script-file FILEPATH]] --change-address ADDRESS [--mint VALUE - ( --mint-script-file FILE + ( --mint-script-file FILEPATH [ ( --mint-redeemer-cbor-file CBOR_FILE | --mint-redeemer-file JSON_FILE @@ -78,8 +78,9 @@ Usage: cardano-cli babbage transaction build-estimate )] [--invalid-before SLOT] [--invalid-hereafter SLOT] - [--certificate-file FILE - [ --certificate-script-file FILE + [ + --certificate-file FILEPATH + [ --certificate-script-file FILEPATH [ ( --certificate-redeemer-cbor-file CBOR_FILE | --certificate-redeemer-file JSON_FILE @@ -97,7 +98,7 @@ Usage: cardano-cli babbage transaction build-estimate --certificate-reference-tx-in-execution-units (INT, INT) ]] [--withdrawal WITHDRAWAL - [ --withdrawal-script-file FILE + [ --withdrawal-script-file FILEPATH [ ( --withdrawal-redeemer-cbor-file CBOR_FILE | --withdrawal-redeemer-file JSON_FILE @@ -119,12 +120,12 @@ Usage: cardano-cli babbage transaction build-estimate [ --json-metadata-no-schema | --json-metadata-detailed-schema ] - [--auxiliary-script-file FILE] - [ --metadata-json-file FILE - | --metadata-cbor-file FILE + [--auxiliary-script-file FILEPATH] + [ --metadata-json-file FILEPATH + | --metadata-cbor-file FILEPATH ] - [--update-proposal-file FILE] - --out-file FILE + [--update-proposal-file FILEPATH] + --out-file FILEPATH Build a balanced transaction without access to a live node (automatically estimates fees) @@ -141,7 +142,7 @@ Available options: --byron-key-witnesses Int Specify the number of Byron key witnesses the transaction requires. - --protocol-params-file FILE + --protocol-params-file FILEPATH Filepath of the JSON-encoded protocol parameters file --total-utxo-value VALUE The total value of the UTxO that exists at the tx inputs being spent. @@ -180,7 +181,8 @@ Available options: --simple-script-tx-in-reference TX-IN TxId#TxIx - Specify a reference input. The reference input must have a simple reference script attached. - --tx-in-script-file FILE The file containing the script to witness the + --tx-in-script-file FILEPATH + The file containing the script to witness the spending of the transaction input. --tx-in-datum-cbor-file CBOR_FILE The script datum file. The file has to be in CBOR @@ -210,7 +212,8 @@ Available options: Specify a read only reference input. This reference input is not witnessing anything it is simply provided in the plutus script context. - --required-signer FILE Input filepath of the signing key (zero or more) + --required-signer FILEPATH + Input filepath of the signing key (zero or more) whose signature is required. --required-signer-hash HASH Hash of the verification key (zero or more) whose @@ -267,12 +270,13 @@ Available options: inline datum, given here. There is no schema: (almost) any JSON value is supported, including top-level strings and numbers. - --tx-out-reference-script-file FILE + --tx-out-reference-script-file FILEPATH Reference script input file. --change-address ADDRESS Address where ADA in excess of the tx fee will go to. --mint VALUE Mint multi-asset value(s) with the multi-asset cli syntax. You must specify a script witness. - --mint-script-file FILE The file containing the script to witness the minting + --mint-script-file FILEPATH + The file containing the script to witness the minting of assets for a particular policy Id. --mint-redeemer-cbor-file CBOR_FILE The script redeemer file. The file has to be in CBOR @@ -310,11 +314,12 @@ Available options: --policy-id HASH Policy id of minting script. --invalid-before SLOT Time that transaction is valid from (in slots). --invalid-hereafter SLOT Time that transaction is valid until (in slots). - --certificate-file FILE Filepath of the certificate. This encompasses all + --certificate-file FILEPATH + Filepath of the certificate. This encompasses all types of certificates (stake pool certificates, stake key certificates etc). Optionally specify a script witness. - --certificate-script-file FILE + --certificate-script-file FILEPATH The file containing the script to witness the use of the certificate. --certificate-redeemer-cbor-file CBOR_FILE @@ -352,7 +357,7 @@ Available options: StakeAddress is the Bech32-encoded stake address followed by the amount in Lovelace. Optionally specify a script witness. - --withdrawal-script-file FILE + --withdrawal-script-file FILEPATH The file containing the script to witness the withdrawal of rewards. --withdrawal-redeemer-cbor-file CBOR_FILE @@ -400,13 +405,13 @@ Available options: --json-metadata-detailed-schema Use the "detailed schema" conversion from JSON to tx metadata. - --auxiliary-script-file FILE + --auxiliary-script-file FILEPATH Filepath of auxiliary script(s) - --metadata-json-file FILE + --metadata-json-file FILEPATH Filepath of the metadata file, in JSON format. - --metadata-cbor-file FILE + --metadata-cbor-file FILEPATH Filepath of the metadata, in raw CBOR format. - --update-proposal-file FILE + --update-proposal-file FILEPATH Filepath of the update proposal. - --out-file FILE Output filepath of the JSON TxBody. + --out-file FILEPATH Output filepath of the JSON TxBody. -h,--help Show this help text diff --git a/cardano-cli/test/cardano-cli-golden/files/golden/help/babbage_transaction_build-raw.cli b/cardano-cli/test/cardano-cli-golden/files/golden/help/babbage_transaction_build-raw.cli index d6d4f2497f..4476065129 100644 --- a/cardano-cli/test/cardano-cli-golden/files/golden/help/babbage_transaction_build-raw.cli +++ b/cardano-cli/test/cardano-cli-golden/files/golden/help/babbage_transaction_build-raw.cli @@ -18,7 +18,7 @@ Usage: cardano-cli babbage transaction build-raw ) --spending-reference-tx-in-execution-units (INT, INT) | --simple-script-tx-in-reference TX-IN - | --tx-in-script-file FILE + | --tx-in-script-file FILEPATH [ ( --tx-in-datum-cbor-file CBOR_FILE | --tx-in-datum-file JSON_FILE @@ -35,7 +35,7 @@ Usage: cardano-cli babbage transaction build-raw [--tx-in-collateral TX-IN] [--tx-out-return-collateral ADDRESS VALUE] [--tx-total-collateral INTEGER] - [ --required-signer FILE + [ --required-signer FILEPATH | --required-signer-hash HASH ] [--tx-out ADDRESS VALUE @@ -50,9 +50,9 @@ Usage: cardano-cli babbage transaction build-raw | --tx-out-inline-datum-file JSON_FILE | --tx-out-inline-datum-value JSON_VALUE ] - [--tx-out-reference-script-file FILE]] + [--tx-out-reference-script-file FILEPATH]] [--mint VALUE - ( --mint-script-file FILE + ( --mint-script-file FILEPATH [ ( --mint-redeemer-cbor-file CBOR_FILE | --mint-redeemer-file JSON_FILE @@ -75,8 +75,8 @@ Usage: cardano-cli babbage transaction build-raw [--invalid-before SLOT] [--invalid-hereafter SLOT] --fee LOVELACE - [--certificate-file FILE - [ --certificate-script-file FILE + [--certificate-file FILEPATH + [ --certificate-script-file FILEPATH [ ( --certificate-redeemer-cbor-file CBOR_FILE | --certificate-redeemer-file JSON_FILE @@ -94,7 +94,7 @@ Usage: cardano-cli babbage transaction build-raw --certificate-reference-tx-in-execution-units (INT, INT) ]] [--withdrawal WITHDRAWAL - [ --withdrawal-script-file FILE + [ --withdrawal-script-file FILEPATH [ ( --withdrawal-redeemer-cbor-file CBOR_FILE | --withdrawal-redeemer-file JSON_FILE @@ -114,13 +114,13 @@ Usage: cardano-cli babbage transaction build-raw [ --json-metadata-no-schema | --json-metadata-detailed-schema ] - [--auxiliary-script-file FILE] - [ --metadata-json-file FILE - | --metadata-cbor-file FILE + [--auxiliary-script-file FILEPATH] + [ --metadata-json-file FILEPATH + | --metadata-cbor-file FILEPATH ] - [--protocol-params-file FILE] - [--update-proposal-file FILE] - --out-file FILE + [--protocol-params-file FILEPATH] + [--update-proposal-file FILEPATH] + --out-file FILEPATH Build a transaction (low-level, inconvenient) @@ -166,7 +166,8 @@ Available options: --simple-script-tx-in-reference TX-IN TxId#TxIx - Specify a reference input. The reference input must have a simple reference script attached. - --tx-in-script-file FILE The file containing the script to witness the + --tx-in-script-file FILEPATH + The file containing the script to witness the spending of the transaction input. --tx-in-datum-cbor-file CBOR_FILE The script datum file. The file has to be in CBOR @@ -209,7 +210,8 @@ Available options: as fees in the event of a Plutus script failure. Must be used in conjuction with "--tx-out-return-collateral". - --required-signer FILE Input filepath of the signing key (zero or more) + --required-signer FILEPATH + Input filepath of the signing key (zero or more) whose signature is required. --required-signer-hash HASH Hash of the verification key (zero or more) whose @@ -258,11 +260,12 @@ Available options: inline datum, given here. There is no schema: (almost) any JSON value is supported, including top-level strings and numbers. - --tx-out-reference-script-file FILE + --tx-out-reference-script-file FILEPATH Reference script input file. --mint VALUE Mint multi-asset value(s) with the multi-asset cli syntax. You must specify a script witness. - --mint-script-file FILE The file containing the script to witness the minting + --mint-script-file FILEPATH + The file containing the script to witness the minting of assets for a particular policy Id. --mint-redeemer-cbor-file CBOR_FILE The script redeemer file. The file has to be in CBOR @@ -301,11 +304,12 @@ Available options: --invalid-before SLOT Time that transaction is valid from (in slots). --invalid-hereafter SLOT Time that transaction is valid until (in slots). --fee LOVELACE The fee amount in Lovelace. - --certificate-file FILE Filepath of the certificate. This encompasses all + --certificate-file FILEPATH + Filepath of the certificate. This encompasses all types of certificates (stake pool certificates, stake key certificates etc). Optionally specify a script witness. - --certificate-script-file FILE + --certificate-script-file FILEPATH The file containing the script to witness the use of the certificate. --certificate-redeemer-cbor-file CBOR_FILE @@ -343,7 +347,7 @@ Available options: StakeAddress is the Bech32-encoded stake address followed by the amount in Lovelace. Optionally specify a script witness. - --withdrawal-script-file FILE + --withdrawal-script-file FILEPATH The file containing the script to witness the withdrawal of rewards. --withdrawal-redeemer-cbor-file CBOR_FILE @@ -383,15 +387,15 @@ Available options: --json-metadata-detailed-schema Use the "detailed schema" conversion from JSON to tx metadata. - --auxiliary-script-file FILE + --auxiliary-script-file FILEPATH Filepath of auxiliary script(s) - --metadata-json-file FILE + --metadata-json-file FILEPATH Filepath of the metadata file, in JSON format. - --metadata-cbor-file FILE + --metadata-cbor-file FILEPATH Filepath of the metadata, in raw CBOR format. - --protocol-params-file FILE + --protocol-params-file FILEPATH Filepath of the JSON-encoded protocol parameters file - --update-proposal-file FILE + --update-proposal-file FILEPATH Filepath of the update proposal. - --out-file FILE Output filepath of the JSON TxBody. + --out-file FILEPATH Output filepath of the JSON TxBody. -h,--help Show this help text 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 efb6eec0cc..80244e27d4 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 @@ -23,7 +23,7 @@ Usage: cardano-cli babbage transaction build --socket-path SOCKET_PATH | --spending-reference-tx-in-redeemer-value JSON_VALUE ) | --simple-script-tx-in-reference TX-IN - | --tx-in-script-file FILE + | --tx-in-script-file FILEPATH [ ( --tx-in-datum-cbor-file CBOR_FILE | --tx-in-datum-file JSON_FILE @@ -36,7 +36,7 @@ Usage: cardano-cli babbage transaction build --socket-path SOCKET_PATH )] ]) [--read-only-tx-in-reference TX-IN] - [ --required-signer FILE + [ --required-signer FILEPATH | --required-signer-hash HASH ] [--tx-in-collateral TX-IN] @@ -54,10 +54,10 @@ Usage: cardano-cli babbage transaction build --socket-path SOCKET_PATH | --tx-out-inline-datum-file JSON_FILE | --tx-out-inline-datum-value JSON_VALUE ] - [--tx-out-reference-script-file FILE]] + [--tx-out-reference-script-file FILEPATH]] --change-address ADDRESS [--mint VALUE - ( --mint-script-file FILE + ( --mint-script-file FILEPATH [ --mint-redeemer-cbor-file CBOR_FILE | --mint-redeemer-file JSON_FILE | --mint-redeemer-value JSON_VALUE @@ -76,8 +76,8 @@ Usage: cardano-cli babbage transaction build --socket-path SOCKET_PATH )] [--invalid-before SLOT] [--invalid-hereafter SLOT] - [--certificate-file FILE - [ --certificate-script-file FILE + [--certificate-file FILEPATH + [ --certificate-script-file FILEPATH [ --certificate-redeemer-cbor-file CBOR_FILE | --certificate-redeemer-file JSON_FILE | --certificate-redeemer-value JSON_VALUE @@ -92,7 +92,7 @@ Usage: cardano-cli babbage transaction build --socket-path SOCKET_PATH ) ]] [--withdrawal WITHDRAWAL - [ --withdrawal-script-file FILE + [ --withdrawal-script-file FILEPATH [ --withdrawal-redeemer-cbor-file CBOR_FILE | --withdrawal-redeemer-file JSON_FILE | --withdrawal-redeemer-value JSON_VALUE @@ -109,13 +109,13 @@ Usage: cardano-cli babbage transaction build --socket-path SOCKET_PATH [ --json-metadata-no-schema | --json-metadata-detailed-schema ] - [--auxiliary-script-file FILE] - [ --metadata-json-file FILE - | --metadata-cbor-file FILE + [--auxiliary-script-file FILEPATH] + [ --metadata-json-file FILEPATH + | --metadata-cbor-file FILEPATH ] - [--update-proposal-file FILE] - ( --out-file FILE - | --calculate-plutus-script-cost FILE + [--update-proposal-file FILEPATH] + ( --out-file FILEPATH + | --calculate-plutus-script-cost FILEPATH ) Build a balanced transaction (automatically calculates fees) @@ -175,7 +175,8 @@ Available options: --simple-script-tx-in-reference TX-IN TxId#TxIx - Specify a reference input. The reference input must have a simple reference script attached. - --tx-in-script-file FILE The file containing the script to witness the + --tx-in-script-file FILEPATH + The file containing the script to witness the spending of the transaction input. --tx-in-datum-cbor-file CBOR_FILE The script datum file. The file has to be in CBOR @@ -203,7 +204,8 @@ Available options: Specify a read only reference input. This reference input is not witnessing anything it is simply provided in the plutus script context. - --required-signer FILE Input filepath of the signing key (zero or more) + --required-signer FILEPATH + Input filepath of the signing key (zero or more) whose signature is required. --required-signer-hash HASH Hash of the verification key (zero or more) whose @@ -265,12 +267,13 @@ Available options: inline datum, given here. There is no schema: (almost) any JSON value is supported, including top-level strings and numbers. - --tx-out-reference-script-file FILE + --tx-out-reference-script-file FILEPATH Reference script input file. --change-address ADDRESS Address where ADA in excess of the tx fee will go to. --mint VALUE Mint multi-asset value(s) with the multi-asset cli syntax. You must specify a script witness. - --mint-script-file FILE The file containing the script to witness the minting + --mint-script-file FILEPATH + The file containing the script to witness the minting of assets for a particular policy Id. --mint-redeemer-cbor-file CBOR_FILE The script redeemer file. The file has to be in CBOR @@ -304,11 +307,12 @@ Available options: --policy-id HASH Policy id of minting script. --invalid-before SLOT Time that transaction is valid from (in slots). --invalid-hereafter SLOT Time that transaction is valid until (in slots). - --certificate-file FILE Filepath of the certificate. This encompasses all + --certificate-file FILEPATH + Filepath of the certificate. This encompasses all types of certificates (stake pool certificates, stake key certificates etc). Optionally specify a script witness. - --certificate-script-file FILE + --certificate-script-file FILEPATH The file containing the script to witness the use of the certificate. --certificate-redeemer-cbor-file CBOR_FILE @@ -342,7 +346,7 @@ Available options: StakeAddress is the Bech32-encoded stake address followed by the amount in Lovelace. Optionally specify a script witness. - --withdrawal-script-file FILE + --withdrawal-script-file FILEPATH The file containing the script to witness the withdrawal of rewards. --withdrawal-redeemer-cbor-file CBOR_FILE @@ -378,16 +382,16 @@ Available options: --json-metadata-detailed-schema Use the "detailed schema" conversion from JSON to tx metadata. - --auxiliary-script-file FILE + --auxiliary-script-file FILEPATH Filepath of auxiliary script(s) - --metadata-json-file FILE + --metadata-json-file FILEPATH Filepath of the metadata file, in JSON format. - --metadata-cbor-file FILE + --metadata-cbor-file FILEPATH Filepath of the metadata, in raw CBOR format. - --update-proposal-file FILE + --update-proposal-file FILEPATH Filepath of the update proposal. - --out-file FILE Output filepath of the JSON TxBody. - --calculate-plutus-script-cost FILE + --out-file FILEPATH Output filepath of the JSON TxBody. + --calculate-plutus-script-cost FILEPATH (File () Out) filepath of the script cost information. -h,--help Show this help text diff --git a/cardano-cli/test/cardano-cli-golden/files/golden/help/babbage_transaction_calculate-min-fee.cli b/cardano-cli/test/cardano-cli-golden/files/golden/help/babbage_transaction_calculate-min-fee.cli index 4ff3e1d286..42403312fb 100644 --- a/cardano-cli/test/cardano-cli-golden/files/golden/help/babbage_transaction_calculate-min-fee.cli +++ b/cardano-cli/test/cardano-cli-golden/files/golden/help/babbage_transaction_calculate-min-fee.cli @@ -1,12 +1,12 @@ -Usage: cardano-cli babbage transaction calculate-min-fee --tx-body-file FILE - --protocol-params-file FILE +Usage: cardano-cli babbage transaction calculate-min-fee --tx-body-file FILEPATH + --protocol-params-file FILEPATH --witness-count NATURAL [--byron-witness-count NATURAL] [--reference-script-size NATURAL] [ --output-json | --output-text ] - [--out-file FILE] + [--out-file FILEPATH] [ --mainnet | --testnet-magic NATURAL ] @@ -16,8 +16,8 @@ Usage: cardano-cli babbage transaction calculate-min-fee --tx-body-file FILE Calculate the minimum fee for a transaction. Available options: - --tx-body-file FILE Input filepath of the JSON TxBody. - --protocol-params-file FILE + --tx-body-file FILEPATH Input filepath of the JSON TxBody. + --protocol-params-file FILEPATH Filepath of the JSON-encoded protocol parameters file --witness-count NATURAL The number of Shelley key witnesses. --byron-witness-count NATURAL @@ -29,7 +29,7 @@ Available options: Default format when writing to a file --output-text Format calculate-min-fee query output to TEXT. Default format when writing to stdout - --out-file FILE The output file. + --out-file FILEPATH The output file. --mainnet DEPRECATED. This argument has no effect. --testnet-magic NATURAL DEPRECATED. This argument has no effect. --tx-in-count NATURAL DEPRECATED. This argument has no effect. diff --git a/cardano-cli/test/cardano-cli-golden/files/golden/help/babbage_transaction_calculate-min-required-utxo.cli b/cardano-cli/test/cardano-cli-golden/files/golden/help/babbage_transaction_calculate-min-required-utxo.cli index 61f7039cd6..a84eb40fe7 100644 --- a/cardano-cli/test/cardano-cli-golden/files/golden/help/babbage_transaction_calculate-min-required-utxo.cli +++ b/cardano-cli/test/cardano-cli-golden/files/golden/help/babbage_transaction_calculate-min-required-utxo.cli @@ -1,4 +1,4 @@ -Usage: cardano-cli babbage transaction calculate-min-required-utxo --protocol-params-file FILE +Usage: cardano-cli babbage transaction calculate-min-required-utxo --protocol-params-file FILEPATH --tx-out ADDRESS VALUE [ --tx-out-datum-hash HASH | --tx-out-datum-hash-cbor-file CBOR_FILE @@ -11,12 +11,12 @@ Usage: cardano-cli babbage transaction calculate-min-required-utxo --protocol-pa | --tx-out-inline-datum-file JSON_FILE | --tx-out-inline-datum-value JSON_VALUE ] - [--tx-out-reference-script-file FILE] + [--tx-out-reference-script-file FILEPATH] Calculate the minimum required UTxO for a transaction output. Available options: - --protocol-params-file FILE + --protocol-params-file FILEPATH Filepath of the JSON-encoded protocol parameters file --tx-out ADDRESS VALUE The transaction output as ADDRESS VALUE where ADDRESS is the Bech32-encoded address followed by the value @@ -62,6 +62,6 @@ Available options: inline datum, given here. There is no schema: (almost) any JSON value is supported, including top-level strings and numbers. - --tx-out-reference-script-file FILE + --tx-out-reference-script-file FILEPATH Reference script input file. -h,--help Show this help text diff --git a/cardano-cli/test/cardano-cli-golden/files/golden/help/babbage_transaction_calculate-min-value.cli b/cardano-cli/test/cardano-cli-golden/files/golden/help/babbage_transaction_calculate-min-value.cli index 5c39d58b4e..119792d5cc 100644 --- a/cardano-cli/test/cardano-cli-golden/files/golden/help/babbage_transaction_calculate-min-value.cli +++ b/cardano-cli/test/cardano-cli-golden/files/golden/help/babbage_transaction_calculate-min-value.cli @@ -1,4 +1,4 @@ -Usage: cardano-cli babbage transaction calculate-min-value --protocol-params-file FILE +Usage: cardano-cli babbage transaction calculate-min-value --protocol-params-file FILEPATH --tx-out ADDRESS VALUE [ --tx-out-datum-hash HASH | --tx-out-datum-hash-cbor-file CBOR_FILE @@ -11,12 +11,12 @@ Usage: cardano-cli babbage transaction calculate-min-value --protocol-params-fil | --tx-out-inline-datum-file JSON_FILE | --tx-out-inline-datum-value JSON_VALUE ] - [--tx-out-reference-script-file FILE] + [--tx-out-reference-script-file FILEPATH] DEPRECATED: Use 'calculate-min-required-utxo' instead. Available options: - --protocol-params-file FILE + --protocol-params-file FILEPATH Filepath of the JSON-encoded protocol parameters file --tx-out ADDRESS VALUE The transaction output as ADDRESS VALUE where ADDRESS is the Bech32-encoded address followed by the value @@ -62,5 +62,5 @@ Available options: inline datum, given here. There is no schema: (almost) any JSON value is supported, including top-level strings and numbers. - --tx-out-reference-script-file FILE + --tx-out-reference-script-file FILEPATH Reference script input file. diff --git a/cardano-cli/test/cardano-cli-golden/files/golden/help/babbage_transaction_policyid.cli b/cardano-cli/test/cardano-cli-golden/files/golden/help/babbage_transaction_policyid.cli index ab78204191..a4e0640e3b 100644 --- a/cardano-cli/test/cardano-cli-golden/files/golden/help/babbage_transaction_policyid.cli +++ b/cardano-cli/test/cardano-cli-golden/files/golden/help/babbage_transaction_policyid.cli @@ -1,7 +1,7 @@ -Usage: cardano-cli babbage transaction policyid --script-file FILE +Usage: cardano-cli babbage transaction policyid --script-file FILEPATH Calculate the PolicyId from the monetary policy script. Available options: - --script-file FILE Filepath of the script. + --script-file FILEPATH Filepath of the script. -h,--help Show this help text diff --git a/cardano-cli/test/cardano-cli-golden/files/golden/help/babbage_transaction_sign-witness.cli b/cardano-cli/test/cardano-cli-golden/files/golden/help/babbage_transaction_sign-witness.cli index 31a6cbead8..6ec453c9a7 100644 --- a/cardano-cli/test/cardano-cli-golden/files/golden/help/babbage_transaction_sign-witness.cli +++ b/cardano-cli/test/cardano-cli-golden/files/golden/help/babbage_transaction_sign-witness.cli @@ -1,10 +1,10 @@ -Usage: cardano-cli babbage transaction sign-witness --tx-body-file FILE - [--witness-file FILE] - --out-file FILE +Usage: cardano-cli babbage transaction sign-witness --tx-body-file FILEPATH + [--witness-file FILEPATH] + --out-file FILEPATH Assemble a tx body and witness(es) to form a transaction Available options: - --tx-body-file FILE Input filepath of the JSON TxBody. - --witness-file FILE Filepath of the witness - --out-file FILE The output file. + --tx-body-file FILEPATH Input filepath of the JSON TxBody. + --witness-file FILEPATH Filepath of the witness + --out-file FILEPATH The output file. diff --git a/cardano-cli/test/cardano-cli-golden/files/golden/help/babbage_transaction_sign.cli b/cardano-cli/test/cardano-cli-golden/files/golden/help/babbage_transaction_sign.cli index 49f3a944d6..6855388287 100644 --- a/cardano-cli/test/cardano-cli-golden/files/golden/help/babbage_transaction_sign.cli +++ b/cardano-cli/test/cardano-cli-golden/files/golden/help/babbage_transaction_sign.cli @@ -1,24 +1,25 @@ Usage: cardano-cli babbage transaction sign - ( --tx-body-file FILE - | --tx-file FILE + ( --tx-body-file FILEPATH + | --tx-file FILEPATH ) - [--signing-key-file FILE + [--signing-key-file FILEPATH [--address STRING]] [ --mainnet | --testnet-magic NATURAL ] - --out-file FILE + --out-file FILEPATH Sign a transaction Available options: - --tx-body-file FILE Input filepath of the JSON TxBody. - --tx-file FILE Input filepath of the JSON Tx. - --signing-key-file FILE Input filepath of the signing key (one or more). + --tx-body-file FILEPATH Input filepath of the JSON TxBody. + --tx-file FILEPATH Input filepath of the JSON Tx. + --signing-key-file FILEPATH + Input filepath of the signing key (one or more). --address STRING Byron address (Base58-encoded). --mainnet Use the mainnet magic id. This overrides the CARDANO_NODE_NETWORK_ID environment variable --testnet-magic NATURAL Specify a testnet magic id. This overrides the CARDANO_NODE_NETWORK_ID environment variable - --out-file FILE Output filepath of the JSON Tx. + --out-file FILEPATH Output filepath of the JSON Tx. -h,--help Show this help text 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 85de20bb6d..264c3be350 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 @@ -4,7 +4,7 @@ Usage: cardano-cli babbage transaction submit --socket-path SOCKET_PATH ( --mainnet | --testnet-magic NATURAL ) - --tx-file FILE + --tx-file FILEPATH Submit a transaction to the local node whose Unix domain socket is obtained from the CARDANO_NODE_SOCKET_PATH environment variable. @@ -23,5 +23,5 @@ 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 - --tx-file FILE Filepath of the transaction you intend to submit. + --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_transaction_txid.cli b/cardano-cli/test/cardano-cli-golden/files/golden/help/babbage_transaction_txid.cli index 2662668d8a..4e1440b275 100644 --- a/cardano-cli/test/cardano-cli-golden/files/golden/help/babbage_transaction_txid.cli +++ b/cardano-cli/test/cardano-cli-golden/files/golden/help/babbage_transaction_txid.cli @@ -1,11 +1,11 @@ Usage: cardano-cli babbage transaction txid - ( --tx-body-file FILE - | --tx-file FILE + ( --tx-body-file FILEPATH + | --tx-file FILEPATH ) Print a transaction identifier. Available options: - --tx-body-file FILE Input filepath of the JSON TxBody. - --tx-file FILE Input filepath of the JSON Tx. + --tx-body-file FILEPATH Input filepath of the JSON TxBody. + --tx-file FILEPATH Input filepath of the JSON Tx. -h,--help Show this help text diff --git a/cardano-cli/test/cardano-cli-golden/files/golden/help/babbage_transaction_witness.cli b/cardano-cli/test/cardano-cli-golden/files/golden/help/babbage_transaction_witness.cli index 584bf94362..6b5996d5f6 100644 --- a/cardano-cli/test/cardano-cli-golden/files/golden/help/babbage_transaction_witness.cli +++ b/cardano-cli/test/cardano-cli-golden/files/golden/help/babbage_transaction_witness.cli @@ -1,20 +1,21 @@ -Usage: cardano-cli babbage transaction witness --tx-body-file FILE - --signing-key-file FILE +Usage: cardano-cli babbage transaction witness --tx-body-file FILEPATH + --signing-key-file FILEPATH [--address STRING] [ --mainnet | --testnet-magic NATURAL ] - --out-file FILE + --out-file FILEPATH Create a transaction witness Available options: - --tx-body-file FILE Input filepath of the JSON TxBody. - --signing-key-file FILE Input filepath of the signing key (one or more). + --tx-body-file FILEPATH Input filepath of the JSON TxBody. + --signing-key-file FILEPATH + Input filepath of the signing key (one or more). --address STRING Byron address (Base58-encoded). --mainnet Use the mainnet magic id. This overrides the CARDANO_NODE_NETWORK_ID environment variable --testnet-magic NATURAL Specify a testnet magic id. This overrides the CARDANO_NODE_NETWORK_ID environment variable - --out-file FILE The output file. + --out-file FILEPATH The output file. -h,--help Show this help text diff --git a/cardano-cli/test/cardano-cli-golden/files/golden/help/conway_address_build.cli b/cardano-cli/test/cardano-cli-golden/files/golden/help/conway_address_build.cli index c921606ddb..e10ba4335d 100644 --- a/cardano-cli/test/cardano-cli-golden/files/golden/help/conway_address_build.cli +++ b/cardano-cli/test/cardano-cli-golden/files/golden/help/conway_address_build.cli @@ -1,36 +1,37 @@ Usage: cardano-cli conway address build ( --payment-verification-key STRING - | --payment-verification-key-file FILE - | --payment-script-file FILE + | --payment-verification-key-file FILEPATH + | --payment-script-file FILEPATH ) [ --stake-verification-key STRING - | --stake-verification-key-file FILE + | --stake-verification-key-file FILEPATH | --stake-key-hash HASH - | --stake-script-file FILE + | --stake-script-file FILEPATH | --stake-address ADDRESS ] (--mainnet | --testnet-magic NATURAL) - [--out-file FILE] + [--out-file FILEPATH] Build a Shelley payment address, with optional delegation to a stake address. Available options: --payment-verification-key STRING Payment verification key (Bech32-encoded) - --payment-verification-key-file FILE + --payment-verification-key-file FILEPATH Filepath of the payment verification key. - --payment-script-file FILE + --payment-script-file FILEPATH Filepath of the payment script. --stake-verification-key STRING Stake verification key (Bech32 or hex-encoded). - --stake-verification-key-file FILE + --stake-verification-key-file FILEPATH Filepath of the staking verification key. --stake-key-hash HASH Stake verification key hash (hex-encoded). - --stake-script-file FILE Filepath of the staking script. + --stake-script-file FILEPATH + Filepath of the staking script. --stake-address ADDRESS Target stake address (bech32 format). --mainnet Use the mainnet magic id. This overrides the CARDANO_NODE_NETWORK_ID environment variable --testnet-magic NATURAL Specify a testnet magic id. This overrides the CARDANO_NODE_NETWORK_ID environment variable - --out-file FILE Optional output file. Default is to write to stdout. + --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_address_info.cli b/cardano-cli/test/cardano-cli-golden/files/golden/help/conway_address_info.cli index 409df23a6c..b363f436fc 100644 --- a/cardano-cli/test/cardano-cli-golden/files/golden/help/conway_address_info.cli +++ b/cardano-cli/test/cardano-cli-golden/files/golden/help/conway_address_info.cli @@ -1,8 +1,8 @@ -Usage: cardano-cli conway address info --address ADDRESS [--out-file FILE] +Usage: cardano-cli conway address info --address ADDRESS [--out-file FILEPATH] Print information about an address. Available options: --address ADDRESS A Cardano address - --out-file FILE Optional output file. Default is to write to stdout. + --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_address_key-gen.cli b/cardano-cli/test/cardano-cli-golden/files/golden/help/conway_address_key-gen.cli index 9fd4d41239..5d39ebda60 100644 --- a/cardano-cli/test/cardano-cli-golden/files/golden/help/conway_address_key-gen.cli +++ b/cardano-cli/test/cardano-cli-golden/files/golden/help/conway_address_key-gen.cli @@ -3,8 +3,8 @@ Usage: cardano-cli conway address key-gen [--key-output-format STRING] | --extended-key | --byron-key ] - --verification-key-file FILE - --signing-key-file FILE + --verification-key-file FILEPATH + --signing-key-file FILEPATH Create an address key pair. @@ -16,7 +16,8 @@ Available options: --normal-key Use a normal Shelley-era key (default). --extended-key Use an extended ed25519 Shelley-era key. --byron-key Use a Byron-era key. - --verification-key-file FILE + --verification-key-file FILEPATH Output filepath of the verification key. - --signing-key-file FILE Output filepath of the signing key. + --signing-key-file FILEPATH + Output filepath of the signing key. -h,--help Show this help text diff --git a/cardano-cli/test/cardano-cli-golden/files/golden/help/conway_address_key-hash.cli b/cardano-cli/test/cardano-cli-golden/files/golden/help/conway_address_key-hash.cli index c2130283a2..ac4ccb091e 100644 --- a/cardano-cli/test/cardano-cli-golden/files/golden/help/conway_address_key-hash.cli +++ b/cardano-cli/test/cardano-cli-golden/files/golden/help/conway_address_key-hash.cli @@ -1,15 +1,15 @@ Usage: cardano-cli conway address key-hash ( --payment-verification-key STRING - | --payment-verification-key-file FILE + | --payment-verification-key-file FILEPATH ) - [--out-file FILE] + [--out-file FILEPATH] Print the hash of an address key. Available options: --payment-verification-key STRING Payment verification key (Bech32-encoded) - --payment-verification-key-file FILE + --payment-verification-key-file FILEPATH Filepath of the payment verification key. - --out-file FILE Optional output file. Default is to write to stdout. + --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_genesis_create-staked.cli b/cardano-cli/test/cardano-cli-golden/files/golden/help/conway_genesis_create-staked.cli index 5059e632f4..c8c6fed337 100644 --- a/cardano-cli/test/cardano-cli-golden/files/golden/help/conway_genesis_create-staked.cli +++ b/cardano-cli/test/cardano-cli-golden/files/golden/help/conway_genesis_create-staked.cli @@ -13,7 +13,7 @@ Usage: cardano-cli conway genesis create-staked [--key-output-format STRING] [--bulk-pool-cred-files INT] [--bulk-pools-per-file INT] [--num-stuffed-utxo INT] - [--relay-specification-file FILE] + [--relay-specification-file FILEPATH] Create a staked Shelley genesis file from a genesis template and genesis/delegation/spending keys. @@ -52,7 +52,7 @@ Available options: sets [default is 0]. --num-stuffed-utxo INT The number of fake UTxO entries to generate [default is 0]. - --relay-specification-file FILE + --relay-specification-file FILEPATH JSON file that specifies the relays of each stake pool. -h,--help Show this help text diff --git a/cardano-cli/test/cardano-cli-golden/files/golden/help/conway_genesis_create-testnet-data.cli b/cardano-cli/test/cardano-cli-golden/files/golden/help/conway_genesis_create-testnet-data.cli index bc6b9272d9..072b8491c8 100644 --- a/cardano-cli/test/cardano-cli-golden/files/golden/help/conway_genesis_create-testnet-data.cli +++ b/cardano-cli/test/cardano-cli-golden/files/golden/help/conway_genesis_create-testnet-data.cli @@ -1,6 +1,6 @@ -Usage: cardano-cli conway genesis create-testnet-data [--spec-shelley FILE] - [--spec-alonzo FILE] - [--spec-conway FILE] +Usage: cardano-cli conway genesis create-testnet-data [--spec-shelley FILEPATH] + [--spec-alonzo FILEPATH] + [--spec-conway FILEPATH] [--genesis-keys INT] [--pools INT] [ --stake-delegators INT @@ -14,18 +14,18 @@ Usage: cardano-cli conway genesis create-testnet-data [--spec-shelley FILE] [--total-supply LOVELACE] [--delegated-supply LOVELACE] [--testnet-magic NATURAL] - [--relays FILE] + [--relays FILEPATH] [--start-time UTC-TIME] --out-dir DIR Create data to use for starting a testnet. Available options: - --spec-shelley FILE The shelley specification file to use as input. A + --spec-shelley FILEPATH The shelley specification file to use as input. A default one is generated if omitted. - --spec-alonzo FILE The alonzo specification file to use as input. A + --spec-alonzo FILEPATH The alonzo specification file to use as input. A default one is generated if omitted. - --spec-conway FILE The conway specification file to use as input. A + --spec-conway FILEPATH The conway specification file to use as input. A default one is generated if omitted. --genesis-keys INT The number of genesis keys to make (default is 3). --pools INT The number of stake pool credential sets to make @@ -57,7 +57,7 @@ Available options: --testnet-magic NATURAL Specify a testnet magic id for the cluster. This overrides both the network magic from the spec file and CARDANO_NODE_NETWORK_ID environment variable. - --relays FILE JSON file specifying the relays of each stake pool. + --relays FILEPATH JSON file specifying the relays of each stake pool. --start-time UTC-TIME The genesis start time in YYYY-MM-DDThh:mm:ssZ format. If unspecified, will be the current time +30 seconds. diff --git a/cardano-cli/test/cardano-cli-golden/files/golden/help/conway_genesis_get-ver-key.cli b/cardano-cli/test/cardano-cli-golden/files/golden/help/conway_genesis_get-ver-key.cli index b1a09b02da..bfd74bf90d 100644 --- a/cardano-cli/test/cardano-cli-golden/files/golden/help/conway_genesis_get-ver-key.cli +++ b/cardano-cli/test/cardano-cli-golden/files/golden/help/conway_genesis_get-ver-key.cli @@ -1,10 +1,11 @@ -Usage: cardano-cli conway genesis get-ver-key --verification-key-file FILE - --signing-key-file FILE +Usage: cardano-cli conway genesis get-ver-key --verification-key-file FILEPATH + --signing-key-file FILEPATH Derive the verification key from a signing key Available options: - --verification-key-file FILE + --verification-key-file FILEPATH Output filepath of the verification key. - --signing-key-file FILE Input filepath of the signing key. + --signing-key-file FILEPATH + Input filepath of the signing key. -h,--help Show this help text diff --git a/cardano-cli/test/cardano-cli-golden/files/golden/help/conway_genesis_hash.cli b/cardano-cli/test/cardano-cli-golden/files/golden/help/conway_genesis_hash.cli index bd8c5fdaa1..98219703fc 100644 --- a/cardano-cli/test/cardano-cli-golden/files/golden/help/conway_genesis_hash.cli +++ b/cardano-cli/test/cardano-cli-golden/files/golden/help/conway_genesis_hash.cli @@ -1,7 +1,7 @@ -Usage: cardano-cli conway genesis hash --genesis FILE +Usage: cardano-cli conway genesis hash --genesis FILEPATH Compute the hash of a genesis file Available options: - --genesis FILE The genesis file. + --genesis FILEPATH The genesis file. -h,--help Show this help text diff --git a/cardano-cli/test/cardano-cli-golden/files/golden/help/conway_genesis_initial-addr.cli b/cardano-cli/test/cardano-cli-golden/files/golden/help/conway_genesis_initial-addr.cli index d62978768e..6f64200bbd 100644 --- a/cardano-cli/test/cardano-cli-golden/files/golden/help/conway_genesis_initial-addr.cli +++ b/cardano-cli/test/cardano-cli-golden/files/golden/help/conway_genesis_initial-addr.cli @@ -1,17 +1,17 @@ -Usage: cardano-cli conway genesis initial-addr --verification-key-file FILE +Usage: cardano-cli conway genesis initial-addr --verification-key-file FILEPATH ( --mainnet | --testnet-magic NATURAL ) - [--out-file FILE] + [--out-file FILEPATH] Get the address for an initial UTxO based on the verification key Available options: - --verification-key-file FILE + --verification-key-file FILEPATH Input filepath of the verification key. --mainnet Use the mainnet magic id. This overrides the CARDANO_NODE_NETWORK_ID environment variable --testnet-magic NATURAL Specify a testnet magic id. This overrides the CARDANO_NODE_NETWORK_ID environment variable - --out-file FILE Optional output file. Default is to write to stdout. + --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_genesis_initial-txin.cli b/cardano-cli/test/cardano-cli-golden/files/golden/help/conway_genesis_initial-txin.cli index b756c47b80..b32ce3f648 100644 --- a/cardano-cli/test/cardano-cli-golden/files/golden/help/conway_genesis_initial-txin.cli +++ b/cardano-cli/test/cardano-cli-golden/files/golden/help/conway_genesis_initial-txin.cli @@ -1,17 +1,17 @@ -Usage: cardano-cli conway genesis initial-txin --verification-key-file FILE +Usage: cardano-cli conway genesis initial-txin --verification-key-file FILEPATH ( --mainnet | --testnet-magic NATURAL ) - [--out-file FILE] + [--out-file FILEPATH] Get the TxIn for an initial UTxO based on the verification key Available options: - --verification-key-file FILE + --verification-key-file FILEPATH Input filepath of the verification key. --mainnet Use the mainnet magic id. This overrides the CARDANO_NODE_NETWORK_ID environment variable --testnet-magic NATURAL Specify a testnet magic id. This overrides the CARDANO_NODE_NETWORK_ID environment variable - --out-file FILE Optional output file. Default is to write to stdout. + --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_genesis_key-gen-delegate.cli b/cardano-cli/test/cardano-cli-golden/files/golden/help/conway_genesis_key-gen-delegate.cli index f73eba084e..777429c729 100644 --- a/cardano-cli/test/cardano-cli-golden/files/golden/help/conway_genesis_key-gen-delegate.cli +++ b/cardano-cli/test/cardano-cli-golden/files/golden/help/conway_genesis_key-gen-delegate.cli @@ -1,14 +1,15 @@ -Usage: cardano-cli conway genesis key-gen-delegate --verification-key-file FILE - --signing-key-file FILE - --operational-certificate-issue-counter-file FILE +Usage: cardano-cli conway genesis key-gen-delegate --verification-key-file FILEPATH + --signing-key-file FILEPATH + --operational-certificate-issue-counter-file FILEPATH Create a Shelley genesis delegate key pair Available options: - --verification-key-file FILE + --verification-key-file FILEPATH Output filepath of the verification key. - --signing-key-file FILE Output filepath of the signing key. - --operational-certificate-issue-counter-file FILE + --signing-key-file FILEPATH + Output filepath of the signing key. + --operational-certificate-issue-counter-file FILEPATH The file with the issue counter for the operational certificate. -h,--help Show this help text diff --git a/cardano-cli/test/cardano-cli-golden/files/golden/help/conway_genesis_key-gen-genesis.cli b/cardano-cli/test/cardano-cli-golden/files/golden/help/conway_genesis_key-gen-genesis.cli index 21ab603ead..66ac79b861 100644 --- a/cardano-cli/test/cardano-cli-golden/files/golden/help/conway_genesis_key-gen-genesis.cli +++ b/cardano-cli/test/cardano-cli-golden/files/golden/help/conway_genesis_key-gen-genesis.cli @@ -1,10 +1,11 @@ -Usage: cardano-cli conway genesis key-gen-genesis --verification-key-file FILE - --signing-key-file FILE +Usage: cardano-cli conway genesis key-gen-genesis --verification-key-file FILEPATH + --signing-key-file FILEPATH Create a Shelley genesis key pair Available options: - --verification-key-file FILE + --verification-key-file FILEPATH Output filepath of the verification key. - --signing-key-file FILE Output filepath of the signing key. + --signing-key-file FILEPATH + Output filepath of the signing key. -h,--help Show this help text diff --git a/cardano-cli/test/cardano-cli-golden/files/golden/help/conway_genesis_key-gen-utxo.cli b/cardano-cli/test/cardano-cli-golden/files/golden/help/conway_genesis_key-gen-utxo.cli index 1ca0e7b50a..cd6f2c8b31 100644 --- a/cardano-cli/test/cardano-cli-golden/files/golden/help/conway_genesis_key-gen-utxo.cli +++ b/cardano-cli/test/cardano-cli-golden/files/golden/help/conway_genesis_key-gen-utxo.cli @@ -1,10 +1,11 @@ -Usage: cardano-cli conway genesis key-gen-utxo --verification-key-file FILE - --signing-key-file FILE +Usage: cardano-cli conway genesis key-gen-utxo --verification-key-file FILEPATH + --signing-key-file FILEPATH Create a Shelley genesis UTxO key pair Available options: - --verification-key-file FILE + --verification-key-file FILEPATH Output filepath of the verification key. - --signing-key-file FILE Output filepath of the signing key. + --signing-key-file FILEPATH + Output filepath of the signing key. -h,--help Show this help text diff --git a/cardano-cli/test/cardano-cli-golden/files/golden/help/conway_genesis_key-hash.cli b/cardano-cli/test/cardano-cli-golden/files/golden/help/conway_genesis_key-hash.cli index dba238ecdd..9762c999ea 100644 --- a/cardano-cli/test/cardano-cli-golden/files/golden/help/conway_genesis_key-hash.cli +++ b/cardano-cli/test/cardano-cli-golden/files/golden/help/conway_genesis_key-hash.cli @@ -1,8 +1,8 @@ -Usage: cardano-cli conway genesis key-hash --verification-key-file FILE +Usage: cardano-cli conway genesis key-hash --verification-key-file FILEPATH Print the identifier (hash) of a public key Available options: - --verification-key-file FILE + --verification-key-file FILEPATH Input filepath of the verification key. -h,--help Show this help text diff --git a/cardano-cli/test/cardano-cli-golden/files/golden/help/conway_governance_action_create-constitution.cli b/cardano-cli/test/cardano-cli-golden/files/golden/help/conway_governance_action_create-constitution.cli index 3de21974bf..2cf633f76d 100644 --- a/cardano-cli/test/cardano-cli-golden/files/golden/help/conway_governance_action_create-constitution.cli +++ b/cardano-cli/test/cardano-cli-golden/files/golden/help/conway_governance_action_create-constitution.cli @@ -4,9 +4,9 @@ Usage: cardano-cli conway governance action create-constitution ) --governance-action-deposit NATURAL ( --deposit-return-stake-verification-key STRING - | --deposit-return-stake-verification-key-file FILE + | --deposit-return-stake-verification-key-file FILEPATH | --deposit-return-stake-key-hash HASH - | --deposit-return-stake-script-file FILE + | --deposit-return-stake-script-file FILEPATH | --deposit-return-stake-address ADDRESS ) [--prev-governance-action-tx-id TXID @@ -16,7 +16,7 @@ Usage: cardano-cli conway governance action create-constitution --constitution-url TEXT --constitution-hash HASH [--constitution-script-hash HASH] - --out-file FILE + --out-file FILEPATH Create a constitution. @@ -27,11 +27,11 @@ Available options: Deposit required to submit a governance action. --deposit-return-stake-verification-key STRING Stake verification key (Bech32 or hex-encoded). - --deposit-return-stake-verification-key-file FILE + --deposit-return-stake-verification-key-file FILEPATH Filepath of the staking verification key. --deposit-return-stake-key-hash HASH Stake verification key hash (hex-encoded). - --deposit-return-stake-script-file FILE + --deposit-return-stake-script-file FILEPATH Filepath of the staking script. --deposit-return-stake-address ADDRESS Target stake address (bech32 format). @@ -48,5 +48,5 @@ Available options: --constitution-script-hash HASH Constitution script hash (hex-encoded). Obtain it with "cardano-cli hash script ...". - --out-file FILE Output filepath of the constitution. + --out-file FILEPATH Output filepath of the constitution. -h,--help Show this help text diff --git a/cardano-cli/test/cardano-cli-golden/files/golden/help/conway_governance_action_create-hardfork.cli b/cardano-cli/test/cardano-cli-golden/files/golden/help/conway_governance_action_create-hardfork.cli index 4ffd0c3539..282fa5e887 100644 --- a/cardano-cli/test/cardano-cli-golden/files/golden/help/conway_governance_action_create-hardfork.cli +++ b/cardano-cli/test/cardano-cli-golden/files/golden/help/conway_governance_action_create-hardfork.cli @@ -4,9 +4,9 @@ Usage: cardano-cli conway governance action create-hardfork ) --governance-action-deposit NATURAL ( --deposit-return-stake-verification-key STRING - | --deposit-return-stake-verification-key-file FILE + | --deposit-return-stake-verification-key-file FILEPATH | --deposit-return-stake-key-hash HASH - | --deposit-return-stake-script-file FILE + | --deposit-return-stake-script-file FILEPATH | --deposit-return-stake-address ADDRESS ) [--prev-governance-action-tx-id TXID @@ -15,7 +15,7 @@ Usage: cardano-cli conway governance action create-hardfork --anchor-data-hash HASH --protocol-major-version MAJOR --protocol-minor-version MINOR - --out-file FILE + --out-file FILEPATH Create a hardfork initiation proposal. @@ -26,11 +26,11 @@ Available options: Deposit required to submit a governance action. --deposit-return-stake-verification-key STRING Stake verification key (Bech32 or hex-encoded). - --deposit-return-stake-verification-key-file FILE + --deposit-return-stake-verification-key-file FILEPATH Filepath of the staking verification key. --deposit-return-stake-key-hash HASH Stake verification key hash (hex-encoded). - --deposit-return-stake-script-file FILE + --deposit-return-stake-script-file FILEPATH Filepath of the staking script. --deposit-return-stake-address ADDRESS Target stake address (bech32 format). @@ -51,5 +51,5 @@ Available options: fork (old software can validate but not produce new blocks). Must be zero when the major protocol version is increased. - --out-file FILE Output filepath of the hardfork proposal. + --out-file FILEPATH Output filepath of the hardfork proposal. -h,--help Show this help text diff --git a/cardano-cli/test/cardano-cli-golden/files/golden/help/conway_governance_action_create-info.cli b/cardano-cli/test/cardano-cli-golden/files/golden/help/conway_governance_action_create-info.cli index a6dabfb4f8..78e48f1feb 100644 --- a/cardano-cli/test/cardano-cli-golden/files/golden/help/conway_governance_action_create-info.cli +++ b/cardano-cli/test/cardano-cli-golden/files/golden/help/conway_governance_action_create-info.cli @@ -1,14 +1,14 @@ Usage: cardano-cli conway governance action create-info (--mainnet | --testnet) --governance-action-deposit NATURAL ( --deposit-return-stake-verification-key STRING - | --deposit-return-stake-verification-key-file FILE + | --deposit-return-stake-verification-key-file FILEPATH | --deposit-return-stake-key-hash HASH - | --deposit-return-stake-script-file FILE + | --deposit-return-stake-script-file FILEPATH | --deposit-return-stake-address ADDRESS ) --anchor-url TEXT --anchor-data-hash HASH - --out-file FILE + --out-file FILEPATH Create an info action. @@ -19,17 +19,17 @@ Available options: Deposit required to submit a governance action. --deposit-return-stake-verification-key STRING Stake verification key (Bech32 or hex-encoded). - --deposit-return-stake-verification-key-file FILE + --deposit-return-stake-verification-key-file FILEPATH Filepath of the staking verification key. --deposit-return-stake-key-hash HASH Stake verification key hash (hex-encoded). - --deposit-return-stake-script-file FILE + --deposit-return-stake-script-file FILEPATH Filepath of the staking script. --deposit-return-stake-address ADDRESS Target stake address (bech32 format). --anchor-url TEXT Anchor URL --anchor-data-hash HASH Proposal anchor data hash (obtain it with "cardano-cli hash anchor-data ...") - --out-file FILE Path to action file to be used later on with build or + --out-file FILEPATH Path to action file to be used later on with build or build-raw -h,--help Show this help text diff --git a/cardano-cli/test/cardano-cli-golden/files/golden/help/conway_governance_action_create-no-confidence.cli b/cardano-cli/test/cardano-cli-golden/files/golden/help/conway_governance_action_create-no-confidence.cli index 7e0a6aac3f..34356781b6 100644 --- a/cardano-cli/test/cardano-cli-golden/files/golden/help/conway_governance_action_create-no-confidence.cli +++ b/cardano-cli/test/cardano-cli-golden/files/golden/help/conway_governance_action_create-no-confidence.cli @@ -4,16 +4,16 @@ Usage: cardano-cli conway governance action create-no-confidence ) --governance-action-deposit NATURAL ( --deposit-return-stake-verification-key STRING - | --deposit-return-stake-verification-key-file FILE + | --deposit-return-stake-verification-key-file FILEPATH | --deposit-return-stake-key-hash HASH - | --deposit-return-stake-script-file FILE + | --deposit-return-stake-script-file FILEPATH | --deposit-return-stake-address ADDRESS ) --anchor-url TEXT --anchor-data-hash HASH [--prev-governance-action-tx-id TXID --prev-governance-action-index WORD16] - --out-file FILE + --out-file FILEPATH Create a no confidence proposal. @@ -24,11 +24,11 @@ Available options: Deposit required to submit a governance action. --deposit-return-stake-verification-key STRING Stake verification key (Bech32 or hex-encoded). - --deposit-return-stake-verification-key-file FILE + --deposit-return-stake-verification-key-file FILEPATH Filepath of the staking verification key. --deposit-return-stake-key-hash HASH Stake verification key hash (hex-encoded). - --deposit-return-stake-script-file FILE + --deposit-return-stake-script-file FILEPATH Filepath of the staking script. --deposit-return-stake-address ADDRESS Target stake address (bech32 format). @@ -39,5 +39,5 @@ Available options: Txid of the previous governance action. --prev-governance-action-index WORD16 Action index of the previous governance action. - --out-file FILE Output filepath of the no confidence proposal. + --out-file FILEPATH Output filepath of the no confidence proposal. -h,--help Show this help text diff --git a/cardano-cli/test/cardano-cli-golden/files/golden/help/conway_governance_action_create-protocol-parameters-update.cli b/cardano-cli/test/cardano-cli-golden/files/golden/help/conway_governance_action_create-protocol-parameters-update.cli index ac91cb2acd..7743b18c90 100644 --- a/cardano-cli/test/cardano-cli-golden/files/golden/help/conway_governance_action_create-protocol-parameters-update.cli +++ b/cardano-cli/test/cardano-cli-golden/files/golden/help/conway_governance_action_create-protocol-parameters-update.cli @@ -4,9 +4,9 @@ Usage: cardano-cli conway governance action create-protocol-parameters-update ) --governance-action-deposit NATURAL ( --deposit-return-stake-verification-key STRING - | --deposit-return-stake-verification-key-file FILE + | --deposit-return-stake-verification-key-file FILEPATH | --deposit-return-stake-key-hash HASH - | --deposit-return-stake-script-file FILE + | --deposit-return-stake-script-file FILEPATH | --deposit-return-stake-address ADDRESS ) --anchor-url TEXT @@ -58,7 +58,7 @@ Usage: cardano-cli conway governance action create-protocol-parameters-update [--drep-activity WORD32] [--ref-script-cost-per-byte RATIONAL] [--cost-model-file FILE] - --out-file FILE + --out-file FILEPATH Create a protocol parameters update. @@ -69,11 +69,11 @@ Available options: Deposit required to submit a governance action. --deposit-return-stake-verification-key STRING Stake verification key (Bech32 or hex-encoded). - --deposit-return-stake-verification-key-file FILE + --deposit-return-stake-verification-key-file FILEPATH Filepath of the staking verification key. --deposit-return-stake-key-hash HASH Stake verification key hash (hex-encoded). - --deposit-return-stake-script-file FILE + --deposit-return-stake-script-file FILEPATH Filepath of the staking script. --deposit-return-stake-address ADDRESS Target stake address (bech32 format). @@ -201,5 +201,5 @@ Available options: Reference script cost per byte for the minimum fee calculation. --cost-model-file FILE Filepath of the JSON formatted cost model - --out-file FILE The output file. + --out-file FILEPATH The output file. -h,--help Show this help text diff --git a/cardano-cli/test/cardano-cli-golden/files/golden/help/conway_governance_action_create-treasury-withdrawal.cli b/cardano-cli/test/cardano-cli-golden/files/golden/help/conway_governance_action_create-treasury-withdrawal.cli index 58341fbea1..72d02c2e34 100644 --- a/cardano-cli/test/cardano-cli-golden/files/golden/help/conway_governance_action_create-treasury-withdrawal.cli +++ b/cardano-cli/test/cardano-cli-golden/files/golden/help/conway_governance_action_create-treasury-withdrawal.cli @@ -4,21 +4,21 @@ Usage: cardano-cli conway governance action create-treasury-withdrawal ) --governance-action-deposit NATURAL ( --deposit-return-stake-verification-key STRING - | --deposit-return-stake-verification-key-file FILE + | --deposit-return-stake-verification-key-file FILEPATH | --deposit-return-stake-key-hash HASH - | --deposit-return-stake-script-file FILE + | --deposit-return-stake-script-file FILEPATH | --deposit-return-stake-address ADDRESS ) --anchor-url TEXT --anchor-data-hash HASH ( ( --funds-receiving-stake-verification-key STRING - | --funds-receiving-stake-verification-key-file FILE + | --funds-receiving-stake-verification-key-file FILEPATH | --funds-receiving-stake-key-hash HASH ) --transfer LOVELACE) [--constitution-script-hash HASH] - --out-file FILE + --out-file FILEPATH Create a treasury withdrawal. @@ -29,11 +29,11 @@ Available options: Deposit required to submit a governance action. --deposit-return-stake-verification-key STRING Stake verification key (Bech32 or hex-encoded). - --deposit-return-stake-verification-key-file FILE + --deposit-return-stake-verification-key-file FILEPATH Filepath of the staking verification key. --deposit-return-stake-key-hash HASH Stake verification key hash (hex-encoded). - --deposit-return-stake-script-file FILE + --deposit-return-stake-script-file FILEPATH Filepath of the staking script. --deposit-return-stake-address ADDRESS Target stake address (bech32 format). @@ -42,7 +42,7 @@ Available options: "cardano-cli hash anchor-data ...") --funds-receiving-stake-verification-key STRING Stake verification key (Bech32 or hex-encoded). - --funds-receiving-stake-verification-key-file FILE + --funds-receiving-stake-verification-key-file FILEPATH Filepath of the staking verification key. --funds-receiving-stake-key-hash HASH Stake verification key hash (hex-encoded). @@ -50,5 +50,5 @@ Available options: --constitution-script-hash HASH Constitution script hash (hex-encoded). Obtain it with "cardano-cli hash script ...". - --out-file FILE Output filepath of the treasury withdrawal. + --out-file FILEPATH Output filepath of the treasury withdrawal. -h,--help Show this help text diff --git a/cardano-cli/test/cardano-cli-golden/files/golden/help/conway_governance_action_update-committee.cli b/cardano-cli/test/cardano-cli-golden/files/golden/help/conway_governance_action_update-committee.cli index 4002bc812b..92675da290 100644 --- a/cardano-cli/test/cardano-cli-golden/files/golden/help/conway_governance_action_update-committee.cli +++ b/cardano-cli/test/cardano-cli-golden/files/golden/help/conway_governance_action_update-committee.cli @@ -4,21 +4,21 @@ Usage: cardano-cli conway governance action update-committee ) --governance-action-deposit NATURAL ( --deposit-return-stake-verification-key STRING - | --deposit-return-stake-verification-key-file FILE + | --deposit-return-stake-verification-key-file FILEPATH | --deposit-return-stake-key-hash HASH - | --deposit-return-stake-script-file FILE + | --deposit-return-stake-script-file FILEPATH | --deposit-return-stake-address ADDRESS ) --anchor-url TEXT --anchor-data-hash HASH [ --remove-cc-cold-verification-key STRING - | --remove-cc-cold-verification-key-file FILE + | --remove-cc-cold-verification-key-file FILEPATH | --remove-cc-cold-verification-key-hash STRING | --remove-cc-cold-script-hash HASH ] [ ( --add-cc-cold-verification-key STRING - | --add-cc-cold-verification-key-file FILE + | --add-cc-cold-verification-key-file FILEPATH | --add-cc-cold-verification-key-hash STRING | --add-cc-cold-script-hash HASH ) @@ -26,7 +26,7 @@ Usage: cardano-cli conway governance action update-committee --threshold RATIONAL [--prev-governance-action-tx-id TXID --prev-governance-action-index WORD16] - --out-file FILE + --out-file FILEPATH Create or update a new committee proposal. @@ -37,11 +37,11 @@ Available options: Deposit required to submit a governance action. --deposit-return-stake-verification-key STRING Stake verification key (Bech32 or hex-encoded). - --deposit-return-stake-verification-key-file FILE + --deposit-return-stake-verification-key-file FILEPATH Filepath of the staking verification key. --deposit-return-stake-key-hash HASH Stake verification key hash (hex-encoded). - --deposit-return-stake-script-file FILE + --deposit-return-stake-script-file FILEPATH Filepath of the staking script. --deposit-return-stake-address ADDRESS Target stake address (bech32 format). @@ -50,7 +50,7 @@ Available options: "cardano-cli hash anchor-data ...") --remove-cc-cold-verification-key STRING Constitutional Committee cold key (hex-encoded). - --remove-cc-cold-verification-key-file FILE + --remove-cc-cold-verification-key-file FILEPATH Filepath of the Constitutional Committee cold key. --remove-cc-cold-verification-key-hash STRING Constitutional Committee key hash (hex-encoded). @@ -59,7 +59,7 @@ Available options: Obtain it with "cardano-cli hash script ...". --add-cc-cold-verification-key STRING Constitutional Committee cold key (hex-encoded). - --add-cc-cold-verification-key-file FILE + --add-cc-cold-verification-key-file FILEPATH Filepath of the Constitutional Committee cold key. --add-cc-cold-verification-key-hash STRING Constitutional Committee key hash (hex-encoded). @@ -73,5 +73,5 @@ Available options: Txid of the previous governance action. --prev-governance-action-index WORD16 Action index of the previous governance action. - --out-file FILE The output file. + --out-file FILEPATH The output file. -h,--help Show this help text diff --git a/cardano-cli/test/cardano-cli-golden/files/golden/help/conway_governance_action_view.cli b/cardano-cli/test/cardano-cli-golden/files/golden/help/conway_governance_action_view.cli index 84deccec7c..8b56ce36cd 100644 --- a/cardano-cli/test/cardano-cli-golden/files/golden/help/conway_governance_action_view.cli +++ b/cardano-cli/test/cardano-cli-golden/files/golden/help/conway_governance_action_view.cli @@ -1,15 +1,15 @@ -Usage: cardano-cli conway governance action view --action-file FILE +Usage: cardano-cli conway governance action view --action-file FILEPATH [ --output-json | --output-yaml ] - [--out-file FILE] + [--out-file FILEPATH] View a governance action. Available options: - --action-file FILE Path to action file. + --action-file FILEPATH Path to action file. --output-json Format governance action view output to JSON. --output-yaml Format governance action view output to YAML. Defaults to JSON if unspecified. - --out-file FILE Optional output file. Default is to write to stdout. + --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_governance_committee_create-cold-key-resignation-certificate.cli b/cardano-cli/test/cardano-cli-golden/files/golden/help/conway_governance_committee_create-cold-key-resignation-certificate.cli index 546866a47d..c92ad09b56 100644 --- a/cardano-cli/test/cardano-cli-golden/files/golden/help/conway_governance_committee_create-cold-key-resignation-certificate.cli +++ b/cardano-cli/test/cardano-cli-golden/files/golden/help/conway_governance_committee_create-cold-key-resignation-certificate.cli @@ -1,32 +1,33 @@ Usage: cardano-cli conway governance committee create-cold-key-resignation-certificate ( --cold-verification-key STRING - | --cold-verification-key-file FILE + | --cold-verification-key-file FILEPATH | --cold-verification-key-hash STRING | --cold-script-hash HASH - | --cold-script-file FILE + | --cold-script-file FILEPATH ) [--resignation-metadata-url TEXT --resignation-metadata-hash HASH] - --out-file FILE + --out-file FILEPATH Create cold key resignation certificate for a Constitutional Committee Member Available options: --cold-verification-key STRING Constitutional Committee cold key (hex-encoded). - --cold-verification-key-file FILE + --cold-verification-key-file FILEPATH Filepath of the Constitutional Committee cold key. --cold-verification-key-hash STRING Constitutional Committee key hash (hex-encoded). --cold-script-hash HASH Committee cold Native or Plutus script file hash (hex-encoded). Obtain it with "cardano-cli hash script ...". - --cold-script-file FILE Cold Native or Plutus script file + --cold-script-file FILEPATH + Cold Native or Plutus script file --resignation-metadata-url TEXT Constitutional Committee cold key resignation certificate URL --resignation-metadata-hash HASH Constitutional Committee cold key resignation certificate metadata hash - --out-file FILE The output file. + --out-file FILEPATH The output file. -h,--help Show this help text diff --git a/cardano-cli/test/cardano-cli-golden/files/golden/help/conway_governance_committee_create-hot-key-authorization-certificate.cli b/cardano-cli/test/cardano-cli-golden/files/golden/help/conway_governance_committee_create-hot-key-authorization-certificate.cli index e9f0cd8b37..5e6a5b2e2b 100644 --- a/cardano-cli/test/cardano-cli-golden/files/golden/help/conway_governance_committee_create-hot-key-authorization-certificate.cli +++ b/cardano-cli/test/cardano-cli-golden/files/golden/help/conway_governance_committee_create-hot-key-authorization-certificate.cli @@ -1,40 +1,42 @@ Usage: cardano-cli conway governance committee create-hot-key-authorization-certificate ( --cold-verification-key STRING - | --cold-verification-key-file FILE + | --cold-verification-key-file FILEPATH | --cold-verification-key-hash STRING | --cold-script-hash HASH - | --cold-script-file FILE + | --cold-script-file FILEPATH ) ( --hot-verification-key STRING - | --hot-verification-key-file FILE + | --hot-verification-key-file FILEPATH | --hot-verification-key-hash STRING | --hot-script-hash HASH - | --hot-script-file FILE + | --hot-script-file FILEPATH ) - --out-file FILE + --out-file FILEPATH Create hot key authorization certificate for a Constitutional Committee Member Available options: --cold-verification-key STRING Constitutional Committee cold key (hex-encoded). - --cold-verification-key-file FILE + --cold-verification-key-file FILEPATH Filepath of the Constitutional Committee cold key. --cold-verification-key-hash STRING Constitutional Committee key hash (hex-encoded). --cold-script-hash HASH Committee cold Native or Plutus script file hash (hex-encoded). Obtain it with "cardano-cli hash script ...". - --cold-script-file FILE Cold Native or Plutus script file + --cold-script-file FILEPATH + Cold Native or Plutus script file --hot-verification-key STRING Constitutional Committee hot key (hex-encoded). - --hot-verification-key-file FILE + --hot-verification-key-file FILEPATH Filepath of the Constitutional Committee hot key. --hot-verification-key-hash STRING Constitutional Committee key hash (hex-encoded). --hot-script-hash HASH Committee hot Native or Plutus script file hash (hex-encoded). Obtain it with "cardano-cli hash script ...". - --hot-script-file FILE Hot Native or Plutus script file - --out-file FILE The output file. + --hot-script-file FILEPATH + Hot Native or Plutus script file + --out-file FILEPATH The output file. -h,--help Show this help text diff --git a/cardano-cli/test/cardano-cli-golden/files/golden/help/conway_governance_committee_key-gen-cold.cli b/cardano-cli/test/cardano-cli-golden/files/golden/help/conway_governance_committee_key-gen-cold.cli index 0cc96f1a9c..19f824119e 100644 --- a/cardano-cli/test/cardano-cli-golden/files/golden/help/conway_governance_committee_key-gen-cold.cli +++ b/cardano-cli/test/cardano-cli-golden/files/golden/help/conway_governance_committee_key-gen-cold.cli @@ -1,12 +1,12 @@ Usage: cardano-cli conway governance committee key-gen-cold - --cold-verification-key-file FILE - --cold-signing-key-file FILE + --cold-verification-key-file FILEPATH + --cold-signing-key-file FILEPATH Create a cold key pair for a Constitutional Committee Member Available options: - --cold-verification-key-file FILE + --cold-verification-key-file FILEPATH Filepath of the cold verification key. - --cold-signing-key-file FILE + --cold-signing-key-file FILEPATH Filepath of the cold signing key. -h,--help Show this help text diff --git a/cardano-cli/test/cardano-cli-golden/files/golden/help/conway_governance_committee_key-gen-hot.cli b/cardano-cli/test/cardano-cli-golden/files/golden/help/conway_governance_committee_key-gen-hot.cli index 50714e0bc0..04bdf086be 100644 --- a/cardano-cli/test/cardano-cli-golden/files/golden/help/conway_governance_committee_key-gen-hot.cli +++ b/cardano-cli/test/cardano-cli-golden/files/golden/help/conway_governance_committee_key-gen-hot.cli @@ -1,10 +1,11 @@ -Usage: cardano-cli conway governance committee key-gen-hot --verification-key-file FILE - --signing-key-file FILE +Usage: cardano-cli conway governance committee key-gen-hot --verification-key-file FILEPATH + --signing-key-file FILEPATH Create a hot key pair for a Constitutional Committee Member Available options: - --verification-key-file FILE + --verification-key-file FILEPATH Output filepath of the verification key. - --signing-key-file FILE Output filepath of the signing key. + --signing-key-file FILEPATH + Output filepath of the signing key. -h,--help Show this help text diff --git a/cardano-cli/test/cardano-cli-golden/files/golden/help/conway_governance_committee_key-hash.cli b/cardano-cli/test/cardano-cli-golden/files/golden/help/conway_governance_committee_key-hash.cli index 62ca9af520..b3bee016fb 100644 --- a/cardano-cli/test/cardano-cli-golden/files/golden/help/conway_governance_committee_key-hash.cli +++ b/cardano-cli/test/cardano-cli-golden/files/golden/help/conway_governance_committee_key-hash.cli @@ -1,6 +1,6 @@ Usage: cardano-cli conway governance committee key-hash ( --verification-key STRING - | --verification-key-file FILE + | --verification-key-file FILEPATH ) Print the identifier (hash) of a public key @@ -9,7 +9,7 @@ Available options: --verification-key STRING Constitutional Committee Member key (hot or cold) (Bech32-encoded) - --verification-key-file FILE + --verification-key-file FILEPATH Input filepath of the Constitutional Committee Member key (hot or cold). -h,--help Show this help text diff --git a/cardano-cli/test/cardano-cli-golden/files/golden/help/conway_governance_drep_id.cli b/cardano-cli/test/cardano-cli-golden/files/golden/help/conway_governance_drep_id.cli index 4ececd3eda..7a6466a689 100644 --- a/cardano-cli/test/cardano-cli-golden/files/golden/help/conway_governance_drep_id.cli +++ b/cardano-cli/test/cardano-cli-golden/files/golden/help/conway_governance_drep_id.cli @@ -1,18 +1,18 @@ Usage: cardano-cli conway governance drep id ( --drep-verification-key STRING - | --drep-verification-key-file FILE + | --drep-verification-key-file FILEPATH ) [--output-format STRING] - [--out-file FILE] + [--out-file FILEPATH] Generate a drep id. Available options: --drep-verification-key STRING DRep verification key (Bech32 or hex-encoded). - --drep-verification-key-file FILE + --drep-verification-key-file FILEPATH Filepath of the DRep verification key. --output-format STRING Optional drep id output format. Accepted output formats are "hex" and "bech32" (default is "bech32"). - --out-file FILE The output file. + --out-file FILEPATH The output file. -h,--help Show this help text diff --git a/cardano-cli/test/cardano-cli-golden/files/golden/help/conway_governance_drep_key-gen.cli b/cardano-cli/test/cardano-cli-golden/files/golden/help/conway_governance_drep_key-gen.cli index beff999814..326230049c 100644 --- a/cardano-cli/test/cardano-cli-golden/files/golden/help/conway_governance_drep_key-gen.cli +++ b/cardano-cli/test/cardano-cli-golden/files/golden/help/conway_governance_drep_key-gen.cli @@ -1,10 +1,11 @@ -Usage: cardano-cli conway governance drep key-gen --verification-key-file FILE - --signing-key-file FILE +Usage: cardano-cli conway governance drep key-gen --verification-key-file FILEPATH + --signing-key-file FILEPATH Generate Delegated Representative verification and signing keys. Available options: - --verification-key-file FILE + --verification-key-file FILEPATH Output filepath of the verification key. - --signing-key-file FILE Output filepath of the signing key. + --signing-key-file FILEPATH + Output filepath of the signing key. -h,--help Show this help text diff --git a/cardano-cli/test/cardano-cli-golden/files/golden/help/conway_governance_drep_metadata-hash.cli b/cardano-cli/test/cardano-cli-golden/files/golden/help/conway_governance_drep_metadata-hash.cli index e333a80267..b19fa03019 100644 --- a/cardano-cli/test/cardano-cli-golden/files/golden/help/conway_governance_drep_metadata-hash.cli +++ b/cardano-cli/test/cardano-cli-golden/files/golden/help/conway_governance_drep_metadata-hash.cli @@ -1,10 +1,10 @@ -Usage: cardano-cli conway governance drep metadata-hash --drep-metadata-file FILE - [--out-file FILE] +Usage: cardano-cli conway governance drep metadata-hash --drep-metadata-file FILEPATH + [--out-file FILEPATH] Calculate the hash of a metadata file. Available options: - --drep-metadata-file FILE + --drep-metadata-file FILEPATH JSON Metadata file to hash. - --out-file FILE Optional output file. Default is to write to stdout. + --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_governance_drep_registration-certificate.cli b/cardano-cli/test/cardano-cli-golden/files/golden/help/conway_governance_drep_registration-certificate.cli index b7e708ed3d..6338ac7b2e 100644 --- a/cardano-cli/test/cardano-cli-golden/files/golden/help/conway_governance_drep_registration-certificate.cli +++ b/cardano-cli/test/cardano-cli-golden/files/golden/help/conway_governance_drep_registration-certificate.cli @@ -1,13 +1,13 @@ Usage: cardano-cli conway governance drep registration-certificate ( --drep-script-hash HASH | --drep-verification-key STRING - | --drep-verification-key-file FILE + | --drep-verification-key-file FILEPATH | --drep-key-hash HASH ) --key-reg-deposit-amt NATURAL [--drep-metadata-url TEXT --drep-metadata-hash HASH] - --out-file FILE + --out-file FILEPATH Create a registration certificate. @@ -16,7 +16,7 @@ Available options: "cardano-cli hash script ...". --drep-verification-key STRING DRep verification key (Bech32 or hex-encoded). - --drep-verification-key-file FILE + --drep-verification-key-file FILEPATH Filepath of the DRep verification key. --drep-key-hash HASH DRep verification key hash (either Bech32-encoded or hex-encoded). @@ -25,5 +25,5 @@ Available options: --drep-metadata-url TEXT DRep anchor URL --drep-metadata-hash HASH DRep anchor data hash. - --out-file FILE The output file. + --out-file FILEPATH The output file. -h,--help Show this help text diff --git a/cardano-cli/test/cardano-cli-golden/files/golden/help/conway_governance_drep_retirement-certificate.cli b/cardano-cli/test/cardano-cli-golden/files/golden/help/conway_governance_drep_retirement-certificate.cli index f199d21e8a..da65c71b0c 100644 --- a/cardano-cli/test/cardano-cli-golden/files/golden/help/conway_governance_drep_retirement-certificate.cli +++ b/cardano-cli/test/cardano-cli-golden/files/golden/help/conway_governance_drep_retirement-certificate.cli @@ -1,11 +1,11 @@ Usage: cardano-cli conway governance drep retirement-certificate ( --drep-script-hash HASH | --drep-verification-key STRING - | --drep-verification-key-file FILE + | --drep-verification-key-file FILEPATH | --drep-key-hash HASH ) --deposit-amt LOVELACE - --out-file FILE + --out-file FILEPATH Create a DRep retirement certificate. @@ -14,11 +14,11 @@ Available options: "cardano-cli hash script ...". --drep-verification-key STRING DRep verification key (Bech32 or hex-encoded). - --drep-verification-key-file FILE + --drep-verification-key-file FILEPATH Filepath of the DRep verification key. --drep-key-hash HASH DRep verification key hash (either Bech32-encoded or hex-encoded). --deposit-amt LOVELACE DRep deposit amount (same at registration and retirement). - --out-file FILE The output file. + --out-file FILEPATH The output file. -h,--help Show this help text diff --git a/cardano-cli/test/cardano-cli-golden/files/golden/help/conway_governance_drep_update-certificate.cli b/cardano-cli/test/cardano-cli-golden/files/golden/help/conway_governance_drep_update-certificate.cli index ffa0c98d6d..02f2279b13 100644 --- a/cardano-cli/test/cardano-cli-golden/files/golden/help/conway_governance_drep_update-certificate.cli +++ b/cardano-cli/test/cardano-cli-golden/files/golden/help/conway_governance_drep_update-certificate.cli @@ -1,12 +1,12 @@ Usage: cardano-cli conway governance drep update-certificate ( --drep-script-hash HASH | --drep-verification-key STRING - | --drep-verification-key-file FILE + | --drep-verification-key-file FILEPATH | --drep-key-hash HASH ) [--drep-metadata-url TEXT --drep-metadata-hash HASH] - --out-file FILE + --out-file FILEPATH Create a DRep update certificate. @@ -15,12 +15,12 @@ Available options: "cardano-cli hash script ...". --drep-verification-key STRING DRep verification key (Bech32 or hex-encoded). - --drep-verification-key-file FILE + --drep-verification-key-file FILEPATH Filepath of the DRep verification key. --drep-key-hash HASH DRep verification key hash (either Bech32-encoded or hex-encoded). --drep-metadata-url TEXT DRep anchor URL --drep-metadata-hash HASH DRep anchor data hash. - --out-file FILE The output file. + --out-file FILEPATH The output file. -h,--help Show this help text diff --git a/cardano-cli/test/cardano-cli-golden/files/golden/help/conway_governance_vote_create.cli b/cardano-cli/test/cardano-cli-golden/files/golden/help/conway_governance_vote_create.cli index fcf54ea932..f1b7d836d3 100644 --- a/cardano-cli/test/cardano-cli-golden/files/golden/help/conway_governance_vote_create.cli +++ b/cardano-cli/test/cardano-cli-golden/files/golden/help/conway_governance_vote_create.cli @@ -2,20 +2,20 @@ Usage: cardano-cli conway governance vote create (--yes | --no | --abstain) --governance-action-tx-id TXID --governance-action-index WORD16 ( --drep-verification-key STRING - | --drep-verification-key-file FILE + | --drep-verification-key-file FILEPATH | --drep-key-hash HASH | --drep-script-hash HASH | --stake-pool-verification-key STRING - | --cold-verification-key-file FILE + | --cold-verification-key-file FILEPATH | --stake-pool-id STAKE_POOL_ID | --cc-hot-verification-key STRING - | --cc-hot-verification-key-file FILE + | --cc-hot-verification-key-file FILEPATH | --cc-hot-key-hash STRING | --cc-hot-script-hash HASH ) [--anchor-url TEXT --anchor-data-hash HASH] - --out-file FILE + --out-file FILEPATH Vote creation. @@ -26,7 +26,7 @@ Available options: Tx's governance action index. --drep-verification-key STRING DRep verification key (Bech32 or hex-encoded). - --drep-verification-key-file FILE + --drep-verification-key-file FILEPATH Filepath of the DRep verification key. --drep-key-hash HASH DRep verification key hash (either Bech32-encoded or hex-encoded). @@ -34,14 +34,14 @@ Available options: Obtain it with "cardano-cli hash script ...". --stake-pool-verification-key STRING Stake pool verification key (Bech32 or hex-encoded). - --cold-verification-key-file FILE + --cold-verification-key-file FILEPATH Filepath of the stake pool verification key. --stake-pool-id STAKE_POOL_ID Stake pool ID/verification key hash (either Bech32-encoded or hex-encoded). --cc-hot-verification-key STRING Constitutional Committee hot key (hex-encoded). - --cc-hot-verification-key-file FILE + --cc-hot-verification-key-file FILEPATH Filepath of the Constitutional Committee hot key. --cc-hot-key-hash STRING Constitutional Committee key hash (hex-encoded). --cc-hot-script-hash HASH @@ -50,5 +50,5 @@ Available options: --anchor-url TEXT Vote anchor URL --anchor-data-hash HASH Hash of the vote anchor data (obtain it with "cardano-cli hash anchor-data ..."). - --out-file FILE Output filepath of the vote. + --out-file FILEPATH Output filepath of the vote. -h,--help Show this help text diff --git a/cardano-cli/test/cardano-cli-golden/files/golden/help/conway_governance_vote_view.cli b/cardano-cli/test/cardano-cli-golden/files/golden/help/conway_governance_vote_view.cli index 7fda41031a..e4d5aadd86 100644 --- a/cardano-cli/test/cardano-cli-golden/files/golden/help/conway_governance_vote_view.cli +++ b/cardano-cli/test/cardano-cli-golden/files/golden/help/conway_governance_vote_view.cli @@ -1,6 +1,6 @@ Usage: cardano-cli conway governance vote view [--output-json | --output-yaml] - --vote-file FILE - [--out-file FILE] + --vote-file FILEPATH + [--out-file FILEPATH] Vote viewing. @@ -8,6 +8,6 @@ Available options: --output-json Format governance vote view output to JSON. --output-yaml Format governance vote view output to YAML. Defaults to JSON if unspecified. - --vote-file FILE Input filepath of the vote. - --out-file FILE Optional output file. Default is to write to stdout. + --vote-file FILEPATH Input filepath of the vote. + --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_key_convert-byron-genesis-vkey.cli b/cardano-cli/test/cardano-cli-golden/files/golden/help/conway_key_convert-byron-genesis-vkey.cli index c583d2db82..a8da00c4b9 100644 --- a/cardano-cli/test/cardano-cli-golden/files/golden/help/conway_key_convert-byron-genesis-vkey.cli +++ b/cardano-cli/test/cardano-cli-golden/files/golden/help/conway_key_convert-byron-genesis-vkey.cli @@ -1,5 +1,5 @@ Usage: cardano-cli conway key convert-byron-genesis-vkey --byron-genesis-verification-key BASE64 - --out-file FILE + --out-file FILEPATH Convert a Base64-encoded Byron genesis verification key to a Shelley genesis verification key @@ -7,5 +7,5 @@ Usage: cardano-cli conway key convert-byron-genesis-vkey --byron-genesis-verific Available options: --byron-genesis-verification-key BASE64 Base64 string for the Byron genesis verification key. - --out-file FILE The output file. + --out-file FILEPATH The output file. -h,--help Show this help text diff --git a/cardano-cli/test/cardano-cli-golden/files/golden/help/conway_key_convert-byron-key.cli b/cardano-cli/test/cardano-cli-golden/files/golden/help/conway_key_convert-byron-key.cli index 6b10715cd1..33f7385c5c 100644 --- a/cardano-cli/test/cardano-cli-golden/files/golden/help/conway_key_convert-byron-key.cli +++ b/cardano-cli/test/cardano-cli-golden/files/golden/help/conway_key_convert-byron-key.cli @@ -6,10 +6,10 @@ Usage: cardano-cli conway key convert-byron-key [--password TEXT] | --byron-genesis-delegate-key-type | --legacy-byron-genesis-delegate-key-type ) - ( --byron-signing-key-file FILE - | --byron-verification-key-file FILE + ( --byron-signing-key-file FILEPATH + | --byron-verification-key-file FILEPATH ) - --out-file FILE + --out-file FILEPATH Convert a Byron payment, genesis or genesis delegate key (signing or verification) to a corresponding Shelley-format key. @@ -27,9 +27,9 @@ Available options: --legacy-byron-genesis-delegate-key-type Use a Byron-era genesis delegate key, in legacy SL format. - --byron-signing-key-file FILE + --byron-signing-key-file FILEPATH Input filepath of the Byron-format signing key. - --byron-verification-key-file FILE + --byron-verification-key-file FILEPATH Input filepath of the Byron-format verification key. - --out-file FILE The output file. + --out-file FILEPATH The output file. -h,--help Show this help text diff --git a/cardano-cli/test/cardano-cli-golden/files/golden/help/conway_key_convert-cardano-address-key.cli b/cardano-cli/test/cardano-cli-golden/files/golden/help/conway_key_convert-cardano-address-key.cli index c28a98fe54..e43933f420 100644 --- a/cardano-cli/test/cardano-cli-golden/files/golden/help/conway_key_convert-cardano-address-key.cli +++ b/cardano-cli/test/cardano-cli-golden/files/golden/help/conway_key_convert-cardano-address-key.cli @@ -7,8 +7,8 @@ Usage: cardano-cli conway key convert-cardano-address-key | --icarus-payment-key | --byron-payment-key ) - --signing-key-file FILE - --out-file FILE + --signing-key-file FILEPATH + --out-file FILEPATH Convert a cardano-address extended signing key to a corresponding Shelley-format key. @@ -23,6 +23,7 @@ Available options: Icarus style. --byron-payment-key Use a Byron-era extended payment key formatted in the deprecated Byron style. - --signing-key-file FILE Input filepath of the signing key. - --out-file FILE The output file. + --signing-key-file FILEPATH + Input filepath of the signing key. + --out-file FILEPATH The output file. -h,--help Show this help text diff --git a/cardano-cli/test/cardano-cli-golden/files/golden/help/conway_key_convert-itn-bip32-key.cli b/cardano-cli/test/cardano-cli-golden/files/golden/help/conway_key_convert-itn-bip32-key.cli index 68a5f41387..bbcd81eb3e 100644 --- a/cardano-cli/test/cardano-cli-golden/files/golden/help/conway_key_convert-itn-bip32-key.cli +++ b/cardano-cli/test/cardano-cli-golden/files/golden/help/conway_key_convert-itn-bip32-key.cli @@ -1,11 +1,11 @@ -Usage: cardano-cli conway key convert-itn-bip32-key --itn-signing-key-file FILE - --out-file FILE +Usage: cardano-cli conway key convert-itn-bip32-key --itn-signing-key-file FILEPATH + --out-file FILEPATH Convert an Incentivized Testnet (ITN) BIP32 (Ed25519Bip32) signing key to a corresponding Shelley stake signing key Available options: - --itn-signing-key-file FILE + --itn-signing-key-file FILEPATH Filepath of the ITN signing key. - --out-file FILE The output file. + --out-file FILEPATH The output file. -h,--help Show this help text diff --git a/cardano-cli/test/cardano-cli-golden/files/golden/help/conway_key_convert-itn-extended-key.cli b/cardano-cli/test/cardano-cli-golden/files/golden/help/conway_key_convert-itn-extended-key.cli index 9403ac821d..4b58b72754 100644 --- a/cardano-cli/test/cardano-cli-golden/files/golden/help/conway_key_convert-itn-extended-key.cli +++ b/cardano-cli/test/cardano-cli-golden/files/golden/help/conway_key_convert-itn-extended-key.cli @@ -1,11 +1,11 @@ -Usage: cardano-cli conway key convert-itn-extended-key --itn-signing-key-file FILE - --out-file FILE +Usage: cardano-cli conway key convert-itn-extended-key --itn-signing-key-file FILEPATH + --out-file FILEPATH Convert an Incentivized Testnet (ITN) extended (Ed25519Extended) signing key to a corresponding Shelley stake signing key Available options: - --itn-signing-key-file FILE + --itn-signing-key-file FILEPATH Filepath of the ITN signing key. - --out-file FILE The output file. + --out-file FILEPATH The output file. -h,--help Show this help text diff --git a/cardano-cli/test/cardano-cli-golden/files/golden/help/conway_key_convert-itn-key.cli b/cardano-cli/test/cardano-cli-golden/files/golden/help/conway_key_convert-itn-key.cli index 48dba6afe3..5a3275497e 100644 --- a/cardano-cli/test/cardano-cli-golden/files/golden/help/conway_key_convert-itn-key.cli +++ b/cardano-cli/test/cardano-cli-golden/files/golden/help/conway_key_convert-itn-key.cli @@ -1,16 +1,16 @@ Usage: cardano-cli conway key convert-itn-key - ( --itn-signing-key-file FILE - | --itn-verification-key-file FILE + ( --itn-signing-key-file FILEPATH + | --itn-verification-key-file FILEPATH ) - --out-file FILE + --out-file FILEPATH Convert an Incentivized Testnet (ITN) non-extended (Ed25519) signing or verification key to a corresponding Shelley stake key Available options: - --itn-signing-key-file FILE + --itn-signing-key-file FILEPATH Filepath of the ITN signing key. - --itn-verification-key-file FILE + --itn-verification-key-file FILEPATH Filepath of the ITN verification key. - --out-file FILE The output file. + --out-file FILEPATH The output file. -h,--help Show this help text diff --git a/cardano-cli/test/cardano-cli-golden/files/golden/help/conway_key_non-extended-key.cli b/cardano-cli/test/cardano-cli-golden/files/golden/help/conway_key_non-extended-key.cli index fe9e4c68cb..e516578a31 100644 --- a/cardano-cli/test/cardano-cli-golden/files/golden/help/conway_key_non-extended-key.cli +++ b/cardano-cli/test/cardano-cli-golden/files/golden/help/conway_key_non-extended-key.cli @@ -1,12 +1,12 @@ -Usage: cardano-cli conway key non-extended-key --extended-verification-key-file FILE - --verification-key-file FILE +Usage: cardano-cli conway key non-extended-key --extended-verification-key-file FILEPATH + --verification-key-file FILEPATH Get a non-extended verification key from an extended verification key. This supports all extended key types. Available options: - --extended-verification-key-file FILE + --extended-verification-key-file FILEPATH Input filepath of the ed25519-bip32 verification key. - --verification-key-file FILE + --verification-key-file FILEPATH Output filepath of the verification key. -h,--help Show this help text diff --git a/cardano-cli/test/cardano-cli-golden/files/golden/help/conway_key_verification-key.cli b/cardano-cli/test/cardano-cli-golden/files/golden/help/conway_key_verification-key.cli index 0ee4ddff01..7bb51b0127 100644 --- a/cardano-cli/test/cardano-cli-golden/files/golden/help/conway_key_verification-key.cli +++ b/cardano-cli/test/cardano-cli-golden/files/golden/help/conway_key_verification-key.cli @@ -1,10 +1,11 @@ -Usage: cardano-cli conway key verification-key --signing-key-file FILE - --verification-key-file FILE +Usage: cardano-cli conway key verification-key --signing-key-file FILEPATH + --verification-key-file FILEPATH Get a verification key from a signing key. This supports all key types. Available options: - --signing-key-file FILE Input filepath of the signing key. - --verification-key-file FILE + --signing-key-file FILEPATH + Input filepath of the signing key. + --verification-key-file FILEPATH Output filepath of the verification key. -h,--help Show this help text diff --git a/cardano-cli/test/cardano-cli-golden/files/golden/help/conway_node_issue-op-cert.cli b/cardano-cli/test/cardano-cli-golden/files/golden/help/conway_node_issue-op-cert.cli index 40e461b93b..4f5f6184de 100644 --- a/cardano-cli/test/cardano-cli-golden/files/golden/help/conway_node_issue-op-cert.cli +++ b/cardano-cli/test/cardano-cli-golden/files/golden/help/conway_node_issue-op-cert.cli @@ -1,24 +1,24 @@ Usage: cardano-cli conway node issue-op-cert ( --kes-verification-key STRING - | --kes-verification-key-file FILE + | --kes-verification-key-file FILEPATH ) - --cold-signing-key-file FILE - --operational-certificate-issue-counter-file FILE + --cold-signing-key-file FILEPATH + --operational-certificate-issue-counter-file FILEPATH --kes-period NATURAL - --out-file FILE + --out-file FILEPATH Issue a node operational certificate Available options: --kes-verification-key STRING A Bech32 or hex-encoded hot KES verification key. - --kes-verification-key-file FILE + --kes-verification-key-file FILEPATH Filepath of the hot KES verification key. - --cold-signing-key-file FILE + --cold-signing-key-file FILEPATH Filepath of the cold signing key. - --operational-certificate-issue-counter-file FILE + --operational-certificate-issue-counter-file FILEPATH The file with the issue counter for the operational certificate. --kes-period NATURAL The start of the KES key validity period. - --out-file FILE The output file. + --out-file FILEPATH The output file. -h,--help Show this help text diff --git a/cardano-cli/test/cardano-cli-golden/files/golden/help/conway_node_key-gen-KES.cli b/cardano-cli/test/cardano-cli-golden/files/golden/help/conway_node_key-gen-KES.cli index 17c94cc610..f8af342e8c 100644 --- a/cardano-cli/test/cardano-cli-golden/files/golden/help/conway_node_key-gen-KES.cli +++ b/cardano-cli/test/cardano-cli-golden/files/golden/help/conway_node_key-gen-KES.cli @@ -1,6 +1,6 @@ Usage: cardano-cli conway node key-gen-KES [--key-output-format STRING] - --verification-key-file FILE - --signing-key-file FILE + --verification-key-file FILEPATH + --signing-key-file FILEPATH Create a key pair for a node KES operational key @@ -9,7 +9,8 @@ Available options: Optional key output format. Accepted output formats are "text-envelope" and "bech32" (default is "text-envelope"). - --verification-key-file FILE + --verification-key-file FILEPATH Output filepath of the verification key. - --signing-key-file FILE Output filepath of the signing key. + --signing-key-file FILEPATH + Output filepath of the signing key. -h,--help Show this help text diff --git a/cardano-cli/test/cardano-cli-golden/files/golden/help/conway_node_key-gen-VRF.cli b/cardano-cli/test/cardano-cli-golden/files/golden/help/conway_node_key-gen-VRF.cli index 7c8bcb8ee7..eaa9d9afd4 100644 --- a/cardano-cli/test/cardano-cli-golden/files/golden/help/conway_node_key-gen-VRF.cli +++ b/cardano-cli/test/cardano-cli-golden/files/golden/help/conway_node_key-gen-VRF.cli @@ -1,6 +1,6 @@ Usage: cardano-cli conway node key-gen-VRF [--key-output-format STRING] - --verification-key-file FILE - --signing-key-file FILE + --verification-key-file FILEPATH + --signing-key-file FILEPATH Create a key pair for a node VRF operational key @@ -9,7 +9,8 @@ Available options: Optional key output format. Accepted output formats are "text-envelope" and "bech32" (default is "text-envelope"). - --verification-key-file FILE + --verification-key-file FILEPATH Output filepath of the verification key. - --signing-key-file FILE Output filepath of the signing key. + --signing-key-file FILEPATH + Output filepath of the signing key. -h,--help Show this help text diff --git a/cardano-cli/test/cardano-cli-golden/files/golden/help/conway_node_key-gen.cli b/cardano-cli/test/cardano-cli-golden/files/golden/help/conway_node_key-gen.cli index 94b3747ed7..b13c4ec284 100644 --- a/cardano-cli/test/cardano-cli-golden/files/golden/help/conway_node_key-gen.cli +++ b/cardano-cli/test/cardano-cli-golden/files/golden/help/conway_node_key-gen.cli @@ -1,7 +1,7 @@ Usage: cardano-cli conway node key-gen [--key-output-format STRING] - --cold-verification-key-file FILE - --cold-signing-key-file FILE - --operational-certificate-issue-counter-file FILE + --cold-verification-key-file FILEPATH + --cold-signing-key-file FILEPATH + --operational-certificate-issue-counter-file FILEPATH Create a key pair for a node operator's offline key and a new certificate issue counter @@ -11,11 +11,11 @@ Available options: Optional key output format. Accepted output formats are "text-envelope" and "bech32" (default is "text-envelope"). - --cold-verification-key-file FILE + --cold-verification-key-file FILEPATH Filepath of the cold verification key. - --cold-signing-key-file FILE + --cold-signing-key-file FILEPATH Filepath of the cold signing key. - --operational-certificate-issue-counter-file FILE + --operational-certificate-issue-counter-file FILEPATH The file with the issue counter for the operational certificate. -h,--help Show this help text diff --git a/cardano-cli/test/cardano-cli-golden/files/golden/help/conway_node_key-hash-VRF.cli b/cardano-cli/test/cardano-cli-golden/files/golden/help/conway_node_key-hash-VRF.cli index 707db4931c..2d4d7f944a 100644 --- a/cardano-cli/test/cardano-cli-golden/files/golden/help/conway_node_key-hash-VRF.cli +++ b/cardano-cli/test/cardano-cli-golden/files/golden/help/conway_node_key-hash-VRF.cli @@ -1,15 +1,15 @@ Usage: cardano-cli conway node key-hash-VRF ( --verification-key STRING - | --verification-key-file FILE + | --verification-key-file FILEPATH ) - [--out-file FILE] + [--out-file FILEPATH] Print hash of a node's operational VRF key. Available options: --verification-key STRING Verification key (Bech32 or hex-encoded). - --verification-key-file FILE + --verification-key-file FILEPATH Input filepath of the verification key. - --out-file FILE Optional output file. Default is to write to stdout. + --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_node_new-counter.cli b/cardano-cli/test/cardano-cli-golden/files/golden/help/conway_node_new-counter.cli index 5f446af1c5..c5ab02de04 100644 --- a/cardano-cli/test/cardano-cli-golden/files/golden/help/conway_node_new-counter.cli +++ b/cardano-cli/test/cardano-cli-golden/files/golden/help/conway_node_new-counter.cli @@ -1,10 +1,10 @@ Usage: cardano-cli conway node new-counter ( --stake-pool-verification-key STRING | --genesis-delegate-verification-key STRING - | --cold-verification-key-file FILE + | --cold-verification-key-file FILEPATH ) --counter-value INT - --operational-certificate-issue-counter-file FILE + --operational-certificate-issue-counter-file FILEPATH Create a new certificate issue counter @@ -13,10 +13,10 @@ Available options: Stake pool verification key (Bech32 or hex-encoded). --genesis-delegate-verification-key STRING Genesis delegate verification key (hex-encoded). - --cold-verification-key-file FILE + --cold-verification-key-file FILEPATH Filepath of the cold verification key. --counter-value INT The next certificate issue counter value to use. - --operational-certificate-issue-counter-file FILE + --operational-certificate-issue-counter-file FILEPATH The file with the issue counter for the operational certificate. -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 7439c862e6..473e58bda4 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 @@ -5,12 +5,12 @@ Usage: cardano-cli conway query committee-state --socket-path SOCKET_PATH | --testnet-magic NATURAL ) [ --cold-verification-key STRING - | --cold-verification-key-file FILE + | --cold-verification-key-file FILEPATH | --cold-verification-key-hash STRING | --cold-script-hash HASH ] [ --hot-key STRING - | --hot-key-file FILE + | --hot-key-file FILEPATH | --hot-key-hash STRING | --hot-script-hash HASH ] @@ -21,7 +21,7 @@ Usage: cardano-cli conway query committee-state --socket-path SOCKET_PATH [ --volatile-tip | --immutable-tip ] - [--out-file FILE] + [--out-file FILEPATH] Get the committee state @@ -41,14 +41,14 @@ Available options: CARDANO_NODE_NETWORK_ID environment variable --cold-verification-key STRING Constitutional Committee cold key (hex-encoded). - --cold-verification-key-file FILE + --cold-verification-key-file FILEPATH Filepath of the Constitutional Committee cold key. --cold-verification-key-hash STRING Constitutional Committee key hash (hex-encoded). --cold-script-hash HASH Cold Native or Plutus script file hash (hex-encoded). Obtain it with "cardano-cli hash script ...". --hot-key STRING Constitutional Committee hot key (hex-encoded). - --hot-key-file FILE Filepath of the Constitutional Committee hot key. + --hot-key-file FILEPATH Filepath of the Constitutional Committee hot key. --hot-key-hash STRING Constitutional Committee key hash (hex-encoded). --hot-script-hash HASH Hot Native or Plutus script file hash (hex-encoded). Obtain it with "cardano-cli hash script ...". @@ -60,5 +60,5 @@ Available options: --volatile-tip Use the volatile tip as a target. (This is the default) --immutable-tip Use the immutable tip as a target. - --out-file FILE The output file. + --out-file FILEPATH The output file. -h,--help Show this help text diff --git a/cardano-cli/test/cardano-cli-golden/files/golden/help/conway_query_constitution.cli b/cardano-cli/test/cardano-cli-golden/files/golden/help/conway_query_constitution.cli index c908211f3b..c2f05bd41b 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 @@ -7,7 +7,7 @@ Usage: cardano-cli conway query constitution --socket-path SOCKET_PATH [ --volatile-tip | --immutable-tip ] - [--out-file FILE] + [--out-file FILEPATH] Get the constitution @@ -28,5 +28,5 @@ Available options: --volatile-tip Use the volatile tip as a target. (This is the default) --immutable-tip Use the immutable tip as a target. - --out-file FILE The output file. + --out-file FILEPATH The output file. -h,--help Show this help text diff --git a/cardano-cli/test/cardano-cli-golden/files/golden/help/conway_query_drep-stake-distribution.cli b/cardano-cli/test/cardano-cli-golden/files/golden/help/conway_query_drep-stake-distribution.cli index 591698e5f3..1599381fe2 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 @@ -9,14 +9,14 @@ Usage: cardano-cli conway query drep-stake-distribution | ( --drep-script-hash HASH | --drep-verification-key STRING - | --drep-verification-key-file FILE + | --drep-verification-key-file FILEPATH | --drep-key-hash HASH ) ) [ --volatile-tip | --immutable-tip ] - [--out-file FILE] + [--out-file FILEPATH] Get the DRep stake distribution. @@ -39,12 +39,12 @@ Available options: "cardano-cli hash script ...". --drep-verification-key STRING DRep verification key (Bech32 or hex-encoded). - --drep-verification-key-file FILE + --drep-verification-key-file FILEPATH Filepath of the DRep verification key. --drep-key-hash HASH DRep verification key hash (either Bech32-encoded or hex-encoded). --volatile-tip Use the volatile tip as a target. (This is the default) --immutable-tip Use the immutable tip as a target. - --out-file FILE The output file. + --out-file FILEPATH The output file. -h,--help Show this help text diff --git a/cardano-cli/test/cardano-cli-golden/files/golden/help/conway_query_drep-state.cli b/cardano-cli/test/cardano-cli-golden/files/golden/help/conway_query_drep-state.cli index a6fdd99829..5b924db3c3 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 @@ -8,13 +8,13 @@ Usage: cardano-cli conway query drep-state --socket-path SOCKET_PATH | ( --drep-script-hash HASH | --drep-verification-key STRING - | --drep-verification-key-file FILE + | --drep-verification-key-file FILEPATH | --drep-key-hash HASH ) ) [--include-stake] [--volatile-tip | --immutable-tip] - [--out-file FILE] + [--out-file FILEPATH] Get the DRep state. @@ -37,7 +37,7 @@ Available options: "cardano-cli hash script ...". --drep-verification-key STRING DRep verification key (Bech32 or hex-encoded). - --drep-verification-key-file FILE + --drep-verification-key-file FILEPATH Filepath of the DRep verification key. --drep-key-hash HASH DRep verification key hash (either Bech32-encoded or hex-encoded). @@ -49,5 +49,5 @@ Available options: --volatile-tip Use the volatile tip as a target. (This is the default) --immutable-tip Use the immutable tip as a target. - --out-file FILE The output file. + --out-file FILEPATH The output file. -h,--help Show this help text diff --git a/cardano-cli/test/cardano-cli-golden/files/golden/help/conway_query_gov-state.cli b/cardano-cli/test/cardano-cli-golden/files/golden/help/conway_query_gov-state.cli index 31685e3014..3bd178b533 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 @@ -5,7 +5,7 @@ Usage: cardano-cli conway query gov-state --socket-path SOCKET_PATH | --testnet-magic NATURAL ) [--volatile-tip | --immutable-tip] - [--out-file FILE] + [--out-file FILEPATH] Get the governance state @@ -26,5 +26,5 @@ Available options: --volatile-tip Use the volatile tip as a target. (This is the default) --immutable-tip Use the immutable tip as a target. - --out-file FILE The output file. + --out-file FILEPATH The output file. -h,--help Show this help text diff --git a/cardano-cli/test/cardano-cli-golden/files/golden/help/conway_query_kes-period-info.cli b/cardano-cli/test/cardano-cli-golden/files/golden/help/conway_query_kes-period-info.cli index d522cc977b..5f071ba0bc 100644 --- a/cardano-cli/test/cardano-cli-golden/files/golden/help/conway_query_kes-period-info.cli +++ b/cardano-cli/test/cardano-cli-golden/files/golden/help/conway_query_kes-period-info.cli @@ -4,11 +4,11 @@ Usage: cardano-cli conway query kes-period-info --socket-path SOCKET_PATH ( --mainnet | --testnet-magic NATURAL ) - --op-cert-file FILE + --op-cert-file FILEPATH [ --volatile-tip | --immutable-tip ] - [--out-file FILE] + [--out-file FILEPATH] Get information about the current KES period and your node's operational certificate. @@ -27,9 +27,9 @@ Available options: CARDANO_NODE_NETWORK_ID environment variable --testnet-magic NATURAL Specify a testnet magic id. This overrides the CARDANO_NODE_NETWORK_ID environment variable - --op-cert-file FILE Filepath of the node's operational certificate. + --op-cert-file FILEPATH Filepath of the node's operational certificate. --volatile-tip Use the volatile tip as a target. (This is the default) --immutable-tip Use the immutable tip as a target. - --out-file FILE Optional output file. Default is to write to stdout. + --out-file FILEPATH Optional output file. Default is to write to stdout. -h,--help Show this help text diff --git a/cardano-cli/test/cardano-cli-golden/files/golden/help/conway_query_leadership-schedule.cli b/cardano-cli/test/cardano-cli-golden/files/golden/help/conway_query_leadership-schedule.cli index 076d333027..b9bdea54af 100644 --- a/cardano-cli/test/cardano-cli-golden/files/golden/help/conway_query_leadership-schedule.cli +++ b/cardano-cli/test/cardano-cli-golden/files/golden/help/conway_query_leadership-schedule.cli @@ -4,12 +4,12 @@ Usage: cardano-cli conway query leadership-schedule --socket-path SOCKET_PATH ( --mainnet | --testnet-magic NATURAL ) - --genesis FILE + --genesis FILEPATH ( --stake-pool-verification-key STRING - | --cold-verification-key-file FILE + | --cold-verification-key-file FILEPATH | --stake-pool-id STAKE_POOL_ID ) - --vrf-signing-key-file FILE + --vrf-signing-key-file FILEPATH (--current | --next) [ --volatile-tip | --immutable-tip @@ -17,7 +17,7 @@ Usage: cardano-cli conway query leadership-schedule --socket-path SOCKET_PATH [ --output-json | --output-text ] - [--out-file FILE] + [--out-file FILEPATH] Get the slots the node is expected to mint a block in (advanced command) @@ -35,15 +35,15 @@ 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 - --genesis FILE Shelley genesis filepath + --genesis FILEPATH Shelley genesis filepath --stake-pool-verification-key STRING Stake pool verification key (Bech32 or hex-encoded). - --cold-verification-key-file FILE + --cold-verification-key-file FILEPATH Filepath of the stake pool verification key. --stake-pool-id STAKE_POOL_ID Stake pool ID/verification key hash (either Bech32-encoded or hex-encoded). - --vrf-signing-key-file FILE + --vrf-signing-key-file FILEPATH Input filepath of the VRF signing key. --current Get the leadership schedule for the current epoch. --next Get the leadership schedule for the following epoch. @@ -54,5 +54,5 @@ Available options: Default format when writing to a file --output-text Format leadership-schedule query output to TEXT. Default format when writing to stdout - --out-file FILE Optional output file. Default is to write to stdout. + --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_ledger-state.cli b/cardano-cli/test/cardano-cli-golden/files/golden/help/conway_query_ledger-state.cli index cc6b29268d..097dee8520 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 @@ -7,7 +7,7 @@ Usage: cardano-cli conway query ledger-state --socket-path SOCKET_PATH [ --volatile-tip | --immutable-tip ] - [--out-file FILE] + [--out-file FILEPATH] Dump the current ledger state of the node (Ledger.NewEpochState -- advanced command) @@ -29,5 +29,5 @@ Available options: --volatile-tip Use the volatile tip as a target. (This is the default) --immutable-tip Use the immutable tip as a target. - --out-file FILE Optional output file. Default is to write to stdout. + --out-file FILEPATH Optional output file. Default is to write to stdout. -h,--help Show this help text diff --git a/cardano-cli/test/cardano-cli-golden/files/golden/help/conway_query_pool-params.cli b/cardano-cli/test/cardano-cli-golden/files/golden/help/conway_query_pool-params.cli index 48484bb160..c197ac407d 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 @@ -8,7 +8,7 @@ Usage: cardano-cli conway query pool-params --socket-path SOCKET_PATH | (--stake-pool-id STAKE_POOL_ID) ) [--volatile-tip | --immutable-tip] - [--out-file FILE] + [--out-file FILEPATH] DEPRECATED. Use query pool-state instead. Dump the pool parameters (Ledger.NewEpochState.esLState._delegationState._pState._pParams -- advanced @@ -35,5 +35,5 @@ Available options: --volatile-tip Use the volatile tip as a target. (This is the default) --immutable-tip Use the immutable tip as a target. - --out-file FILE Optional output file. Default is to write to stdout. + --out-file FILEPATH Optional output file. Default is to write to stdout. -h,--help Show this help text diff --git a/cardano-cli/test/cardano-cli-golden/files/golden/help/conway_query_pool-state.cli b/cardano-cli/test/cardano-cli-golden/files/golden/help/conway_query_pool-state.cli index 6df03a7ba8..1fe8d263c3 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 @@ -8,7 +8,7 @@ Usage: cardano-cli conway query pool-state --socket-path SOCKET_PATH | (--stake-pool-id STAKE_POOL_ID) ) [--volatile-tip | --immutable-tip] - [--out-file FILE] + [--out-file FILEPATH] Dump the pool state @@ -33,5 +33,5 @@ Available options: --volatile-tip Use the volatile tip as a target. (This is the default) --immutable-tip Use the immutable tip as a target. - --out-file FILE Optional output file. Default is to write to stdout. + --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-parameters.cli b/cardano-cli/test/cardano-cli-golden/files/golden/help/conway_query_protocol-parameters.cli index 0c973de86e..375af00621 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 @@ -4,7 +4,7 @@ Usage: cardano-cli conway query protocol-parameters --socket-path SOCKET_PATH ( --mainnet | --testnet-magic NATURAL ) - [--out-file FILE] + [--out-file FILEPATH] Get the node's current protocol parameters @@ -22,5 +22,5 @@ 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 - --out-file FILE Optional output file. Default is to write to stdout. + --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 7b35f4e1a1..7ba0c8c490 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 @@ -7,7 +7,7 @@ Usage: cardano-cli conway query protocol-state --socket-path SOCKET_PATH [ --volatile-tip | --immutable-tip ] - [--out-file FILE] + [--out-file FILEPATH] Dump the current protocol state of the node (Ledger.ChainDepState -- advanced command) @@ -29,5 +29,5 @@ Available options: --volatile-tip Use the volatile tip as a target. (This is the default) --immutable-tip Use the immutable tip as a target. - --out-file FILE Optional output file. Default is to write to stdout. + --out-file FILEPATH Optional output file. Default is to write to stdout. -h,--help Show this help text diff --git a/cardano-cli/test/cardano-cli-golden/files/golden/help/conway_query_ref-script-size.cli b/cardano-cli/test/cardano-cli-golden/files/golden/help/conway_query_ref-script-size.cli index 0f117ee2dc..84d0ba22ba 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 @@ -11,7 +11,7 @@ Usage: cardano-cli conway query ref-script-size --socket-path SOCKET_PATH [ --output-json | --output-text ] - [--out-file FILE] + [--out-file FILEPATH] Calculate the reference input scripts size in bytes for provided transaction inputs. @@ -38,5 +38,5 @@ Available options: format when writing to a file --output-text Format reference inputs query output to TEXT. Default format when writing to stdout - --out-file FILE Optional output file. Default is to write to stdout. + --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_spo-stake-distribution.cli b/cardano-cli/test/cardano-cli-golden/files/golden/help/conway_query_spo-stake-distribution.cli index d0097a41f6..144c3d42f5 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 @@ -7,14 +7,14 @@ Usage: cardano-cli conway query spo-stake-distribution --socket-path SOCKET_PATH ( --all-spos | ( --spo-verification-key STRING - | --spo-verification-key-file FILE + | --spo-verification-key-file FILEPATH | --spo-key-hash HASH ) ) [ --volatile-tip | --immutable-tip ] - [--out-file FILE] + [--out-file FILEPATH] Get the SPO stake distribution. @@ -35,12 +35,12 @@ Available options: --all-spos Query for all DReps. --spo-verification-key STRING SPO verification key (Bech32 or hex-encoded). - --spo-verification-key-file FILE + --spo-verification-key-file FILEPATH Filepath of the SPO verification key. --spo-key-hash HASH SPO verification key hash (either Bech32-encoded or hex-encoded). --volatile-tip Use the volatile tip as a target. (This is the default) --immutable-tip Use the immutable tip as a target. - --out-file FILE The output file. + --out-file FILEPATH The output file. -h,--help Show this help text diff --git a/cardano-cli/test/cardano-cli-golden/files/golden/help/conway_query_stake-address-info.cli b/cardano-cli/test/cardano-cli-golden/files/golden/help/conway_query_stake-address-info.cli index 344f38d569..dc32de309e 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 @@ -8,7 +8,7 @@ Usage: cardano-cli conway query stake-address-info --socket-path SOCKET_PATH [ --volatile-tip | --immutable-tip ] - [--out-file FILE] + [--out-file FILEPATH] Get the current delegations and reward accounts filtered by stake address. @@ -30,5 +30,5 @@ Available options: --volatile-tip Use the volatile tip as a target. (This is the default) --immutable-tip Use the immutable tip as a target. - --out-file FILE Optional output file. Default is to write to stdout. + --out-file FILEPATH Optional output file. Default is to write to stdout. -h,--help Show this help text diff --git a/cardano-cli/test/cardano-cli-golden/files/golden/help/conway_query_stake-distribution.cli b/cardano-cli/test/cardano-cli-golden/files/golden/help/conway_query_stake-distribution.cli index 218996d655..7a9e7f0af2 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 @@ -10,7 +10,7 @@ Usage: cardano-cli conway query stake-distribution --socket-path SOCKET_PATH [ --output-json | --output-text ] - [--out-file FILE] + [--out-file FILEPATH] Get the node's current aggregated stake distribution @@ -35,5 +35,5 @@ Available options: Default format when writing to a file --output-text Format stake-distribution query output to TEXT. Default format when writing to stdout - --out-file FILE Optional output file. Default is to write to stdout. + --out-file FILEPATH Optional output file. Default is to write to stdout. -h,--help Show this help text diff --git a/cardano-cli/test/cardano-cli-golden/files/golden/help/conway_query_stake-pools.cli b/cardano-cli/test/cardano-cli-golden/files/golden/help/conway_query_stake-pools.cli index 769c86a40c..da9d864e5e 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 @@ -6,7 +6,7 @@ Usage: cardano-cli conway query stake-pools --socket-path SOCKET_PATH ) [--volatile-tip | --immutable-tip] [--output-json | --output-text] - [--out-file FILE] + [--out-file FILEPATH] Get the node's current set of stake pool ids @@ -31,5 +31,5 @@ Available options: format when writing to a file --output-text Format stake-pools query output to TEXT. Default format when writing to stdout - --out-file FILE Optional output file. Default is to write to stdout. + --out-file FILEPATH Optional output file. Default is to write to stdout. -h,--help Show this help text diff --git a/cardano-cli/test/cardano-cli-golden/files/golden/help/conway_query_stake-snapshot.cli b/cardano-cli/test/cardano-cli-golden/files/golden/help/conway_query_stake-snapshot.cli index 5e57b09145..1d7de15e94 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 @@ -10,7 +10,7 @@ Usage: cardano-cli conway query stake-snapshot --socket-path SOCKET_PATH [ --volatile-tip | --immutable-tip ] - [--out-file FILE] + [--out-file FILEPATH] Obtain the three stake snapshots for a pool, plus the total active stake (advanced command) @@ -36,5 +36,5 @@ Available options: --volatile-tip Use the volatile tip as a target. (This is the default) --immutable-tip Use the immutable tip as a target. - --out-file FILE Optional output file. Default is to write to stdout. + --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_tip.cli b/cardano-cli/test/cardano-cli-golden/files/golden/help/conway_query_tip.cli index 4228e28327..ce74137192 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 @@ -2,7 +2,7 @@ Usage: cardano-cli conway query tip --socket-path SOCKET_PATH [--cardano-mode [--epoch-slots SLOTS]] (--mainnet | --testnet-magic NATURAL) [--volatile-tip | --immutable-tip] - [--out-file FILE] + [--out-file FILEPATH] Get the node's current tip (slot no, hash, block no) @@ -23,5 +23,5 @@ Available options: --volatile-tip Use the volatile tip as a target. (This is the default) --immutable-tip Use the immutable tip as a target. - --out-file FILE Optional output file. Default is to write to stdout. + --out-file FILEPATH Optional output file. Default is to write to stdout. -h,--help Show this help text diff --git a/cardano-cli/test/cardano-cli-golden/files/golden/help/conway_query_treasury.cli b/cardano-cli/test/cardano-cli-golden/files/golden/help/conway_query_treasury.cli index c17e9fd928..a27c015381 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 @@ -3,7 +3,7 @@ Usage: cardano-cli conway query treasury --socket-path SOCKET_PATH [--epoch-slots SLOTS]] (--mainnet | --testnet-magic NATURAL) [--volatile-tip | --immutable-tip] - [--out-file FILE] + [--out-file FILEPATH] Get the treasury value @@ -24,5 +24,5 @@ Available options: --volatile-tip Use the volatile tip as a target. (This is the default) --immutable-tip Use the immutable tip as a target. - --out-file FILE The output file. + --out-file FILEPATH The output file. -h,--help Show this help text 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 2133ae1586..2e396ebe3e 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 @@ -5,7 +5,7 @@ Usage: cardano-cli conway query tx-mempool --socket-path SOCKET_PATH | --testnet-magic NATURAL ) (info | next-tx | tx-exists) - [--out-file FILE] + [--out-file FILEPATH] Local Mempool info @@ -23,7 +23,7 @@ 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 - --out-file FILE Optional output file. Default is to write to stdout. + --out-file FILEPATH Optional output file. Default is to write to stdout. -h,--help Show this help text Available commands: 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 275feac4de..ba7a3173e7 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 @@ -7,6 +7,6 @@ Usage: cardano-cli conway query tx-mempool --socket-path SOCKET_PATH | --testnet-magic NATURAL ) (info | next-tx | tx-exists) - [--out-file FILE] + [--out-file FILEPATH] Local Mempool info 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 275feac4de..ba7a3173e7 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 @@ -7,6 +7,6 @@ Usage: cardano-cli conway query tx-mempool --socket-path SOCKET_PATH | --testnet-magic NATURAL ) (info | next-tx | tx-exists) - [--out-file FILE] + [--out-file FILEPATH] Local Mempool info 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 275feac4de..ba7a3173e7 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 @@ -7,6 +7,6 @@ Usage: cardano-cli conway query tx-mempool --socket-path SOCKET_PATH | --testnet-magic NATURAL ) (info | next-tx | tx-exists) - [--out-file FILE] + [--out-file FILEPATH] Local Mempool info 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 1f149d7beb..e096ea297b 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 @@ -7,7 +7,7 @@ Usage: cardano-cli conway query utxo --socket-path SOCKET_PATH (--mainnet | --testnet-magic NATURAL) [--volatile-tip | --immutable-tip] [--output-json | --output-text] - [--out-file FILE] + [--out-file FILEPATH] Get a portion of the current UTxO: by tx in, by address or the whole. @@ -36,5 +36,5 @@ Available options: writing to a file --output-text Format utxo query output to TEXT. Default format when writing to stdout - --out-file FILE Optional output file. Default is to write to stdout. + --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_stake-address_build.cli b/cardano-cli/test/cardano-cli-golden/files/golden/help/conway_stake-address_build.cli index 480b96ce5c..62042e6f2a 100644 --- a/cardano-cli/test/cardano-cli-golden/files/golden/help/conway_stake-address_build.cli +++ b/cardano-cli/test/cardano-cli-golden/files/golden/help/conway_stake-address_build.cli @@ -1,26 +1,27 @@ Usage: cardano-cli conway stake-address build ( --stake-verification-key STRING - | --stake-verification-key-file FILE + | --stake-verification-key-file FILEPATH | --stake-key-hash HASH - | --stake-script-file FILE + | --stake-script-file FILEPATH ) ( --mainnet | --testnet-magic NATURAL ) - [--out-file FILE] + [--out-file FILEPATH] Build a stake address Available options: --stake-verification-key STRING Stake verification key (Bech32 or hex-encoded). - --stake-verification-key-file FILE + --stake-verification-key-file FILEPATH Filepath of the staking verification key. --stake-key-hash HASH Stake verification key hash (hex-encoded). - --stake-script-file FILE Filepath of the staking script. + --stake-script-file FILEPATH + Filepath of the staking script. --mainnet Use the mainnet magic id. This overrides the CARDANO_NODE_NETWORK_ID environment variable --testnet-magic NATURAL Specify a testnet magic id. This overrides the CARDANO_NODE_NETWORK_ID environment variable - --out-file FILE Optional output file. Default is to write to stdout. + --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_stake-address_deregistration-certificate.cli b/cardano-cli/test/cardano-cli-golden/files/golden/help/conway_stake-address_deregistration-certificate.cli index 573c3081e3..3aeb1e3c89 100644 --- a/cardano-cli/test/cardano-cli-golden/files/golden/help/conway_stake-address_deregistration-certificate.cli +++ b/cardano-cli/test/cardano-cli-golden/files/golden/help/conway_stake-address_deregistration-certificate.cli @@ -1,24 +1,25 @@ Usage: cardano-cli conway stake-address deregistration-certificate ( --stake-verification-key STRING - | --stake-verification-key-file FILE + | --stake-verification-key-file FILEPATH | --stake-key-hash HASH - | --stake-script-file FILE + | --stake-script-file FILEPATH | --stake-address ADDRESS ) --key-reg-deposit-amt NATURAL - --out-file FILE + --out-file FILEPATH Create a stake address deregistration certificate Available options: --stake-verification-key STRING Stake verification key (Bech32 or hex-encoded). - --stake-verification-key-file FILE + --stake-verification-key-file FILEPATH Filepath of the staking verification key. --stake-key-hash HASH Stake verification key hash (hex-encoded). - --stake-script-file FILE Filepath of the staking script. + --stake-script-file FILEPATH + Filepath of the staking script. --stake-address ADDRESS Target stake address (bech32 format). --key-reg-deposit-amt NATURAL Key registration deposit amount. - --out-file FILE The output file. + --out-file FILEPATH The output file. -h,--help Show this help text diff --git a/cardano-cli/test/cardano-cli-golden/files/golden/help/conway_stake-address_key-gen.cli b/cardano-cli/test/cardano-cli-golden/files/golden/help/conway_stake-address_key-gen.cli index 12e66cd768..8e7ec119fc 100644 --- a/cardano-cli/test/cardano-cli-golden/files/golden/help/conway_stake-address_key-gen.cli +++ b/cardano-cli/test/cardano-cli-golden/files/golden/help/conway_stake-address_key-gen.cli @@ -1,6 +1,6 @@ Usage: cardano-cli conway stake-address key-gen [--key-output-format STRING] - --verification-key-file FILE - --signing-key-file FILE + --verification-key-file FILEPATH + --signing-key-file FILEPATH Create a stake address key pair @@ -9,7 +9,8 @@ Available options: Optional key output format. Accepted output formats are "text-envelope" and "bech32" (default is "text-envelope"). - --verification-key-file FILE + --verification-key-file FILEPATH Output filepath of the verification key. - --signing-key-file FILE Output filepath of the signing key. + --signing-key-file FILEPATH + Output filepath of the signing key. -h,--help Show this help text diff --git a/cardano-cli/test/cardano-cli-golden/files/golden/help/conway_stake-address_key-hash.cli b/cardano-cli/test/cardano-cli-golden/files/golden/help/conway_stake-address_key-hash.cli index f91c8cd095..d4d1693ce7 100644 --- a/cardano-cli/test/cardano-cli-golden/files/golden/help/conway_stake-address_key-hash.cli +++ b/cardano-cli/test/cardano-cli-golden/files/golden/help/conway_stake-address_key-hash.cli @@ -1,15 +1,15 @@ Usage: cardano-cli conway stake-address key-hash ( --stake-verification-key STRING - | --stake-verification-key-file FILE + | --stake-verification-key-file FILEPATH ) - [--out-file FILE] + [--out-file FILEPATH] Print the hash of a stake address key Available options: --stake-verification-key STRING Stake verification key (Bech32 or hex-encoded). - --stake-verification-key-file FILE + --stake-verification-key-file FILEPATH Filepath of the staking verification key. - --out-file FILE Optional output file. Default is to write to stdout. + --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_stake-address_registration-certificate.cli b/cardano-cli/test/cardano-cli-golden/files/golden/help/conway_stake-address_registration-certificate.cli index 36faa447f2..a36a768e89 100644 --- a/cardano-cli/test/cardano-cli-golden/files/golden/help/conway_stake-address_registration-certificate.cli +++ b/cardano-cli/test/cardano-cli-golden/files/golden/help/conway_stake-address_registration-certificate.cli @@ -1,24 +1,25 @@ Usage: cardano-cli conway stake-address registration-certificate ( --stake-verification-key STRING - | --stake-verification-key-file FILE + | --stake-verification-key-file FILEPATH | --stake-key-hash HASH - | --stake-script-file FILE + | --stake-script-file FILEPATH | --stake-address ADDRESS ) --key-reg-deposit-amt NATURAL - --out-file FILE + --out-file FILEPATH Create a stake address registration certificate Available options: --stake-verification-key STRING Stake verification key (Bech32 or hex-encoded). - --stake-verification-key-file FILE + --stake-verification-key-file FILEPATH Filepath of the staking verification key. --stake-key-hash HASH Stake verification key hash (hex-encoded). - --stake-script-file FILE Filepath of the staking script. + --stake-script-file FILEPATH + Filepath of the staking script. --stake-address ADDRESS Target stake address (bech32 format). --key-reg-deposit-amt NATURAL Key registration deposit amount. - --out-file FILE The output file. + --out-file FILEPATH The output file. -h,--help Show this help text diff --git a/cardano-cli/test/cardano-cli-golden/files/golden/help/conway_stake-address_stake-and-vote-delegation-certificate.cli b/cardano-cli/test/cardano-cli-golden/files/golden/help/conway_stake-address_stake-and-vote-delegation-certificate.cli index f529cbb9ca..5967ad313b 100644 --- a/cardano-cli/test/cardano-cli-golden/files/golden/help/conway_stake-address_stake-and-vote-delegation-certificate.cli +++ b/cardano-cli/test/cardano-cli-golden/files/golden/help/conway_stake-address_stake-and-vote-delegation-certificate.cli @@ -1,22 +1,22 @@ Usage: cardano-cli conway stake-address stake-and-vote-delegation-certificate ( --stake-verification-key STRING - | --stake-verification-key-file FILE + | --stake-verification-key-file FILEPATH | --stake-key-hash HASH - | --stake-script-file FILE + | --stake-script-file FILEPATH | --stake-address ADDRESS ) ( --stake-pool-verification-key STRING - | --cold-verification-key-file FILE + | --cold-verification-key-file FILEPATH | --stake-pool-id STAKE_POOL_ID ) ( --drep-script-hash HASH | --drep-verification-key STRING - | --drep-verification-key-file FILE + | --drep-verification-key-file FILEPATH | --drep-key-hash HASH | --always-abstain | --always-no-confidence ) - --out-file FILE + --out-file FILEPATH Create a stake address stake and vote delegation certificate, which when submitted in a transaction delegates stake to a stake pool and a DRep. @@ -24,14 +24,15 @@ Usage: cardano-cli conway stake-address stake-and-vote-delegation-certificate Available options: --stake-verification-key STRING Stake verification key (Bech32 or hex-encoded). - --stake-verification-key-file FILE + --stake-verification-key-file FILEPATH Filepath of the staking verification key. --stake-key-hash HASH Stake verification key hash (hex-encoded). - --stake-script-file FILE Filepath of the staking script. + --stake-script-file FILEPATH + Filepath of the staking script. --stake-address ADDRESS Target stake address (bech32 format). --stake-pool-verification-key STRING Stake pool verification key (Bech32 or hex-encoded). - --cold-verification-key-file FILE + --cold-verification-key-file FILEPATH Filepath of the stake pool verification key. --stake-pool-id STAKE_POOL_ID Stake pool ID/verification key hash (either @@ -40,11 +41,11 @@ Available options: "cardano-cli hash script ...". --drep-verification-key STRING DRep verification key (Bech32 or hex-encoded). - --drep-verification-key-file FILE + --drep-verification-key-file FILEPATH Filepath of the DRep verification key. --drep-key-hash HASH DRep verification key hash (either Bech32-encoded or hex-encoded). --always-abstain Abstain from voting on all proposals. --always-no-confidence Always vote no confidence - --out-file FILE The output file. + --out-file FILEPATH The output file. -h,--help Show this help text diff --git a/cardano-cli/test/cardano-cli-golden/files/golden/help/conway_stake-address_stake-delegation-certificate.cli b/cardano-cli/test/cardano-cli-golden/files/golden/help/conway_stake-address_stake-delegation-certificate.cli index bb7ffcafa6..57f1cd2c4a 100644 --- a/cardano-cli/test/cardano-cli-golden/files/golden/help/conway_stake-address_stake-delegation-certificate.cli +++ b/cardano-cli/test/cardano-cli-golden/files/golden/help/conway_stake-address_stake-delegation-certificate.cli @@ -1,15 +1,15 @@ Usage: cardano-cli conway stake-address stake-delegation-certificate ( --stake-verification-key STRING - | --stake-verification-key-file FILE + | --stake-verification-key-file FILEPATH | --stake-key-hash HASH - | --stake-script-file FILE + | --stake-script-file FILEPATH | --stake-address ADDRESS ) ( --stake-pool-verification-key STRING - | --cold-verification-key-file FILE + | --cold-verification-key-file FILEPATH | --stake-pool-id STAKE_POOL_ID ) - --out-file FILE + --out-file FILEPATH Create a stake address stake delegation certificate, which when submitted in a transaction delegates stake to a stake pool. @@ -17,17 +17,18 @@ Usage: cardano-cli conway stake-address stake-delegation-certificate Available options: --stake-verification-key STRING Stake verification key (Bech32 or hex-encoded). - --stake-verification-key-file FILE + --stake-verification-key-file FILEPATH Filepath of the staking verification key. --stake-key-hash HASH Stake verification key hash (hex-encoded). - --stake-script-file FILE Filepath of the staking script. + --stake-script-file FILEPATH + Filepath of the staking script. --stake-address ADDRESS Target stake address (bech32 format). --stake-pool-verification-key STRING Stake pool verification key (Bech32 or hex-encoded). - --cold-verification-key-file FILE + --cold-verification-key-file FILEPATH Filepath of the stake pool verification key. --stake-pool-id STAKE_POOL_ID Stake pool ID/verification key hash (either Bech32-encoded or hex-encoded). - --out-file FILE The output file. + --out-file FILEPATH The output file. -h,--help Show this help text diff --git a/cardano-cli/test/cardano-cli-golden/files/golden/help/conway_stake-address_vote-delegation-certificate.cli b/cardano-cli/test/cardano-cli-golden/files/golden/help/conway_stake-address_vote-delegation-certificate.cli index 8adb881d90..532b817dd8 100644 --- a/cardano-cli/test/cardano-cli-golden/files/golden/help/conway_stake-address_vote-delegation-certificate.cli +++ b/cardano-cli/test/cardano-cli-golden/files/golden/help/conway_stake-address_vote-delegation-certificate.cli @@ -1,18 +1,18 @@ Usage: cardano-cli conway stake-address vote-delegation-certificate ( --stake-verification-key STRING - | --stake-verification-key-file FILE + | --stake-verification-key-file FILEPATH | --stake-key-hash HASH - | --stake-script-file FILE + | --stake-script-file FILEPATH | --stake-address ADDRESS ) ( --drep-script-hash HASH | --drep-verification-key STRING - | --drep-verification-key-file FILE + | --drep-verification-key-file FILEPATH | --drep-key-hash HASH | --always-abstain | --always-no-confidence ) - --out-file FILE + --out-file FILEPATH Create a stake address vote delegation certificate, which when submitted in a transaction delegates stake to a DRep. @@ -20,20 +20,21 @@ Usage: cardano-cli conway stake-address vote-delegation-certificate Available options: --stake-verification-key STRING Stake verification key (Bech32 or hex-encoded). - --stake-verification-key-file FILE + --stake-verification-key-file FILEPATH Filepath of the staking verification key. --stake-key-hash HASH Stake verification key hash (hex-encoded). - --stake-script-file FILE Filepath of the staking script. + --stake-script-file FILEPATH + Filepath of the staking script. --stake-address ADDRESS Target stake address (bech32 format). --drep-script-hash HASH DRep script hash (hex-encoded). Obtain it with "cardano-cli hash script ...". --drep-verification-key STRING DRep verification key (Bech32 or hex-encoded). - --drep-verification-key-file FILE + --drep-verification-key-file FILEPATH Filepath of the DRep verification key. --drep-key-hash HASH DRep verification key hash (either Bech32-encoded or hex-encoded). --always-abstain Abstain from voting on all proposals. --always-no-confidence Always vote no confidence - --out-file FILE The output file. + --out-file FILEPATH The output file. -h,--help Show this help text diff --git a/cardano-cli/test/cardano-cli-golden/files/golden/help/conway_stake-pool_deregistration-certificate.cli b/cardano-cli/test/cardano-cli-golden/files/golden/help/conway_stake-pool_deregistration-certificate.cli index 537d764f3d..4c02fd2c98 100644 --- a/cardano-cli/test/cardano-cli-golden/files/golden/help/conway_stake-pool_deregistration-certificate.cli +++ b/cardano-cli/test/cardano-cli-golden/files/golden/help/conway_stake-pool_deregistration-certificate.cli @@ -1,17 +1,17 @@ Usage: cardano-cli conway stake-pool deregistration-certificate ( --stake-pool-verification-key STRING - | --cold-verification-key-file FILE + | --cold-verification-key-file FILEPATH ) --epoch NATURAL - --out-file FILE + --out-file FILEPATH Create a stake pool deregistration certificate Available options: --stake-pool-verification-key STRING Stake pool verification key (Bech32 or hex-encoded). - --cold-verification-key-file FILE + --cold-verification-key-file FILEPATH Filepath of the stake pool verification key. --epoch NATURAL The epoch number. - --out-file FILE The output file. + --out-file FILEPATH The output file. -h,--help Show this help text diff --git a/cardano-cli/test/cardano-cli-golden/files/golden/help/conway_stake-pool_id.cli b/cardano-cli/test/cardano-cli-golden/files/golden/help/conway_stake-pool_id.cli index ef90ff1112..a7dcdc45b7 100644 --- a/cardano-cli/test/cardano-cli-golden/files/golden/help/conway_stake-pool_id.cli +++ b/cardano-cli/test/cardano-cli-golden/files/golden/help/conway_stake-pool_id.cli @@ -1,18 +1,18 @@ Usage: cardano-cli conway stake-pool id ( --stake-pool-verification-key STRING - | --cold-verification-key-file FILE + | --cold-verification-key-file FILEPATH ) [--output-format STRING] - [--out-file FILE] + [--out-file FILEPATH] Build pool id from the offline key Available options: --stake-pool-verification-key STRING Stake pool verification key (Bech32 or hex-encoded). - --cold-verification-key-file FILE + --cold-verification-key-file FILEPATH Filepath of the stake pool verification key. --output-format STRING Optional pool id output format. Accepted output formats are "hex" and "bech32" (default is "bech32"). - --out-file FILE Optional output file. Default is to write to stdout. + --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_stake-pool_metadata-hash.cli b/cardano-cli/test/cardano-cli-golden/files/golden/help/conway_stake-pool_metadata-hash.cli index 86b26cfba7..150bb8ebc8 100644 --- a/cardano-cli/test/cardano-cli-golden/files/golden/help/conway_stake-pool_metadata-hash.cli +++ b/cardano-cli/test/cardano-cli-golden/files/golden/help/conway_stake-pool_metadata-hash.cli @@ -1,10 +1,10 @@ -Usage: cardano-cli conway stake-pool metadata-hash --pool-metadata-file FILE - [--out-file FILE] +Usage: cardano-cli conway stake-pool metadata-hash --pool-metadata-file FILEPATH + [--out-file FILEPATH] Print the hash of pool metadata. Available options: - --pool-metadata-file FILE + --pool-metadata-file FILEPATH Filepath of the pool metadata. - --out-file FILE Optional output file. Default is to write to stdout. + --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_stake-pool_registration-certificate.cli b/cardano-cli/test/cardano-cli-golden/files/golden/help/conway_stake-pool_registration-certificate.cli index 6cb1a37e9a..b9cae2c7e5 100644 --- a/cardano-cli/test/cardano-cli-golden/files/golden/help/conway_stake-pool_registration-certificate.cli +++ b/cardano-cli/test/cardano-cli-golden/files/golden/help/conway_stake-pool_registration-certificate.cli @@ -1,18 +1,18 @@ Usage: cardano-cli conway stake-pool registration-certificate ( --stake-pool-verification-key STRING - | --cold-verification-key-file FILE + | --cold-verification-key-file FILEPATH ) ( --vrf-verification-key STRING - | --vrf-verification-key-file FILE + | --vrf-verification-key-file FILEPATH ) --pool-pledge LOVELACE --pool-cost LOVELACE --pool-margin RATIONAL ( --pool-reward-account-verification-key STRING - | --pool-reward-account-verification-key-file FILE + | --pool-reward-account-verification-key-file FILEPATH ) ( --pool-owner-verification-key STRING - | --pool-owner-stake-verification-key-file FILE + | --pool-owner-stake-verification-key-file FILEPATH ) [ [--pool-relay-ipv4 STRING] [--pool-relay-ipv6 STRING] @@ -26,18 +26,18 @@ Usage: cardano-cli conway stake-pool registration-certificate ( --mainnet | --testnet-magic NATURAL ) - --out-file FILE + --out-file FILEPATH Create a stake pool registration certificate Available options: --stake-pool-verification-key STRING Stake pool verification key (Bech32 or hex-encoded). - --cold-verification-key-file FILE + --cold-verification-key-file FILEPATH Filepath of the stake pool verification key. --vrf-verification-key STRING VRF verification key (Bech32 or hex-encoded). - --vrf-verification-key-file FILE + --vrf-verification-key-file FILEPATH Filepath of the VRF verification key. --pool-pledge LOVELACE The stake pool's pledge. --pool-cost LOVELACE The stake pool's cost. @@ -45,13 +45,13 @@ Available options: --pool-reward-account-verification-key STRING Reward account stake verification key (Bech32 or hex-encoded). - --pool-reward-account-verification-key-file FILE + --pool-reward-account-verification-key-file FILEPATH Filepath of the reward account stake verification key. --pool-owner-verification-key STRING Pool owner stake verification key (Bech32 or hex-encoded). - --pool-owner-stake-verification-key-file FILE + --pool-owner-stake-verification-key-file FILEPATH Filepath of the pool owner stake verification key. --pool-relay-ipv4 STRING The stake pool relay's IPv4 address --pool-relay-ipv6 STRING The stake pool relay's IPv6 address @@ -69,5 +69,5 @@ 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 - --out-file FILE The output file. + --out-file FILEPATH The output file. -h,--help Show this help text diff --git a/cardano-cli/test/cardano-cli-golden/files/golden/help/conway_text-view_decode-cbor.cli b/cardano-cli/test/cardano-cli-golden/files/golden/help/conway_text-view_decode-cbor.cli index 86036e59a3..be5cbad0c2 100644 --- a/cardano-cli/test/cardano-cli-golden/files/golden/help/conway_text-view_decode-cbor.cli +++ b/cardano-cli/test/cardano-cli-golden/files/golden/help/conway_text-view_decode-cbor.cli @@ -1,8 +1,9 @@ -Usage: cardano-cli conway text-view decode-cbor --in-file FILE [--out-file FILE] +Usage: cardano-cli conway text-view decode-cbor --in-file FILEPATH + [--out-file FILEPATH] Print a TextView file as decoded CBOR. Available options: - --in-file FILE CBOR input file. - --out-file FILE Optional output file. Default is to write to stdout. + --in-file FILEPATH CBOR input file. + --out-file FILEPATH Optional output file. Default is to write to stdout. -h,--help Show this help text diff --git a/cardano-cli/test/cardano-cli-golden/files/golden/help/conway_transaction_assemble.cli b/cardano-cli/test/cardano-cli-golden/files/golden/help/conway_transaction_assemble.cli index 0f248476a2..58ed96db37 100644 --- a/cardano-cli/test/cardano-cli-golden/files/golden/help/conway_transaction_assemble.cli +++ b/cardano-cli/test/cardano-cli-golden/files/golden/help/conway_transaction_assemble.cli @@ -1,11 +1,11 @@ -Usage: cardano-cli conway transaction assemble --tx-body-file FILE - [--witness-file FILE] - --out-file FILE +Usage: cardano-cli conway transaction assemble --tx-body-file FILEPATH + [--witness-file FILEPATH] + --out-file FILEPATH Assemble a tx body and witness(es) to form a transaction Available options: - --tx-body-file FILE Input filepath of the JSON TxBody. - --witness-file FILE Filepath of the witness - --out-file FILE The output file. + --tx-body-file FILEPATH Input filepath of the JSON TxBody. + --witness-file FILEPATH Filepath of the witness + --out-file FILEPATH The output file. -h,--help Show this help text diff --git a/cardano-cli/test/cardano-cli-golden/files/golden/help/conway_transaction_build-estimate.cli b/cardano-cli/test/cardano-cli-golden/files/golden/help/conway_transaction_build-estimate.cli index 4caabf9c91..8e5179529d 100644 --- a/cardano-cli/test/cardano-cli-golden/files/golden/help/conway_transaction_build-estimate.cli +++ b/cardano-cli/test/cardano-cli-golden/files/golden/help/conway_transaction_build-estimate.cli @@ -4,7 +4,7 @@ Usage: cardano-cli conway transaction build-estimate ] --shelley-key-witnesses INT [--byron-key-witnesses Int] - --protocol-params-file FILE + --protocol-params-file FILEPATH --total-utxo-value VALUE (--tx-in TX-IN [ --spending-tx-in-reference TX-IN @@ -22,7 +22,7 @@ Usage: cardano-cli conway transaction build-estimate ) --spending-reference-tx-in-execution-units (INT, INT) | --simple-script-tx-in-reference TX-IN - | --tx-in-script-file FILE + | --tx-in-script-file FILEPATH [ [ --tx-in-datum-cbor-file CBOR_FILE | --tx-in-datum-file JSON_FILE @@ -36,7 +36,7 @@ Usage: cardano-cli conway transaction build-estimate --tx-in-execution-units (INT, INT)] ]) [--read-only-tx-in-reference TX-IN] - [ --required-signer FILE + [ --required-signer FILEPATH | --required-signer-hash HASH ] [--tx-in-collateral TX-IN] @@ -53,10 +53,10 @@ Usage: cardano-cli conway transaction build-estimate | --tx-out-inline-datum-file JSON_FILE | --tx-out-inline-datum-value JSON_VALUE ] - [--tx-out-reference-script-file FILE]] + [--tx-out-reference-script-file FILEPATH]] --change-address ADDRESS [--mint VALUE - ( --mint-script-file FILE + ( --mint-script-file FILEPATH [ ( --mint-redeemer-cbor-file CBOR_FILE | --mint-redeemer-file JSON_FILE @@ -78,8 +78,9 @@ Usage: cardano-cli conway transaction build-estimate )] [--invalid-before SLOT] [--invalid-hereafter SLOT] - [--certificate-file FILE - [ --certificate-script-file FILE + [ + --certificate-file FILEPATH + [ --certificate-script-file FILEPATH [ ( --certificate-redeemer-cbor-file CBOR_FILE | --certificate-redeemer-file JSON_FILE @@ -97,7 +98,7 @@ Usage: cardano-cli conway transaction build-estimate --certificate-reference-tx-in-execution-units (INT, INT) ]] [--withdrawal WITHDRAWAL - [ --withdrawal-script-file FILE + [ --withdrawal-script-file FILEPATH [ ( --withdrawal-redeemer-cbor-file CBOR_FILE | --withdrawal-redeemer-file JSON_FILE @@ -119,12 +120,12 @@ Usage: cardano-cli conway transaction build-estimate [ --json-metadata-no-schema | --json-metadata-detailed-schema ] - [--auxiliary-script-file FILE] - [ --metadata-json-file FILE - | --metadata-cbor-file FILE + [--auxiliary-script-file FILEPATH] + [ --metadata-json-file FILEPATH + | --metadata-cbor-file FILEPATH ] - [--vote-file FILE - [ --vote-script-file FILE + [--vote-file FILEPATH + [ --vote-script-file FILEPATH [ ( --vote-redeemer-cbor-file CBOR_FILE | --vote-redeemer-file JSON_FILE @@ -139,8 +140,8 @@ Usage: cardano-cli conway transaction build-estimate ) --vote-reference-tx-in-execution-units (INT, INT) ]] - [--proposal-file FILE - [ --proposal-script-file FILE + [--proposal-file FILEPATH + [ --proposal-script-file FILEPATH [ ( --proposal-redeemer-cbor-file CBOR_FILE | --proposal-redeemer-file JSON_FILE @@ -157,7 +158,7 @@ Usage: cardano-cli conway transaction build-estimate ]] [--current-treasury-value LOVELACE --treasury-donation LOVELACE] - --out-file FILE + --out-file FILEPATH Build a balanced transaction without access to a live node (automatically estimates fees) @@ -174,7 +175,7 @@ Available options: --byron-key-witnesses Int Specify the number of Byron key witnesses the transaction requires. - --protocol-params-file FILE + --protocol-params-file FILEPATH Filepath of the JSON-encoded protocol parameters file --total-utxo-value VALUE The total value of the UTxO that exists at the tx inputs being spent. @@ -213,7 +214,8 @@ Available options: --simple-script-tx-in-reference TX-IN TxId#TxIx - Specify a reference input. The reference input must have a simple reference script attached. - --tx-in-script-file FILE The file containing the script to witness the + --tx-in-script-file FILEPATH + The file containing the script to witness the spending of the transaction input. --tx-in-datum-cbor-file CBOR_FILE The script datum file. The file has to be in CBOR @@ -243,7 +245,8 @@ Available options: Specify a read only reference input. This reference input is not witnessing anything it is simply provided in the plutus script context. - --required-signer FILE Input filepath of the signing key (zero or more) + --required-signer FILEPATH + Input filepath of the signing key (zero or more) whose signature is required. --required-signer-hash HASH Hash of the verification key (zero or more) whose @@ -300,12 +303,13 @@ Available options: inline datum, given here. There is no schema: (almost) any JSON value is supported, including top-level strings and numbers. - --tx-out-reference-script-file FILE + --tx-out-reference-script-file FILEPATH Reference script input file. --change-address ADDRESS Address where ADA in excess of the tx fee will go to. --mint VALUE Mint multi-asset value(s) with the multi-asset cli syntax. You must specify a script witness. - --mint-script-file FILE The file containing the script to witness the minting + --mint-script-file FILEPATH + The file containing the script to witness the minting of assets for a particular policy Id. --mint-redeemer-cbor-file CBOR_FILE The script redeemer file. The file has to be in CBOR @@ -343,11 +347,12 @@ Available options: --policy-id HASH Policy id of minting script. --invalid-before SLOT Time that transaction is valid from (in slots). --invalid-hereafter SLOT Time that transaction is valid until (in slots). - --certificate-file FILE Filepath of the certificate. This encompasses all + --certificate-file FILEPATH + Filepath of the certificate. This encompasses all types of certificates (stake pool certificates, stake key certificates etc). Optionally specify a script witness. - --certificate-script-file FILE + --certificate-script-file FILEPATH The file containing the script to witness the use of the certificate. --certificate-redeemer-cbor-file CBOR_FILE @@ -385,7 +390,7 @@ Available options: StakeAddress is the Bech32-encoded stake address followed by the amount in Lovelace. Optionally specify a script witness. - --withdrawal-script-file FILE + --withdrawal-script-file FILEPATH The file containing the script to witness the withdrawal of rewards. --withdrawal-redeemer-cbor-file CBOR_FILE @@ -433,14 +438,15 @@ Available options: --json-metadata-detailed-schema Use the "detailed schema" conversion from JSON to tx metadata. - --auxiliary-script-file FILE + --auxiliary-script-file FILEPATH Filepath of auxiliary script(s) - --metadata-json-file FILE + --metadata-json-file FILEPATH Filepath of the metadata file, in JSON format. - --metadata-cbor-file FILE + --metadata-cbor-file FILEPATH Filepath of the metadata, in raw CBOR format. - --vote-file FILE Filepath of the vote. - --vote-script-file FILE The file containing the script to witness a vote + --vote-file FILEPATH Filepath of the vote. + --vote-script-file FILEPATH + The file containing the script to witness a vote --vote-redeemer-cbor-file CBOR_FILE The script redeemer file. The file has to be in CBOR format. @@ -469,8 +475,8 @@ Available options: top-level strings and numbers. --vote-reference-tx-in-execution-units (INT, INT) The time and space units needed by the script. - --proposal-file FILE Filepath of the proposal. - --proposal-script-file FILE + --proposal-file FILEPATH Filepath of the proposal. + --proposal-script-file FILEPATH The file containing the script to witness a proposal --proposal-redeemer-cbor-file CBOR_FILE The script redeemer file. The file has to be in CBOR @@ -505,5 +511,5 @@ Available options: The current treasury value. --treasury-donation LOVELACE The donation to the treasury to perform. - --out-file FILE Output filepath of the JSON TxBody. + --out-file FILEPATH Output filepath of the JSON TxBody. -h,--help Show this help text diff --git a/cardano-cli/test/cardano-cli-golden/files/golden/help/conway_transaction_build-raw.cli b/cardano-cli/test/cardano-cli-golden/files/golden/help/conway_transaction_build-raw.cli index 7ad7b613cf..85eb8d4d2b 100644 --- a/cardano-cli/test/cardano-cli-golden/files/golden/help/conway_transaction_build-raw.cli +++ b/cardano-cli/test/cardano-cli-golden/files/golden/help/conway_transaction_build-raw.cli @@ -18,7 +18,7 @@ Usage: cardano-cli conway transaction build-raw ) --spending-reference-tx-in-execution-units (INT, INT) | --simple-script-tx-in-reference TX-IN - | --tx-in-script-file FILE + | --tx-in-script-file FILEPATH [ [ --tx-in-datum-cbor-file CBOR_FILE | --tx-in-datum-file JSON_FILE @@ -35,7 +35,7 @@ Usage: cardano-cli conway transaction build-raw [--tx-in-collateral TX-IN] [--tx-out-return-collateral ADDRESS VALUE] [--tx-total-collateral INTEGER] - [ --required-signer FILE + [ --required-signer FILEPATH | --required-signer-hash HASH ] [--tx-out ADDRESS VALUE @@ -50,9 +50,9 @@ Usage: cardano-cli conway transaction build-raw | --tx-out-inline-datum-file JSON_FILE | --tx-out-inline-datum-value JSON_VALUE ] - [--tx-out-reference-script-file FILE]] + [--tx-out-reference-script-file FILEPATH]] [--mint VALUE - ( --mint-script-file FILE + ( --mint-script-file FILEPATH [ ( --mint-redeemer-cbor-file CBOR_FILE | --mint-redeemer-file JSON_FILE @@ -75,8 +75,8 @@ Usage: cardano-cli conway transaction build-raw [--invalid-before SLOT] [--invalid-hereafter SLOT] --fee LOVELACE - [--certificate-file FILE - [ --certificate-script-file FILE + [--certificate-file FILEPATH + [ --certificate-script-file FILEPATH [ ( --certificate-redeemer-cbor-file CBOR_FILE | --certificate-redeemer-file JSON_FILE @@ -94,7 +94,7 @@ Usage: cardano-cli conway transaction build-raw --certificate-reference-tx-in-execution-units (INT, INT) ]] [--withdrawal WITHDRAWAL - [ --withdrawal-script-file FILE + [ --withdrawal-script-file FILEPATH [ ( --withdrawal-redeemer-cbor-file CBOR_FILE | --withdrawal-redeemer-file JSON_FILE @@ -114,13 +114,13 @@ Usage: cardano-cli conway transaction build-raw [ --json-metadata-no-schema | --json-metadata-detailed-schema ] - [--auxiliary-script-file FILE] - [ --metadata-json-file FILE - | --metadata-cbor-file FILE + [--auxiliary-script-file FILEPATH] + [ --metadata-json-file FILEPATH + | --metadata-cbor-file FILEPATH ] - [--protocol-params-file FILE] - [--vote-file FILE - [ --vote-script-file FILE + [--protocol-params-file FILEPATH] + [--vote-file FILEPATH + [ --vote-script-file FILEPATH [ ( --vote-redeemer-cbor-file CBOR_FILE | --vote-redeemer-file JSON_FILE @@ -135,8 +135,8 @@ Usage: cardano-cli conway transaction build-raw ) --vote-reference-tx-in-execution-units (INT, INT) ]] - [--proposal-file FILE - [ --proposal-script-file FILE + [--proposal-file FILEPATH + [ --proposal-script-file FILEPATH [ ( --proposal-redeemer-cbor-file CBOR_FILE | --proposal-redeemer-file JSON_FILE @@ -153,7 +153,7 @@ Usage: cardano-cli conway transaction build-raw ]] [--current-treasury-value LOVELACE --treasury-donation LOVELACE] - --out-file FILE + --out-file FILEPATH Build a transaction (low-level, inconvenient) @@ -199,7 +199,8 @@ Available options: --simple-script-tx-in-reference TX-IN TxId#TxIx - Specify a reference input. The reference input must have a simple reference script attached. - --tx-in-script-file FILE The file containing the script to witness the + --tx-in-script-file FILEPATH + The file containing the script to witness the spending of the transaction input. --tx-in-datum-cbor-file CBOR_FILE The script datum file. The file has to be in CBOR @@ -242,7 +243,8 @@ Available options: as fees in the event of a Plutus script failure. Must be used in conjuction with "--tx-out-return-collateral". - --required-signer FILE Input filepath of the signing key (zero or more) + --required-signer FILEPATH + Input filepath of the signing key (zero or more) whose signature is required. --required-signer-hash HASH Hash of the verification key (zero or more) whose @@ -291,11 +293,12 @@ Available options: inline datum, given here. There is no schema: (almost) any JSON value is supported, including top-level strings and numbers. - --tx-out-reference-script-file FILE + --tx-out-reference-script-file FILEPATH Reference script input file. --mint VALUE Mint multi-asset value(s) with the multi-asset cli syntax. You must specify a script witness. - --mint-script-file FILE The file containing the script to witness the minting + --mint-script-file FILEPATH + The file containing the script to witness the minting of assets for a particular policy Id. --mint-redeemer-cbor-file CBOR_FILE The script redeemer file. The file has to be in CBOR @@ -334,11 +337,12 @@ Available options: --invalid-before SLOT Time that transaction is valid from (in slots). --invalid-hereafter SLOT Time that transaction is valid until (in slots). --fee LOVELACE The fee amount in Lovelace. - --certificate-file FILE Filepath of the certificate. This encompasses all + --certificate-file FILEPATH + Filepath of the certificate. This encompasses all types of certificates (stake pool certificates, stake key certificates etc). Optionally specify a script witness. - --certificate-script-file FILE + --certificate-script-file FILEPATH The file containing the script to witness the use of the certificate. --certificate-redeemer-cbor-file CBOR_FILE @@ -376,7 +380,7 @@ Available options: StakeAddress is the Bech32-encoded stake address followed by the amount in Lovelace. Optionally specify a script witness. - --withdrawal-script-file FILE + --withdrawal-script-file FILEPATH The file containing the script to witness the withdrawal of rewards. --withdrawal-redeemer-cbor-file CBOR_FILE @@ -416,16 +420,17 @@ Available options: --json-metadata-detailed-schema Use the "detailed schema" conversion from JSON to tx metadata. - --auxiliary-script-file FILE + --auxiliary-script-file FILEPATH Filepath of auxiliary script(s) - --metadata-json-file FILE + --metadata-json-file FILEPATH Filepath of the metadata file, in JSON format. - --metadata-cbor-file FILE + --metadata-cbor-file FILEPATH Filepath of the metadata, in raw CBOR format. - --protocol-params-file FILE + --protocol-params-file FILEPATH Filepath of the JSON-encoded protocol parameters file - --vote-file FILE Filepath of the vote. - --vote-script-file FILE The file containing the script to witness a vote + --vote-file FILEPATH Filepath of the vote. + --vote-script-file FILEPATH + The file containing the script to witness a vote --vote-redeemer-cbor-file CBOR_FILE The script redeemer file. The file has to be in CBOR format. @@ -454,8 +459,8 @@ Available options: top-level strings and numbers. --vote-reference-tx-in-execution-units (INT, INT) The time and space units needed by the script. - --proposal-file FILE Filepath of the proposal. - --proposal-script-file FILE + --proposal-file FILEPATH Filepath of the proposal. + --proposal-script-file FILEPATH The file containing the script to witness a proposal --proposal-redeemer-cbor-file CBOR_FILE The script redeemer file. The file has to be in CBOR @@ -490,5 +495,5 @@ Available options: The current treasury value. --treasury-donation LOVELACE The donation to the treasury to perform. - --out-file FILE Output filepath of the JSON TxBody. + --out-file FILEPATH Output filepath of the JSON TxBody. -h,--help Show this help text 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 24450a10c5..2fc6630862 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 @@ -23,7 +23,7 @@ Usage: cardano-cli conway transaction build --socket-path SOCKET_PATH | --spending-reference-tx-in-redeemer-value JSON_VALUE ) | --simple-script-tx-in-reference TX-IN - | --tx-in-script-file FILE + | --tx-in-script-file FILEPATH [ [ --tx-in-datum-cbor-file CBOR_FILE | --tx-in-datum-file JSON_FILE @@ -36,7 +36,7 @@ Usage: cardano-cli conway transaction build --socket-path SOCKET_PATH )] ]) [--read-only-tx-in-reference TX-IN] - [ --required-signer FILE + [ --required-signer FILEPATH | --required-signer-hash HASH ] [--tx-in-collateral TX-IN] @@ -54,10 +54,10 @@ Usage: cardano-cli conway transaction build --socket-path SOCKET_PATH | --tx-out-inline-datum-file JSON_FILE | --tx-out-inline-datum-value JSON_VALUE ] - [--tx-out-reference-script-file FILE]] + [--tx-out-reference-script-file FILEPATH]] --change-address ADDRESS [--mint VALUE - ( --mint-script-file FILE + ( --mint-script-file FILEPATH [ --mint-redeemer-cbor-file CBOR_FILE | --mint-redeemer-file JSON_FILE | --mint-redeemer-value JSON_VALUE @@ -76,8 +76,8 @@ Usage: cardano-cli conway transaction build --socket-path SOCKET_PATH )] [--invalid-before SLOT] [--invalid-hereafter SLOT] - [--certificate-file FILE - [ --certificate-script-file FILE + [--certificate-file FILEPATH + [ --certificate-script-file FILEPATH [ --certificate-redeemer-cbor-file CBOR_FILE | --certificate-redeemer-file JSON_FILE | --certificate-redeemer-value JSON_VALUE @@ -92,7 +92,7 @@ Usage: cardano-cli conway transaction build --socket-path SOCKET_PATH ) ]] [--withdrawal WITHDRAWAL - [ --withdrawal-script-file FILE + [ --withdrawal-script-file FILEPATH [ --withdrawal-redeemer-cbor-file CBOR_FILE | --withdrawal-redeemer-file JSON_FILE | --withdrawal-redeemer-value JSON_VALUE @@ -109,12 +109,12 @@ Usage: cardano-cli conway transaction build --socket-path SOCKET_PATH [ --json-metadata-no-schema | --json-metadata-detailed-schema ] - [--auxiliary-script-file FILE] - [ --metadata-json-file FILE - | --metadata-cbor-file FILE + [--auxiliary-script-file FILEPATH] + [ --metadata-json-file FILEPATH + | --metadata-cbor-file FILEPATH ] - [--vote-file FILE - [ --vote-script-file FILE + [--vote-file FILEPATH + [ --vote-script-file FILEPATH [ --vote-redeemer-cbor-file CBOR_FILE | --vote-redeemer-file JSON_FILE | --vote-redeemer-value JSON_VALUE @@ -126,8 +126,8 @@ Usage: cardano-cli conway transaction build --socket-path SOCKET_PATH | --vote-reference-tx-in-redeemer-value JSON_VALUE ) ]] - [--proposal-file FILE - [ --proposal-script-file FILE + [--proposal-file FILEPATH + [ --proposal-script-file FILEPATH [ --proposal-redeemer-cbor-file CBOR_FILE | --proposal-redeemer-file JSON_FILE | --proposal-redeemer-value JSON_VALUE @@ -140,8 +140,8 @@ Usage: cardano-cli conway transaction build --socket-path SOCKET_PATH ) ]] [--treasury-donation LOVELACE] - ( --out-file FILE - | --calculate-plutus-script-cost FILE + ( --out-file FILEPATH + | --calculate-plutus-script-cost FILEPATH ) Build a balanced transaction (automatically calculates fees) @@ -201,7 +201,8 @@ Available options: --simple-script-tx-in-reference TX-IN TxId#TxIx - Specify a reference input. The reference input must have a simple reference script attached. - --tx-in-script-file FILE The file containing the script to witness the + --tx-in-script-file FILEPATH + The file containing the script to witness the spending of the transaction input. --tx-in-datum-cbor-file CBOR_FILE The script datum file. The file has to be in CBOR @@ -229,7 +230,8 @@ Available options: Specify a read only reference input. This reference input is not witnessing anything it is simply provided in the plutus script context. - --required-signer FILE Input filepath of the signing key (zero or more) + --required-signer FILEPATH + Input filepath of the signing key (zero or more) whose signature is required. --required-signer-hash HASH Hash of the verification key (zero or more) whose @@ -291,12 +293,13 @@ Available options: inline datum, given here. There is no schema: (almost) any JSON value is supported, including top-level strings and numbers. - --tx-out-reference-script-file FILE + --tx-out-reference-script-file FILEPATH Reference script input file. --change-address ADDRESS Address where ADA in excess of the tx fee will go to. --mint VALUE Mint multi-asset value(s) with the multi-asset cli syntax. You must specify a script witness. - --mint-script-file FILE The file containing the script to witness the minting + --mint-script-file FILEPATH + The file containing the script to witness the minting of assets for a particular policy Id. --mint-redeemer-cbor-file CBOR_FILE The script redeemer file. The file has to be in CBOR @@ -330,11 +333,12 @@ Available options: --policy-id HASH Policy id of minting script. --invalid-before SLOT Time that transaction is valid from (in slots). --invalid-hereafter SLOT Time that transaction is valid until (in slots). - --certificate-file FILE Filepath of the certificate. This encompasses all + --certificate-file FILEPATH + Filepath of the certificate. This encompasses all types of certificates (stake pool certificates, stake key certificates etc). Optionally specify a script witness. - --certificate-script-file FILE + --certificate-script-file FILEPATH The file containing the script to witness the use of the certificate. --certificate-redeemer-cbor-file CBOR_FILE @@ -368,7 +372,7 @@ Available options: StakeAddress is the Bech32-encoded stake address followed by the amount in Lovelace. Optionally specify a script witness. - --withdrawal-script-file FILE + --withdrawal-script-file FILEPATH The file containing the script to witness the withdrawal of rewards. --withdrawal-redeemer-cbor-file CBOR_FILE @@ -404,14 +408,15 @@ Available options: --json-metadata-detailed-schema Use the "detailed schema" conversion from JSON to tx metadata. - --auxiliary-script-file FILE + --auxiliary-script-file FILEPATH Filepath of auxiliary script(s) - --metadata-json-file FILE + --metadata-json-file FILEPATH Filepath of the metadata file, in JSON format. - --metadata-cbor-file FILE + --metadata-cbor-file FILEPATH Filepath of the metadata, in raw CBOR format. - --vote-file FILE Filepath of the vote. - --vote-script-file FILE The file containing the script to witness a vote + --vote-file FILEPATH Filepath of the vote. + --vote-script-file FILEPATH + The file containing the script to witness a vote --vote-redeemer-cbor-file CBOR_FILE The script redeemer file. The file has to be in CBOR format. @@ -436,8 +441,8 @@ Available options: The script redeemer value. There is no schema: (almost) any JSON value is supported, including top-level strings and numbers. - --proposal-file FILE Filepath of the proposal. - --proposal-script-file FILE + --proposal-file FILEPATH Filepath of the proposal. + --proposal-script-file FILEPATH The file containing the script to witness a proposal --proposal-redeemer-cbor-file CBOR_FILE The script redeemer file. The file has to be in CBOR @@ -466,8 +471,8 @@ Available options: top-level strings and numbers. --treasury-donation LOVELACE The donation to the treasury to perform. - --out-file FILE Output filepath of the JSON TxBody. - --calculate-plutus-script-cost FILE + --out-file FILEPATH Output filepath of the JSON TxBody. + --calculate-plutus-script-cost FILEPATH (File () Out) filepath of the script cost information. -h,--help Show this help text diff --git a/cardano-cli/test/cardano-cli-golden/files/golden/help/conway_transaction_calculate-min-fee.cli b/cardano-cli/test/cardano-cli-golden/files/golden/help/conway_transaction_calculate-min-fee.cli index 417d5f39ac..77457bc476 100644 --- a/cardano-cli/test/cardano-cli-golden/files/golden/help/conway_transaction_calculate-min-fee.cli +++ b/cardano-cli/test/cardano-cli-golden/files/golden/help/conway_transaction_calculate-min-fee.cli @@ -1,12 +1,12 @@ -Usage: cardano-cli conway transaction calculate-min-fee --tx-body-file FILE - --protocol-params-file FILE +Usage: cardano-cli conway transaction calculate-min-fee --tx-body-file FILEPATH + --protocol-params-file FILEPATH --witness-count NATURAL [--byron-witness-count NATURAL] [--reference-script-size NATURAL] [ --output-json | --output-text ] - [--out-file FILE] + [--out-file FILEPATH] [ --mainnet | --testnet-magic NATURAL ] @@ -16,8 +16,8 @@ Usage: cardano-cli conway transaction calculate-min-fee --tx-body-file FILE Calculate the minimum fee for a transaction. Available options: - --tx-body-file FILE Input filepath of the JSON TxBody. - --protocol-params-file FILE + --tx-body-file FILEPATH Input filepath of the JSON TxBody. + --protocol-params-file FILEPATH Filepath of the JSON-encoded protocol parameters file --witness-count NATURAL The number of Shelley key witnesses. --byron-witness-count NATURAL @@ -29,7 +29,7 @@ Available options: Default format when writing to a file --output-text Format calculate-min-fee query output to TEXT. Default format when writing to stdout - --out-file FILE The output file. + --out-file FILEPATH The output file. --mainnet DEPRECATED. This argument has no effect. --testnet-magic NATURAL DEPRECATED. This argument has no effect. --tx-in-count NATURAL DEPRECATED. This argument has no effect. diff --git a/cardano-cli/test/cardano-cli-golden/files/golden/help/conway_transaction_calculate-min-required-utxo.cli b/cardano-cli/test/cardano-cli-golden/files/golden/help/conway_transaction_calculate-min-required-utxo.cli index 4efafbabc0..9aacee8e6c 100644 --- a/cardano-cli/test/cardano-cli-golden/files/golden/help/conway_transaction_calculate-min-required-utxo.cli +++ b/cardano-cli/test/cardano-cli-golden/files/golden/help/conway_transaction_calculate-min-required-utxo.cli @@ -1,4 +1,4 @@ -Usage: cardano-cli conway transaction calculate-min-required-utxo --protocol-params-file FILE +Usage: cardano-cli conway transaction calculate-min-required-utxo --protocol-params-file FILEPATH --tx-out ADDRESS VALUE [ --tx-out-datum-hash HASH | --tx-out-datum-hash-cbor-file CBOR_FILE @@ -11,12 +11,12 @@ Usage: cardano-cli conway transaction calculate-min-required-utxo --protocol-par | --tx-out-inline-datum-file JSON_FILE | --tx-out-inline-datum-value JSON_VALUE ] - [--tx-out-reference-script-file FILE] + [--tx-out-reference-script-file FILEPATH] Calculate the minimum required UTxO for a transaction output. Available options: - --protocol-params-file FILE + --protocol-params-file FILEPATH Filepath of the JSON-encoded protocol parameters file --tx-out ADDRESS VALUE The transaction output as ADDRESS VALUE where ADDRESS is the Bech32-encoded address followed by the value @@ -62,6 +62,6 @@ Available options: inline datum, given here. There is no schema: (almost) any JSON value is supported, including top-level strings and numbers. - --tx-out-reference-script-file FILE + --tx-out-reference-script-file FILEPATH Reference script input file. -h,--help Show this help text diff --git a/cardano-cli/test/cardano-cli-golden/files/golden/help/conway_transaction_calculate-min-value.cli b/cardano-cli/test/cardano-cli-golden/files/golden/help/conway_transaction_calculate-min-value.cli index fb13b14f9f..49ca4f147e 100644 --- a/cardano-cli/test/cardano-cli-golden/files/golden/help/conway_transaction_calculate-min-value.cli +++ b/cardano-cli/test/cardano-cli-golden/files/golden/help/conway_transaction_calculate-min-value.cli @@ -1,4 +1,4 @@ -Usage: cardano-cli conway transaction calculate-min-value --protocol-params-file FILE +Usage: cardano-cli conway transaction calculate-min-value --protocol-params-file FILEPATH --tx-out ADDRESS VALUE [ --tx-out-datum-hash HASH | --tx-out-datum-hash-cbor-file CBOR_FILE @@ -11,12 +11,12 @@ Usage: cardano-cli conway transaction calculate-min-value --protocol-params-file | --tx-out-inline-datum-file JSON_FILE | --tx-out-inline-datum-value JSON_VALUE ] - [--tx-out-reference-script-file FILE] + [--tx-out-reference-script-file FILEPATH] DEPRECATED: Use 'calculate-min-required-utxo' instead. Available options: - --protocol-params-file FILE + --protocol-params-file FILEPATH Filepath of the JSON-encoded protocol parameters file --tx-out ADDRESS VALUE The transaction output as ADDRESS VALUE where ADDRESS is the Bech32-encoded address followed by the value @@ -62,5 +62,5 @@ Available options: inline datum, given here. There is no schema: (almost) any JSON value is supported, including top-level strings and numbers. - --tx-out-reference-script-file FILE + --tx-out-reference-script-file FILEPATH Reference script input file. diff --git a/cardano-cli/test/cardano-cli-golden/files/golden/help/conway_transaction_policyid.cli b/cardano-cli/test/cardano-cli-golden/files/golden/help/conway_transaction_policyid.cli index 4ec8fe5df9..5f0575b3bd 100644 --- a/cardano-cli/test/cardano-cli-golden/files/golden/help/conway_transaction_policyid.cli +++ b/cardano-cli/test/cardano-cli-golden/files/golden/help/conway_transaction_policyid.cli @@ -1,7 +1,7 @@ -Usage: cardano-cli conway transaction policyid --script-file FILE +Usage: cardano-cli conway transaction policyid --script-file FILEPATH Calculate the PolicyId from the monetary policy script. Available options: - --script-file FILE Filepath of the script. + --script-file FILEPATH Filepath of the script. -h,--help Show this help text diff --git a/cardano-cli/test/cardano-cli-golden/files/golden/help/conway_transaction_sign-witness.cli b/cardano-cli/test/cardano-cli-golden/files/golden/help/conway_transaction_sign-witness.cli index f42767a9f8..5ed8aac0fc 100644 --- a/cardano-cli/test/cardano-cli-golden/files/golden/help/conway_transaction_sign-witness.cli +++ b/cardano-cli/test/cardano-cli-golden/files/golden/help/conway_transaction_sign-witness.cli @@ -1,10 +1,10 @@ -Usage: cardano-cli conway transaction sign-witness --tx-body-file FILE - [--witness-file FILE] - --out-file FILE +Usage: cardano-cli conway transaction sign-witness --tx-body-file FILEPATH + [--witness-file FILEPATH] + --out-file FILEPATH Assemble a tx body and witness(es) to form a transaction Available options: - --tx-body-file FILE Input filepath of the JSON TxBody. - --witness-file FILE Filepath of the witness - --out-file FILE The output file. + --tx-body-file FILEPATH Input filepath of the JSON TxBody. + --witness-file FILEPATH Filepath of the witness + --out-file FILEPATH The output file. diff --git a/cardano-cli/test/cardano-cli-golden/files/golden/help/conway_transaction_sign.cli b/cardano-cli/test/cardano-cli-golden/files/golden/help/conway_transaction_sign.cli index b10cb32af1..85f8799623 100644 --- a/cardano-cli/test/cardano-cli-golden/files/golden/help/conway_transaction_sign.cli +++ b/cardano-cli/test/cardano-cli-golden/files/golden/help/conway_transaction_sign.cli @@ -1,24 +1,25 @@ Usage: cardano-cli conway transaction sign - ( --tx-body-file FILE - | --tx-file FILE + ( --tx-body-file FILEPATH + | --tx-file FILEPATH ) - [--signing-key-file FILE + [--signing-key-file FILEPATH [--address STRING]] [ --mainnet | --testnet-magic NATURAL ] - --out-file FILE + --out-file FILEPATH Sign a transaction Available options: - --tx-body-file FILE Input filepath of the JSON TxBody. - --tx-file FILE Input filepath of the JSON Tx. - --signing-key-file FILE Input filepath of the signing key (one or more). + --tx-body-file FILEPATH Input filepath of the JSON TxBody. + --tx-file FILEPATH Input filepath of the JSON Tx. + --signing-key-file FILEPATH + Input filepath of the signing key (one or more). --address STRING Byron address (Base58-encoded). --mainnet Use the mainnet magic id. This overrides the CARDANO_NODE_NETWORK_ID environment variable --testnet-magic NATURAL Specify a testnet magic id. This overrides the CARDANO_NODE_NETWORK_ID environment variable - --out-file FILE Output filepath of the JSON Tx. + --out-file FILEPATH Output filepath of the JSON Tx. -h,--help Show this help text 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 d84a1b8219..3db67110bf 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 @@ -4,7 +4,7 @@ Usage: cardano-cli conway transaction submit --socket-path SOCKET_PATH ( --mainnet | --testnet-magic NATURAL ) - --tx-file FILE + --tx-file FILEPATH Submit a transaction to the local node whose Unix domain socket is obtained from the CARDANO_NODE_SOCKET_PATH environment variable. @@ -23,5 +23,5 @@ 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 - --tx-file FILE Filepath of the transaction you intend to submit. + --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_transaction_txid.cli b/cardano-cli/test/cardano-cli-golden/files/golden/help/conway_transaction_txid.cli index 682fe1526e..a4247b45b0 100644 --- a/cardano-cli/test/cardano-cli-golden/files/golden/help/conway_transaction_txid.cli +++ b/cardano-cli/test/cardano-cli-golden/files/golden/help/conway_transaction_txid.cli @@ -1,11 +1,11 @@ Usage: cardano-cli conway transaction txid - ( --tx-body-file FILE - | --tx-file FILE + ( --tx-body-file FILEPATH + | --tx-file FILEPATH ) Print a transaction identifier. Available options: - --tx-body-file FILE Input filepath of the JSON TxBody. - --tx-file FILE Input filepath of the JSON Tx. + --tx-body-file FILEPATH Input filepath of the JSON TxBody. + --tx-file FILEPATH Input filepath of the JSON Tx. -h,--help Show this help text diff --git a/cardano-cli/test/cardano-cli-golden/files/golden/help/conway_transaction_witness.cli b/cardano-cli/test/cardano-cli-golden/files/golden/help/conway_transaction_witness.cli index c03e745b0c..822a2fa0d3 100644 --- a/cardano-cli/test/cardano-cli-golden/files/golden/help/conway_transaction_witness.cli +++ b/cardano-cli/test/cardano-cli-golden/files/golden/help/conway_transaction_witness.cli @@ -1,20 +1,21 @@ -Usage: cardano-cli conway transaction witness --tx-body-file FILE - --signing-key-file FILE +Usage: cardano-cli conway transaction witness --tx-body-file FILEPATH + --signing-key-file FILEPATH [--address STRING] [ --mainnet | --testnet-magic NATURAL ] - --out-file FILE + --out-file FILEPATH Create a transaction witness Available options: - --tx-body-file FILE Input filepath of the JSON TxBody. - --signing-key-file FILE Input filepath of the signing key (one or more). + --tx-body-file FILEPATH Input filepath of the JSON TxBody. + --signing-key-file FILEPATH + Input filepath of the signing key (one or more). --address STRING Byron address (Base58-encoded). --mainnet Use the mainnet magic id. This overrides the CARDANO_NODE_NETWORK_ID environment variable --testnet-magic NATURAL Specify a testnet magic id. This overrides the CARDANO_NODE_NETWORK_ID environment variable - --out-file FILE The output file. + --out-file FILEPATH The output file. -h,--help Show this help text diff --git a/cardano-cli/test/cardano-cli-golden/files/golden/help/debug_log-epoch-state.cli b/cardano-cli/test/cardano-cli-golden/files/golden/help/debug_log-epoch-state.cli index 442eb5b4f2..86f81f8143 100644 --- a/cardano-cli/test/cardano-cli-golden/files/golden/help/debug_log-epoch-state.cli +++ b/cardano-cli/test/cardano-cli-golden/files/golden/help/debug_log-epoch-state.cli @@ -1,6 +1,6 @@ Usage: cardano-cli debug log-epoch-state --socket-path SOCKET_PATH - --node-configuration-file FILE - --out-file FILE + --node-configuration-file FILEPATH + --out-file FILEPATH Log epoch state of a running node. This command will connect to a local node and log the epoch state to a file. The log file format is line delimited JSON. @@ -12,8 +12,8 @@ Available options: CARDANO_NODE_SOCKET_PATH environment variable. The argument is optional if CARDANO_NODE_SOCKET_PATH is defined and mandatory otherwise. - --node-configuration-file FILE + --node-configuration-file FILEPATH Input filepath of the node configuration file. - --out-file FILE Output filepath of the log file. The log file format + --out-file FILEPATH Output filepath of the log file. The log file format is line delimited JSON. -h,--help Show this help text diff --git a/cardano-cli/test/cardano-cli-golden/files/golden/help/debug_transaction_view.cli b/cardano-cli/test/cardano-cli-golden/files/golden/help/debug_transaction_view.cli index 928e53e5ed..a3fdaaf82b 100644 --- a/cardano-cli/test/cardano-cli-golden/files/golden/help/debug_transaction_view.cli +++ b/cardano-cli/test/cardano-cli-golden/files/golden/help/debug_transaction_view.cli @@ -1,7 +1,7 @@ Usage: cardano-cli debug transaction view [--output-json | --output-yaml] - [--out-file FILE] - ( --tx-body-file FILE - | --tx-file FILE + [--out-file FILEPATH] + ( --tx-body-file FILEPATH + | --tx-file FILEPATH ) Print a transaction. @@ -10,7 +10,7 @@ Available options: --output-json Format transaction view output to JSON. --output-yaml Format transaction view output to YAML. Defaults to JSON if unspecified. - --out-file FILE Optional output file. Default is to write to stdout. - --tx-body-file FILE Input filepath of the JSON TxBody. - --tx-file FILE Input filepath of the JSON Tx. + --out-file FILEPATH Optional output file. Default is to write to stdout. + --tx-body-file FILEPATH Input filepath of the JSON TxBody. + --tx-file FILEPATH Input filepath of the JSON Tx. -h,--help Show this help text diff --git a/cardano-cli/test/cardano-cli-golden/files/golden/help/genesis_create-staked.cli b/cardano-cli/test/cardano-cli-golden/files/golden/help/genesis_create-staked.cli index f811fffc96..2e6f8f0ea8 100644 --- a/cardano-cli/test/cardano-cli-golden/files/golden/help/genesis_create-staked.cli +++ b/cardano-cli/test/cardano-cli-golden/files/golden/help/genesis_create-staked.cli @@ -19,7 +19,7 @@ Usage: cardano-cli genesis create-staked [--bulk-pool-cred-files INT] [--bulk-pools-per-file INT] [--num-stuffed-utxo INT] - [--relay-specification-file FILE] + [--relay-specification-file FILEPATH] Create a staked Shelley genesis file from a genesis template and genesis/delegation/spending keys. @@ -69,6 +69,6 @@ Available options: sets [default is 0]. --num-stuffed-utxo INT The number of fake UTxO entries to generate [default is 0]. - --relay-specification-file FILE + --relay-specification-file FILEPATH JSON file specified the relays of each stake pool. -h,--help Show this help text diff --git a/cardano-cli/test/cardano-cli-golden/files/golden/help/genesis_get-ver-key.cli b/cardano-cli/test/cardano-cli-golden/files/golden/help/genesis_get-ver-key.cli index ca8cac633d..f4384f266d 100644 --- a/cardano-cli/test/cardano-cli-golden/files/golden/help/genesis_get-ver-key.cli +++ b/cardano-cli/test/cardano-cli-golden/files/golden/help/genesis_get-ver-key.cli @@ -1,10 +1,11 @@ -Usage: cardano-cli genesis get-ver-key --verification-key-file FILE - --signing-key-file FILE +Usage: cardano-cli genesis get-ver-key --verification-key-file FILEPATH + --signing-key-file FILEPATH Derive the verification key from a signing key Available options: - --verification-key-file FILE + --verification-key-file FILEPATH Output filepath of the verification key. - --signing-key-file FILE Input filepath of the signing key. + --signing-key-file FILEPATH + Input filepath of the signing key. -h,--help Show this help text diff --git a/cardano-cli/test/cardano-cli-golden/files/golden/help/genesis_hash.cli b/cardano-cli/test/cardano-cli-golden/files/golden/help/genesis_hash.cli index 30f5a5bcc9..71d1f50997 100644 --- a/cardano-cli/test/cardano-cli-golden/files/golden/help/genesis_hash.cli +++ b/cardano-cli/test/cardano-cli-golden/files/golden/help/genesis_hash.cli @@ -1,7 +1,7 @@ -Usage: cardano-cli genesis hash --genesis FILE +Usage: cardano-cli genesis hash --genesis FILEPATH Compute the hash of a genesis file Available options: - --genesis FILE The genesis file. + --genesis FILEPATH The genesis file. -h,--help Show this help text diff --git a/cardano-cli/test/cardano-cli-golden/files/golden/help/genesis_initial-addr.cli b/cardano-cli/test/cardano-cli-golden/files/golden/help/genesis_initial-addr.cli index 062cbd9026..2d4149d005 100644 --- a/cardano-cli/test/cardano-cli-golden/files/golden/help/genesis_initial-addr.cli +++ b/cardano-cli/test/cardano-cli-golden/files/golden/help/genesis_initial-addr.cli @@ -1,15 +1,15 @@ -Usage: cardano-cli genesis initial-addr --verification-key-file FILE +Usage: cardano-cli genesis initial-addr --verification-key-file FILEPATH (--mainnet | --testnet-magic NATURAL) - [--out-file FILE] + [--out-file FILEPATH] Get the address for an initial UTxO based on the verification key Available options: - --verification-key-file FILE + --verification-key-file FILEPATH Input filepath of the verification key. --mainnet Use the mainnet magic id. This overrides the CARDANO_NODE_NETWORK_ID environment variable --testnet-magic NATURAL Specify a testnet magic id. This overrides the CARDANO_NODE_NETWORK_ID environment variable - --out-file FILE Optional output file. Default is to write to stdout. + --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/genesis_initial-txin.cli b/cardano-cli/test/cardano-cli-golden/files/golden/help/genesis_initial-txin.cli index b40cfe8402..51d6d87744 100644 --- a/cardano-cli/test/cardano-cli-golden/files/golden/help/genesis_initial-txin.cli +++ b/cardano-cli/test/cardano-cli-golden/files/golden/help/genesis_initial-txin.cli @@ -1,15 +1,15 @@ -Usage: cardano-cli genesis initial-txin --verification-key-file FILE +Usage: cardano-cli genesis initial-txin --verification-key-file FILEPATH (--mainnet | --testnet-magic NATURAL) - [--out-file FILE] + [--out-file FILEPATH] Get the TxIn for an initial UTxO based on the verification key Available options: - --verification-key-file FILE + --verification-key-file FILEPATH Input filepath of the verification key. --mainnet Use the mainnet magic id. This overrides the CARDANO_NODE_NETWORK_ID environment variable --testnet-magic NATURAL Specify a testnet magic id. This overrides the CARDANO_NODE_NETWORK_ID environment variable - --out-file FILE Optional output file. Default is to write to stdout. + --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/genesis_key-gen-delegate.cli b/cardano-cli/test/cardano-cli-golden/files/golden/help/genesis_key-gen-delegate.cli index 7f39e89cbc..576628abe3 100644 --- a/cardano-cli/test/cardano-cli-golden/files/golden/help/genesis_key-gen-delegate.cli +++ b/cardano-cli/test/cardano-cli-golden/files/golden/help/genesis_key-gen-delegate.cli @@ -1,14 +1,15 @@ -Usage: cardano-cli genesis key-gen-delegate --verification-key-file FILE - --signing-key-file FILE - --operational-certificate-issue-counter-file FILE +Usage: cardano-cli genesis key-gen-delegate --verification-key-file FILEPATH + --signing-key-file FILEPATH + --operational-certificate-issue-counter-file FILEPATH Create a Shelley genesis delegate key pair Available options: - --verification-key-file FILE + --verification-key-file FILEPATH Output filepath of the verification key. - --signing-key-file FILE Output filepath of the signing key. - --operational-certificate-issue-counter-file FILE + --signing-key-file FILEPATH + Output filepath of the signing key. + --operational-certificate-issue-counter-file FILEPATH The file with the issue counter for the operational certificate. -h,--help Show this help text diff --git a/cardano-cli/test/cardano-cli-golden/files/golden/help/genesis_key-gen-genesis.cli b/cardano-cli/test/cardano-cli-golden/files/golden/help/genesis_key-gen-genesis.cli index 2c33609d63..b055e3516a 100644 --- a/cardano-cli/test/cardano-cli-golden/files/golden/help/genesis_key-gen-genesis.cli +++ b/cardano-cli/test/cardano-cli-golden/files/golden/help/genesis_key-gen-genesis.cli @@ -1,10 +1,11 @@ -Usage: cardano-cli genesis key-gen-genesis --verification-key-file FILE - --signing-key-file FILE +Usage: cardano-cli genesis key-gen-genesis --verification-key-file FILEPATH + --signing-key-file FILEPATH Create a Shelley genesis key pair Available options: - --verification-key-file FILE + --verification-key-file FILEPATH Output filepath of the verification key. - --signing-key-file FILE Output filepath of the signing key. + --signing-key-file FILEPATH + Output filepath of the signing key. -h,--help Show this help text diff --git a/cardano-cli/test/cardano-cli-golden/files/golden/help/genesis_key-gen-utxo.cli b/cardano-cli/test/cardano-cli-golden/files/golden/help/genesis_key-gen-utxo.cli index b584c78ce0..836b5ffe39 100644 --- a/cardano-cli/test/cardano-cli-golden/files/golden/help/genesis_key-gen-utxo.cli +++ b/cardano-cli/test/cardano-cli-golden/files/golden/help/genesis_key-gen-utxo.cli @@ -1,10 +1,11 @@ -Usage: cardano-cli genesis key-gen-utxo --verification-key-file FILE - --signing-key-file FILE +Usage: cardano-cli genesis key-gen-utxo --verification-key-file FILEPATH + --signing-key-file FILEPATH Create a Shelley genesis UTxO key pair Available options: - --verification-key-file FILE + --verification-key-file FILEPATH Output filepath of the verification key. - --signing-key-file FILE Output filepath of the signing key. + --signing-key-file FILEPATH + Output filepath of the signing key. -h,--help Show this help text diff --git a/cardano-cli/test/cardano-cli-golden/files/golden/help/genesis_key-hash.cli b/cardano-cli/test/cardano-cli-golden/files/golden/help/genesis_key-hash.cli index 5af29a9a12..8a8170c244 100644 --- a/cardano-cli/test/cardano-cli-golden/files/golden/help/genesis_key-hash.cli +++ b/cardano-cli/test/cardano-cli-golden/files/golden/help/genesis_key-hash.cli @@ -1,8 +1,8 @@ -Usage: cardano-cli genesis key-hash --verification-key-file FILE +Usage: cardano-cli genesis key-hash --verification-key-file FILEPATH Print the identifier (hash) of a public key Available options: - --verification-key-file FILE + --verification-key-file FILEPATH Input filepath of the verification key. -h,--help Show this help text diff --git a/cardano-cli/test/cardano-cli-golden/files/golden/help/governance_answer-poll.cli b/cardano-cli/test/cardano-cli-golden/files/golden/help/governance_answer-poll.cli index 5b98ca49e6..2116c3254c 100644 --- a/cardano-cli/test/cardano-cli-golden/files/golden/help/governance_answer-poll.cli +++ b/cardano-cli/test/cardano-cli-golden/files/golden/help/governance_answer-poll.cli @@ -1,12 +1,12 @@ -Usage: cardano-cli governance answer-poll --poll-file FILE +Usage: cardano-cli governance answer-poll --poll-file FILEPATH [--answer INT] - [--out-file FILE] + [--out-file FILEPATH] Answer an SPO poll Available options: - --poll-file FILE Filepath to the ongoing poll. + --poll-file FILEPATH Filepath to the ongoing poll. --answer INT The index of the chosen answer in the poll. Optional. Asked interactively if omitted. - --out-file FILE The output file. + --out-file FILEPATH The output file. -h,--help Show this help text diff --git a/cardano-cli/test/cardano-cli-golden/files/golden/help/governance_create-genesis-key-delegation-certificate.cli b/cardano-cli/test/cardano-cli-golden/files/golden/help/governance_create-genesis-key-delegation-certificate.cli index b9a08bdfb0..d3d8d60b12 100644 --- a/cardano-cli/test/cardano-cli-golden/files/golden/help/governance_create-genesis-key-delegation-certificate.cli +++ b/cardano-cli/test/cardano-cli-golden/files/golden/help/governance_create-genesis-key-delegation-certificate.cli @@ -6,18 +6,18 @@ Usage: cardano-cli governance create-genesis-key-delegation-certificate | --babbage-era ] ( --genesis-verification-key STRING - | --genesis-verification-key-file FILE + | --genesis-verification-key-file FILEPATH | --genesis-verification-key-hash STRING ) ( --genesis-delegate-verification-key STRING - | --genesis-delegate-verification-key-file FILE + | --genesis-delegate-verification-key-file FILEPATH | --genesis-delegate-verification-key-hash STRING ) ( --vrf-verification-key STRING - | --vrf-verification-key-file FILE + | --vrf-verification-key-file FILEPATH | --vrf-verification-key-hash STRING ) - --out-file FILE + --out-file FILEPATH Create a genesis key delegation certificate @@ -34,21 +34,21 @@ Available options: be removed in the future --genesis-verification-key STRING Genesis verification key (hex-encoded). - --genesis-verification-key-file FILE + --genesis-verification-key-file FILEPATH Filepath of the genesis verification key. --genesis-verification-key-hash STRING Genesis verification key hash (hex-encoded). --genesis-delegate-verification-key STRING Genesis delegate verification key (hex-encoded). - --genesis-delegate-verification-key-file FILE + --genesis-delegate-verification-key-file FILEPATH Filepath of the genesis delegate verification key. --genesis-delegate-verification-key-hash STRING Genesis delegate verification key hash (hex-encoded). --vrf-verification-key STRING VRF verification key (Bech32 or hex-encoded). - --vrf-verification-key-file FILE + --vrf-verification-key-file FILEPATH Filepath of the VRF verification key. --vrf-verification-key-hash STRING VRF verification key hash (hex-encoded). - --out-file FILE The output file. + --out-file FILEPATH The output file. -h,--help Show this help text diff --git a/cardano-cli/test/cardano-cli-golden/files/golden/help/governance_create-mir-certificate.cli b/cardano-cli/test/cardano-cli-golden/files/golden/help/governance_create-mir-certificate.cli index b708b577b1..5b06ced44f 100644 --- a/cardano-cli/test/cardano-cli-golden/files/golden/help/governance_create-mir-certificate.cli +++ b/cardano-cli/test/cardano-cli-golden/files/golden/help/governance_create-mir-certificate.cli @@ -10,7 +10,7 @@ Usage: cardano-cli governance create-mir-certificate ) (--stake-address ADDRESS) (--reward LOVELACE) - --out-file FILE + --out-file FILEPATH | stake-addresses | transfer-to-treasury | transfer-to-rewards @@ -33,7 +33,7 @@ Available options: --treasury Use the treasury pot. --stake-address ADDRESS Target stake address (bech32 format). --reward LOVELACE The reward for the relevant reward account. - --out-file FILE The output file. + --out-file FILEPATH The output file. -h,--help Show this help text Available commands: diff --git a/cardano-cli/test/cardano-cli-golden/files/golden/help/governance_create-mir-certificate_stake-addresses.cli b/cardano-cli/test/cardano-cli-golden/files/golden/help/governance_create-mir-certificate_stake-addresses.cli index 10c1a8784f..d86d15f6b1 100644 --- a/cardano-cli/test/cardano-cli-golden/files/golden/help/governance_create-mir-certificate_stake-addresses.cli +++ b/cardano-cli/test/cardano-cli-golden/files/golden/help/governance_create-mir-certificate_stake-addresses.cli @@ -10,7 +10,7 @@ Usage: cardano-cli governance create-mir-certificate stake-addresses ) (--stake-address ADDRESS) (--reward LOVELACE) - --out-file FILE + --out-file FILEPATH Create an MIR certificate to pay stake addresses @@ -29,5 +29,5 @@ Available options: --treasury Use the treasury pot. --stake-address ADDRESS Target stake address (bech32 format). --reward LOVELACE The reward for the relevant reward account. - --out-file FILE The output file. + --out-file FILEPATH The output file. -h,--help Show this help text diff --git a/cardano-cli/test/cardano-cli-golden/files/golden/help/governance_create-mir-certificate_transfer-to-rewards.cli b/cardano-cli/test/cardano-cli-golden/files/golden/help/governance_create-mir-certificate_transfer-to-rewards.cli index 89cc553fe4..bcc0244a52 100644 --- a/cardano-cli/test/cardano-cli-golden/files/golden/help/governance_create-mir-certificate_transfer-to-rewards.cli +++ b/cardano-cli/test/cardano-cli-golden/files/golden/help/governance_create-mir-certificate_transfer-to-rewards.cli @@ -6,7 +6,7 @@ Usage: cardano-cli governance create-mir-certificate transfer-to-rewards | --babbage-era ] --transfer LOVELACE - --out-file FILE + --out-file FILEPATH Create an MIR certificate to transfer from the treasury pot to the reserves pot @@ -23,5 +23,5 @@ Available options: --babbage-era Specify the Babbage era (default) - DEPRECATED - will be removed in the future --transfer LOVELACE The amount to transfer. - --out-file FILE The output file. + --out-file FILEPATH The output file. -h,--help Show this help text diff --git a/cardano-cli/test/cardano-cli-golden/files/golden/help/governance_create-mir-certificate_transfer-to-treasury.cli b/cardano-cli/test/cardano-cli-golden/files/golden/help/governance_create-mir-certificate_transfer-to-treasury.cli index 7a09a1e6f5..3e1cf6cbf0 100644 --- a/cardano-cli/test/cardano-cli-golden/files/golden/help/governance_create-mir-certificate_transfer-to-treasury.cli +++ b/cardano-cli/test/cardano-cli-golden/files/golden/help/governance_create-mir-certificate_transfer-to-treasury.cli @@ -6,7 +6,7 @@ Usage: cardano-cli governance create-mir-certificate transfer-to-treasury | --babbage-era ] --transfer LOVELACE - --out-file FILE + --out-file FILEPATH Create an MIR certificate to transfer from the reserves pot to the treasury pot @@ -23,5 +23,5 @@ Available options: --babbage-era Specify the Babbage era (default) - DEPRECATED - will be removed in the future --transfer LOVELACE The amount to transfer. - --out-file FILE The output file. + --out-file FILEPATH The output file. -h,--help Show this help text diff --git a/cardano-cli/test/cardano-cli-golden/files/golden/help/governance_create-poll.cli b/cardano-cli/test/cardano-cli-golden/files/golden/help/governance_create-poll.cli index 1549cb8231..3cc9ea2edd 100644 --- a/cardano-cli/test/cardano-cli-golden/files/golden/help/governance_create-poll.cli +++ b/cardano-cli/test/cardano-cli-golden/files/golden/help/governance_create-poll.cli @@ -1,7 +1,7 @@ Usage: cardano-cli governance create-poll --question STRING (--answer STRING) [--nonce UINT] - --out-file FILE + --out-file FILEPATH Create an SPO poll @@ -10,5 +10,5 @@ Available options: --answer STRING A possible choice for the poll. The option is repeatable. --nonce UINT An (optional) nonce for non-replayability. - --out-file FILE The output file. + --out-file FILEPATH The output file. -h,--help Show this help text diff --git a/cardano-cli/test/cardano-cli-golden/files/golden/help/governance_create-update-proposal.cli b/cardano-cli/test/cardano-cli-golden/files/golden/help/governance_create-update-proposal.cli index b7ebe76c2a..1fcef2c202 100644 --- a/cardano-cli/test/cardano-cli-golden/files/golden/help/governance_create-update-proposal.cli +++ b/cardano-cli/test/cardano-cli-golden/files/golden/help/governance_create-update-proposal.cli @@ -1,6 +1,6 @@ -Usage: cardano-cli governance create-update-proposal --out-file FILE +Usage: cardano-cli governance create-update-proposal --out-file FILEPATH --epoch NATURAL - (--genesis-verification-key-file FILE) + (--genesis-verification-key-file FILEPATH) [--protocol-major-version MAJOR --protocol-minor-version MINOR] [--decentralization-parameter RATIONAL] @@ -34,10 +34,10 @@ Usage: cardano-cli governance create-update-proposal --out-file FILE Create an update proposal Available options: - --out-file FILE The output file. + --out-file FILEPATH The output file. --epoch NATURAL The epoch number in which the update proposal is valid. - --genesis-verification-key-file FILE + --genesis-verification-key-file FILEPATH Filepath of the genesis verification key. --protocol-major-version MAJOR Specify the major protocol version to fork into. An diff --git a/cardano-cli/test/cardano-cli-golden/files/golden/help/governance_verify-poll.cli b/cardano-cli/test/cardano-cli-golden/files/golden/help/governance_verify-poll.cli index 30915e6559..d41b54659d 100644 --- a/cardano-cli/test/cardano-cli-golden/files/golden/help/governance_verify-poll.cli +++ b/cardano-cli/test/cardano-cli-golden/files/golden/help/governance_verify-poll.cli @@ -1,12 +1,12 @@ -Usage: cardano-cli governance verify-poll --poll-file FILE - --tx-file FILE - [--out-file FILE] +Usage: cardano-cli governance verify-poll --poll-file FILEPATH + --tx-file FILEPATH + [--out-file FILEPATH] Verify an answer to a given SPO poll Available options: - --poll-file FILE Filepath to the ongoing poll. - --tx-file FILE Filepath to the JSON TxBody or JSON Tx carrying a + --poll-file FILEPATH Filepath to the ongoing poll. + --tx-file FILEPATH Filepath to the JSON TxBody or JSON Tx carrying a valid poll answer. - --out-file FILE The output file. + --out-file FILEPATH The output file. -h,--help Show this help text diff --git a/cardano-cli/test/cardano-cli-golden/files/golden/help/hash_anchor-data.cli b/cardano-cli/test/cardano-cli-golden/files/golden/help/hash_anchor-data.cli index b943fef45d..184ba93ce6 100644 --- a/cardano-cli/test/cardano-cli-golden/files/golden/help/hash_anchor-data.cli +++ b/cardano-cli/test/cardano-cli-golden/files/golden/help/hash_anchor-data.cli @@ -1,15 +1,15 @@ Usage: cardano-cli hash anchor-data ( --text TEXT - | --file-binary FILE - | --file-text FILE + | --file-binary FILEPATH + | --file-text FILEPATH ) - [--out-file FILE] + [--out-file FILEPATH] Compute the hash of some anchor data (to then pass it to other commands). Available options: --text TEXT Text to hash as UTF-8 - --file-binary FILE Binary file to hash - --file-text FILE Text file to hash - --out-file FILE The output file. + --file-binary FILEPATH Binary file to hash + --file-text FILEPATH Text file to hash + --out-file FILEPATH The output file. -h,--help Show this help text diff --git a/cardano-cli/test/cardano-cli-golden/files/golden/help/hash_script.cli b/cardano-cli/test/cardano-cli-golden/files/golden/help/hash_script.cli index 2f67fb70d3..7ca26d2343 100644 --- a/cardano-cli/test/cardano-cli-golden/files/golden/help/hash_script.cli +++ b/cardano-cli/test/cardano-cli-golden/files/golden/help/hash_script.cli @@ -1,8 +1,8 @@ -Usage: cardano-cli hash script --script-file FILE [--out-file FILE] +Usage: cardano-cli hash script --script-file FILEPATH [--out-file FILEPATH] Compute the hash of a script (to then pass it to other commands). Available options: - --script-file FILE Filepath of the script. - --out-file FILE The output file. + --script-file FILEPATH Filepath of the script. + --out-file FILEPATH The output file. -h,--help Show this help text diff --git a/cardano-cli/test/cardano-cli-golden/files/golden/help/key_convert-byron-genesis-vkey.cli b/cardano-cli/test/cardano-cli-golden/files/golden/help/key_convert-byron-genesis-vkey.cli index 485fcd4629..dc80c4e3e9 100644 --- a/cardano-cli/test/cardano-cli-golden/files/golden/help/key_convert-byron-genesis-vkey.cli +++ b/cardano-cli/test/cardano-cli-golden/files/golden/help/key_convert-byron-genesis-vkey.cli @@ -1,5 +1,5 @@ Usage: cardano-cli key convert-byron-genesis-vkey --byron-genesis-verification-key BASE64 - --out-file FILE + --out-file FILEPATH Convert a Base64-encoded Byron genesis verification key to a Shelley genesis verification key @@ -7,5 +7,5 @@ Usage: cardano-cli key convert-byron-genesis-vkey --byron-genesis-verification-k Available options: --byron-genesis-verification-key BASE64 Base64 string for the Byron genesis verification key. - --out-file FILE The output file. + --out-file FILEPATH The output file. -h,--help Show this help text diff --git a/cardano-cli/test/cardano-cli-golden/files/golden/help/key_convert-byron-key.cli b/cardano-cli/test/cardano-cli-golden/files/golden/help/key_convert-byron-key.cli index 89e353622a..5103818e2b 100644 --- a/cardano-cli/test/cardano-cli-golden/files/golden/help/key_convert-byron-key.cli +++ b/cardano-cli/test/cardano-cli-golden/files/golden/help/key_convert-byron-key.cli @@ -6,10 +6,10 @@ Usage: cardano-cli key convert-byron-key [--password TEXT] | --byron-genesis-delegate-key-type | --legacy-byron-genesis-delegate-key-type ) - ( --byron-signing-key-file FILE - | --byron-verification-key-file FILE + ( --byron-signing-key-file FILEPATH + | --byron-verification-key-file FILEPATH ) - --out-file FILE + --out-file FILEPATH Convert a Byron payment, genesis or genesis delegate key (signing or verification) to a corresponding Shelley-format key. @@ -27,9 +27,9 @@ Available options: --legacy-byron-genesis-delegate-key-type Use a Byron-era genesis delegate key, in legacy SL format. - --byron-signing-key-file FILE + --byron-signing-key-file FILEPATH Input filepath of the Byron-format signing key. - --byron-verification-key-file FILE + --byron-verification-key-file FILEPATH Input filepath of the Byron-format verification key. - --out-file FILE The output file. + --out-file FILEPATH The output file. -h,--help Show this help text diff --git a/cardano-cli/test/cardano-cli-golden/files/golden/help/key_convert-cardano-address-key.cli b/cardano-cli/test/cardano-cli-golden/files/golden/help/key_convert-cardano-address-key.cli index 08abfdde61..20829714ec 100644 --- a/cardano-cli/test/cardano-cli-golden/files/golden/help/key_convert-cardano-address-key.cli +++ b/cardano-cli/test/cardano-cli-golden/files/golden/help/key_convert-cardano-address-key.cli @@ -7,8 +7,8 @@ Usage: cardano-cli key convert-cardano-address-key | --icarus-payment-key | --byron-payment-key ) - --signing-key-file FILE - --out-file FILE + --signing-key-file FILEPATH + --out-file FILEPATH Convert a cardano-address extended signing key to a corresponding Shelley-format key. @@ -23,6 +23,7 @@ Available options: Icarus style. --byron-payment-key Use a Byron-era extended payment key formatted in the deprecated Byron style. - --signing-key-file FILE Input filepath of the signing key. - --out-file FILE The output file. + --signing-key-file FILEPATH + Input filepath of the signing key. + --out-file FILEPATH The output file. -h,--help Show this help text diff --git a/cardano-cli/test/cardano-cli-golden/files/golden/help/key_convert-itn-bip32-key.cli b/cardano-cli/test/cardano-cli-golden/files/golden/help/key_convert-itn-bip32-key.cli index 8b5799b99d..cc2fb482b7 100644 --- a/cardano-cli/test/cardano-cli-golden/files/golden/help/key_convert-itn-bip32-key.cli +++ b/cardano-cli/test/cardano-cli-golden/files/golden/help/key_convert-itn-bip32-key.cli @@ -1,11 +1,11 @@ -Usage: cardano-cli key convert-itn-bip32-key --itn-signing-key-file FILE - --out-file FILE +Usage: cardano-cli key convert-itn-bip32-key --itn-signing-key-file FILEPATH + --out-file FILEPATH Convert an Incentivized Testnet (ITN) BIP32 (Ed25519Bip32) signing key to a corresponding Shelley stake signing key Available options: - --itn-signing-key-file FILE + --itn-signing-key-file FILEPATH Filepath of the ITN signing key. - --out-file FILE The output file. + --out-file FILEPATH The output file. -h,--help Show this help text diff --git a/cardano-cli/test/cardano-cli-golden/files/golden/help/key_convert-itn-extended-key.cli b/cardano-cli/test/cardano-cli-golden/files/golden/help/key_convert-itn-extended-key.cli index f49df8fdb4..bc21c345c1 100644 --- a/cardano-cli/test/cardano-cli-golden/files/golden/help/key_convert-itn-extended-key.cli +++ b/cardano-cli/test/cardano-cli-golden/files/golden/help/key_convert-itn-extended-key.cli @@ -1,11 +1,11 @@ -Usage: cardano-cli key convert-itn-extended-key --itn-signing-key-file FILE - --out-file FILE +Usage: cardano-cli key convert-itn-extended-key --itn-signing-key-file FILEPATH + --out-file FILEPATH Convert an Incentivized Testnet (ITN) extended (Ed25519Extended) signing key to a corresponding Shelley stake signing key Available options: - --itn-signing-key-file FILE + --itn-signing-key-file FILEPATH Filepath of the ITN signing key. - --out-file FILE The output file. + --out-file FILEPATH The output file. -h,--help Show this help text diff --git a/cardano-cli/test/cardano-cli-golden/files/golden/help/key_convert-itn-key.cli b/cardano-cli/test/cardano-cli-golden/files/golden/help/key_convert-itn-key.cli index 799d7e5b48..fa5d03634d 100644 --- a/cardano-cli/test/cardano-cli-golden/files/golden/help/key_convert-itn-key.cli +++ b/cardano-cli/test/cardano-cli-golden/files/golden/help/key_convert-itn-key.cli @@ -1,16 +1,16 @@ Usage: cardano-cli key convert-itn-key - ( --itn-signing-key-file FILE - | --itn-verification-key-file FILE + ( --itn-signing-key-file FILEPATH + | --itn-verification-key-file FILEPATH ) - --out-file FILE + --out-file FILEPATH Convert an Incentivized Testnet (ITN) non-extended (Ed25519) signing or verification key to a corresponding Shelley stake key Available options: - --itn-signing-key-file FILE + --itn-signing-key-file FILEPATH Filepath of the ITN signing key. - --itn-verification-key-file FILE + --itn-verification-key-file FILEPATH Filepath of the ITN verification key. - --out-file FILE The output file. + --out-file FILEPATH The output file. -h,--help Show this help text diff --git a/cardano-cli/test/cardano-cli-golden/files/golden/help/key_non-extended-key.cli b/cardano-cli/test/cardano-cli-golden/files/golden/help/key_non-extended-key.cli index 49b5ae424d..d30e9aa908 100644 --- a/cardano-cli/test/cardano-cli-golden/files/golden/help/key_non-extended-key.cli +++ b/cardano-cli/test/cardano-cli-golden/files/golden/help/key_non-extended-key.cli @@ -1,12 +1,12 @@ -Usage: cardano-cli key non-extended-key --extended-verification-key-file FILE - --verification-key-file FILE +Usage: cardano-cli key non-extended-key --extended-verification-key-file FILEPATH + --verification-key-file FILEPATH Get a non-extended verification key from an extended verification key. This supports all extended key types. Available options: - --extended-verification-key-file FILE + --extended-verification-key-file FILEPATH Input filepath of the ed25519-bip32 verification key. - --verification-key-file FILE + --verification-key-file FILEPATH Output filepath of the verification key. -h,--help Show this help text diff --git a/cardano-cli/test/cardano-cli-golden/files/golden/help/key_verification-key.cli b/cardano-cli/test/cardano-cli-golden/files/golden/help/key_verification-key.cli index 336401c44f..69e7ff42ed 100644 --- a/cardano-cli/test/cardano-cli-golden/files/golden/help/key_verification-key.cli +++ b/cardano-cli/test/cardano-cli-golden/files/golden/help/key_verification-key.cli @@ -1,10 +1,11 @@ -Usage: cardano-cli key verification-key --signing-key-file FILE - --verification-key-file FILE +Usage: cardano-cli key verification-key --signing-key-file FILEPATH + --verification-key-file FILEPATH Get a verification key from a signing key. This supports all key types. Available options: - --signing-key-file FILE Input filepath of the signing key. - --verification-key-file FILE + --signing-key-file FILEPATH + Input filepath of the signing key. + --verification-key-file FILEPATH Output filepath of the verification key. -h,--help Show this help text diff --git a/cardano-cli/test/cardano-cli-golden/files/golden/help/latest_address_build.cli b/cardano-cli/test/cardano-cli-golden/files/golden/help/latest_address_build.cli index 5f16182b12..92b63c8ed4 100644 --- a/cardano-cli/test/cardano-cli-golden/files/golden/help/latest_address_build.cli +++ b/cardano-cli/test/cardano-cli-golden/files/golden/help/latest_address_build.cli @@ -1,36 +1,37 @@ Usage: cardano-cli latest address build ( --payment-verification-key STRING - | --payment-verification-key-file FILE - | --payment-script-file FILE + | --payment-verification-key-file FILEPATH + | --payment-script-file FILEPATH ) [ --stake-verification-key STRING - | --stake-verification-key-file FILE + | --stake-verification-key-file FILEPATH | --stake-key-hash HASH - | --stake-script-file FILE + | --stake-script-file FILEPATH | --stake-address ADDRESS ] (--mainnet | --testnet-magic NATURAL) - [--out-file FILE] + [--out-file FILEPATH] Build a Shelley payment address, with optional delegation to a stake address. Available options: --payment-verification-key STRING Payment verification key (Bech32-encoded) - --payment-verification-key-file FILE + --payment-verification-key-file FILEPATH Filepath of the payment verification key. - --payment-script-file FILE + --payment-script-file FILEPATH Filepath of the payment script. --stake-verification-key STRING Stake verification key (Bech32 or hex-encoded). - --stake-verification-key-file FILE + --stake-verification-key-file FILEPATH Filepath of the staking verification key. --stake-key-hash HASH Stake verification key hash (hex-encoded). - --stake-script-file FILE Filepath of the staking script. + --stake-script-file FILEPATH + Filepath of the staking script. --stake-address ADDRESS Target stake address (bech32 format). --mainnet Use the mainnet magic id. This overrides the CARDANO_NODE_NETWORK_ID environment variable --testnet-magic NATURAL Specify a testnet magic id. This overrides the CARDANO_NODE_NETWORK_ID environment variable - --out-file FILE Optional output file. Default is to write to stdout. + --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_address_info.cli b/cardano-cli/test/cardano-cli-golden/files/golden/help/latest_address_info.cli index 30765dcaed..7b19ff73d0 100644 --- a/cardano-cli/test/cardano-cli-golden/files/golden/help/latest_address_info.cli +++ b/cardano-cli/test/cardano-cli-golden/files/golden/help/latest_address_info.cli @@ -1,8 +1,8 @@ -Usage: cardano-cli latest address info --address ADDRESS [--out-file FILE] +Usage: cardano-cli latest address info --address ADDRESS [--out-file FILEPATH] Print information about an address. Available options: --address ADDRESS A Cardano address - --out-file FILE Optional output file. Default is to write to stdout. + --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_address_key-gen.cli b/cardano-cli/test/cardano-cli-golden/files/golden/help/latest_address_key-gen.cli index ab51f14187..292efae581 100644 --- a/cardano-cli/test/cardano-cli-golden/files/golden/help/latest_address_key-gen.cli +++ b/cardano-cli/test/cardano-cli-golden/files/golden/help/latest_address_key-gen.cli @@ -3,8 +3,8 @@ Usage: cardano-cli latest address key-gen [--key-output-format STRING] | --extended-key | --byron-key ] - --verification-key-file FILE - --signing-key-file FILE + --verification-key-file FILEPATH + --signing-key-file FILEPATH Create an address key pair. @@ -16,7 +16,8 @@ Available options: --normal-key Use a normal Shelley-era key (default). --extended-key Use an extended ed25519 Shelley-era key. --byron-key Use a Byron-era key. - --verification-key-file FILE + --verification-key-file FILEPATH Output filepath of the verification key. - --signing-key-file FILE Output filepath of the signing key. + --signing-key-file FILEPATH + Output filepath of the signing key. -h,--help Show this help text diff --git a/cardano-cli/test/cardano-cli-golden/files/golden/help/latest_address_key-hash.cli b/cardano-cli/test/cardano-cli-golden/files/golden/help/latest_address_key-hash.cli index d9fc579b01..d1bacd853e 100644 --- a/cardano-cli/test/cardano-cli-golden/files/golden/help/latest_address_key-hash.cli +++ b/cardano-cli/test/cardano-cli-golden/files/golden/help/latest_address_key-hash.cli @@ -1,15 +1,15 @@ Usage: cardano-cli latest address key-hash ( --payment-verification-key STRING - | --payment-verification-key-file FILE + | --payment-verification-key-file FILEPATH ) - [--out-file FILE] + [--out-file FILEPATH] Print the hash of an address key. Available options: --payment-verification-key STRING Payment verification key (Bech32-encoded) - --payment-verification-key-file FILE + --payment-verification-key-file FILEPATH Filepath of the payment verification key. - --out-file FILE Optional output file. Default is to write to stdout. + --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_genesis_create-staked.cli b/cardano-cli/test/cardano-cli-golden/files/golden/help/latest_genesis_create-staked.cli index acbf194b5e..e232ec02ab 100644 --- a/cardano-cli/test/cardano-cli-golden/files/golden/help/latest_genesis_create-staked.cli +++ b/cardano-cli/test/cardano-cli-golden/files/golden/help/latest_genesis_create-staked.cli @@ -13,7 +13,7 @@ Usage: cardano-cli latest genesis create-staked [--key-output-format STRING] [--bulk-pool-cred-files INT] [--bulk-pools-per-file INT] [--num-stuffed-utxo INT] - [--relay-specification-file FILE] + [--relay-specification-file FILEPATH] Create a staked Shelley genesis file from a genesis template and genesis/delegation/spending keys. @@ -52,7 +52,7 @@ Available options: sets [default is 0]. --num-stuffed-utxo INT The number of fake UTxO entries to generate [default is 0]. - --relay-specification-file FILE + --relay-specification-file FILEPATH JSON file that specifies the relays of each stake pool. -h,--help Show this help text diff --git a/cardano-cli/test/cardano-cli-golden/files/golden/help/latest_genesis_create-testnet-data.cli b/cardano-cli/test/cardano-cli-golden/files/golden/help/latest_genesis_create-testnet-data.cli index 38023b63f5..bc63feed12 100644 --- a/cardano-cli/test/cardano-cli-golden/files/golden/help/latest_genesis_create-testnet-data.cli +++ b/cardano-cli/test/cardano-cli-golden/files/golden/help/latest_genesis_create-testnet-data.cli @@ -1,6 +1,6 @@ -Usage: cardano-cli latest genesis create-testnet-data [--spec-shelley FILE] - [--spec-alonzo FILE] - [--spec-conway FILE] +Usage: cardano-cli latest genesis create-testnet-data [--spec-shelley FILEPATH] + [--spec-alonzo FILEPATH] + [--spec-conway FILEPATH] [--genesis-keys INT] [--pools INT] [ --stake-delegators INT @@ -14,18 +14,18 @@ Usage: cardano-cli latest genesis create-testnet-data [--spec-shelley FILE] [--total-supply LOVELACE] [--delegated-supply LOVELACE] [--testnet-magic NATURAL] - [--relays FILE] + [--relays FILEPATH] [--start-time UTC-TIME] --out-dir DIR Create data to use for starting a testnet. Available options: - --spec-shelley FILE The shelley specification file to use as input. A + --spec-shelley FILEPATH The shelley specification file to use as input. A default one is generated if omitted. - --spec-alonzo FILE The alonzo specification file to use as input. A + --spec-alonzo FILEPATH The alonzo specification file to use as input. A default one is generated if omitted. - --spec-conway FILE The conway specification file to use as input. A + --spec-conway FILEPATH The conway specification file to use as input. A default one is generated if omitted. --genesis-keys INT The number of genesis keys to make (default is 3). --pools INT The number of stake pool credential sets to make @@ -57,7 +57,7 @@ Available options: --testnet-magic NATURAL Specify a testnet magic id for the cluster. This overrides both the network magic from the spec file and CARDANO_NODE_NETWORK_ID environment variable. - --relays FILE JSON file specifying the relays of each stake pool. + --relays FILEPATH JSON file specifying the relays of each stake pool. --start-time UTC-TIME The genesis start time in YYYY-MM-DDThh:mm:ssZ format. If unspecified, will be the current time +30 seconds. diff --git a/cardano-cli/test/cardano-cli-golden/files/golden/help/latest_genesis_get-ver-key.cli b/cardano-cli/test/cardano-cli-golden/files/golden/help/latest_genesis_get-ver-key.cli index e029073ebf..56217dc6b2 100644 --- a/cardano-cli/test/cardano-cli-golden/files/golden/help/latest_genesis_get-ver-key.cli +++ b/cardano-cli/test/cardano-cli-golden/files/golden/help/latest_genesis_get-ver-key.cli @@ -1,10 +1,11 @@ -Usage: cardano-cli latest genesis get-ver-key --verification-key-file FILE - --signing-key-file FILE +Usage: cardano-cli latest genesis get-ver-key --verification-key-file FILEPATH + --signing-key-file FILEPATH Derive the verification key from a signing key Available options: - --verification-key-file FILE + --verification-key-file FILEPATH Output filepath of the verification key. - --signing-key-file FILE Input filepath of the signing key. + --signing-key-file FILEPATH + Input filepath of the signing key. -h,--help Show this help text diff --git a/cardano-cli/test/cardano-cli-golden/files/golden/help/latest_genesis_hash.cli b/cardano-cli/test/cardano-cli-golden/files/golden/help/latest_genesis_hash.cli index f92651f851..b9b7f22ed7 100644 --- a/cardano-cli/test/cardano-cli-golden/files/golden/help/latest_genesis_hash.cli +++ b/cardano-cli/test/cardano-cli-golden/files/golden/help/latest_genesis_hash.cli @@ -1,7 +1,7 @@ -Usage: cardano-cli latest genesis hash --genesis FILE +Usage: cardano-cli latest genesis hash --genesis FILEPATH Compute the hash of a genesis file Available options: - --genesis FILE The genesis file. + --genesis FILEPATH The genesis file. -h,--help Show this help text diff --git a/cardano-cli/test/cardano-cli-golden/files/golden/help/latest_genesis_initial-addr.cli b/cardano-cli/test/cardano-cli-golden/files/golden/help/latest_genesis_initial-addr.cli index 207d8e1393..21d327d1eb 100644 --- a/cardano-cli/test/cardano-cli-golden/files/golden/help/latest_genesis_initial-addr.cli +++ b/cardano-cli/test/cardano-cli-golden/files/golden/help/latest_genesis_initial-addr.cli @@ -1,17 +1,17 @@ -Usage: cardano-cli latest genesis initial-addr --verification-key-file FILE +Usage: cardano-cli latest genesis initial-addr --verification-key-file FILEPATH ( --mainnet | --testnet-magic NATURAL ) - [--out-file FILE] + [--out-file FILEPATH] Get the address for an initial UTxO based on the verification key Available options: - --verification-key-file FILE + --verification-key-file FILEPATH Input filepath of the verification key. --mainnet Use the mainnet magic id. This overrides the CARDANO_NODE_NETWORK_ID environment variable --testnet-magic NATURAL Specify a testnet magic id. This overrides the CARDANO_NODE_NETWORK_ID environment variable - --out-file FILE Optional output file. Default is to write to stdout. + --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_genesis_initial-txin.cli b/cardano-cli/test/cardano-cli-golden/files/golden/help/latest_genesis_initial-txin.cli index 5ff790ef8c..39f8bc71d3 100644 --- a/cardano-cli/test/cardano-cli-golden/files/golden/help/latest_genesis_initial-txin.cli +++ b/cardano-cli/test/cardano-cli-golden/files/golden/help/latest_genesis_initial-txin.cli @@ -1,17 +1,17 @@ -Usage: cardano-cli latest genesis initial-txin --verification-key-file FILE +Usage: cardano-cli latest genesis initial-txin --verification-key-file FILEPATH ( --mainnet | --testnet-magic NATURAL ) - [--out-file FILE] + [--out-file FILEPATH] Get the TxIn for an initial UTxO based on the verification key Available options: - --verification-key-file FILE + --verification-key-file FILEPATH Input filepath of the verification key. --mainnet Use the mainnet magic id. This overrides the CARDANO_NODE_NETWORK_ID environment variable --testnet-magic NATURAL Specify a testnet magic id. This overrides the CARDANO_NODE_NETWORK_ID environment variable - --out-file FILE Optional output file. Default is to write to stdout. + --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_genesis_key-gen-delegate.cli b/cardano-cli/test/cardano-cli-golden/files/golden/help/latest_genesis_key-gen-delegate.cli index 7ebd761b59..513d2e2a66 100644 --- a/cardano-cli/test/cardano-cli-golden/files/golden/help/latest_genesis_key-gen-delegate.cli +++ b/cardano-cli/test/cardano-cli-golden/files/golden/help/latest_genesis_key-gen-delegate.cli @@ -1,14 +1,15 @@ -Usage: cardano-cli latest genesis key-gen-delegate --verification-key-file FILE - --signing-key-file FILE - --operational-certificate-issue-counter-file FILE +Usage: cardano-cli latest genesis key-gen-delegate --verification-key-file FILEPATH + --signing-key-file FILEPATH + --operational-certificate-issue-counter-file FILEPATH Create a Shelley genesis delegate key pair Available options: - --verification-key-file FILE + --verification-key-file FILEPATH Output filepath of the verification key. - --signing-key-file FILE Output filepath of the signing key. - --operational-certificate-issue-counter-file FILE + --signing-key-file FILEPATH + Output filepath of the signing key. + --operational-certificate-issue-counter-file FILEPATH The file with the issue counter for the operational certificate. -h,--help Show this help text diff --git a/cardano-cli/test/cardano-cli-golden/files/golden/help/latest_genesis_key-gen-genesis.cli b/cardano-cli/test/cardano-cli-golden/files/golden/help/latest_genesis_key-gen-genesis.cli index 5cd5ce2e8a..7e1eee3fed 100644 --- a/cardano-cli/test/cardano-cli-golden/files/golden/help/latest_genesis_key-gen-genesis.cli +++ b/cardano-cli/test/cardano-cli-golden/files/golden/help/latest_genesis_key-gen-genesis.cli @@ -1,10 +1,11 @@ -Usage: cardano-cli latest genesis key-gen-genesis --verification-key-file FILE - --signing-key-file FILE +Usage: cardano-cli latest genesis key-gen-genesis --verification-key-file FILEPATH + --signing-key-file FILEPATH Create a Shelley genesis key pair Available options: - --verification-key-file FILE + --verification-key-file FILEPATH Output filepath of the verification key. - --signing-key-file FILE Output filepath of the signing key. + --signing-key-file FILEPATH + Output filepath of the signing key. -h,--help Show this help text diff --git a/cardano-cli/test/cardano-cli-golden/files/golden/help/latest_genesis_key-gen-utxo.cli b/cardano-cli/test/cardano-cli-golden/files/golden/help/latest_genesis_key-gen-utxo.cli index b5910ef2c2..6f9f6afa4f 100644 --- a/cardano-cli/test/cardano-cli-golden/files/golden/help/latest_genesis_key-gen-utxo.cli +++ b/cardano-cli/test/cardano-cli-golden/files/golden/help/latest_genesis_key-gen-utxo.cli @@ -1,10 +1,11 @@ -Usage: cardano-cli latest genesis key-gen-utxo --verification-key-file FILE - --signing-key-file FILE +Usage: cardano-cli latest genesis key-gen-utxo --verification-key-file FILEPATH + --signing-key-file FILEPATH Create a Shelley genesis UTxO key pair Available options: - --verification-key-file FILE + --verification-key-file FILEPATH Output filepath of the verification key. - --signing-key-file FILE Output filepath of the signing key. + --signing-key-file FILEPATH + Output filepath of the signing key. -h,--help Show this help text diff --git a/cardano-cli/test/cardano-cli-golden/files/golden/help/latest_genesis_key-hash.cli b/cardano-cli/test/cardano-cli-golden/files/golden/help/latest_genesis_key-hash.cli index 50d616f1b4..d34494b565 100644 --- a/cardano-cli/test/cardano-cli-golden/files/golden/help/latest_genesis_key-hash.cli +++ b/cardano-cli/test/cardano-cli-golden/files/golden/help/latest_genesis_key-hash.cli @@ -1,8 +1,8 @@ -Usage: cardano-cli latest genesis key-hash --verification-key-file FILE +Usage: cardano-cli latest genesis key-hash --verification-key-file FILEPATH Print the identifier (hash) of a public key Available options: - --verification-key-file FILE + --verification-key-file FILEPATH Input filepath of the verification key. -h,--help Show this help text diff --git a/cardano-cli/test/cardano-cli-golden/files/golden/help/latest_governance_action_create-protocol-parameters-update.cli b/cardano-cli/test/cardano-cli-golden/files/golden/help/latest_governance_action_create-protocol-parameters-update.cli index aa6a3acd9e..6d974742e1 100644 --- a/cardano-cli/test/cardano-cli-golden/files/golden/help/latest_governance_action_create-protocol-parameters-update.cli +++ b/cardano-cli/test/cardano-cli-golden/files/golden/help/latest_governance_action_create-protocol-parameters-update.cli @@ -1,5 +1,5 @@ Usage: cardano-cli latest governance action create-protocol-parameters-update --epoch NATURAL - (--genesis-verification-key-file FILE) + (--genesis-verification-key-file FILEPATH) [--min-fee-linear LOVELACE] [--min-fee-constant LOVELACE] [--max-block-body-size WORD32] @@ -24,14 +24,14 @@ Usage: cardano-cli latest governance action create-protocol-parameters-update -- --protocol-minor-version MINOR] [--utxo-cost-per-byte LOVELACE] [--cost-model-file FILE] - --out-file FILE + --out-file FILEPATH Create a protocol parameters update. Available options: --epoch NATURAL The epoch number in which the update proposal is valid. - --genesis-verification-key-file FILE + --genesis-verification-key-file FILEPATH Filepath of the genesis verification key. --min-fee-linear LOVELACE The linear factor per byte for the minimum fee @@ -96,5 +96,5 @@ Available options: Cost in lovelace per unit of UTxO storage (from Babbage era). --cost-model-file FILE Filepath of the JSON formatted cost model - --out-file FILE The output file. + --out-file FILEPATH The output file. -h,--help Show this help text diff --git a/cardano-cli/test/cardano-cli-golden/files/golden/help/latest_governance_answer-poll.cli b/cardano-cli/test/cardano-cli-golden/files/golden/help/latest_governance_answer-poll.cli index 6f74d1dfff..5531f7916b 100644 --- a/cardano-cli/test/cardano-cli-golden/files/golden/help/latest_governance_answer-poll.cli +++ b/cardano-cli/test/cardano-cli-golden/files/golden/help/latest_governance_answer-poll.cli @@ -1,12 +1,12 @@ -Usage: cardano-cli latest governance answer-poll --poll-file FILE +Usage: cardano-cli latest governance answer-poll --poll-file FILEPATH [--answer INT] - [--out-file FILE] + [--out-file FILEPATH] Answer an SPO poll Available options: - --poll-file FILE Filepath to the ongoing poll. + --poll-file FILEPATH Filepath to the ongoing poll. --answer INT The index of the chosen answer in the poll. Optional. Asked interactively if omitted. - --out-file FILE The output file. + --out-file FILEPATH The output file. -h,--help Show this help text diff --git a/cardano-cli/test/cardano-cli-golden/files/golden/help/latest_governance_create-genesis-key-delegation-certificate.cli b/cardano-cli/test/cardano-cli-golden/files/golden/help/latest_governance_create-genesis-key-delegation-certificate.cli index da70f14105..845e520668 100644 --- a/cardano-cli/test/cardano-cli-golden/files/golden/help/latest_governance_create-genesis-key-delegation-certificate.cli +++ b/cardano-cli/test/cardano-cli-golden/files/golden/help/latest_governance_create-genesis-key-delegation-certificate.cli @@ -1,38 +1,38 @@ Usage: cardano-cli latest governance create-genesis-key-delegation-certificate ( --genesis-verification-key STRING - | --genesis-verification-key-file FILE + | --genesis-verification-key-file FILEPATH | --genesis-verification-key-hash STRING ) ( --genesis-delegate-verification-key STRING - | --genesis-delegate-verification-key-file FILE + | --genesis-delegate-verification-key-file FILEPATH | --genesis-delegate-verification-key-hash STRING ) ( --vrf-verification-key STRING - | --vrf-verification-key-file FILE + | --vrf-verification-key-file FILEPATH | --vrf-verification-key-hash STRING ) - --out-file FILE + --out-file FILEPATH Create a genesis key delegation certificate Available options: --genesis-verification-key STRING Genesis verification key (hex-encoded). - --genesis-verification-key-file FILE + --genesis-verification-key-file FILEPATH Filepath of the genesis verification key. --genesis-verification-key-hash STRING Genesis verification key hash (hex-encoded). --genesis-delegate-verification-key STRING Genesis delegate verification key (hex-encoded). - --genesis-delegate-verification-key-file FILE + --genesis-delegate-verification-key-file FILEPATH Filepath of the genesis delegate verification key. --genesis-delegate-verification-key-hash STRING Genesis delegate verification key hash (hex-encoded). --vrf-verification-key STRING VRF verification key (Bech32 or hex-encoded). - --vrf-verification-key-file FILE + --vrf-verification-key-file FILEPATH Filepath of the VRF verification key. --vrf-verification-key-hash STRING VRF verification key hash (hex-encoded). - --out-file FILE The output file. + --out-file FILEPATH The output file. -h,--help Show this help text diff --git a/cardano-cli/test/cardano-cli-golden/files/golden/help/latest_governance_create-mir-certificate.cli b/cardano-cli/test/cardano-cli-golden/files/golden/help/latest_governance_create-mir-certificate.cli index 36b9908030..feebace602 100644 --- a/cardano-cli/test/cardano-cli-golden/files/golden/help/latest_governance_create-mir-certificate.cli +++ b/cardano-cli/test/cardano-cli-golden/files/golden/help/latest_governance_create-mir-certificate.cli @@ -4,7 +4,7 @@ Usage: cardano-cli latest governance create-mir-certificate ) (--stake-address ADDRESS) (--reward LOVELACE) - --out-file FILE + --out-file FILEPATH | stake-addresses | transfer-to-treasury | transfer-to-rewards @@ -17,7 +17,7 @@ Available options: --treasury Use the treasury pot. --stake-address ADDRESS Target stake address (bech32 format). --reward LOVELACE The reward for the relevant reward account. - --out-file FILE The output file. + --out-file FILEPATH The output file. -h,--help Show this help text Available commands: diff --git a/cardano-cli/test/cardano-cli-golden/files/golden/help/latest_governance_create-mir-certificate_stake-addresses.cli b/cardano-cli/test/cardano-cli-golden/files/golden/help/latest_governance_create-mir-certificate_stake-addresses.cli index 83dd144a38..e8f0dd41d7 100644 --- a/cardano-cli/test/cardano-cli-golden/files/golden/help/latest_governance_create-mir-certificate_stake-addresses.cli +++ b/cardano-cli/test/cardano-cli-golden/files/golden/help/latest_governance_create-mir-certificate_stake-addresses.cli @@ -4,7 +4,7 @@ Usage: cardano-cli latest governance create-mir-certificate stake-addresses ) (--stake-address ADDRESS) (--reward LOVELACE) - --out-file FILE + --out-file FILEPATH Create an MIR certificate to pay stake addresses @@ -13,5 +13,5 @@ Available options: --treasury Use the treasury pot. --stake-address ADDRESS Target stake address (bech32 format). --reward LOVELACE The reward for the relevant reward account. - --out-file FILE The output file. + --out-file FILEPATH The output file. -h,--help Show this help text diff --git a/cardano-cli/test/cardano-cli-golden/files/golden/help/latest_governance_create-mir-certificate_transfer-to-rewards.cli b/cardano-cli/test/cardano-cli-golden/files/golden/help/latest_governance_create-mir-certificate_transfer-to-rewards.cli index b157142dac..d0d43121f5 100644 --- a/cardano-cli/test/cardano-cli-golden/files/golden/help/latest_governance_create-mir-certificate_transfer-to-rewards.cli +++ b/cardano-cli/test/cardano-cli-golden/files/golden/help/latest_governance_create-mir-certificate_transfer-to-rewards.cli @@ -1,10 +1,10 @@ Usage: cardano-cli latest governance create-mir-certificate transfer-to-rewards --transfer LOVELACE - --out-file FILE + --out-file FILEPATH Create an MIR certificate to transfer from the treasury pot to the reserves pot Available options: --transfer LOVELACE The amount to transfer. - --out-file FILE The output file. + --out-file FILEPATH The output file. -h,--help Show this help text diff --git a/cardano-cli/test/cardano-cli-golden/files/golden/help/latest_governance_create-mir-certificate_transfer-to-treasury.cli b/cardano-cli/test/cardano-cli-golden/files/golden/help/latest_governance_create-mir-certificate_transfer-to-treasury.cli index d224cd2b7c..9dad1f21ee 100644 --- a/cardano-cli/test/cardano-cli-golden/files/golden/help/latest_governance_create-mir-certificate_transfer-to-treasury.cli +++ b/cardano-cli/test/cardano-cli-golden/files/golden/help/latest_governance_create-mir-certificate_transfer-to-treasury.cli @@ -1,10 +1,10 @@ Usage: cardano-cli latest governance create-mir-certificate transfer-to-treasury --transfer LOVELACE - --out-file FILE + --out-file FILEPATH Create an MIR certificate to transfer from the reserves pot to the treasury pot Available options: --transfer LOVELACE The amount to transfer. - --out-file FILE The output file. + --out-file FILEPATH The output file. -h,--help Show this help text diff --git a/cardano-cli/test/cardano-cli-golden/files/golden/help/latest_governance_create-poll.cli b/cardano-cli/test/cardano-cli-golden/files/golden/help/latest_governance_create-poll.cli index aae43025f8..9e8bda8108 100644 --- a/cardano-cli/test/cardano-cli-golden/files/golden/help/latest_governance_create-poll.cli +++ b/cardano-cli/test/cardano-cli-golden/files/golden/help/latest_governance_create-poll.cli @@ -1,7 +1,7 @@ Usage: cardano-cli latest governance create-poll --question STRING (--answer STRING) [--nonce UINT] - --out-file FILE + --out-file FILEPATH Create an SPO poll @@ -10,5 +10,5 @@ Available options: --answer STRING A possible choice for the poll. The option is repeatable. --nonce UINT An (optional) nonce for non-replayability. - --out-file FILE The output file. + --out-file FILEPATH The output file. -h,--help Show this help text diff --git a/cardano-cli/test/cardano-cli-golden/files/golden/help/latest_governance_verify-poll.cli b/cardano-cli/test/cardano-cli-golden/files/golden/help/latest_governance_verify-poll.cli index 8fa45ec966..8e535e017e 100644 --- a/cardano-cli/test/cardano-cli-golden/files/golden/help/latest_governance_verify-poll.cli +++ b/cardano-cli/test/cardano-cli-golden/files/golden/help/latest_governance_verify-poll.cli @@ -1,12 +1,12 @@ -Usage: cardano-cli latest governance verify-poll --poll-file FILE - --tx-file FILE - [--out-file FILE] +Usage: cardano-cli latest governance verify-poll --poll-file FILEPATH + --tx-file FILEPATH + [--out-file FILEPATH] Verify an answer to a given SPO poll Available options: - --poll-file FILE Filepath to the ongoing poll. - --tx-file FILE Filepath to the JSON TxBody or JSON Tx carrying a + --poll-file FILEPATH Filepath to the ongoing poll. + --tx-file FILEPATH Filepath to the JSON TxBody or JSON Tx carrying a valid poll answer. - --out-file FILE The output file. + --out-file FILEPATH The output file. -h,--help Show this help text diff --git a/cardano-cli/test/cardano-cli-golden/files/golden/help/latest_key_convert-byron-genesis-vkey.cli b/cardano-cli/test/cardano-cli-golden/files/golden/help/latest_key_convert-byron-genesis-vkey.cli index be667d920a..1da7bf0b24 100644 --- a/cardano-cli/test/cardano-cli-golden/files/golden/help/latest_key_convert-byron-genesis-vkey.cli +++ b/cardano-cli/test/cardano-cli-golden/files/golden/help/latest_key_convert-byron-genesis-vkey.cli @@ -1,5 +1,5 @@ Usage: cardano-cli latest key convert-byron-genesis-vkey --byron-genesis-verification-key BASE64 - --out-file FILE + --out-file FILEPATH Convert a Base64-encoded Byron genesis verification key to a Shelley genesis verification key @@ -7,5 +7,5 @@ Usage: cardano-cli latest key convert-byron-genesis-vkey --byron-genesis-verific Available options: --byron-genesis-verification-key BASE64 Base64 string for the Byron genesis verification key. - --out-file FILE The output file. + --out-file FILEPATH The output file. -h,--help Show this help text diff --git a/cardano-cli/test/cardano-cli-golden/files/golden/help/latest_key_convert-byron-key.cli b/cardano-cli/test/cardano-cli-golden/files/golden/help/latest_key_convert-byron-key.cli index f87197e152..97812d4930 100644 --- a/cardano-cli/test/cardano-cli-golden/files/golden/help/latest_key_convert-byron-key.cli +++ b/cardano-cli/test/cardano-cli-golden/files/golden/help/latest_key_convert-byron-key.cli @@ -6,10 +6,10 @@ Usage: cardano-cli latest key convert-byron-key [--password TEXT] | --byron-genesis-delegate-key-type | --legacy-byron-genesis-delegate-key-type ) - ( --byron-signing-key-file FILE - | --byron-verification-key-file FILE + ( --byron-signing-key-file FILEPATH + | --byron-verification-key-file FILEPATH ) - --out-file FILE + --out-file FILEPATH Convert a Byron payment, genesis or genesis delegate key (signing or verification) to a corresponding Shelley-format key. @@ -27,9 +27,9 @@ Available options: --legacy-byron-genesis-delegate-key-type Use a Byron-era genesis delegate key, in legacy SL format. - --byron-signing-key-file FILE + --byron-signing-key-file FILEPATH Input filepath of the Byron-format signing key. - --byron-verification-key-file FILE + --byron-verification-key-file FILEPATH Input filepath of the Byron-format verification key. - --out-file FILE The output file. + --out-file FILEPATH The output file. -h,--help Show this help text diff --git a/cardano-cli/test/cardano-cli-golden/files/golden/help/latest_key_convert-cardano-address-key.cli b/cardano-cli/test/cardano-cli-golden/files/golden/help/latest_key_convert-cardano-address-key.cli index 45864bf318..b359646ccd 100644 --- a/cardano-cli/test/cardano-cli-golden/files/golden/help/latest_key_convert-cardano-address-key.cli +++ b/cardano-cli/test/cardano-cli-golden/files/golden/help/latest_key_convert-cardano-address-key.cli @@ -7,8 +7,8 @@ Usage: cardano-cli latest key convert-cardano-address-key | --icarus-payment-key | --byron-payment-key ) - --signing-key-file FILE - --out-file FILE + --signing-key-file FILEPATH + --out-file FILEPATH Convert a cardano-address extended signing key to a corresponding Shelley-format key. @@ -23,6 +23,7 @@ Available options: Icarus style. --byron-payment-key Use a Byron-era extended payment key formatted in the deprecated Byron style. - --signing-key-file FILE Input filepath of the signing key. - --out-file FILE The output file. + --signing-key-file FILEPATH + Input filepath of the signing key. + --out-file FILEPATH The output file. -h,--help Show this help text diff --git a/cardano-cli/test/cardano-cli-golden/files/golden/help/latest_key_convert-itn-bip32-key.cli b/cardano-cli/test/cardano-cli-golden/files/golden/help/latest_key_convert-itn-bip32-key.cli index f802cfd738..f1c77aa997 100644 --- a/cardano-cli/test/cardano-cli-golden/files/golden/help/latest_key_convert-itn-bip32-key.cli +++ b/cardano-cli/test/cardano-cli-golden/files/golden/help/latest_key_convert-itn-bip32-key.cli @@ -1,11 +1,11 @@ -Usage: cardano-cli latest key convert-itn-bip32-key --itn-signing-key-file FILE - --out-file FILE +Usage: cardano-cli latest key convert-itn-bip32-key --itn-signing-key-file FILEPATH + --out-file FILEPATH Convert an Incentivized Testnet (ITN) BIP32 (Ed25519Bip32) signing key to a corresponding Shelley stake signing key Available options: - --itn-signing-key-file FILE + --itn-signing-key-file FILEPATH Filepath of the ITN signing key. - --out-file FILE The output file. + --out-file FILEPATH The output file. -h,--help Show this help text diff --git a/cardano-cli/test/cardano-cli-golden/files/golden/help/latest_key_convert-itn-extended-key.cli b/cardano-cli/test/cardano-cli-golden/files/golden/help/latest_key_convert-itn-extended-key.cli index 0ee191fb53..39810ed627 100644 --- a/cardano-cli/test/cardano-cli-golden/files/golden/help/latest_key_convert-itn-extended-key.cli +++ b/cardano-cli/test/cardano-cli-golden/files/golden/help/latest_key_convert-itn-extended-key.cli @@ -1,11 +1,11 @@ -Usage: cardano-cli latest key convert-itn-extended-key --itn-signing-key-file FILE - --out-file FILE +Usage: cardano-cli latest key convert-itn-extended-key --itn-signing-key-file FILEPATH + --out-file FILEPATH Convert an Incentivized Testnet (ITN) extended (Ed25519Extended) signing key to a corresponding Shelley stake signing key Available options: - --itn-signing-key-file FILE + --itn-signing-key-file FILEPATH Filepath of the ITN signing key. - --out-file FILE The output file. + --out-file FILEPATH The output file. -h,--help Show this help text diff --git a/cardano-cli/test/cardano-cli-golden/files/golden/help/latest_key_convert-itn-key.cli b/cardano-cli/test/cardano-cli-golden/files/golden/help/latest_key_convert-itn-key.cli index 3f63d98387..c2ce68bf39 100644 --- a/cardano-cli/test/cardano-cli-golden/files/golden/help/latest_key_convert-itn-key.cli +++ b/cardano-cli/test/cardano-cli-golden/files/golden/help/latest_key_convert-itn-key.cli @@ -1,16 +1,16 @@ Usage: cardano-cli latest key convert-itn-key - ( --itn-signing-key-file FILE - | --itn-verification-key-file FILE + ( --itn-signing-key-file FILEPATH + | --itn-verification-key-file FILEPATH ) - --out-file FILE + --out-file FILEPATH Convert an Incentivized Testnet (ITN) non-extended (Ed25519) signing or verification key to a corresponding Shelley stake key Available options: - --itn-signing-key-file FILE + --itn-signing-key-file FILEPATH Filepath of the ITN signing key. - --itn-verification-key-file FILE + --itn-verification-key-file FILEPATH Filepath of the ITN verification key. - --out-file FILE The output file. + --out-file FILEPATH The output file. -h,--help Show this help text diff --git a/cardano-cli/test/cardano-cli-golden/files/golden/help/latest_key_non-extended-key.cli b/cardano-cli/test/cardano-cli-golden/files/golden/help/latest_key_non-extended-key.cli index 0d981bf060..668ae99a6d 100644 --- a/cardano-cli/test/cardano-cli-golden/files/golden/help/latest_key_non-extended-key.cli +++ b/cardano-cli/test/cardano-cli-golden/files/golden/help/latest_key_non-extended-key.cli @@ -1,12 +1,12 @@ -Usage: cardano-cli latest key non-extended-key --extended-verification-key-file FILE - --verification-key-file FILE +Usage: cardano-cli latest key non-extended-key --extended-verification-key-file FILEPATH + --verification-key-file FILEPATH Get a non-extended verification key from an extended verification key. This supports all extended key types. Available options: - --extended-verification-key-file FILE + --extended-verification-key-file FILEPATH Input filepath of the ed25519-bip32 verification key. - --verification-key-file FILE + --verification-key-file FILEPATH Output filepath of the verification key. -h,--help Show this help text diff --git a/cardano-cli/test/cardano-cli-golden/files/golden/help/latest_key_verification-key.cli b/cardano-cli/test/cardano-cli-golden/files/golden/help/latest_key_verification-key.cli index ae12101886..9b32b2ea66 100644 --- a/cardano-cli/test/cardano-cli-golden/files/golden/help/latest_key_verification-key.cli +++ b/cardano-cli/test/cardano-cli-golden/files/golden/help/latest_key_verification-key.cli @@ -1,10 +1,11 @@ -Usage: cardano-cli latest key verification-key --signing-key-file FILE - --verification-key-file FILE +Usage: cardano-cli latest key verification-key --signing-key-file FILEPATH + --verification-key-file FILEPATH Get a verification key from a signing key. This supports all key types. Available options: - --signing-key-file FILE Input filepath of the signing key. - --verification-key-file FILE + --signing-key-file FILEPATH + Input filepath of the signing key. + --verification-key-file FILEPATH Output filepath of the verification key. -h,--help Show this help text diff --git a/cardano-cli/test/cardano-cli-golden/files/golden/help/latest_node_issue-op-cert.cli b/cardano-cli/test/cardano-cli-golden/files/golden/help/latest_node_issue-op-cert.cli index d14153c0dc..24874f4035 100644 --- a/cardano-cli/test/cardano-cli-golden/files/golden/help/latest_node_issue-op-cert.cli +++ b/cardano-cli/test/cardano-cli-golden/files/golden/help/latest_node_issue-op-cert.cli @@ -1,24 +1,24 @@ Usage: cardano-cli latest node issue-op-cert ( --kes-verification-key STRING - | --kes-verification-key-file FILE + | --kes-verification-key-file FILEPATH ) - --cold-signing-key-file FILE - --operational-certificate-issue-counter-file FILE + --cold-signing-key-file FILEPATH + --operational-certificate-issue-counter-file FILEPATH --kes-period NATURAL - --out-file FILE + --out-file FILEPATH Issue a node operational certificate Available options: --kes-verification-key STRING A Bech32 or hex-encoded hot KES verification key. - --kes-verification-key-file FILE + --kes-verification-key-file FILEPATH Filepath of the hot KES verification key. - --cold-signing-key-file FILE + --cold-signing-key-file FILEPATH Filepath of the cold signing key. - --operational-certificate-issue-counter-file FILE + --operational-certificate-issue-counter-file FILEPATH The file with the issue counter for the operational certificate. --kes-period NATURAL The start of the KES key validity period. - --out-file FILE The output file. + --out-file FILEPATH The output file. -h,--help Show this help text diff --git a/cardano-cli/test/cardano-cli-golden/files/golden/help/latest_node_key-gen-KES.cli b/cardano-cli/test/cardano-cli-golden/files/golden/help/latest_node_key-gen-KES.cli index ec6f25112b..0ddd317670 100644 --- a/cardano-cli/test/cardano-cli-golden/files/golden/help/latest_node_key-gen-KES.cli +++ b/cardano-cli/test/cardano-cli-golden/files/golden/help/latest_node_key-gen-KES.cli @@ -1,6 +1,6 @@ Usage: cardano-cli latest node key-gen-KES [--key-output-format STRING] - --verification-key-file FILE - --signing-key-file FILE + --verification-key-file FILEPATH + --signing-key-file FILEPATH Create a key pair for a node KES operational key @@ -9,7 +9,8 @@ Available options: Optional key output format. Accepted output formats are "text-envelope" and "bech32" (default is "text-envelope"). - --verification-key-file FILE + --verification-key-file FILEPATH Output filepath of the verification key. - --signing-key-file FILE Output filepath of the signing key. + --signing-key-file FILEPATH + Output filepath of the signing key. -h,--help Show this help text diff --git a/cardano-cli/test/cardano-cli-golden/files/golden/help/latest_node_key-gen-VRF.cli b/cardano-cli/test/cardano-cli-golden/files/golden/help/latest_node_key-gen-VRF.cli index ac6abee6b0..e0a41ffae3 100644 --- a/cardano-cli/test/cardano-cli-golden/files/golden/help/latest_node_key-gen-VRF.cli +++ b/cardano-cli/test/cardano-cli-golden/files/golden/help/latest_node_key-gen-VRF.cli @@ -1,6 +1,6 @@ Usage: cardano-cli latest node key-gen-VRF [--key-output-format STRING] - --verification-key-file FILE - --signing-key-file FILE + --verification-key-file FILEPATH + --signing-key-file FILEPATH Create a key pair for a node VRF operational key @@ -9,7 +9,8 @@ Available options: Optional key output format. Accepted output formats are "text-envelope" and "bech32" (default is "text-envelope"). - --verification-key-file FILE + --verification-key-file FILEPATH Output filepath of the verification key. - --signing-key-file FILE Output filepath of the signing key. + --signing-key-file FILEPATH + Output filepath of the signing key. -h,--help Show this help text diff --git a/cardano-cli/test/cardano-cli-golden/files/golden/help/latest_node_key-gen.cli b/cardano-cli/test/cardano-cli-golden/files/golden/help/latest_node_key-gen.cli index 94b6692493..409c6cff11 100644 --- a/cardano-cli/test/cardano-cli-golden/files/golden/help/latest_node_key-gen.cli +++ b/cardano-cli/test/cardano-cli-golden/files/golden/help/latest_node_key-gen.cli @@ -1,7 +1,7 @@ Usage: cardano-cli latest node key-gen [--key-output-format STRING] - --cold-verification-key-file FILE - --cold-signing-key-file FILE - --operational-certificate-issue-counter-file FILE + --cold-verification-key-file FILEPATH + --cold-signing-key-file FILEPATH + --operational-certificate-issue-counter-file FILEPATH Create a key pair for a node operator's offline key and a new certificate issue counter @@ -11,11 +11,11 @@ Available options: Optional key output format. Accepted output formats are "text-envelope" and "bech32" (default is "text-envelope"). - --cold-verification-key-file FILE + --cold-verification-key-file FILEPATH Filepath of the cold verification key. - --cold-signing-key-file FILE + --cold-signing-key-file FILEPATH Filepath of the cold signing key. - --operational-certificate-issue-counter-file FILE + --operational-certificate-issue-counter-file FILEPATH The file with the issue counter for the operational certificate. -h,--help Show this help text diff --git a/cardano-cli/test/cardano-cli-golden/files/golden/help/latest_node_key-hash-VRF.cli b/cardano-cli/test/cardano-cli-golden/files/golden/help/latest_node_key-hash-VRF.cli index aebd987146..0a125dde1b 100644 --- a/cardano-cli/test/cardano-cli-golden/files/golden/help/latest_node_key-hash-VRF.cli +++ b/cardano-cli/test/cardano-cli-golden/files/golden/help/latest_node_key-hash-VRF.cli @@ -1,15 +1,15 @@ Usage: cardano-cli latest node key-hash-VRF ( --verification-key STRING - | --verification-key-file FILE + | --verification-key-file FILEPATH ) - [--out-file FILE] + [--out-file FILEPATH] Print hash of a node's operational VRF key. Available options: --verification-key STRING Verification key (Bech32 or hex-encoded). - --verification-key-file FILE + --verification-key-file FILEPATH Input filepath of the verification key. - --out-file FILE Optional output file. Default is to write to stdout. + --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_node_new-counter.cli b/cardano-cli/test/cardano-cli-golden/files/golden/help/latest_node_new-counter.cli index 3f5978af67..497118d9b2 100644 --- a/cardano-cli/test/cardano-cli-golden/files/golden/help/latest_node_new-counter.cli +++ b/cardano-cli/test/cardano-cli-golden/files/golden/help/latest_node_new-counter.cli @@ -1,10 +1,10 @@ Usage: cardano-cli latest node new-counter ( --stake-pool-verification-key STRING | --genesis-delegate-verification-key STRING - | --cold-verification-key-file FILE + | --cold-verification-key-file FILEPATH ) --counter-value INT - --operational-certificate-issue-counter-file FILE + --operational-certificate-issue-counter-file FILEPATH Create a new certificate issue counter @@ -13,10 +13,10 @@ Available options: Stake pool verification key (Bech32 or hex-encoded). --genesis-delegate-verification-key STRING Genesis delegate verification key (hex-encoded). - --cold-verification-key-file FILE + --cold-verification-key-file FILEPATH Filepath of the cold verification key. --counter-value INT The next certificate issue counter value to use. - --operational-certificate-issue-counter-file FILE + --operational-certificate-issue-counter-file FILEPATH The file with the issue counter for the operational certificate. -h,--help Show this help text diff --git a/cardano-cli/test/cardano-cli-golden/files/golden/help/latest_query_kes-period-info.cli b/cardano-cli/test/cardano-cli-golden/files/golden/help/latest_query_kes-period-info.cli index 7e36ec0ba4..5ee0c47d87 100644 --- a/cardano-cli/test/cardano-cli-golden/files/golden/help/latest_query_kes-period-info.cli +++ b/cardano-cli/test/cardano-cli-golden/files/golden/help/latest_query_kes-period-info.cli @@ -4,8 +4,8 @@ Usage: cardano-cli latest query kes-period-info --socket-path SOCKET_PATH ( --mainnet | --testnet-magic NATURAL ) - --op-cert-file FILE - [--out-file FILE] + --op-cert-file FILEPATH + [--out-file FILEPATH] Get information about the current KES period and your node's operational certificate. @@ -24,6 +24,6 @@ Available options: CARDANO_NODE_NETWORK_ID environment variable --testnet-magic NATURAL Specify a testnet magic id. This overrides the CARDANO_NODE_NETWORK_ID environment variable - --op-cert-file FILE Filepath of the node's operational certificate. - --out-file FILE Optional output file. Default is to write to stdout. + --op-cert-file FILEPATH Filepath of the node's operational certificate. + --out-file FILEPATH Optional output file. Default is to write to stdout. -h,--help Show this help text diff --git a/cardano-cli/test/cardano-cli-golden/files/golden/help/latest_query_leadership-schedule.cli b/cardano-cli/test/cardano-cli-golden/files/golden/help/latest_query_leadership-schedule.cli index afa79df113..485940cbf6 100644 --- a/cardano-cli/test/cardano-cli-golden/files/golden/help/latest_query_leadership-schedule.cli +++ b/cardano-cli/test/cardano-cli-golden/files/golden/help/latest_query_leadership-schedule.cli @@ -4,17 +4,17 @@ Usage: cardano-cli latest query leadership-schedule --socket-path SOCKET_PATH ( --mainnet | --testnet-magic NATURAL ) - --genesis FILE + --genesis FILEPATH ( --stake-pool-verification-key STRING - | --cold-verification-key-file FILE + | --cold-verification-key-file FILEPATH | --stake-pool-id STAKE_POOL_ID ) - --vrf-signing-key-file FILE + --vrf-signing-key-file FILEPATH (--current | --next) [ --output-json | --output-text ] - [--out-file FILE] + [--out-file FILEPATH] Get the slots the node is expected to mint a block in (advanced command) @@ -32,15 +32,15 @@ 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 - --genesis FILE Shelley genesis filepath + --genesis FILEPATH Shelley genesis filepath --stake-pool-verification-key STRING Stake pool verification key (Bech32 or hex-encoded). - --cold-verification-key-file FILE + --cold-verification-key-file FILEPATH Filepath of the stake pool verification key. --stake-pool-id STAKE_POOL_ID Stake pool ID/verification key hash (either Bech32-encoded or hex-encoded). - --vrf-signing-key-file FILE + --vrf-signing-key-file FILEPATH Input filepath of the VRF signing key. --current Get the leadership schedule for the current epoch. --next Get the leadership schedule for the following epoch. @@ -48,5 +48,5 @@ Available options: Default format when writing to a file --output-text Format leadership-schedule query output to TEXT. Default format when writing to stdout - --out-file FILE Optional output file. Default is to write to stdout. + --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_ledger-state.cli b/cardano-cli/test/cardano-cli-golden/files/golden/help/latest_query_ledger-state.cli index 4e506fe052..919c7fb24d 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 @@ -4,7 +4,7 @@ Usage: cardano-cli latest query ledger-state --socket-path SOCKET_PATH ( --mainnet | --testnet-magic NATURAL ) - [--out-file FILE] + [--out-file FILEPATH] Dump the current ledger state of the node (Ledger.NewEpochState -- advanced command) @@ -23,5 +23,5 @@ 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 - --out-file FILE Optional output file. Default is to write to stdout. + --out-file FILEPATH Optional output file. Default is to write to stdout. -h,--help Show this help text diff --git a/cardano-cli/test/cardano-cli-golden/files/golden/help/latest_query_pool-params.cli b/cardano-cli/test/cardano-cli-golden/files/golden/help/latest_query_pool-params.cli index 1db279a3fd..34dbe21cc8 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 @@ -7,7 +7,7 @@ Usage: cardano-cli latest query pool-params --socket-path SOCKET_PATH ( --all-stake-pools | (--stake-pool-id STAKE_POOL_ID) ) - [--out-file FILE] + [--out-file FILEPATH] DEPRECATED. Use query pool-state instead. Dump the pool parameters (Ledger.NewEpochState.esLState._delegationState._pState._pParams -- advanced @@ -31,5 +31,5 @@ Available options: --stake-pool-id STAKE_POOL_ID Stake pool ID/verification key hash (either Bech32-encoded or hex-encoded). - --out-file FILE Optional output file. Default is to write to stdout. + --out-file FILEPATH Optional output file. Default is to write to stdout. -h,--help Show this help text diff --git a/cardano-cli/test/cardano-cli-golden/files/golden/help/latest_query_pool-state.cli b/cardano-cli/test/cardano-cli-golden/files/golden/help/latest_query_pool-state.cli index 977d33d651..d0919c0e5a 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 @@ -7,7 +7,7 @@ Usage: cardano-cli latest query pool-state --socket-path SOCKET_PATH ( --all-stake-pools | (--stake-pool-id STAKE_POOL_ID) ) - [--out-file FILE] + [--out-file FILEPATH] Dump the pool state @@ -29,5 +29,5 @@ Available options: --stake-pool-id STAKE_POOL_ID Stake pool ID/verification key hash (either Bech32-encoded or hex-encoded). - --out-file FILE Optional output file. Default is to write to stdout. + --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-parameters.cli b/cardano-cli/test/cardano-cli-golden/files/golden/help/latest_query_protocol-parameters.cli index ebd1a1394d..caafc27422 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 @@ -4,7 +4,7 @@ Usage: cardano-cli latest query protocol-parameters --socket-path SOCKET_PATH ( --mainnet | --testnet-magic NATURAL ) - [--out-file FILE] + [--out-file FILEPATH] Get the node's current protocol parameters @@ -22,5 +22,5 @@ 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 - --out-file FILE Optional output file. Default is to write to stdout. + --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 da84ba977b..46187229bc 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 @@ -4,7 +4,7 @@ Usage: cardano-cli latest query protocol-state --socket-path SOCKET_PATH ( --mainnet | --testnet-magic NATURAL ) - [--out-file FILE] + [--out-file FILEPATH] Dump the current protocol state of the node (Ledger.ChainDepState -- advanced command) @@ -23,5 +23,5 @@ 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 - --out-file FILE Optional output file. Default is to write to stdout. + --out-file FILEPATH Optional output file. Default is to write to stdout. -h,--help Show this help text diff --git a/cardano-cli/test/cardano-cli-golden/files/golden/help/latest_query_ref-script-size.cli b/cardano-cli/test/cardano-cli-golden/files/golden/help/latest_query_ref-script-size.cli index b880a8beb5..506d4c70f9 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 @@ -8,7 +8,7 @@ Usage: cardano-cli latest query ref-script-size --socket-path SOCKET_PATH [ --output-json | --output-text ] - [--out-file FILE] + [--out-file FILEPATH] Calculate the reference input scripts size in bytes for provided transaction inputs. @@ -32,5 +32,5 @@ Available options: format when writing to a file --output-text Format reference inputs query output to TEXT. Default format when writing to stdout - --out-file FILE Optional output file. Default is to write to stdout. + --out-file FILEPATH Optional output file. Default is to write to stdout. -h,--help Show this help text diff --git a/cardano-cli/test/cardano-cli-golden/files/golden/help/latest_query_stake-address-info.cli b/cardano-cli/test/cardano-cli-golden/files/golden/help/latest_query_stake-address-info.cli index bab5d86e5c..333311b424 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 @@ -5,7 +5,7 @@ Usage: cardano-cli latest query stake-address-info --socket-path SOCKET_PATH ( --mainnet | --testnet-magic NATURAL ) - [--out-file FILE] + [--out-file FILEPATH] Get the current delegations and reward accounts filtered by stake address. @@ -24,5 +24,5 @@ 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 - --out-file FILE Optional output file. Default is to write to stdout. + --out-file FILEPATH Optional output file. Default is to write to stdout. -h,--help Show this help text diff --git a/cardano-cli/test/cardano-cli-golden/files/golden/help/latest_query_stake-distribution.cli b/cardano-cli/test/cardano-cli-golden/files/golden/help/latest_query_stake-distribution.cli index bdd5d03697..a58bf04c99 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 @@ -7,7 +7,7 @@ Usage: cardano-cli latest query stake-distribution --socket-path SOCKET_PATH [ --output-json | --output-text ] - [--out-file FILE] + [--out-file FILEPATH] Get the node's current aggregated stake distribution @@ -29,5 +29,5 @@ Available options: Default format when writing to a file --output-text Format stake-distribution query output to TEXT. Default format when writing to stdout - --out-file FILE Optional output file. Default is to write to stdout. + --out-file FILEPATH Optional output file. Default is to write to stdout. -h,--help Show this help text diff --git a/cardano-cli/test/cardano-cli-golden/files/golden/help/latest_query_stake-pools.cli b/cardano-cli/test/cardano-cli-golden/files/golden/help/latest_query_stake-pools.cli index b4b5f261c6..73766e1c6b 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 @@ -5,7 +5,7 @@ Usage: cardano-cli latest query stake-pools --socket-path SOCKET_PATH | --testnet-magic NATURAL ) [--output-json | --output-text] - [--out-file FILE] + [--out-file FILEPATH] Get the node's current set of stake pool ids @@ -27,5 +27,5 @@ Available options: format when writing to a file --output-text Format stake-pools query output to TEXT. Default format when writing to stdout - --out-file FILE Optional output file. Default is to write to stdout. + --out-file FILEPATH Optional output file. Default is to write to stdout. -h,--help Show this help text diff --git a/cardano-cli/test/cardano-cli-golden/files/golden/help/latest_query_stake-snapshot.cli b/cardano-cli/test/cardano-cli-golden/files/golden/help/latest_query_stake-snapshot.cli index 7c8a9b14fe..bea262c10e 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 @@ -7,7 +7,7 @@ Usage: cardano-cli latest query stake-snapshot --socket-path SOCKET_PATH ( --all-stake-pools | (--stake-pool-id STAKE_POOL_ID) ) - [--out-file FILE] + [--out-file FILEPATH] Obtain the three stake snapshots for a pool, plus the total active stake (advanced command) @@ -30,5 +30,5 @@ Available options: --stake-pool-id STAKE_POOL_ID Stake pool ID/verification key hash (either Bech32-encoded or hex-encoded). - --out-file FILE Optional output file. Default is to write to stdout. + --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_tip.cli b/cardano-cli/test/cardano-cli-golden/files/golden/help/latest_query_tip.cli index 636147a8d9..69b06c7966 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,7 +1,7 @@ Usage: cardano-cli latest query tip --socket-path SOCKET_PATH [--cardano-mode [--epoch-slots SLOTS]] (--mainnet | --testnet-magic NATURAL) - [--out-file FILE] + [--out-file FILEPATH] Get the node's current tip (slot no, hash, block no) @@ -19,5 +19,5 @@ 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 - --out-file FILE Optional output file. Default is to write to stdout. + --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.cli b/cardano-cli/test/cardano-cli-golden/files/golden/help/latest_query_tx-mempool.cli index 0aa5989120..a41535ff6a 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 @@ -5,7 +5,7 @@ Usage: cardano-cli latest query tx-mempool --socket-path SOCKET_PATH | --testnet-magic NATURAL ) (info | next-tx | tx-exists) - [--out-file FILE] + [--out-file FILEPATH] Local Mempool info @@ -23,7 +23,7 @@ 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 - --out-file FILE Optional output file. Default is to write to stdout. + --out-file FILEPATH Optional output file. Default is to write to stdout. -h,--help Show this help text Available commands: 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 4201c282e6..06910342df 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 @@ -7,6 +7,6 @@ Usage: cardano-cli latest query tx-mempool --socket-path SOCKET_PATH | --testnet-magic NATURAL ) (info | next-tx | tx-exists) - [--out-file FILE] + [--out-file FILEPATH] Local Mempool info 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 4201c282e6..06910342df 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 @@ -7,6 +7,6 @@ Usage: cardano-cli latest query tx-mempool --socket-path SOCKET_PATH | --testnet-magic NATURAL ) (info | next-tx | tx-exists) - [--out-file FILE] + [--out-file FILEPATH] Local Mempool info 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 4201c282e6..06910342df 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 @@ -7,6 +7,6 @@ Usage: cardano-cli latest query tx-mempool --socket-path SOCKET_PATH | --testnet-magic NATURAL ) (info | next-tx | tx-exists) - [--out-file FILE] + [--out-file FILEPATH] Local Mempool info 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 d58656b0aa..d97215feee 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 @@ -6,7 +6,7 @@ Usage: cardano-cli latest query utxo --socket-path SOCKET_PATH ) (--mainnet | --testnet-magic NATURAL) [--output-json | --output-text] - [--out-file FILE] + [--out-file FILEPATH] Get a portion of the current UTxO: by tx in, by address or the whole. @@ -32,5 +32,5 @@ Available options: writing to a file --output-text Format utxo query output to TEXT. Default format when writing to stdout - --out-file FILE Optional output file. Default is to write to stdout. + --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_stake-address_build.cli b/cardano-cli/test/cardano-cli-golden/files/golden/help/latest_stake-address_build.cli index 5b0b30a041..658946805e 100644 --- a/cardano-cli/test/cardano-cli-golden/files/golden/help/latest_stake-address_build.cli +++ b/cardano-cli/test/cardano-cli-golden/files/golden/help/latest_stake-address_build.cli @@ -1,26 +1,27 @@ Usage: cardano-cli latest stake-address build ( --stake-verification-key STRING - | --stake-verification-key-file FILE + | --stake-verification-key-file FILEPATH | --stake-key-hash HASH - | --stake-script-file FILE + | --stake-script-file FILEPATH ) ( --mainnet | --testnet-magic NATURAL ) - [--out-file FILE] + [--out-file FILEPATH] Build a stake address Available options: --stake-verification-key STRING Stake verification key (Bech32 or hex-encoded). - --stake-verification-key-file FILE + --stake-verification-key-file FILEPATH Filepath of the staking verification key. --stake-key-hash HASH Stake verification key hash (hex-encoded). - --stake-script-file FILE Filepath of the staking script. + --stake-script-file FILEPATH + Filepath of the staking script. --mainnet Use the mainnet magic id. This overrides the CARDANO_NODE_NETWORK_ID environment variable --testnet-magic NATURAL Specify a testnet magic id. This overrides the CARDANO_NODE_NETWORK_ID environment variable - --out-file FILE Optional output file. Default is to write to stdout. + --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_stake-address_deregistration-certificate.cli b/cardano-cli/test/cardano-cli-golden/files/golden/help/latest_stake-address_deregistration-certificate.cli index 6beb520e1c..d102761c99 100644 --- a/cardano-cli/test/cardano-cli-golden/files/golden/help/latest_stake-address_deregistration-certificate.cli +++ b/cardano-cli/test/cardano-cli-golden/files/golden/help/latest_stake-address_deregistration-certificate.cli @@ -1,21 +1,22 @@ Usage: cardano-cli latest stake-address deregistration-certificate ( --stake-verification-key STRING - | --stake-verification-key-file FILE + | --stake-verification-key-file FILEPATH | --stake-key-hash HASH - | --stake-script-file FILE + | --stake-script-file FILEPATH | --stake-address ADDRESS ) - --out-file FILE + --out-file FILEPATH Create a stake address deregistration certificate Available options: --stake-verification-key STRING Stake verification key (Bech32 or hex-encoded). - --stake-verification-key-file FILE + --stake-verification-key-file FILEPATH Filepath of the staking verification key. --stake-key-hash HASH Stake verification key hash (hex-encoded). - --stake-script-file FILE Filepath of the staking script. + --stake-script-file FILEPATH + Filepath of the staking script. --stake-address ADDRESS Target stake address (bech32 format). - --out-file FILE The output file. + --out-file FILEPATH The output file. -h,--help Show this help text diff --git a/cardano-cli/test/cardano-cli-golden/files/golden/help/latest_stake-address_key-gen.cli b/cardano-cli/test/cardano-cli-golden/files/golden/help/latest_stake-address_key-gen.cli index 26c07a5d53..afe55c17d8 100644 --- a/cardano-cli/test/cardano-cli-golden/files/golden/help/latest_stake-address_key-gen.cli +++ b/cardano-cli/test/cardano-cli-golden/files/golden/help/latest_stake-address_key-gen.cli @@ -1,6 +1,6 @@ Usage: cardano-cli latest stake-address key-gen [--key-output-format STRING] - --verification-key-file FILE - --signing-key-file FILE + --verification-key-file FILEPATH + --signing-key-file FILEPATH Create a stake address key pair @@ -9,7 +9,8 @@ Available options: Optional key output format. Accepted output formats are "text-envelope" and "bech32" (default is "text-envelope"). - --verification-key-file FILE + --verification-key-file FILEPATH Output filepath of the verification key. - --signing-key-file FILE Output filepath of the signing key. + --signing-key-file FILEPATH + Output filepath of the signing key. -h,--help Show this help text diff --git a/cardano-cli/test/cardano-cli-golden/files/golden/help/latest_stake-address_key-hash.cli b/cardano-cli/test/cardano-cli-golden/files/golden/help/latest_stake-address_key-hash.cli index d66f37c539..45d97819a1 100644 --- a/cardano-cli/test/cardano-cli-golden/files/golden/help/latest_stake-address_key-hash.cli +++ b/cardano-cli/test/cardano-cli-golden/files/golden/help/latest_stake-address_key-hash.cli @@ -1,15 +1,15 @@ Usage: cardano-cli latest stake-address key-hash ( --stake-verification-key STRING - | --stake-verification-key-file FILE + | --stake-verification-key-file FILEPATH ) - [--out-file FILE] + [--out-file FILEPATH] Print the hash of a stake address key Available options: --stake-verification-key STRING Stake verification key (Bech32 or hex-encoded). - --stake-verification-key-file FILE + --stake-verification-key-file FILEPATH Filepath of the staking verification key. - --out-file FILE Optional output file. Default is to write to stdout. + --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_stake-address_registration-certificate.cli b/cardano-cli/test/cardano-cli-golden/files/golden/help/latest_stake-address_registration-certificate.cli index ebf274735f..bcbf148257 100644 --- a/cardano-cli/test/cardano-cli-golden/files/golden/help/latest_stake-address_registration-certificate.cli +++ b/cardano-cli/test/cardano-cli-golden/files/golden/help/latest_stake-address_registration-certificate.cli @@ -1,21 +1,22 @@ Usage: cardano-cli latest stake-address registration-certificate ( --stake-verification-key STRING - | --stake-verification-key-file FILE + | --stake-verification-key-file FILEPATH | --stake-key-hash HASH - | --stake-script-file FILE + | --stake-script-file FILEPATH | --stake-address ADDRESS ) - --out-file FILE + --out-file FILEPATH Create a stake address registration certificate Available options: --stake-verification-key STRING Stake verification key (Bech32 or hex-encoded). - --stake-verification-key-file FILE + --stake-verification-key-file FILEPATH Filepath of the staking verification key. --stake-key-hash HASH Stake verification key hash (hex-encoded). - --stake-script-file FILE Filepath of the staking script. + --stake-script-file FILEPATH + Filepath of the staking script. --stake-address ADDRESS Target stake address (bech32 format). - --out-file FILE The output file. + --out-file FILEPATH The output file. -h,--help Show this help text diff --git a/cardano-cli/test/cardano-cli-golden/files/golden/help/latest_stake-address_stake-delegation-certificate.cli b/cardano-cli/test/cardano-cli-golden/files/golden/help/latest_stake-address_stake-delegation-certificate.cli index f8c5d9677a..200a215daa 100644 --- a/cardano-cli/test/cardano-cli-golden/files/golden/help/latest_stake-address_stake-delegation-certificate.cli +++ b/cardano-cli/test/cardano-cli-golden/files/golden/help/latest_stake-address_stake-delegation-certificate.cli @@ -1,15 +1,15 @@ Usage: cardano-cli latest stake-address stake-delegation-certificate ( --stake-verification-key STRING - | --stake-verification-key-file FILE + | --stake-verification-key-file FILEPATH | --stake-key-hash HASH - | --stake-script-file FILE + | --stake-script-file FILEPATH | --stake-address ADDRESS ) ( --stake-pool-verification-key STRING - | --cold-verification-key-file FILE + | --cold-verification-key-file FILEPATH | --stake-pool-id STAKE_POOL_ID ) - --out-file FILE + --out-file FILEPATH Create a stake address stake delegation certificate, which when submitted in a transaction delegates stake to a stake pool. @@ -17,17 +17,18 @@ Usage: cardano-cli latest stake-address stake-delegation-certificate Available options: --stake-verification-key STRING Stake verification key (Bech32 or hex-encoded). - --stake-verification-key-file FILE + --stake-verification-key-file FILEPATH Filepath of the staking verification key. --stake-key-hash HASH Stake verification key hash (hex-encoded). - --stake-script-file FILE Filepath of the staking script. + --stake-script-file FILEPATH + Filepath of the staking script. --stake-address ADDRESS Target stake address (bech32 format). --stake-pool-verification-key STRING Stake pool verification key (Bech32 or hex-encoded). - --cold-verification-key-file FILE + --cold-verification-key-file FILEPATH Filepath of the stake pool verification key. --stake-pool-id STAKE_POOL_ID Stake pool ID/verification key hash (either Bech32-encoded or hex-encoded). - --out-file FILE The output file. + --out-file FILEPATH The output file. -h,--help Show this help text diff --git a/cardano-cli/test/cardano-cli-golden/files/golden/help/latest_stake-pool_deregistration-certificate.cli b/cardano-cli/test/cardano-cli-golden/files/golden/help/latest_stake-pool_deregistration-certificate.cli index ba8e45253a..8869291fd7 100644 --- a/cardano-cli/test/cardano-cli-golden/files/golden/help/latest_stake-pool_deregistration-certificate.cli +++ b/cardano-cli/test/cardano-cli-golden/files/golden/help/latest_stake-pool_deregistration-certificate.cli @@ -1,17 +1,17 @@ Usage: cardano-cli latest stake-pool deregistration-certificate ( --stake-pool-verification-key STRING - | --cold-verification-key-file FILE + | --cold-verification-key-file FILEPATH ) --epoch NATURAL - --out-file FILE + --out-file FILEPATH Create a stake pool deregistration certificate Available options: --stake-pool-verification-key STRING Stake pool verification key (Bech32 or hex-encoded). - --cold-verification-key-file FILE + --cold-verification-key-file FILEPATH Filepath of the stake pool verification key. --epoch NATURAL The epoch number. - --out-file FILE The output file. + --out-file FILEPATH The output file. -h,--help Show this help text diff --git a/cardano-cli/test/cardano-cli-golden/files/golden/help/latest_stake-pool_id.cli b/cardano-cli/test/cardano-cli-golden/files/golden/help/latest_stake-pool_id.cli index 66dea02455..09deea5830 100644 --- a/cardano-cli/test/cardano-cli-golden/files/golden/help/latest_stake-pool_id.cli +++ b/cardano-cli/test/cardano-cli-golden/files/golden/help/latest_stake-pool_id.cli @@ -1,18 +1,18 @@ Usage: cardano-cli latest stake-pool id ( --stake-pool-verification-key STRING - | --cold-verification-key-file FILE + | --cold-verification-key-file FILEPATH ) [--output-format STRING] - [--out-file FILE] + [--out-file FILEPATH] Build pool id from the offline key Available options: --stake-pool-verification-key STRING Stake pool verification key (Bech32 or hex-encoded). - --cold-verification-key-file FILE + --cold-verification-key-file FILEPATH Filepath of the stake pool verification key. --output-format STRING Optional pool id output format. Accepted output formats are "hex" and "bech32" (default is "bech32"). - --out-file FILE Optional output file. Default is to write to stdout. + --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_stake-pool_metadata-hash.cli b/cardano-cli/test/cardano-cli-golden/files/golden/help/latest_stake-pool_metadata-hash.cli index 3e82827ea2..2cab19f49f 100644 --- a/cardano-cli/test/cardano-cli-golden/files/golden/help/latest_stake-pool_metadata-hash.cli +++ b/cardano-cli/test/cardano-cli-golden/files/golden/help/latest_stake-pool_metadata-hash.cli @@ -1,10 +1,10 @@ -Usage: cardano-cli latest stake-pool metadata-hash --pool-metadata-file FILE - [--out-file FILE] +Usage: cardano-cli latest stake-pool metadata-hash --pool-metadata-file FILEPATH + [--out-file FILEPATH] Print the hash of pool metadata. Available options: - --pool-metadata-file FILE + --pool-metadata-file FILEPATH Filepath of the pool metadata. - --out-file FILE Optional output file. Default is to write to stdout. + --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_stake-pool_registration-certificate.cli b/cardano-cli/test/cardano-cli-golden/files/golden/help/latest_stake-pool_registration-certificate.cli index 22eb89be4b..87eebefa2b 100644 --- a/cardano-cli/test/cardano-cli-golden/files/golden/help/latest_stake-pool_registration-certificate.cli +++ b/cardano-cli/test/cardano-cli-golden/files/golden/help/latest_stake-pool_registration-certificate.cli @@ -1,18 +1,18 @@ Usage: cardano-cli latest stake-pool registration-certificate ( --stake-pool-verification-key STRING - | --cold-verification-key-file FILE + | --cold-verification-key-file FILEPATH ) ( --vrf-verification-key STRING - | --vrf-verification-key-file FILE + | --vrf-verification-key-file FILEPATH ) --pool-pledge LOVELACE --pool-cost LOVELACE --pool-margin RATIONAL ( --pool-reward-account-verification-key STRING - | --pool-reward-account-verification-key-file FILE + | --pool-reward-account-verification-key-file FILEPATH ) ( --pool-owner-verification-key STRING - | --pool-owner-stake-verification-key-file FILE + | --pool-owner-stake-verification-key-file FILEPATH ) [ [--pool-relay-ipv4 STRING] [--pool-relay-ipv6 STRING] @@ -26,18 +26,18 @@ Usage: cardano-cli latest stake-pool registration-certificate ( --mainnet | --testnet-magic NATURAL ) - --out-file FILE + --out-file FILEPATH Create a stake pool registration certificate Available options: --stake-pool-verification-key STRING Stake pool verification key (Bech32 or hex-encoded). - --cold-verification-key-file FILE + --cold-verification-key-file FILEPATH Filepath of the stake pool verification key. --vrf-verification-key STRING VRF verification key (Bech32 or hex-encoded). - --vrf-verification-key-file FILE + --vrf-verification-key-file FILEPATH Filepath of the VRF verification key. --pool-pledge LOVELACE The stake pool's pledge. --pool-cost LOVELACE The stake pool's cost. @@ -45,13 +45,13 @@ Available options: --pool-reward-account-verification-key STRING Reward account stake verification key (Bech32 or hex-encoded). - --pool-reward-account-verification-key-file FILE + --pool-reward-account-verification-key-file FILEPATH Filepath of the reward account stake verification key. --pool-owner-verification-key STRING Pool owner stake verification key (Bech32 or hex-encoded). - --pool-owner-stake-verification-key-file FILE + --pool-owner-stake-verification-key-file FILEPATH Filepath of the pool owner stake verification key. --pool-relay-ipv4 STRING The stake pool relay's IPv4 address --pool-relay-ipv6 STRING The stake pool relay's IPv6 address @@ -69,5 +69,5 @@ 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 - --out-file FILE The output file. + --out-file FILEPATH The output file. -h,--help Show this help text diff --git a/cardano-cli/test/cardano-cli-golden/files/golden/help/latest_text-view_decode-cbor.cli b/cardano-cli/test/cardano-cli-golden/files/golden/help/latest_text-view_decode-cbor.cli index 210604c388..1934caf32e 100644 --- a/cardano-cli/test/cardano-cli-golden/files/golden/help/latest_text-view_decode-cbor.cli +++ b/cardano-cli/test/cardano-cli-golden/files/golden/help/latest_text-view_decode-cbor.cli @@ -1,8 +1,9 @@ -Usage: cardano-cli latest text-view decode-cbor --in-file FILE [--out-file FILE] +Usage: cardano-cli latest text-view decode-cbor --in-file FILEPATH + [--out-file FILEPATH] Print a TextView file as decoded CBOR. Available options: - --in-file FILE CBOR input file. - --out-file FILE Optional output file. Default is to write to stdout. + --in-file FILEPATH CBOR input file. + --out-file FILEPATH Optional output file. Default is to write to stdout. -h,--help Show this help text diff --git a/cardano-cli/test/cardano-cli-golden/files/golden/help/latest_transaction_assemble.cli b/cardano-cli/test/cardano-cli-golden/files/golden/help/latest_transaction_assemble.cli index 96deadcc98..2c136ee253 100644 --- a/cardano-cli/test/cardano-cli-golden/files/golden/help/latest_transaction_assemble.cli +++ b/cardano-cli/test/cardano-cli-golden/files/golden/help/latest_transaction_assemble.cli @@ -1,11 +1,11 @@ -Usage: cardano-cli latest transaction assemble --tx-body-file FILE - [--witness-file FILE] - --out-file FILE +Usage: cardano-cli latest transaction assemble --tx-body-file FILEPATH + [--witness-file FILEPATH] + --out-file FILEPATH Assemble a tx body and witness(es) to form a transaction Available options: - --tx-body-file FILE Input filepath of the JSON TxBody. - --witness-file FILE Filepath of the witness - --out-file FILE The output file. + --tx-body-file FILEPATH Input filepath of the JSON TxBody. + --witness-file FILEPATH Filepath of the witness + --out-file FILEPATH The output file. -h,--help Show this help text diff --git a/cardano-cli/test/cardano-cli-golden/files/golden/help/latest_transaction_build-estimate.cli b/cardano-cli/test/cardano-cli-golden/files/golden/help/latest_transaction_build-estimate.cli index b076e61526..39dad1470c 100644 --- a/cardano-cli/test/cardano-cli-golden/files/golden/help/latest_transaction_build-estimate.cli +++ b/cardano-cli/test/cardano-cli-golden/files/golden/help/latest_transaction_build-estimate.cli @@ -4,7 +4,7 @@ Usage: cardano-cli latest transaction build-estimate ] --shelley-key-witnesses INT [--byron-key-witnesses Int] - --protocol-params-file FILE + --protocol-params-file FILEPATH --total-utxo-value VALUE (--tx-in TX-IN [ --spending-tx-in-reference TX-IN @@ -22,7 +22,7 @@ Usage: cardano-cli latest transaction build-estimate ) --spending-reference-tx-in-execution-units (INT, INT) | --simple-script-tx-in-reference TX-IN - | --tx-in-script-file FILE + | --tx-in-script-file FILEPATH [ ( --tx-in-datum-cbor-file CBOR_FILE | --tx-in-datum-file JSON_FILE @@ -36,7 +36,7 @@ Usage: cardano-cli latest transaction build-estimate --tx-in-execution-units (INT, INT)] ]) [--read-only-tx-in-reference TX-IN] - [ --required-signer FILE + [ --required-signer FILEPATH | --required-signer-hash HASH ] [--tx-in-collateral TX-IN] @@ -53,10 +53,10 @@ Usage: cardano-cli latest transaction build-estimate | --tx-out-inline-datum-file JSON_FILE | --tx-out-inline-datum-value JSON_VALUE ] - [--tx-out-reference-script-file FILE]] + [--tx-out-reference-script-file FILEPATH]] --change-address ADDRESS [--mint VALUE - ( --mint-script-file FILE + ( --mint-script-file FILEPATH [ ( --mint-redeemer-cbor-file CBOR_FILE | --mint-redeemer-file JSON_FILE @@ -78,8 +78,9 @@ Usage: cardano-cli latest transaction build-estimate )] [--invalid-before SLOT] [--invalid-hereafter SLOT] - [--certificate-file FILE - [ --certificate-script-file FILE + [ + --certificate-file FILEPATH + [ --certificate-script-file FILEPATH [ ( --certificate-redeemer-cbor-file CBOR_FILE | --certificate-redeemer-file JSON_FILE @@ -97,7 +98,7 @@ Usage: cardano-cli latest transaction build-estimate --certificate-reference-tx-in-execution-units (INT, INT) ]] [--withdrawal WITHDRAWAL - [ --withdrawal-script-file FILE + [ --withdrawal-script-file FILEPATH [ ( --withdrawal-redeemer-cbor-file CBOR_FILE | --withdrawal-redeemer-file JSON_FILE @@ -119,12 +120,12 @@ Usage: cardano-cli latest transaction build-estimate [ --json-metadata-no-schema | --json-metadata-detailed-schema ] - [--auxiliary-script-file FILE] - [ --metadata-json-file FILE - | --metadata-cbor-file FILE + [--auxiliary-script-file FILEPATH] + [ --metadata-json-file FILEPATH + | --metadata-cbor-file FILEPATH ] - [--update-proposal-file FILE] - --out-file FILE + [--update-proposal-file FILEPATH] + --out-file FILEPATH Build a balanced transaction without access to a live node (automatically estimates fees) @@ -141,7 +142,7 @@ Available options: --byron-key-witnesses Int Specify the number of Byron key witnesses the transaction requires. - --protocol-params-file FILE + --protocol-params-file FILEPATH Filepath of the JSON-encoded protocol parameters file --total-utxo-value VALUE The total value of the UTxO that exists at the tx inputs being spent. @@ -180,7 +181,8 @@ Available options: --simple-script-tx-in-reference TX-IN TxId#TxIx - Specify a reference input. The reference input must have a simple reference script attached. - --tx-in-script-file FILE The file containing the script to witness the + --tx-in-script-file FILEPATH + The file containing the script to witness the spending of the transaction input. --tx-in-datum-cbor-file CBOR_FILE The script datum file. The file has to be in CBOR @@ -210,7 +212,8 @@ Available options: Specify a read only reference input. This reference input is not witnessing anything it is simply provided in the plutus script context. - --required-signer FILE Input filepath of the signing key (zero or more) + --required-signer FILEPATH + Input filepath of the signing key (zero or more) whose signature is required. --required-signer-hash HASH Hash of the verification key (zero or more) whose @@ -267,12 +270,13 @@ Available options: inline datum, given here. There is no schema: (almost) any JSON value is supported, including top-level strings and numbers. - --tx-out-reference-script-file FILE + --tx-out-reference-script-file FILEPATH Reference script input file. --change-address ADDRESS Address where ADA in excess of the tx fee will go to. --mint VALUE Mint multi-asset value(s) with the multi-asset cli syntax. You must specify a script witness. - --mint-script-file FILE The file containing the script to witness the minting + --mint-script-file FILEPATH + The file containing the script to witness the minting of assets for a particular policy Id. --mint-redeemer-cbor-file CBOR_FILE The script redeemer file. The file has to be in CBOR @@ -310,11 +314,12 @@ Available options: --policy-id HASH Policy id of minting script. --invalid-before SLOT Time that transaction is valid from (in slots). --invalid-hereafter SLOT Time that transaction is valid until (in slots). - --certificate-file FILE Filepath of the certificate. This encompasses all + --certificate-file FILEPATH + Filepath of the certificate. This encompasses all types of certificates (stake pool certificates, stake key certificates etc). Optionally specify a script witness. - --certificate-script-file FILE + --certificate-script-file FILEPATH The file containing the script to witness the use of the certificate. --certificate-redeemer-cbor-file CBOR_FILE @@ -352,7 +357,7 @@ Available options: StakeAddress is the Bech32-encoded stake address followed by the amount in Lovelace. Optionally specify a script witness. - --withdrawal-script-file FILE + --withdrawal-script-file FILEPATH The file containing the script to witness the withdrawal of rewards. --withdrawal-redeemer-cbor-file CBOR_FILE @@ -400,13 +405,13 @@ Available options: --json-metadata-detailed-schema Use the "detailed schema" conversion from JSON to tx metadata. - --auxiliary-script-file FILE + --auxiliary-script-file FILEPATH Filepath of auxiliary script(s) - --metadata-json-file FILE + --metadata-json-file FILEPATH Filepath of the metadata file, in JSON format. - --metadata-cbor-file FILE + --metadata-cbor-file FILEPATH Filepath of the metadata, in raw CBOR format. - --update-proposal-file FILE + --update-proposal-file FILEPATH Filepath of the update proposal. - --out-file FILE Output filepath of the JSON TxBody. + --out-file FILEPATH Output filepath of the JSON TxBody. -h,--help Show this help text diff --git a/cardano-cli/test/cardano-cli-golden/files/golden/help/latest_transaction_build-raw.cli b/cardano-cli/test/cardano-cli-golden/files/golden/help/latest_transaction_build-raw.cli index b0efaa0e03..a414ace9de 100644 --- a/cardano-cli/test/cardano-cli-golden/files/golden/help/latest_transaction_build-raw.cli +++ b/cardano-cli/test/cardano-cli-golden/files/golden/help/latest_transaction_build-raw.cli @@ -18,7 +18,7 @@ Usage: cardano-cli latest transaction build-raw ) --spending-reference-tx-in-execution-units (INT, INT) | --simple-script-tx-in-reference TX-IN - | --tx-in-script-file FILE + | --tx-in-script-file FILEPATH [ ( --tx-in-datum-cbor-file CBOR_FILE | --tx-in-datum-file JSON_FILE @@ -35,7 +35,7 @@ Usage: cardano-cli latest transaction build-raw [--tx-in-collateral TX-IN] [--tx-out-return-collateral ADDRESS VALUE] [--tx-total-collateral INTEGER] - [ --required-signer FILE + [ --required-signer FILEPATH | --required-signer-hash HASH ] [--tx-out ADDRESS VALUE @@ -50,9 +50,9 @@ Usage: cardano-cli latest transaction build-raw | --tx-out-inline-datum-file JSON_FILE | --tx-out-inline-datum-value JSON_VALUE ] - [--tx-out-reference-script-file FILE]] + [--tx-out-reference-script-file FILEPATH]] [--mint VALUE - ( --mint-script-file FILE + ( --mint-script-file FILEPATH [ ( --mint-redeemer-cbor-file CBOR_FILE | --mint-redeemer-file JSON_FILE @@ -75,8 +75,8 @@ Usage: cardano-cli latest transaction build-raw [--invalid-before SLOT] [--invalid-hereafter SLOT] --fee LOVELACE - [--certificate-file FILE - [ --certificate-script-file FILE + [--certificate-file FILEPATH + [ --certificate-script-file FILEPATH [ ( --certificate-redeemer-cbor-file CBOR_FILE | --certificate-redeemer-file JSON_FILE @@ -94,7 +94,7 @@ Usage: cardano-cli latest transaction build-raw --certificate-reference-tx-in-execution-units (INT, INT) ]] [--withdrawal WITHDRAWAL - [ --withdrawal-script-file FILE + [ --withdrawal-script-file FILEPATH [ ( --withdrawal-redeemer-cbor-file CBOR_FILE | --withdrawal-redeemer-file JSON_FILE @@ -114,13 +114,13 @@ Usage: cardano-cli latest transaction build-raw [ --json-metadata-no-schema | --json-metadata-detailed-schema ] - [--auxiliary-script-file FILE] - [ --metadata-json-file FILE - | --metadata-cbor-file FILE + [--auxiliary-script-file FILEPATH] + [ --metadata-json-file FILEPATH + | --metadata-cbor-file FILEPATH ] - [--protocol-params-file FILE] - [--update-proposal-file FILE] - --out-file FILE + [--protocol-params-file FILEPATH] + [--update-proposal-file FILEPATH] + --out-file FILEPATH Build a transaction (low-level, inconvenient) @@ -166,7 +166,8 @@ Available options: --simple-script-tx-in-reference TX-IN TxId#TxIx - Specify a reference input. The reference input must have a simple reference script attached. - --tx-in-script-file FILE The file containing the script to witness the + --tx-in-script-file FILEPATH + The file containing the script to witness the spending of the transaction input. --tx-in-datum-cbor-file CBOR_FILE The script datum file. The file has to be in CBOR @@ -209,7 +210,8 @@ Available options: as fees in the event of a Plutus script failure. Must be used in conjuction with "--tx-out-return-collateral". - --required-signer FILE Input filepath of the signing key (zero or more) + --required-signer FILEPATH + Input filepath of the signing key (zero or more) whose signature is required. --required-signer-hash HASH Hash of the verification key (zero or more) whose @@ -258,11 +260,12 @@ Available options: inline datum, given here. There is no schema: (almost) any JSON value is supported, including top-level strings and numbers. - --tx-out-reference-script-file FILE + --tx-out-reference-script-file FILEPATH Reference script input file. --mint VALUE Mint multi-asset value(s) with the multi-asset cli syntax. You must specify a script witness. - --mint-script-file FILE The file containing the script to witness the minting + --mint-script-file FILEPATH + The file containing the script to witness the minting of assets for a particular policy Id. --mint-redeemer-cbor-file CBOR_FILE The script redeemer file. The file has to be in CBOR @@ -301,11 +304,12 @@ Available options: --invalid-before SLOT Time that transaction is valid from (in slots). --invalid-hereafter SLOT Time that transaction is valid until (in slots). --fee LOVELACE The fee amount in Lovelace. - --certificate-file FILE Filepath of the certificate. This encompasses all + --certificate-file FILEPATH + Filepath of the certificate. This encompasses all types of certificates (stake pool certificates, stake key certificates etc). Optionally specify a script witness. - --certificate-script-file FILE + --certificate-script-file FILEPATH The file containing the script to witness the use of the certificate. --certificate-redeemer-cbor-file CBOR_FILE @@ -343,7 +347,7 @@ Available options: StakeAddress is the Bech32-encoded stake address followed by the amount in Lovelace. Optionally specify a script witness. - --withdrawal-script-file FILE + --withdrawal-script-file FILEPATH The file containing the script to witness the withdrawal of rewards. --withdrawal-redeemer-cbor-file CBOR_FILE @@ -383,15 +387,15 @@ Available options: --json-metadata-detailed-schema Use the "detailed schema" conversion from JSON to tx metadata. - --auxiliary-script-file FILE + --auxiliary-script-file FILEPATH Filepath of auxiliary script(s) - --metadata-json-file FILE + --metadata-json-file FILEPATH Filepath of the metadata file, in JSON format. - --metadata-cbor-file FILE + --metadata-cbor-file FILEPATH Filepath of the metadata, in raw CBOR format. - --protocol-params-file FILE + --protocol-params-file FILEPATH Filepath of the JSON-encoded protocol parameters file - --update-proposal-file FILE + --update-proposal-file FILEPATH Filepath of the update proposal. - --out-file FILE Output filepath of the JSON TxBody. + --out-file FILEPATH Output filepath of the JSON TxBody. -h,--help Show this help text 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 78576738ab..cccf683d08 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 @@ -23,7 +23,7 @@ Usage: cardano-cli latest transaction build --socket-path SOCKET_PATH | --spending-reference-tx-in-redeemer-value JSON_VALUE ) | --simple-script-tx-in-reference TX-IN - | --tx-in-script-file FILE + | --tx-in-script-file FILEPATH [ ( --tx-in-datum-cbor-file CBOR_FILE | --tx-in-datum-file JSON_FILE @@ -36,7 +36,7 @@ Usage: cardano-cli latest transaction build --socket-path SOCKET_PATH )] ]) [--read-only-tx-in-reference TX-IN] - [ --required-signer FILE + [ --required-signer FILEPATH | --required-signer-hash HASH ] [--tx-in-collateral TX-IN] @@ -54,10 +54,10 @@ Usage: cardano-cli latest transaction build --socket-path SOCKET_PATH | --tx-out-inline-datum-file JSON_FILE | --tx-out-inline-datum-value JSON_VALUE ] - [--tx-out-reference-script-file FILE]] + [--tx-out-reference-script-file FILEPATH]] --change-address ADDRESS [--mint VALUE - ( --mint-script-file FILE + ( --mint-script-file FILEPATH [ --mint-redeemer-cbor-file CBOR_FILE | --mint-redeemer-file JSON_FILE | --mint-redeemer-value JSON_VALUE @@ -76,8 +76,8 @@ Usage: cardano-cli latest transaction build --socket-path SOCKET_PATH )] [--invalid-before SLOT] [--invalid-hereafter SLOT] - [--certificate-file FILE - [ --certificate-script-file FILE + [--certificate-file FILEPATH + [ --certificate-script-file FILEPATH [ --certificate-redeemer-cbor-file CBOR_FILE | --certificate-redeemer-file JSON_FILE | --certificate-redeemer-value JSON_VALUE @@ -92,7 +92,7 @@ Usage: cardano-cli latest transaction build --socket-path SOCKET_PATH ) ]] [--withdrawal WITHDRAWAL - [ --withdrawal-script-file FILE + [ --withdrawal-script-file FILEPATH [ --withdrawal-redeemer-cbor-file CBOR_FILE | --withdrawal-redeemer-file JSON_FILE | --withdrawal-redeemer-value JSON_VALUE @@ -109,13 +109,13 @@ Usage: cardano-cli latest transaction build --socket-path SOCKET_PATH [ --json-metadata-no-schema | --json-metadata-detailed-schema ] - [--auxiliary-script-file FILE] - [ --metadata-json-file FILE - | --metadata-cbor-file FILE + [--auxiliary-script-file FILEPATH] + [ --metadata-json-file FILEPATH + | --metadata-cbor-file FILEPATH ] - [--update-proposal-file FILE] - ( --out-file FILE - | --calculate-plutus-script-cost FILE + [--update-proposal-file FILEPATH] + ( --out-file FILEPATH + | --calculate-plutus-script-cost FILEPATH ) Build a balanced transaction (automatically calculates fees) @@ -175,7 +175,8 @@ Available options: --simple-script-tx-in-reference TX-IN TxId#TxIx - Specify a reference input. The reference input must have a simple reference script attached. - --tx-in-script-file FILE The file containing the script to witness the + --tx-in-script-file FILEPATH + The file containing the script to witness the spending of the transaction input. --tx-in-datum-cbor-file CBOR_FILE The script datum file. The file has to be in CBOR @@ -203,7 +204,8 @@ Available options: Specify a read only reference input. This reference input is not witnessing anything it is simply provided in the plutus script context. - --required-signer FILE Input filepath of the signing key (zero or more) + --required-signer FILEPATH + Input filepath of the signing key (zero or more) whose signature is required. --required-signer-hash HASH Hash of the verification key (zero or more) whose @@ -265,12 +267,13 @@ Available options: inline datum, given here. There is no schema: (almost) any JSON value is supported, including top-level strings and numbers. - --tx-out-reference-script-file FILE + --tx-out-reference-script-file FILEPATH Reference script input file. --change-address ADDRESS Address where ADA in excess of the tx fee will go to. --mint VALUE Mint multi-asset value(s) with the multi-asset cli syntax. You must specify a script witness. - --mint-script-file FILE The file containing the script to witness the minting + --mint-script-file FILEPATH + The file containing the script to witness the minting of assets for a particular policy Id. --mint-redeemer-cbor-file CBOR_FILE The script redeemer file. The file has to be in CBOR @@ -304,11 +307,12 @@ Available options: --policy-id HASH Policy id of minting script. --invalid-before SLOT Time that transaction is valid from (in slots). --invalid-hereafter SLOT Time that transaction is valid until (in slots). - --certificate-file FILE Filepath of the certificate. This encompasses all + --certificate-file FILEPATH + Filepath of the certificate. This encompasses all types of certificates (stake pool certificates, stake key certificates etc). Optionally specify a script witness. - --certificate-script-file FILE + --certificate-script-file FILEPATH The file containing the script to witness the use of the certificate. --certificate-redeemer-cbor-file CBOR_FILE @@ -342,7 +346,7 @@ Available options: StakeAddress is the Bech32-encoded stake address followed by the amount in Lovelace. Optionally specify a script witness. - --withdrawal-script-file FILE + --withdrawal-script-file FILEPATH The file containing the script to witness the withdrawal of rewards. --withdrawal-redeemer-cbor-file CBOR_FILE @@ -378,16 +382,16 @@ Available options: --json-metadata-detailed-schema Use the "detailed schema" conversion from JSON to tx metadata. - --auxiliary-script-file FILE + --auxiliary-script-file FILEPATH Filepath of auxiliary script(s) - --metadata-json-file FILE + --metadata-json-file FILEPATH Filepath of the metadata file, in JSON format. - --metadata-cbor-file FILE + --metadata-cbor-file FILEPATH Filepath of the metadata, in raw CBOR format. - --update-proposal-file FILE + --update-proposal-file FILEPATH Filepath of the update proposal. - --out-file FILE Output filepath of the JSON TxBody. - --calculate-plutus-script-cost FILE + --out-file FILEPATH Output filepath of the JSON TxBody. + --calculate-plutus-script-cost FILEPATH (File () Out) filepath of the script cost information. -h,--help Show this help text diff --git a/cardano-cli/test/cardano-cli-golden/files/golden/help/latest_transaction_calculate-min-fee.cli b/cardano-cli/test/cardano-cli-golden/files/golden/help/latest_transaction_calculate-min-fee.cli index f21dbc017d..4650e14e1f 100644 --- a/cardano-cli/test/cardano-cli-golden/files/golden/help/latest_transaction_calculate-min-fee.cli +++ b/cardano-cli/test/cardano-cli-golden/files/golden/help/latest_transaction_calculate-min-fee.cli @@ -1,12 +1,12 @@ -Usage: cardano-cli latest transaction calculate-min-fee --tx-body-file FILE - --protocol-params-file FILE +Usage: cardano-cli latest transaction calculate-min-fee --tx-body-file FILEPATH + --protocol-params-file FILEPATH --witness-count NATURAL [--byron-witness-count NATURAL] [--reference-script-size NATURAL] [ --output-json | --output-text ] - [--out-file FILE] + [--out-file FILEPATH] [ --mainnet | --testnet-magic NATURAL ] @@ -16,8 +16,8 @@ Usage: cardano-cli latest transaction calculate-min-fee --tx-body-file FILE Calculate the minimum fee for a transaction. Available options: - --tx-body-file FILE Input filepath of the JSON TxBody. - --protocol-params-file FILE + --tx-body-file FILEPATH Input filepath of the JSON TxBody. + --protocol-params-file FILEPATH Filepath of the JSON-encoded protocol parameters file --witness-count NATURAL The number of Shelley key witnesses. --byron-witness-count NATURAL @@ -29,7 +29,7 @@ Available options: Default format when writing to a file --output-text Format calculate-min-fee query output to TEXT. Default format when writing to stdout - --out-file FILE The output file. + --out-file FILEPATH The output file. --mainnet DEPRECATED. This argument has no effect. --testnet-magic NATURAL DEPRECATED. This argument has no effect. --tx-in-count NATURAL DEPRECATED. This argument has no effect. diff --git a/cardano-cli/test/cardano-cli-golden/files/golden/help/latest_transaction_calculate-min-required-utxo.cli b/cardano-cli/test/cardano-cli-golden/files/golden/help/latest_transaction_calculate-min-required-utxo.cli index 1daa124c07..1422c5e6f3 100644 --- a/cardano-cli/test/cardano-cli-golden/files/golden/help/latest_transaction_calculate-min-required-utxo.cli +++ b/cardano-cli/test/cardano-cli-golden/files/golden/help/latest_transaction_calculate-min-required-utxo.cli @@ -1,4 +1,4 @@ -Usage: cardano-cli latest transaction calculate-min-required-utxo --protocol-params-file FILE +Usage: cardano-cli latest transaction calculate-min-required-utxo --protocol-params-file FILEPATH --tx-out ADDRESS VALUE [ --tx-out-datum-hash HASH | --tx-out-datum-hash-cbor-file CBOR_FILE @@ -11,12 +11,12 @@ Usage: cardano-cli latest transaction calculate-min-required-utxo --protocol-par | --tx-out-inline-datum-file JSON_FILE | --tx-out-inline-datum-value JSON_VALUE ] - [--tx-out-reference-script-file FILE] + [--tx-out-reference-script-file FILEPATH] Calculate the minimum required UTxO for a transaction output. Available options: - --protocol-params-file FILE + --protocol-params-file FILEPATH Filepath of the JSON-encoded protocol parameters file --tx-out ADDRESS VALUE The transaction output as ADDRESS VALUE where ADDRESS is the Bech32-encoded address followed by the value @@ -62,6 +62,6 @@ Available options: inline datum, given here. There is no schema: (almost) any JSON value is supported, including top-level strings and numbers. - --tx-out-reference-script-file FILE + --tx-out-reference-script-file FILEPATH Reference script input file. -h,--help Show this help text diff --git a/cardano-cli/test/cardano-cli-golden/files/golden/help/latest_transaction_calculate-min-value.cli b/cardano-cli/test/cardano-cli-golden/files/golden/help/latest_transaction_calculate-min-value.cli index d9fac8b7bc..b345454134 100644 --- a/cardano-cli/test/cardano-cli-golden/files/golden/help/latest_transaction_calculate-min-value.cli +++ b/cardano-cli/test/cardano-cli-golden/files/golden/help/latest_transaction_calculate-min-value.cli @@ -1,4 +1,4 @@ -Usage: cardano-cli latest transaction calculate-min-value --protocol-params-file FILE +Usage: cardano-cli latest transaction calculate-min-value --protocol-params-file FILEPATH --tx-out ADDRESS VALUE [ --tx-out-datum-hash HASH | --tx-out-datum-hash-cbor-file CBOR_FILE @@ -11,12 +11,12 @@ Usage: cardano-cli latest transaction calculate-min-value --protocol-params-file | --tx-out-inline-datum-file JSON_FILE | --tx-out-inline-datum-value JSON_VALUE ] - [--tx-out-reference-script-file FILE] + [--tx-out-reference-script-file FILEPATH] DEPRECATED: Use 'calculate-min-required-utxo' instead. Available options: - --protocol-params-file FILE + --protocol-params-file FILEPATH Filepath of the JSON-encoded protocol parameters file --tx-out ADDRESS VALUE The transaction output as ADDRESS VALUE where ADDRESS is the Bech32-encoded address followed by the value @@ -62,5 +62,5 @@ Available options: inline datum, given here. There is no schema: (almost) any JSON value is supported, including top-level strings and numbers. - --tx-out-reference-script-file FILE + --tx-out-reference-script-file FILEPATH Reference script input file. diff --git a/cardano-cli/test/cardano-cli-golden/files/golden/help/latest_transaction_policyid.cli b/cardano-cli/test/cardano-cli-golden/files/golden/help/latest_transaction_policyid.cli index 86580b154b..41416c33a5 100644 --- a/cardano-cli/test/cardano-cli-golden/files/golden/help/latest_transaction_policyid.cli +++ b/cardano-cli/test/cardano-cli-golden/files/golden/help/latest_transaction_policyid.cli @@ -1,7 +1,7 @@ -Usage: cardano-cli latest transaction policyid --script-file FILE +Usage: cardano-cli latest transaction policyid --script-file FILEPATH Calculate the PolicyId from the monetary policy script. Available options: - --script-file FILE Filepath of the script. + --script-file FILEPATH Filepath of the script. -h,--help Show this help text diff --git a/cardano-cli/test/cardano-cli-golden/files/golden/help/latest_transaction_sign-witness.cli b/cardano-cli/test/cardano-cli-golden/files/golden/help/latest_transaction_sign-witness.cli index 2662b23874..3d412a19b2 100644 --- a/cardano-cli/test/cardano-cli-golden/files/golden/help/latest_transaction_sign-witness.cli +++ b/cardano-cli/test/cardano-cli-golden/files/golden/help/latest_transaction_sign-witness.cli @@ -1,10 +1,10 @@ -Usage: cardano-cli latest transaction sign-witness --tx-body-file FILE - [--witness-file FILE] - --out-file FILE +Usage: cardano-cli latest transaction sign-witness --tx-body-file FILEPATH + [--witness-file FILEPATH] + --out-file FILEPATH Assemble a tx body and witness(es) to form a transaction Available options: - --tx-body-file FILE Input filepath of the JSON TxBody. - --witness-file FILE Filepath of the witness - --out-file FILE The output file. + --tx-body-file FILEPATH Input filepath of the JSON TxBody. + --witness-file FILEPATH Filepath of the witness + --out-file FILEPATH The output file. diff --git a/cardano-cli/test/cardano-cli-golden/files/golden/help/latest_transaction_sign.cli b/cardano-cli/test/cardano-cli-golden/files/golden/help/latest_transaction_sign.cli index 0911a155d5..e35411421a 100644 --- a/cardano-cli/test/cardano-cli-golden/files/golden/help/latest_transaction_sign.cli +++ b/cardano-cli/test/cardano-cli-golden/files/golden/help/latest_transaction_sign.cli @@ -1,24 +1,25 @@ Usage: cardano-cli latest transaction sign - ( --tx-body-file FILE - | --tx-file FILE + ( --tx-body-file FILEPATH + | --tx-file FILEPATH ) - [--signing-key-file FILE + [--signing-key-file FILEPATH [--address STRING]] [ --mainnet | --testnet-magic NATURAL ] - --out-file FILE + --out-file FILEPATH Sign a transaction Available options: - --tx-body-file FILE Input filepath of the JSON TxBody. - --tx-file FILE Input filepath of the JSON Tx. - --signing-key-file FILE Input filepath of the signing key (one or more). + --tx-body-file FILEPATH Input filepath of the JSON TxBody. + --tx-file FILEPATH Input filepath of the JSON Tx. + --signing-key-file FILEPATH + Input filepath of the signing key (one or more). --address STRING Byron address (Base58-encoded). --mainnet Use the mainnet magic id. This overrides the CARDANO_NODE_NETWORK_ID environment variable --testnet-magic NATURAL Specify a testnet magic id. This overrides the CARDANO_NODE_NETWORK_ID environment variable - --out-file FILE Output filepath of the JSON Tx. + --out-file FILEPATH Output filepath of the JSON Tx. -h,--help Show this help text 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 53ae72b153..99d10da22f 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 @@ -4,7 +4,7 @@ Usage: cardano-cli latest transaction submit --socket-path SOCKET_PATH ( --mainnet | --testnet-magic NATURAL ) - --tx-file FILE + --tx-file FILEPATH Submit a transaction to the local node whose Unix domain socket is obtained from the CARDANO_NODE_SOCKET_PATH environment variable. @@ -23,5 +23,5 @@ 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 - --tx-file FILE Filepath of the transaction you intend to submit. + --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_transaction_txid.cli b/cardano-cli/test/cardano-cli-golden/files/golden/help/latest_transaction_txid.cli index efbda9f3c4..7ed80315d8 100644 --- a/cardano-cli/test/cardano-cli-golden/files/golden/help/latest_transaction_txid.cli +++ b/cardano-cli/test/cardano-cli-golden/files/golden/help/latest_transaction_txid.cli @@ -1,11 +1,11 @@ Usage: cardano-cli latest transaction txid - ( --tx-body-file FILE - | --tx-file FILE + ( --tx-body-file FILEPATH + | --tx-file FILEPATH ) Print a transaction identifier. Available options: - --tx-body-file FILE Input filepath of the JSON TxBody. - --tx-file FILE Input filepath of the JSON Tx. + --tx-body-file FILEPATH Input filepath of the JSON TxBody. + --tx-file FILEPATH Input filepath of the JSON Tx. -h,--help Show this help text diff --git a/cardano-cli/test/cardano-cli-golden/files/golden/help/latest_transaction_witness.cli b/cardano-cli/test/cardano-cli-golden/files/golden/help/latest_transaction_witness.cli index e6b829a4ea..91ce291243 100644 --- a/cardano-cli/test/cardano-cli-golden/files/golden/help/latest_transaction_witness.cli +++ b/cardano-cli/test/cardano-cli-golden/files/golden/help/latest_transaction_witness.cli @@ -1,20 +1,21 @@ -Usage: cardano-cli latest transaction witness --tx-body-file FILE - --signing-key-file FILE +Usage: cardano-cli latest transaction witness --tx-body-file FILEPATH + --signing-key-file FILEPATH [--address STRING] [ --mainnet | --testnet-magic NATURAL ] - --out-file FILE + --out-file FILEPATH Create a transaction witness Available options: - --tx-body-file FILE Input filepath of the JSON TxBody. - --signing-key-file FILE Input filepath of the signing key (one or more). + --tx-body-file FILEPATH Input filepath of the JSON TxBody. + --signing-key-file FILEPATH + Input filepath of the signing key (one or more). --address STRING Byron address (Base58-encoded). --mainnet Use the mainnet magic id. This overrides the CARDANO_NODE_NETWORK_ID environment variable --testnet-magic NATURAL Specify a testnet magic id. This overrides the CARDANO_NODE_NETWORK_ID environment variable - --out-file FILE The output file. + --out-file FILEPATH The output file. -h,--help Show this help text diff --git a/cardano-cli/test/cardano-cli-golden/files/golden/help/legacy_address_build.cli b/cardano-cli/test/cardano-cli-golden/files/golden/help/legacy_address_build.cli index dfef7b3250..6d04249bd4 100644 --- a/cardano-cli/test/cardano-cli-golden/files/golden/help/legacy_address_build.cli +++ b/cardano-cli/test/cardano-cli-golden/files/golden/help/legacy_address_build.cli @@ -1,36 +1,37 @@ Usage: cardano-cli legacy address build ( --payment-verification-key STRING - | --payment-verification-key-file FILE - | --payment-script-file FILE + | --payment-verification-key-file FILEPATH + | --payment-script-file FILEPATH ) [ --stake-verification-key STRING - | --stake-verification-key-file FILE + | --stake-verification-key-file FILEPATH | --stake-key-hash HASH - | --stake-script-file FILE + | --stake-script-file FILEPATH | --stake-address ADDRESS ] (--mainnet | --testnet-magic NATURAL) - [--out-file FILE] + [--out-file FILEPATH] Build a Shelley payment address, with optional delegation to a stake address. Available options: --payment-verification-key STRING Payment verification key (Bech32-encoded) - --payment-verification-key-file FILE + --payment-verification-key-file FILEPATH Filepath of the payment verification key. - --payment-script-file FILE + --payment-script-file FILEPATH Filepath of the payment script. --stake-verification-key STRING Stake verification key (Bech32 or hex-encoded). - --stake-verification-key-file FILE + --stake-verification-key-file FILEPATH Filepath of the staking verification key. --stake-key-hash HASH Stake verification key hash (hex-encoded). - --stake-script-file FILE Filepath of the staking script. + --stake-script-file FILEPATH + Filepath of the staking script. --stake-address ADDRESS Target stake address (bech32 format). --mainnet Use the mainnet magic id. This overrides the CARDANO_NODE_NETWORK_ID environment variable --testnet-magic NATURAL Specify a testnet magic id. This overrides the CARDANO_NODE_NETWORK_ID environment variable - --out-file FILE Optional output file. Default is to write to stdout. + --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/legacy_address_info.cli b/cardano-cli/test/cardano-cli-golden/files/golden/help/legacy_address_info.cli index 0d147ceda8..33407a597f 100644 --- a/cardano-cli/test/cardano-cli-golden/files/golden/help/legacy_address_info.cli +++ b/cardano-cli/test/cardano-cli-golden/files/golden/help/legacy_address_info.cli @@ -1,8 +1,8 @@ -Usage: cardano-cli legacy address info --address ADDRESS [--out-file FILE] +Usage: cardano-cli legacy address info --address ADDRESS [--out-file FILEPATH] Print information about an address. Available options: --address ADDRESS A Cardano address - --out-file FILE Optional output file. Default is to write to stdout. + --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/legacy_address_key-gen.cli b/cardano-cli/test/cardano-cli-golden/files/golden/help/legacy_address_key-gen.cli index 0d4ee42502..5e2382090f 100644 --- a/cardano-cli/test/cardano-cli-golden/files/golden/help/legacy_address_key-gen.cli +++ b/cardano-cli/test/cardano-cli-golden/files/golden/help/legacy_address_key-gen.cli @@ -3,8 +3,8 @@ Usage: cardano-cli legacy address key-gen [--key-output-format STRING] | --extended-key | --byron-key ] - --verification-key-file FILE - --signing-key-file FILE + --verification-key-file FILEPATH + --signing-key-file FILEPATH Create an address key pair. @@ -16,7 +16,8 @@ Available options: --normal-key Use a normal Shelley-era key (default). --extended-key Use an extended ed25519 Shelley-era key. --byron-key Use a Byron-era key. - --verification-key-file FILE + --verification-key-file FILEPATH Output filepath of the verification key. - --signing-key-file FILE Output filepath of the signing key. + --signing-key-file FILEPATH + Output filepath of the signing key. -h,--help Show this help text diff --git a/cardano-cli/test/cardano-cli-golden/files/golden/help/legacy_address_key-hash.cli b/cardano-cli/test/cardano-cli-golden/files/golden/help/legacy_address_key-hash.cli index b6667250e9..e7f1945a7b 100644 --- a/cardano-cli/test/cardano-cli-golden/files/golden/help/legacy_address_key-hash.cli +++ b/cardano-cli/test/cardano-cli-golden/files/golden/help/legacy_address_key-hash.cli @@ -1,15 +1,15 @@ Usage: cardano-cli legacy address key-hash ( --payment-verification-key STRING - | --payment-verification-key-file FILE + | --payment-verification-key-file FILEPATH ) - [--out-file FILE] + [--out-file FILEPATH] Print the hash of an address key. Available options: --payment-verification-key STRING Payment verification key (Bech32-encoded) - --payment-verification-key-file FILE + --payment-verification-key-file FILEPATH Filepath of the payment verification key. - --out-file FILE Optional output file. Default is to write to stdout. + --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/legacy_genesis_create-staked.cli b/cardano-cli/test/cardano-cli-golden/files/golden/help/legacy_genesis_create-staked.cli index 2ba2c88df2..7d4d03783f 100644 --- a/cardano-cli/test/cardano-cli-golden/files/golden/help/legacy_genesis_create-staked.cli +++ b/cardano-cli/test/cardano-cli-golden/files/golden/help/legacy_genesis_create-staked.cli @@ -21,7 +21,7 @@ Usage: cardano-cli legacy genesis create-staked [--bulk-pool-cred-files INT] [--bulk-pools-per-file INT] [--num-stuffed-utxo INT] - [--relay-specification-file FILE] + [--relay-specification-file FILEPATH] Create a staked Shelley genesis file from a genesis template and genesis/delegation/spending keys. @@ -71,6 +71,6 @@ Available options: sets [default is 0]. --num-stuffed-utxo INT The number of fake UTxO entries to generate [default is 0]. - --relay-specification-file FILE + --relay-specification-file FILEPATH JSON file specified the relays of each stake pool. -h,--help Show this help text diff --git a/cardano-cli/test/cardano-cli-golden/files/golden/help/legacy_genesis_get-ver-key.cli b/cardano-cli/test/cardano-cli-golden/files/golden/help/legacy_genesis_get-ver-key.cli index 0e5080de2d..bfe982f433 100644 --- a/cardano-cli/test/cardano-cli-golden/files/golden/help/legacy_genesis_get-ver-key.cli +++ b/cardano-cli/test/cardano-cli-golden/files/golden/help/legacy_genesis_get-ver-key.cli @@ -1,10 +1,11 @@ -Usage: cardano-cli legacy genesis get-ver-key --verification-key-file FILE - --signing-key-file FILE +Usage: cardano-cli legacy genesis get-ver-key --verification-key-file FILEPATH + --signing-key-file FILEPATH Derive the verification key from a signing key Available options: - --verification-key-file FILE + --verification-key-file FILEPATH Output filepath of the verification key. - --signing-key-file FILE Input filepath of the signing key. + --signing-key-file FILEPATH + Input filepath of the signing key. -h,--help Show this help text diff --git a/cardano-cli/test/cardano-cli-golden/files/golden/help/legacy_genesis_hash.cli b/cardano-cli/test/cardano-cli-golden/files/golden/help/legacy_genesis_hash.cli index 24335439ac..60e9614008 100644 --- a/cardano-cli/test/cardano-cli-golden/files/golden/help/legacy_genesis_hash.cli +++ b/cardano-cli/test/cardano-cli-golden/files/golden/help/legacy_genesis_hash.cli @@ -1,7 +1,7 @@ -Usage: cardano-cli legacy genesis hash --genesis FILE +Usage: cardano-cli legacy genesis hash --genesis FILEPATH Compute the hash of a genesis file Available options: - --genesis FILE The genesis file. + --genesis FILEPATH The genesis file. -h,--help Show this help text diff --git a/cardano-cli/test/cardano-cli-golden/files/golden/help/legacy_genesis_initial-addr.cli b/cardano-cli/test/cardano-cli-golden/files/golden/help/legacy_genesis_initial-addr.cli index f029ce3afb..d8ffa9363a 100644 --- a/cardano-cli/test/cardano-cli-golden/files/golden/help/legacy_genesis_initial-addr.cli +++ b/cardano-cli/test/cardano-cli-golden/files/golden/help/legacy_genesis_initial-addr.cli @@ -1,17 +1,17 @@ -Usage: cardano-cli legacy genesis initial-addr --verification-key-file FILE +Usage: cardano-cli legacy genesis initial-addr --verification-key-file FILEPATH ( --mainnet | --testnet-magic NATURAL ) - [--out-file FILE] + [--out-file FILEPATH] Get the address for an initial UTxO based on the verification key Available options: - --verification-key-file FILE + --verification-key-file FILEPATH Input filepath of the verification key. --mainnet Use the mainnet magic id. This overrides the CARDANO_NODE_NETWORK_ID environment variable --testnet-magic NATURAL Specify a testnet magic id. This overrides the CARDANO_NODE_NETWORK_ID environment variable - --out-file FILE Optional output file. Default is to write to stdout. + --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/legacy_genesis_initial-txin.cli b/cardano-cli/test/cardano-cli-golden/files/golden/help/legacy_genesis_initial-txin.cli index b054ad0608..ce798a7f38 100644 --- a/cardano-cli/test/cardano-cli-golden/files/golden/help/legacy_genesis_initial-txin.cli +++ b/cardano-cli/test/cardano-cli-golden/files/golden/help/legacy_genesis_initial-txin.cli @@ -1,17 +1,17 @@ -Usage: cardano-cli legacy genesis initial-txin --verification-key-file FILE +Usage: cardano-cli legacy genesis initial-txin --verification-key-file FILEPATH ( --mainnet | --testnet-magic NATURAL ) - [--out-file FILE] + [--out-file FILEPATH] Get the TxIn for an initial UTxO based on the verification key Available options: - --verification-key-file FILE + --verification-key-file FILEPATH Input filepath of the verification key. --mainnet Use the mainnet magic id. This overrides the CARDANO_NODE_NETWORK_ID environment variable --testnet-magic NATURAL Specify a testnet magic id. This overrides the CARDANO_NODE_NETWORK_ID environment variable - --out-file FILE Optional output file. Default is to write to stdout. + --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/legacy_genesis_key-gen-delegate.cli b/cardano-cli/test/cardano-cli-golden/files/golden/help/legacy_genesis_key-gen-delegate.cli index 69035f1c1c..924b889e34 100644 --- a/cardano-cli/test/cardano-cli-golden/files/golden/help/legacy_genesis_key-gen-delegate.cli +++ b/cardano-cli/test/cardano-cli-golden/files/golden/help/legacy_genesis_key-gen-delegate.cli @@ -1,14 +1,15 @@ -Usage: cardano-cli legacy genesis key-gen-delegate --verification-key-file FILE - --signing-key-file FILE - --operational-certificate-issue-counter-file FILE +Usage: cardano-cli legacy genesis key-gen-delegate --verification-key-file FILEPATH + --signing-key-file FILEPATH + --operational-certificate-issue-counter-file FILEPATH Create a Shelley genesis delegate key pair Available options: - --verification-key-file FILE + --verification-key-file FILEPATH Output filepath of the verification key. - --signing-key-file FILE Output filepath of the signing key. - --operational-certificate-issue-counter-file FILE + --signing-key-file FILEPATH + Output filepath of the signing key. + --operational-certificate-issue-counter-file FILEPATH The file with the issue counter for the operational certificate. -h,--help Show this help text diff --git a/cardano-cli/test/cardano-cli-golden/files/golden/help/legacy_genesis_key-gen-genesis.cli b/cardano-cli/test/cardano-cli-golden/files/golden/help/legacy_genesis_key-gen-genesis.cli index 9fc6f648ab..be2effd488 100644 --- a/cardano-cli/test/cardano-cli-golden/files/golden/help/legacy_genesis_key-gen-genesis.cli +++ b/cardano-cli/test/cardano-cli-golden/files/golden/help/legacy_genesis_key-gen-genesis.cli @@ -1,10 +1,11 @@ -Usage: cardano-cli legacy genesis key-gen-genesis --verification-key-file FILE - --signing-key-file FILE +Usage: cardano-cli legacy genesis key-gen-genesis --verification-key-file FILEPATH + --signing-key-file FILEPATH Create a Shelley genesis key pair Available options: - --verification-key-file FILE + --verification-key-file FILEPATH Output filepath of the verification key. - --signing-key-file FILE Output filepath of the signing key. + --signing-key-file FILEPATH + Output filepath of the signing key. -h,--help Show this help text diff --git a/cardano-cli/test/cardano-cli-golden/files/golden/help/legacy_genesis_key-gen-utxo.cli b/cardano-cli/test/cardano-cli-golden/files/golden/help/legacy_genesis_key-gen-utxo.cli index ead3c6f55e..c7c902a15e 100644 --- a/cardano-cli/test/cardano-cli-golden/files/golden/help/legacy_genesis_key-gen-utxo.cli +++ b/cardano-cli/test/cardano-cli-golden/files/golden/help/legacy_genesis_key-gen-utxo.cli @@ -1,10 +1,11 @@ -Usage: cardano-cli legacy genesis key-gen-utxo --verification-key-file FILE - --signing-key-file FILE +Usage: cardano-cli legacy genesis key-gen-utxo --verification-key-file FILEPATH + --signing-key-file FILEPATH Create a Shelley genesis UTxO key pair Available options: - --verification-key-file FILE + --verification-key-file FILEPATH Output filepath of the verification key. - --signing-key-file FILE Output filepath of the signing key. + --signing-key-file FILEPATH + Output filepath of the signing key. -h,--help Show this help text diff --git a/cardano-cli/test/cardano-cli-golden/files/golden/help/legacy_genesis_key-hash.cli b/cardano-cli/test/cardano-cli-golden/files/golden/help/legacy_genesis_key-hash.cli index 7a9bb60d6c..c7a1e260a3 100644 --- a/cardano-cli/test/cardano-cli-golden/files/golden/help/legacy_genesis_key-hash.cli +++ b/cardano-cli/test/cardano-cli-golden/files/golden/help/legacy_genesis_key-hash.cli @@ -1,8 +1,8 @@ -Usage: cardano-cli legacy genesis key-hash --verification-key-file FILE +Usage: cardano-cli legacy genesis key-hash --verification-key-file FILEPATH Print the identifier (hash) of a public key Available options: - --verification-key-file FILE + --verification-key-file FILEPATH Input filepath of the verification key. -h,--help Show this help text diff --git a/cardano-cli/test/cardano-cli-golden/files/golden/help/legacy_governance_answer-poll.cli b/cardano-cli/test/cardano-cli-golden/files/golden/help/legacy_governance_answer-poll.cli index 0c788de0f2..3e7921918e 100644 --- a/cardano-cli/test/cardano-cli-golden/files/golden/help/legacy_governance_answer-poll.cli +++ b/cardano-cli/test/cardano-cli-golden/files/golden/help/legacy_governance_answer-poll.cli @@ -1,12 +1,12 @@ -Usage: cardano-cli legacy governance answer-poll --poll-file FILE +Usage: cardano-cli legacy governance answer-poll --poll-file FILEPATH [--answer INT] - [--out-file FILE] + [--out-file FILEPATH] Answer an SPO poll Available options: - --poll-file FILE Filepath to the ongoing poll. + --poll-file FILEPATH Filepath to the ongoing poll. --answer INT The index of the chosen answer in the poll. Optional. Asked interactively if omitted. - --out-file FILE The output file. + --out-file FILEPATH The output file. -h,--help Show this help text diff --git a/cardano-cli/test/cardano-cli-golden/files/golden/help/legacy_governance_create-genesis-key-delegation-certificate.cli b/cardano-cli/test/cardano-cli-golden/files/golden/help/legacy_governance_create-genesis-key-delegation-certificate.cli index 8388f43f7c..dbeb66fecd 100644 --- a/cardano-cli/test/cardano-cli-golden/files/golden/help/legacy_governance_create-genesis-key-delegation-certificate.cli +++ b/cardano-cli/test/cardano-cli-golden/files/golden/help/legacy_governance_create-genesis-key-delegation-certificate.cli @@ -6,18 +6,18 @@ Usage: cardano-cli legacy governance create-genesis-key-delegation-certificate | --babbage-era ] ( --genesis-verification-key STRING - | --genesis-verification-key-file FILE + | --genesis-verification-key-file FILEPATH | --genesis-verification-key-hash STRING ) ( --genesis-delegate-verification-key STRING - | --genesis-delegate-verification-key-file FILE + | --genesis-delegate-verification-key-file FILEPATH | --genesis-delegate-verification-key-hash STRING ) ( --vrf-verification-key STRING - | --vrf-verification-key-file FILE + | --vrf-verification-key-file FILEPATH | --vrf-verification-key-hash STRING ) - --out-file FILE + --out-file FILEPATH Create a genesis key delegation certificate @@ -34,21 +34,21 @@ Available options: be removed in the future --genesis-verification-key STRING Genesis verification key (hex-encoded). - --genesis-verification-key-file FILE + --genesis-verification-key-file FILEPATH Filepath of the genesis verification key. --genesis-verification-key-hash STRING Genesis verification key hash (hex-encoded). --genesis-delegate-verification-key STRING Genesis delegate verification key (hex-encoded). - --genesis-delegate-verification-key-file FILE + --genesis-delegate-verification-key-file FILEPATH Filepath of the genesis delegate verification key. --genesis-delegate-verification-key-hash STRING Genesis delegate verification key hash (hex-encoded). --vrf-verification-key STRING VRF verification key (Bech32 or hex-encoded). - --vrf-verification-key-file FILE + --vrf-verification-key-file FILEPATH Filepath of the VRF verification key. --vrf-verification-key-hash STRING VRF verification key hash (hex-encoded). - --out-file FILE The output file. + --out-file FILEPATH The output file. -h,--help Show this help text diff --git a/cardano-cli/test/cardano-cli-golden/files/golden/help/legacy_governance_create-mir-certificate.cli b/cardano-cli/test/cardano-cli-golden/files/golden/help/legacy_governance_create-mir-certificate.cli index 02afe85179..a37df5df5b 100644 --- a/cardano-cli/test/cardano-cli-golden/files/golden/help/legacy_governance_create-mir-certificate.cli +++ b/cardano-cli/test/cardano-cli-golden/files/golden/help/legacy_governance_create-mir-certificate.cli @@ -10,7 +10,7 @@ Usage: cardano-cli legacy governance create-mir-certificate ) (--stake-address ADDRESS) (--reward LOVELACE) - --out-file FILE + --out-file FILEPATH | stake-addresses | transfer-to-treasury | transfer-to-rewards @@ -33,7 +33,7 @@ Available options: --treasury Use the treasury pot. --stake-address ADDRESS Target stake address (bech32 format). --reward LOVELACE The reward for the relevant reward account. - --out-file FILE The output file. + --out-file FILEPATH The output file. -h,--help Show this help text Available commands: diff --git a/cardano-cli/test/cardano-cli-golden/files/golden/help/legacy_governance_create-mir-certificate_stake-addresses.cli b/cardano-cli/test/cardano-cli-golden/files/golden/help/legacy_governance_create-mir-certificate_stake-addresses.cli index 21faaf69b9..7b7f946fdf 100644 --- a/cardano-cli/test/cardano-cli-golden/files/golden/help/legacy_governance_create-mir-certificate_stake-addresses.cli +++ b/cardano-cli/test/cardano-cli-golden/files/golden/help/legacy_governance_create-mir-certificate_stake-addresses.cli @@ -10,7 +10,7 @@ Usage: cardano-cli legacy governance create-mir-certificate stake-addresses ) (--stake-address ADDRESS) (--reward LOVELACE) - --out-file FILE + --out-file FILEPATH Create an MIR certificate to pay stake addresses @@ -29,5 +29,5 @@ Available options: --treasury Use the treasury pot. --stake-address ADDRESS Target stake address (bech32 format). --reward LOVELACE The reward for the relevant reward account. - --out-file FILE The output file. + --out-file FILEPATH The output file. -h,--help Show this help text diff --git a/cardano-cli/test/cardano-cli-golden/files/golden/help/legacy_governance_create-mir-certificate_transfer-to-rewards.cli b/cardano-cli/test/cardano-cli-golden/files/golden/help/legacy_governance_create-mir-certificate_transfer-to-rewards.cli index 6764c99dfe..9913b48c69 100644 --- a/cardano-cli/test/cardano-cli-golden/files/golden/help/legacy_governance_create-mir-certificate_transfer-to-rewards.cli +++ b/cardano-cli/test/cardano-cli-golden/files/golden/help/legacy_governance_create-mir-certificate_transfer-to-rewards.cli @@ -6,7 +6,7 @@ Usage: cardano-cli legacy governance create-mir-certificate transfer-to-rewards | --babbage-era ] --transfer LOVELACE - --out-file FILE + --out-file FILEPATH Create an MIR certificate to transfer from the treasury pot to the reserves pot @@ -23,5 +23,5 @@ Available options: --babbage-era Specify the Babbage era (default) - DEPRECATED - will be removed in the future --transfer LOVELACE The amount to transfer. - --out-file FILE The output file. + --out-file FILEPATH The output file. -h,--help Show this help text diff --git a/cardano-cli/test/cardano-cli-golden/files/golden/help/legacy_governance_create-mir-certificate_transfer-to-treasury.cli b/cardano-cli/test/cardano-cli-golden/files/golden/help/legacy_governance_create-mir-certificate_transfer-to-treasury.cli index ac571c6b34..b3b9b687ee 100644 --- a/cardano-cli/test/cardano-cli-golden/files/golden/help/legacy_governance_create-mir-certificate_transfer-to-treasury.cli +++ b/cardano-cli/test/cardano-cli-golden/files/golden/help/legacy_governance_create-mir-certificate_transfer-to-treasury.cli @@ -6,7 +6,7 @@ Usage: cardano-cli legacy governance create-mir-certificate transfer-to-treasury | --babbage-era ] --transfer LOVELACE - --out-file FILE + --out-file FILEPATH Create an MIR certificate to transfer from the reserves pot to the treasury pot @@ -23,5 +23,5 @@ Available options: --babbage-era Specify the Babbage era (default) - DEPRECATED - will be removed in the future --transfer LOVELACE The amount to transfer. - --out-file FILE The output file. + --out-file FILEPATH The output file. -h,--help Show this help text diff --git a/cardano-cli/test/cardano-cli-golden/files/golden/help/legacy_governance_create-poll.cli b/cardano-cli/test/cardano-cli-golden/files/golden/help/legacy_governance_create-poll.cli index 18a3e7f2b2..2bacb20048 100644 --- a/cardano-cli/test/cardano-cli-golden/files/golden/help/legacy_governance_create-poll.cli +++ b/cardano-cli/test/cardano-cli-golden/files/golden/help/legacy_governance_create-poll.cli @@ -1,7 +1,7 @@ Usage: cardano-cli legacy governance create-poll --question STRING (--answer STRING) [--nonce UINT] - --out-file FILE + --out-file FILEPATH Create an SPO poll @@ -10,5 +10,5 @@ Available options: --answer STRING A possible choice for the poll. The option is repeatable. --nonce UINT An (optional) nonce for non-replayability. - --out-file FILE The output file. + --out-file FILEPATH The output file. -h,--help Show this help text diff --git a/cardano-cli/test/cardano-cli-golden/files/golden/help/legacy_governance_create-update-proposal.cli b/cardano-cli/test/cardano-cli-golden/files/golden/help/legacy_governance_create-update-proposal.cli index b66c833b13..4ecbf10d0d 100644 --- a/cardano-cli/test/cardano-cli-golden/files/golden/help/legacy_governance_create-update-proposal.cli +++ b/cardano-cli/test/cardano-cli-golden/files/golden/help/legacy_governance_create-update-proposal.cli @@ -1,6 +1,6 @@ -Usage: cardano-cli legacy governance create-update-proposal --out-file FILE +Usage: cardano-cli legacy governance create-update-proposal --out-file FILEPATH --epoch NATURAL - (--genesis-verification-key-file FILE) + (--genesis-verification-key-file FILEPATH) [--protocol-major-version MAJOR --protocol-minor-version MINOR] [--decentralization-parameter RATIONAL] @@ -34,10 +34,10 @@ Usage: cardano-cli legacy governance create-update-proposal --out-file FILE Create an update proposal Available options: - --out-file FILE The output file. + --out-file FILEPATH The output file. --epoch NATURAL The epoch number in which the update proposal is valid. - --genesis-verification-key-file FILE + --genesis-verification-key-file FILEPATH Filepath of the genesis verification key. --protocol-major-version MAJOR Specify the major protocol version to fork into. An diff --git a/cardano-cli/test/cardano-cli-golden/files/golden/help/legacy_governance_verify-poll.cli b/cardano-cli/test/cardano-cli-golden/files/golden/help/legacy_governance_verify-poll.cli index 32671bada3..a51c694ce4 100644 --- a/cardano-cli/test/cardano-cli-golden/files/golden/help/legacy_governance_verify-poll.cli +++ b/cardano-cli/test/cardano-cli-golden/files/golden/help/legacy_governance_verify-poll.cli @@ -1,12 +1,12 @@ -Usage: cardano-cli legacy governance verify-poll --poll-file FILE - --tx-file FILE - [--out-file FILE] +Usage: cardano-cli legacy governance verify-poll --poll-file FILEPATH + --tx-file FILEPATH + [--out-file FILEPATH] Verify an answer to a given SPO poll Available options: - --poll-file FILE Filepath to the ongoing poll. - --tx-file FILE Filepath to the JSON TxBody or JSON Tx carrying a + --poll-file FILEPATH Filepath to the ongoing poll. + --tx-file FILEPATH Filepath to the JSON TxBody or JSON Tx carrying a valid poll answer. - --out-file FILE The output file. + --out-file FILEPATH The output file. -h,--help Show this help text diff --git a/cardano-cli/test/cardano-cli-golden/files/golden/help/legacy_key_convert-byron-genesis-vkey.cli b/cardano-cli/test/cardano-cli-golden/files/golden/help/legacy_key_convert-byron-genesis-vkey.cli index 6b61505964..ebda609038 100644 --- a/cardano-cli/test/cardano-cli-golden/files/golden/help/legacy_key_convert-byron-genesis-vkey.cli +++ b/cardano-cli/test/cardano-cli-golden/files/golden/help/legacy_key_convert-byron-genesis-vkey.cli @@ -1,5 +1,5 @@ Usage: cardano-cli legacy key convert-byron-genesis-vkey --byron-genesis-verification-key BASE64 - --out-file FILE + --out-file FILEPATH Convert a Base64-encoded Byron genesis verification key to a Shelley genesis verification key @@ -7,5 +7,5 @@ Usage: cardano-cli legacy key convert-byron-genesis-vkey --byron-genesis-verific Available options: --byron-genesis-verification-key BASE64 Base64 string for the Byron genesis verification key. - --out-file FILE The output file. + --out-file FILEPATH The output file. -h,--help Show this help text diff --git a/cardano-cli/test/cardano-cli-golden/files/golden/help/legacy_key_convert-byron-key.cli b/cardano-cli/test/cardano-cli-golden/files/golden/help/legacy_key_convert-byron-key.cli index 4d3bc31019..3d35c17992 100644 --- a/cardano-cli/test/cardano-cli-golden/files/golden/help/legacy_key_convert-byron-key.cli +++ b/cardano-cli/test/cardano-cli-golden/files/golden/help/legacy_key_convert-byron-key.cli @@ -6,10 +6,10 @@ Usage: cardano-cli legacy key convert-byron-key [--password TEXT] | --byron-genesis-delegate-key-type | --legacy-byron-genesis-delegate-key-type ) - ( --byron-signing-key-file FILE - | --byron-verification-key-file FILE + ( --byron-signing-key-file FILEPATH + | --byron-verification-key-file FILEPATH ) - --out-file FILE + --out-file FILEPATH Convert a Byron payment, genesis or genesis delegate key (signing or verification) to a corresponding Shelley-format key. @@ -27,9 +27,9 @@ Available options: --legacy-byron-genesis-delegate-key-type Use a Byron-era genesis delegate key, in legacy SL format. - --byron-signing-key-file FILE + --byron-signing-key-file FILEPATH Input filepath of the Byron-format signing key. - --byron-verification-key-file FILE + --byron-verification-key-file FILEPATH Input filepath of the Byron-format verification key. - --out-file FILE The output file. + --out-file FILEPATH The output file. -h,--help Show this help text diff --git a/cardano-cli/test/cardano-cli-golden/files/golden/help/legacy_key_convert-cardano-address-key.cli b/cardano-cli/test/cardano-cli-golden/files/golden/help/legacy_key_convert-cardano-address-key.cli index d4bb9cabc5..577bb69fd8 100644 --- a/cardano-cli/test/cardano-cli-golden/files/golden/help/legacy_key_convert-cardano-address-key.cli +++ b/cardano-cli/test/cardano-cli-golden/files/golden/help/legacy_key_convert-cardano-address-key.cli @@ -7,8 +7,8 @@ Usage: cardano-cli legacy key convert-cardano-address-key | --icarus-payment-key | --byron-payment-key ) - --signing-key-file FILE - --out-file FILE + --signing-key-file FILEPATH + --out-file FILEPATH Convert a cardano-address extended signing key to a corresponding Shelley-format key. @@ -23,6 +23,7 @@ Available options: Icarus style. --byron-payment-key Use a Byron-era extended payment key formatted in the deprecated Byron style. - --signing-key-file FILE Input filepath of the signing key. - --out-file FILE The output file. + --signing-key-file FILEPATH + Input filepath of the signing key. + --out-file FILEPATH The output file. -h,--help Show this help text diff --git a/cardano-cli/test/cardano-cli-golden/files/golden/help/legacy_key_convert-itn-bip32-key.cli b/cardano-cli/test/cardano-cli-golden/files/golden/help/legacy_key_convert-itn-bip32-key.cli index d68abbc5d7..dba7fb4da5 100644 --- a/cardano-cli/test/cardano-cli-golden/files/golden/help/legacy_key_convert-itn-bip32-key.cli +++ b/cardano-cli/test/cardano-cli-golden/files/golden/help/legacy_key_convert-itn-bip32-key.cli @@ -1,11 +1,11 @@ -Usage: cardano-cli legacy key convert-itn-bip32-key --itn-signing-key-file FILE - --out-file FILE +Usage: cardano-cli legacy key convert-itn-bip32-key --itn-signing-key-file FILEPATH + --out-file FILEPATH Convert an Incentivized Testnet (ITN) BIP32 (Ed25519Bip32) signing key to a corresponding Shelley stake signing key Available options: - --itn-signing-key-file FILE + --itn-signing-key-file FILEPATH Filepath of the ITN signing key. - --out-file FILE The output file. + --out-file FILEPATH The output file. -h,--help Show this help text diff --git a/cardano-cli/test/cardano-cli-golden/files/golden/help/legacy_key_convert-itn-extended-key.cli b/cardano-cli/test/cardano-cli-golden/files/golden/help/legacy_key_convert-itn-extended-key.cli index 57b7c00c1a..42fde31a57 100644 --- a/cardano-cli/test/cardano-cli-golden/files/golden/help/legacy_key_convert-itn-extended-key.cli +++ b/cardano-cli/test/cardano-cli-golden/files/golden/help/legacy_key_convert-itn-extended-key.cli @@ -1,11 +1,11 @@ -Usage: cardano-cli legacy key convert-itn-extended-key --itn-signing-key-file FILE - --out-file FILE +Usage: cardano-cli legacy key convert-itn-extended-key --itn-signing-key-file FILEPATH + --out-file FILEPATH Convert an Incentivized Testnet (ITN) extended (Ed25519Extended) signing key to a corresponding Shelley stake signing key Available options: - --itn-signing-key-file FILE + --itn-signing-key-file FILEPATH Filepath of the ITN signing key. - --out-file FILE The output file. + --out-file FILEPATH The output file. -h,--help Show this help text diff --git a/cardano-cli/test/cardano-cli-golden/files/golden/help/legacy_key_convert-itn-key.cli b/cardano-cli/test/cardano-cli-golden/files/golden/help/legacy_key_convert-itn-key.cli index 9621191a49..d9e02ece5f 100644 --- a/cardano-cli/test/cardano-cli-golden/files/golden/help/legacy_key_convert-itn-key.cli +++ b/cardano-cli/test/cardano-cli-golden/files/golden/help/legacy_key_convert-itn-key.cli @@ -1,16 +1,16 @@ Usage: cardano-cli legacy key convert-itn-key - ( --itn-signing-key-file FILE - | --itn-verification-key-file FILE + ( --itn-signing-key-file FILEPATH + | --itn-verification-key-file FILEPATH ) - --out-file FILE + --out-file FILEPATH Convert an Incentivized Testnet (ITN) non-extended (Ed25519) signing or verification key to a corresponding Shelley stake key Available options: - --itn-signing-key-file FILE + --itn-signing-key-file FILEPATH Filepath of the ITN signing key. - --itn-verification-key-file FILE + --itn-verification-key-file FILEPATH Filepath of the ITN verification key. - --out-file FILE The output file. + --out-file FILEPATH The output file. -h,--help Show this help text diff --git a/cardano-cli/test/cardano-cli-golden/files/golden/help/legacy_key_non-extended-key.cli b/cardano-cli/test/cardano-cli-golden/files/golden/help/legacy_key_non-extended-key.cli index dd6cecea40..f437456aff 100644 --- a/cardano-cli/test/cardano-cli-golden/files/golden/help/legacy_key_non-extended-key.cli +++ b/cardano-cli/test/cardano-cli-golden/files/golden/help/legacy_key_non-extended-key.cli @@ -1,12 +1,12 @@ -Usage: cardano-cli legacy key non-extended-key --extended-verification-key-file FILE - --verification-key-file FILE +Usage: cardano-cli legacy key non-extended-key --extended-verification-key-file FILEPATH + --verification-key-file FILEPATH Get a non-extended verification key from an extended verification key. This supports all extended key types. Available options: - --extended-verification-key-file FILE + --extended-verification-key-file FILEPATH Input filepath of the ed25519-bip32 verification key. - --verification-key-file FILE + --verification-key-file FILEPATH Output filepath of the verification key. -h,--help Show this help text diff --git a/cardano-cli/test/cardano-cli-golden/files/golden/help/legacy_key_verification-key.cli b/cardano-cli/test/cardano-cli-golden/files/golden/help/legacy_key_verification-key.cli index be331f6800..74f543a911 100644 --- a/cardano-cli/test/cardano-cli-golden/files/golden/help/legacy_key_verification-key.cli +++ b/cardano-cli/test/cardano-cli-golden/files/golden/help/legacy_key_verification-key.cli @@ -1,10 +1,11 @@ -Usage: cardano-cli legacy key verification-key --signing-key-file FILE - --verification-key-file FILE +Usage: cardano-cli legacy key verification-key --signing-key-file FILEPATH + --verification-key-file FILEPATH Get a verification key from a signing key. This supports all key types. Available options: - --signing-key-file FILE Input filepath of the signing key. - --verification-key-file FILE + --signing-key-file FILEPATH + Input filepath of the signing key. + --verification-key-file FILEPATH Output filepath of the verification key. -h,--help Show this help text diff --git a/cardano-cli/test/cardano-cli-golden/files/golden/help/legacy_node_issue-op-cert.cli b/cardano-cli/test/cardano-cli-golden/files/golden/help/legacy_node_issue-op-cert.cli index 237527df18..409fc720d6 100644 --- a/cardano-cli/test/cardano-cli-golden/files/golden/help/legacy_node_issue-op-cert.cli +++ b/cardano-cli/test/cardano-cli-golden/files/golden/help/legacy_node_issue-op-cert.cli @@ -1,24 +1,24 @@ Usage: cardano-cli legacy node issue-op-cert ( --kes-verification-key STRING - | --kes-verification-key-file FILE + | --kes-verification-key-file FILEPATH ) - --cold-signing-key-file FILE - --operational-certificate-issue-counter-file FILE + --cold-signing-key-file FILEPATH + --operational-certificate-issue-counter-file FILEPATH --kes-period NATURAL - --out-file FILE + --out-file FILEPATH Issue a node operational certificate Available options: --kes-verification-key STRING A Bech32 or hex-encoded hot KES verification key. - --kes-verification-key-file FILE + --kes-verification-key-file FILEPATH Filepath of the hot KES verification key. - --cold-signing-key-file FILE + --cold-signing-key-file FILEPATH Filepath of the cold signing key. - --operational-certificate-issue-counter-file FILE + --operational-certificate-issue-counter-file FILEPATH The file with the issue counter for the operational certificate. --kes-period NATURAL The start of the KES key validity period. - --out-file FILE The output file. + --out-file FILEPATH The output file. -h,--help Show this help text diff --git a/cardano-cli/test/cardano-cli-golden/files/golden/help/legacy_node_key-gen-KES.cli b/cardano-cli/test/cardano-cli-golden/files/golden/help/legacy_node_key-gen-KES.cli index 8a86375616..e3ab3b3fbb 100644 --- a/cardano-cli/test/cardano-cli-golden/files/golden/help/legacy_node_key-gen-KES.cli +++ b/cardano-cli/test/cardano-cli-golden/files/golden/help/legacy_node_key-gen-KES.cli @@ -1,6 +1,6 @@ Usage: cardano-cli legacy node key-gen-KES [--key-output-format STRING] - --verification-key-file FILE - --signing-key-file FILE + --verification-key-file FILEPATH + --signing-key-file FILEPATH Create a key pair for a node KES operational key @@ -9,7 +9,8 @@ Available options: Optional key output format. Accepted output formats are "text-envelope" and "bech32" (default is "text-envelope"). - --verification-key-file FILE + --verification-key-file FILEPATH Output filepath of the verification key. - --signing-key-file FILE Output filepath of the signing key. + --signing-key-file FILEPATH + Output filepath of the signing key. -h,--help Show this help text diff --git a/cardano-cli/test/cardano-cli-golden/files/golden/help/legacy_node_key-gen-VRF.cli b/cardano-cli/test/cardano-cli-golden/files/golden/help/legacy_node_key-gen-VRF.cli index 74bc6019fa..bceaa379e4 100644 --- a/cardano-cli/test/cardano-cli-golden/files/golden/help/legacy_node_key-gen-VRF.cli +++ b/cardano-cli/test/cardano-cli-golden/files/golden/help/legacy_node_key-gen-VRF.cli @@ -1,6 +1,6 @@ Usage: cardano-cli legacy node key-gen-VRF [--key-output-format STRING] - --verification-key-file FILE - --signing-key-file FILE + --verification-key-file FILEPATH + --signing-key-file FILEPATH Create a key pair for a node VRF operational key @@ -9,7 +9,8 @@ Available options: Optional key output format. Accepted output formats are "text-envelope" and "bech32" (default is "text-envelope"). - --verification-key-file FILE + --verification-key-file FILEPATH Output filepath of the verification key. - --signing-key-file FILE Output filepath of the signing key. + --signing-key-file FILEPATH + Output filepath of the signing key. -h,--help Show this help text diff --git a/cardano-cli/test/cardano-cli-golden/files/golden/help/legacy_node_key-gen.cli b/cardano-cli/test/cardano-cli-golden/files/golden/help/legacy_node_key-gen.cli index 8948517eb9..7d9c53612f 100644 --- a/cardano-cli/test/cardano-cli-golden/files/golden/help/legacy_node_key-gen.cli +++ b/cardano-cli/test/cardano-cli-golden/files/golden/help/legacy_node_key-gen.cli @@ -1,7 +1,7 @@ Usage: cardano-cli legacy node key-gen [--key-output-format STRING] - --cold-verification-key-file FILE - --cold-signing-key-file FILE - --operational-certificate-issue-counter-file FILE + --cold-verification-key-file FILEPATH + --cold-signing-key-file FILEPATH + --operational-certificate-issue-counter-file FILEPATH Create a key pair for a node operator's offline key and a new certificate issue counter @@ -11,11 +11,11 @@ Available options: Optional key output format. Accepted output formats are "text-envelope" and "bech32" (default is "text-envelope"). - --cold-verification-key-file FILE + --cold-verification-key-file FILEPATH Filepath of the cold verification key. - --cold-signing-key-file FILE + --cold-signing-key-file FILEPATH Filepath of the cold signing key. - --operational-certificate-issue-counter-file FILE + --operational-certificate-issue-counter-file FILEPATH The file with the issue counter for the operational certificate. -h,--help Show this help text diff --git a/cardano-cli/test/cardano-cli-golden/files/golden/help/legacy_node_key-hash-VRF.cli b/cardano-cli/test/cardano-cli-golden/files/golden/help/legacy_node_key-hash-VRF.cli index 63b115f709..74c2bf089a 100644 --- a/cardano-cli/test/cardano-cli-golden/files/golden/help/legacy_node_key-hash-VRF.cli +++ b/cardano-cli/test/cardano-cli-golden/files/golden/help/legacy_node_key-hash-VRF.cli @@ -1,15 +1,15 @@ Usage: cardano-cli legacy node key-hash-VRF ( --verification-key STRING - | --verification-key-file FILE + | --verification-key-file FILEPATH ) - [--out-file FILE] + [--out-file FILEPATH] Print hash of a node's operational VRF key. Available options: --verification-key STRING Verification key (Bech32 or hex-encoded). - --verification-key-file FILE + --verification-key-file FILEPATH Input filepath of the verification key. - --out-file FILE Optional output file. Default is to write to stdout. + --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/legacy_node_new-counter.cli b/cardano-cli/test/cardano-cli-golden/files/golden/help/legacy_node_new-counter.cli index ccf2cac645..c55646fa45 100644 --- a/cardano-cli/test/cardano-cli-golden/files/golden/help/legacy_node_new-counter.cli +++ b/cardano-cli/test/cardano-cli-golden/files/golden/help/legacy_node_new-counter.cli @@ -1,10 +1,10 @@ Usage: cardano-cli legacy node new-counter ( --stake-pool-verification-key STRING | --genesis-delegate-verification-key STRING - | --cold-verification-key-file FILE + | --cold-verification-key-file FILEPATH ) --counter-value INT - --operational-certificate-issue-counter-file FILE + --operational-certificate-issue-counter-file FILEPATH Create a new certificate issue counter @@ -13,10 +13,10 @@ Available options: Stake pool verification key (Bech32 or hex-encoded). --genesis-delegate-verification-key STRING Genesis delegate verification key (hex-encoded). - --cold-verification-key-file FILE + --cold-verification-key-file FILEPATH Filepath of the cold verification key. --counter-value INT The next certificate issue counter value to use. - --operational-certificate-issue-counter-file FILE + --operational-certificate-issue-counter-file FILEPATH The file with the issue counter for the operational certificate. -h,--help Show this help text diff --git a/cardano-cli/test/cardano-cli-golden/files/golden/help/legacy_query_kes-period-info.cli b/cardano-cli/test/cardano-cli-golden/files/golden/help/legacy_query_kes-period-info.cli index bd944fd737..5e7a19ef30 100644 --- a/cardano-cli/test/cardano-cli-golden/files/golden/help/legacy_query_kes-period-info.cli +++ b/cardano-cli/test/cardano-cli-golden/files/golden/help/legacy_query_kes-period-info.cli @@ -4,8 +4,8 @@ Usage: cardano-cli legacy query kes-period-info --socket-path SOCKET_PATH ( --mainnet | --testnet-magic NATURAL ) - --op-cert-file FILE - [--out-file FILE] + --op-cert-file FILEPATH + [--out-file FILEPATH] Get information about the current KES period and your node's operational certificate. @@ -24,6 +24,6 @@ Available options: CARDANO_NODE_NETWORK_ID environment variable --testnet-magic NATURAL Specify a testnet magic id. This overrides the CARDANO_NODE_NETWORK_ID environment variable - --op-cert-file FILE Filepath of the node's operational certificate. - --out-file FILE Optional output file. Default is to write to stdout. + --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/legacy_query_leadership-schedule.cli b/cardano-cli/test/cardano-cli-golden/files/golden/help/legacy_query_leadership-schedule.cli index ab642a6204..b86509ab05 100644 --- a/cardano-cli/test/cardano-cli-golden/files/golden/help/legacy_query_leadership-schedule.cli +++ b/cardano-cli/test/cardano-cli-golden/files/golden/help/legacy_query_leadership-schedule.cli @@ -4,17 +4,17 @@ Usage: cardano-cli legacy query leadership-schedule --socket-path SOCKET_PATH ( --mainnet | --testnet-magic NATURAL ) - --genesis FILE + --genesis FILEPATH ( --stake-pool-verification-key STRING - | --cold-verification-key-file FILE + | --cold-verification-key-file FILEPATH | --stake-pool-id STAKE_POOL_ID ) - --vrf-signing-key-file FILE + --vrf-signing-key-file FILEPATH (--current | --next) [ --output-json | --output-text ] - [--out-file FILE] + [--out-file FILEPATH] Get the slots the node is expected to mint a block in (advanced command) @@ -32,15 +32,15 @@ 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 - --genesis FILE Shelley genesis filepath + --genesis FILEPATH Shelley genesis filepath --stake-pool-verification-key STRING Stake pool verification key (Bech32 or hex-encoded). - --cold-verification-key-file FILE + --cold-verification-key-file FILEPATH Filepath of the stake pool verification key. --stake-pool-id STAKE_POOL_ID Stake pool ID/verification key hash (either Bech32-encoded or hex-encoded). - --vrf-signing-key-file FILE + --vrf-signing-key-file FILEPATH Input filepath of the VRF signing key. --current Get the leadership schedule for the current epoch. --next Get the leadership schedule for the following epoch. @@ -48,5 +48,5 @@ Available options: Default format when writing to a file --output-text Format leadership-schedule query output to TEXT. Default format when writing to stdout - --out-file FILE Optional output file. Default is to write to stdout. + --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/legacy_query_ledger-state.cli b/cardano-cli/test/cardano-cli-golden/files/golden/help/legacy_query_ledger-state.cli index 6a9a48d5ea..7c6cdeffae 100644 --- a/cardano-cli/test/cardano-cli-golden/files/golden/help/legacy_query_ledger-state.cli +++ b/cardano-cli/test/cardano-cli-golden/files/golden/help/legacy_query_ledger-state.cli @@ -4,7 +4,7 @@ Usage: cardano-cli legacy query ledger-state --socket-path SOCKET_PATH ( --mainnet | --testnet-magic NATURAL ) - [--out-file FILE] + [--out-file FILEPATH] Dump the current ledger state of the node (Ledger.NewEpochState -- advanced command) @@ -23,5 +23,5 @@ 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 - --out-file FILE Optional output file. Default is to write to stdout. + --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/legacy_query_pool-params.cli b/cardano-cli/test/cardano-cli-golden/files/golden/help/legacy_query_pool-params.cli index 174517858b..8c0bde6e6e 100644 --- a/cardano-cli/test/cardano-cli-golden/files/golden/help/legacy_query_pool-params.cli +++ b/cardano-cli/test/cardano-cli-golden/files/golden/help/legacy_query_pool-params.cli @@ -7,7 +7,7 @@ Usage: cardano-cli legacy query pool-params --socket-path SOCKET_PATH ( --all-stake-pools | (--stake-pool-id STAKE_POOL_ID) ) - [--out-file FILE] + [--out-file FILEPATH] DEPRECATED. Use query pool-state instead. Dump the pool parameters (Ledger.NewEpochState.esLState._delegationState._pState._pParams -- advanced @@ -31,5 +31,5 @@ Available options: --stake-pool-id STAKE_POOL_ID Stake pool ID/verification key hash (either Bech32-encoded or hex-encoded). - --out-file FILE Optional output file. Default is to write to stdout. + --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/legacy_query_pool-state.cli b/cardano-cli/test/cardano-cli-golden/files/golden/help/legacy_query_pool-state.cli index b4340053e1..a2620751c5 100644 --- a/cardano-cli/test/cardano-cli-golden/files/golden/help/legacy_query_pool-state.cli +++ b/cardano-cli/test/cardano-cli-golden/files/golden/help/legacy_query_pool-state.cli @@ -7,7 +7,7 @@ Usage: cardano-cli legacy query pool-state --socket-path SOCKET_PATH ( --all-stake-pools | (--stake-pool-id STAKE_POOL_ID) ) - [--out-file FILE] + [--out-file FILEPATH] Dump the pool state @@ -29,5 +29,5 @@ Available options: --stake-pool-id STAKE_POOL_ID Stake pool ID/verification key hash (either Bech32-encoded or hex-encoded). - --out-file FILE Optional output file. Default is to write to stdout. + --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/legacy_query_protocol-parameters.cli b/cardano-cli/test/cardano-cli-golden/files/golden/help/legacy_query_protocol-parameters.cli index 7483d9ed7f..0fa4bf6b16 100644 --- a/cardano-cli/test/cardano-cli-golden/files/golden/help/legacy_query_protocol-parameters.cli +++ b/cardano-cli/test/cardano-cli-golden/files/golden/help/legacy_query_protocol-parameters.cli @@ -4,7 +4,7 @@ Usage: cardano-cli legacy query protocol-parameters --socket-path SOCKET_PATH ( --mainnet | --testnet-magic NATURAL ) - [--out-file FILE] + [--out-file FILEPATH] Get the node's current protocol parameters @@ -22,5 +22,5 @@ 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 - --out-file FILE Optional output file. Default is to write to stdout. + --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/legacy_query_protocol-state.cli b/cardano-cli/test/cardano-cli-golden/files/golden/help/legacy_query_protocol-state.cli index 7f08eec607..141d187a60 100644 --- a/cardano-cli/test/cardano-cli-golden/files/golden/help/legacy_query_protocol-state.cli +++ b/cardano-cli/test/cardano-cli-golden/files/golden/help/legacy_query_protocol-state.cli @@ -4,7 +4,7 @@ Usage: cardano-cli legacy query protocol-state --socket-path SOCKET_PATH ( --mainnet | --testnet-magic NATURAL ) - [--out-file FILE] + [--out-file FILEPATH] Dump the current protocol state of the node (Ledger.ChainDepState -- advanced command) @@ -23,5 +23,5 @@ 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 - --out-file FILE Optional output file. Default is to write to stdout. + --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/legacy_query_stake-address-info.cli b/cardano-cli/test/cardano-cli-golden/files/golden/help/legacy_query_stake-address-info.cli index 4f8138529e..af4befd91f 100644 --- a/cardano-cli/test/cardano-cli-golden/files/golden/help/legacy_query_stake-address-info.cli +++ b/cardano-cli/test/cardano-cli-golden/files/golden/help/legacy_query_stake-address-info.cli @@ -5,7 +5,7 @@ Usage: cardano-cli legacy query stake-address-info --socket-path SOCKET_PATH ( --mainnet | --testnet-magic NATURAL ) - [--out-file FILE] + [--out-file FILEPATH] Get the current delegations and reward accounts filtered by stake address. @@ -24,5 +24,5 @@ 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 - --out-file FILE Optional output file. Default is to write to stdout. + --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/legacy_query_stake-distribution.cli b/cardano-cli/test/cardano-cli-golden/files/golden/help/legacy_query_stake-distribution.cli index 2e89acabf2..2494482cc3 100644 --- a/cardano-cli/test/cardano-cli-golden/files/golden/help/legacy_query_stake-distribution.cli +++ b/cardano-cli/test/cardano-cli-golden/files/golden/help/legacy_query_stake-distribution.cli @@ -7,7 +7,7 @@ Usage: cardano-cli legacy query stake-distribution --socket-path SOCKET_PATH [ --output-json | --output-text ] - [--out-file FILE] + [--out-file FILEPATH] Get the node's current aggregated stake distribution @@ -29,5 +29,5 @@ Available options: Default format when writing to a file --output-text Format stake-distribution query output to TEXT. Default format when writing to stdout - --out-file FILE Optional output file. Default is to write to stdout. + --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/legacy_query_stake-pools.cli b/cardano-cli/test/cardano-cli-golden/files/golden/help/legacy_query_stake-pools.cli index c47b70e98f..f874bb252d 100644 --- a/cardano-cli/test/cardano-cli-golden/files/golden/help/legacy_query_stake-pools.cli +++ b/cardano-cli/test/cardano-cli-golden/files/golden/help/legacy_query_stake-pools.cli @@ -5,7 +5,7 @@ Usage: cardano-cli legacy query stake-pools --socket-path SOCKET_PATH | --testnet-magic NATURAL ) [--output-json | --output-text] - [--out-file FILE] + [--out-file FILEPATH] Get the node's current set of stake pool ids @@ -27,5 +27,5 @@ Available options: format when writing to a file --output-text Format stake-pools query output to TEXT. Default format when writing to stdout - --out-file FILE Optional output file. Default is to write to stdout. + --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/legacy_query_stake-snapshot.cli b/cardano-cli/test/cardano-cli-golden/files/golden/help/legacy_query_stake-snapshot.cli index 756142e286..4920c20ff4 100644 --- a/cardano-cli/test/cardano-cli-golden/files/golden/help/legacy_query_stake-snapshot.cli +++ b/cardano-cli/test/cardano-cli-golden/files/golden/help/legacy_query_stake-snapshot.cli @@ -7,7 +7,7 @@ Usage: cardano-cli legacy query stake-snapshot --socket-path SOCKET_PATH ( --all-stake-pools | (--stake-pool-id STAKE_POOL_ID) ) - [--out-file FILE] + [--out-file FILEPATH] Obtain the three stake snapshots for a pool, plus the total active stake (advanced command) @@ -30,5 +30,5 @@ Available options: --stake-pool-id STAKE_POOL_ID Stake pool ID/verification key hash (either Bech32-encoded or hex-encoded). - --out-file FILE Optional output file. Default is to write to stdout. + --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/legacy_query_tip.cli b/cardano-cli/test/cardano-cli-golden/files/golden/help/legacy_query_tip.cli index 7676ee15cc..05528afd34 100644 --- a/cardano-cli/test/cardano-cli-golden/files/golden/help/legacy_query_tip.cli +++ b/cardano-cli/test/cardano-cli-golden/files/golden/help/legacy_query_tip.cli @@ -1,7 +1,7 @@ Usage: cardano-cli legacy query tip --socket-path SOCKET_PATH [--cardano-mode [--epoch-slots SLOTS]] (--mainnet | --testnet-magic NATURAL) - [--out-file FILE] + [--out-file FILEPATH] Get the node's current tip (slot no, hash, block no) @@ -19,5 +19,5 @@ 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 - --out-file FILE Optional output file. Default is to write to stdout. + --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/legacy_query_tx-mempool.cli b/cardano-cli/test/cardano-cli-golden/files/golden/help/legacy_query_tx-mempool.cli index 7c05dc1854..2fc954e14f 100644 --- a/cardano-cli/test/cardano-cli-golden/files/golden/help/legacy_query_tx-mempool.cli +++ b/cardano-cli/test/cardano-cli-golden/files/golden/help/legacy_query_tx-mempool.cli @@ -5,7 +5,7 @@ Usage: cardano-cli legacy query tx-mempool --socket-path SOCKET_PATH | --testnet-magic NATURAL ) (info | next-tx | tx-exists) - [--out-file FILE] + [--out-file FILEPATH] Local Mempool info @@ -23,7 +23,7 @@ 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 - --out-file FILE Optional output file. Default is to write to stdout. + --out-file FILEPATH Optional output file. Default is to write to stdout. -h,--help Show this help text Available commands: diff --git a/cardano-cli/test/cardano-cli-golden/files/golden/help/legacy_query_tx-mempool_info.cli b/cardano-cli/test/cardano-cli-golden/files/golden/help/legacy_query_tx-mempool_info.cli index 032bf01642..416fddeada 100644 --- a/cardano-cli/test/cardano-cli-golden/files/golden/help/legacy_query_tx-mempool_info.cli +++ b/cardano-cli/test/cardano-cli-golden/files/golden/help/legacy_query_tx-mempool_info.cli @@ -7,6 +7,6 @@ Usage: cardano-cli legacy query tx-mempool --socket-path SOCKET_PATH | --testnet-magic NATURAL ) (info | next-tx | tx-exists) - [--out-file FILE] + [--out-file FILEPATH] Local Mempool info diff --git a/cardano-cli/test/cardano-cli-golden/files/golden/help/legacy_query_tx-mempool_next-tx.cli b/cardano-cli/test/cardano-cli-golden/files/golden/help/legacy_query_tx-mempool_next-tx.cli index 032bf01642..416fddeada 100644 --- a/cardano-cli/test/cardano-cli-golden/files/golden/help/legacy_query_tx-mempool_next-tx.cli +++ b/cardano-cli/test/cardano-cli-golden/files/golden/help/legacy_query_tx-mempool_next-tx.cli @@ -7,6 +7,6 @@ Usage: cardano-cli legacy query tx-mempool --socket-path SOCKET_PATH | --testnet-magic NATURAL ) (info | next-tx | tx-exists) - [--out-file FILE] + [--out-file FILEPATH] Local Mempool info diff --git a/cardano-cli/test/cardano-cli-golden/files/golden/help/legacy_query_tx-mempool_tx-exists_TX_ID.cli b/cardano-cli/test/cardano-cli-golden/files/golden/help/legacy_query_tx-mempool_tx-exists_TX_ID.cli index 032bf01642..416fddeada 100644 --- a/cardano-cli/test/cardano-cli-golden/files/golden/help/legacy_query_tx-mempool_tx-exists_TX_ID.cli +++ b/cardano-cli/test/cardano-cli-golden/files/golden/help/legacy_query_tx-mempool_tx-exists_TX_ID.cli @@ -7,6 +7,6 @@ Usage: cardano-cli legacy query tx-mempool --socket-path SOCKET_PATH | --testnet-magic NATURAL ) (info | next-tx | tx-exists) - [--out-file FILE] + [--out-file FILEPATH] Local Mempool info diff --git a/cardano-cli/test/cardano-cli-golden/files/golden/help/legacy_query_utxo.cli b/cardano-cli/test/cardano-cli-golden/files/golden/help/legacy_query_utxo.cli index 1204fc19ec..5646a5b4ea 100644 --- a/cardano-cli/test/cardano-cli-golden/files/golden/help/legacy_query_utxo.cli +++ b/cardano-cli/test/cardano-cli-golden/files/golden/help/legacy_query_utxo.cli @@ -6,7 +6,7 @@ Usage: cardano-cli legacy query utxo --socket-path SOCKET_PATH ) (--mainnet | --testnet-magic NATURAL) [--output-json | --output-text] - [--out-file FILE] + [--out-file FILEPATH] Get a portion of the current UTxO: by tx in, by address or the whole. @@ -32,5 +32,5 @@ Available options: writing to a file --output-text Format utxo query output to TEXT. Default format when writing to stdout - --out-file FILE Optional output file. Default is to write to stdout. + --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/legacy_stake-address_build.cli b/cardano-cli/test/cardano-cli-golden/files/golden/help/legacy_stake-address_build.cli index cfa4ad42c0..616343120a 100644 --- a/cardano-cli/test/cardano-cli-golden/files/golden/help/legacy_stake-address_build.cli +++ b/cardano-cli/test/cardano-cli-golden/files/golden/help/legacy_stake-address_build.cli @@ -1,26 +1,27 @@ Usage: cardano-cli legacy stake-address build ( --stake-verification-key STRING - | --stake-verification-key-file FILE + | --stake-verification-key-file FILEPATH | --stake-key-hash HASH - | --stake-script-file FILE + | --stake-script-file FILEPATH ) ( --mainnet | --testnet-magic NATURAL ) - [--out-file FILE] + [--out-file FILEPATH] Build a stake address Available options: --stake-verification-key STRING Stake verification key (Bech32 or hex-encoded). - --stake-verification-key-file FILE + --stake-verification-key-file FILEPATH Filepath of the staking verification key. --stake-key-hash HASH Stake verification key hash (hex-encoded). - --stake-script-file FILE Filepath of the staking script. + --stake-script-file FILEPATH + Filepath of the staking script. --mainnet Use the mainnet magic id. This overrides the CARDANO_NODE_NETWORK_ID environment variable --testnet-magic NATURAL Specify a testnet magic id. This overrides the CARDANO_NODE_NETWORK_ID environment variable - --out-file FILE Optional output file. Default is to write to stdout. + --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/legacy_stake-address_delegation-certificate.cli b/cardano-cli/test/cardano-cli-golden/files/golden/help/legacy_stake-address_delegation-certificate.cli index f6c7281e52..9a4cc7cedf 100644 --- a/cardano-cli/test/cardano-cli-golden/files/golden/help/legacy_stake-address_delegation-certificate.cli +++ b/cardano-cli/test/cardano-cli-golden/files/golden/help/legacy_stake-address_delegation-certificate.cli @@ -7,16 +7,16 @@ Usage: cardano-cli legacy stake-address delegation-certificate | --conway-era ] ( --stake-verification-key STRING - | --stake-verification-key-file FILE + | --stake-verification-key-file FILEPATH | --stake-key-hash HASH - | --stake-script-file FILE + | --stake-script-file FILEPATH | --stake-address ADDRESS ) ( --stake-pool-verification-key STRING - | --cold-verification-key-file FILE + | --cold-verification-key-file FILEPATH | --stake-pool-id STAKE_POOL_ID ) - --out-file FILE + --out-file FILEPATH Create a stake address pool delegation certificate @@ -34,17 +34,18 @@ Available options: --conway-era Specify the Conway era --stake-verification-key STRING Stake verification key (Bech32 or hex-encoded). - --stake-verification-key-file FILE + --stake-verification-key-file FILEPATH Filepath of the staking verification key. --stake-key-hash HASH Stake verification key hash (hex-encoded). - --stake-script-file FILE Filepath of the staking script. + --stake-script-file FILEPATH + Filepath of the staking script. --stake-address ADDRESS Target stake address (bech32 format). --stake-pool-verification-key STRING Stake pool verification key (Bech32 or hex-encoded). - --cold-verification-key-file FILE + --cold-verification-key-file FILEPATH Filepath of the stake pool verification key. --stake-pool-id STAKE_POOL_ID Stake pool ID/verification key hash (either Bech32-encoded or hex-encoded). - --out-file FILE The output file. + --out-file FILEPATH The output file. -h,--help Show this help text diff --git a/cardano-cli/test/cardano-cli-golden/files/golden/help/legacy_stake-address_deregistration-certificate.cli b/cardano-cli/test/cardano-cli-golden/files/golden/help/legacy_stake-address_deregistration-certificate.cli index 0901b22c6e..b2d603ee73 100644 --- a/cardano-cli/test/cardano-cli-golden/files/golden/help/legacy_stake-address_deregistration-certificate.cli +++ b/cardano-cli/test/cardano-cli-golden/files/golden/help/legacy_stake-address_deregistration-certificate.cli @@ -7,13 +7,13 @@ Usage: cardano-cli legacy stake-address deregistration-certificate | --conway-era ] ( --stake-verification-key STRING - | --stake-verification-key-file FILE + | --stake-verification-key-file FILEPATH | --stake-key-hash HASH - | --stake-script-file FILE + | --stake-script-file FILEPATH | --stake-address ADDRESS ) [--key-reg-deposit-amt NATURAL] - --out-file FILE + --out-file FILEPATH Create a stake address deregistration certificate @@ -31,12 +31,13 @@ Available options: --conway-era Specify the Conway era --stake-verification-key STRING Stake verification key (Bech32 or hex-encoded). - --stake-verification-key-file FILE + --stake-verification-key-file FILEPATH Filepath of the staking verification key. --stake-key-hash HASH Stake verification key hash (hex-encoded). - --stake-script-file FILE Filepath of the staking script. + --stake-script-file FILEPATH + Filepath of the staking script. --stake-address ADDRESS Target stake address (bech32 format). --key-reg-deposit-amt NATURAL Key registration deposit amount. - --out-file FILE The output file. + --out-file FILEPATH The output file. -h,--help Show this help text diff --git a/cardano-cli/test/cardano-cli-golden/files/golden/help/legacy_stake-address_key-gen.cli b/cardano-cli/test/cardano-cli-golden/files/golden/help/legacy_stake-address_key-gen.cli index 4dc851f2ed..71e3b8aeeb 100644 --- a/cardano-cli/test/cardano-cli-golden/files/golden/help/legacy_stake-address_key-gen.cli +++ b/cardano-cli/test/cardano-cli-golden/files/golden/help/legacy_stake-address_key-gen.cli @@ -1,6 +1,6 @@ Usage: cardano-cli legacy stake-address key-gen [--key-output-format STRING] - --verification-key-file FILE - --signing-key-file FILE + --verification-key-file FILEPATH + --signing-key-file FILEPATH Create a stake address key pair @@ -9,7 +9,8 @@ Available options: Optional key output format. Accepted output formats are "text-envelope" and "bech32" (default is "text-envelope"). - --verification-key-file FILE + --verification-key-file FILEPATH Output filepath of the verification key. - --signing-key-file FILE Output filepath of the signing key. + --signing-key-file FILEPATH + Output filepath of the signing key. -h,--help Show this help text diff --git a/cardano-cli/test/cardano-cli-golden/files/golden/help/legacy_stake-address_key-hash.cli b/cardano-cli/test/cardano-cli-golden/files/golden/help/legacy_stake-address_key-hash.cli index 776dd07c34..ef22bafe5e 100644 --- a/cardano-cli/test/cardano-cli-golden/files/golden/help/legacy_stake-address_key-hash.cli +++ b/cardano-cli/test/cardano-cli-golden/files/golden/help/legacy_stake-address_key-hash.cli @@ -1,15 +1,15 @@ Usage: cardano-cli legacy stake-address key-hash ( --stake-verification-key STRING - | --stake-verification-key-file FILE + | --stake-verification-key-file FILEPATH ) - [--out-file FILE] + [--out-file FILEPATH] Print the hash of a stake address key. Available options: --stake-verification-key STRING Stake verification key (Bech32 or hex-encoded). - --stake-verification-key-file FILE + --stake-verification-key-file FILEPATH Filepath of the staking verification key. - --out-file FILE Optional output file. Default is to write to stdout. + --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/legacy_stake-address_registration-certificate.cli b/cardano-cli/test/cardano-cli-golden/files/golden/help/legacy_stake-address_registration-certificate.cli index 2426f02ed8..717af0958f 100644 --- a/cardano-cli/test/cardano-cli-golden/files/golden/help/legacy_stake-address_registration-certificate.cli +++ b/cardano-cli/test/cardano-cli-golden/files/golden/help/legacy_stake-address_registration-certificate.cli @@ -7,13 +7,13 @@ Usage: cardano-cli legacy stake-address registration-certificate | --conway-era ] ( --stake-verification-key STRING - | --stake-verification-key-file FILE + | --stake-verification-key-file FILEPATH | --stake-key-hash HASH - | --stake-script-file FILE + | --stake-script-file FILEPATH | --stake-address ADDRESS ) [--key-reg-deposit-amt NATURAL] - --out-file FILE + --out-file FILEPATH Create a stake address registration certificate @@ -31,12 +31,13 @@ Available options: --conway-era Specify the Conway era --stake-verification-key STRING Stake verification key (Bech32 or hex-encoded). - --stake-verification-key-file FILE + --stake-verification-key-file FILEPATH Filepath of the staking verification key. --stake-key-hash HASH Stake verification key hash (hex-encoded). - --stake-script-file FILE Filepath of the staking script. + --stake-script-file FILEPATH + Filepath of the staking script. --stake-address ADDRESS Target stake address (bech32 format). --key-reg-deposit-amt NATURAL Key registration deposit amount. - --out-file FILE The output file. + --out-file FILEPATH The output file. -h,--help Show this help text diff --git a/cardano-cli/test/cardano-cli-golden/files/golden/help/legacy_stake-pool_deregistration-certificate.cli b/cardano-cli/test/cardano-cli-golden/files/golden/help/legacy_stake-pool_deregistration-certificate.cli index 5aa66ec360..6e33b843fd 100644 --- a/cardano-cli/test/cardano-cli-golden/files/golden/help/legacy_stake-pool_deregistration-certificate.cli +++ b/cardano-cli/test/cardano-cli-golden/files/golden/help/legacy_stake-pool_deregistration-certificate.cli @@ -7,10 +7,10 @@ Usage: cardano-cli legacy stake-pool deregistration-certificate | --conway-era ] ( --stake-pool-verification-key STRING - | --cold-verification-key-file FILE + | --cold-verification-key-file FILEPATH ) --epoch NATURAL - --out-file FILE + --out-file FILEPATH Create a stake pool deregistration certificate @@ -28,8 +28,8 @@ Available options: --conway-era Specify the Conway era --stake-pool-verification-key STRING Stake pool verification key (Bech32 or hex-encoded). - --cold-verification-key-file FILE + --cold-verification-key-file FILEPATH Filepath of the stake pool verification key. --epoch NATURAL The epoch number. - --out-file FILE The output file. + --out-file FILEPATH The output file. -h,--help Show this help text diff --git a/cardano-cli/test/cardano-cli-golden/files/golden/help/legacy_stake-pool_id.cli b/cardano-cli/test/cardano-cli-golden/files/golden/help/legacy_stake-pool_id.cli index 0a78702c7a..6d3929c93c 100644 --- a/cardano-cli/test/cardano-cli-golden/files/golden/help/legacy_stake-pool_id.cli +++ b/cardano-cli/test/cardano-cli-golden/files/golden/help/legacy_stake-pool_id.cli @@ -1,18 +1,18 @@ Usage: cardano-cli legacy stake-pool id ( --stake-pool-verification-key STRING - | --cold-verification-key-file FILE + | --cold-verification-key-file FILEPATH ) [--output-format STRING] - [--out-file FILE] + [--out-file FILEPATH] Build pool id from the offline key Available options: --stake-pool-verification-key STRING Stake pool verification key (Bech32 or hex-encoded). - --cold-verification-key-file FILE + --cold-verification-key-file FILEPATH Filepath of the stake pool verification key. --output-format STRING Optional pool id output format. Accepted output formats are "hex" and "bech32" (default is "bech32"). - --out-file FILE Optional output file. Default is to write to stdout. + --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/legacy_stake-pool_metadata-hash.cli b/cardano-cli/test/cardano-cli-golden/files/golden/help/legacy_stake-pool_metadata-hash.cli index 19e17d2b75..8a215aeb56 100644 --- a/cardano-cli/test/cardano-cli-golden/files/golden/help/legacy_stake-pool_metadata-hash.cli +++ b/cardano-cli/test/cardano-cli-golden/files/golden/help/legacy_stake-pool_metadata-hash.cli @@ -1,10 +1,10 @@ -Usage: cardano-cli legacy stake-pool metadata-hash --pool-metadata-file FILE - [--out-file FILE] +Usage: cardano-cli legacy stake-pool metadata-hash --pool-metadata-file FILEPATH + [--out-file FILEPATH] Print the hash of pool metadata. Available options: - --pool-metadata-file FILE + --pool-metadata-file FILEPATH Filepath of the pool metadata. - --out-file FILE Optional output file. Default is to write to stdout. + --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/legacy_stake-pool_registration-certificate.cli b/cardano-cli/test/cardano-cli-golden/files/golden/help/legacy_stake-pool_registration-certificate.cli index 5f491e8201..2353b60ec3 100644 --- a/cardano-cli/test/cardano-cli-golden/files/golden/help/legacy_stake-pool_registration-certificate.cli +++ b/cardano-cli/test/cardano-cli-golden/files/golden/help/legacy_stake-pool_registration-certificate.cli @@ -7,19 +7,19 @@ Usage: cardano-cli legacy stake-pool registration-certificate | --conway-era ] ( --stake-pool-verification-key STRING - | --cold-verification-key-file FILE + | --cold-verification-key-file FILEPATH ) ( --vrf-verification-key STRING - | --vrf-verification-key-file FILE + | --vrf-verification-key-file FILEPATH ) --pool-pledge LOVELACE --pool-cost LOVELACE --pool-margin RATIONAL ( --pool-reward-account-verification-key STRING - | --pool-reward-account-verification-key-file FILE + | --pool-reward-account-verification-key-file FILEPATH ) ( --pool-owner-verification-key STRING - | --pool-owner-stake-verification-key-file FILE + | --pool-owner-stake-verification-key-file FILEPATH ) [ [--pool-relay-ipv4 STRING] [--pool-relay-ipv6 STRING] @@ -33,7 +33,7 @@ Usage: cardano-cli legacy stake-pool registration-certificate ( --mainnet | --testnet-magic NATURAL ) - --out-file FILE + --out-file FILEPATH Create a stake pool registration certificate @@ -51,11 +51,11 @@ Available options: --conway-era Specify the Conway era --stake-pool-verification-key STRING Stake pool verification key (Bech32 or hex-encoded). - --cold-verification-key-file FILE + --cold-verification-key-file FILEPATH Filepath of the stake pool verification key. --vrf-verification-key STRING VRF verification key (Bech32 or hex-encoded). - --vrf-verification-key-file FILE + --vrf-verification-key-file FILEPATH Filepath of the VRF verification key. --pool-pledge LOVELACE The stake pool's pledge. --pool-cost LOVELACE The stake pool's cost. @@ -63,13 +63,13 @@ Available options: --pool-reward-account-verification-key STRING Reward account stake verification key (Bech32 or hex-encoded). - --pool-reward-account-verification-key-file FILE + --pool-reward-account-verification-key-file FILEPATH Filepath of the reward account stake verification key. --pool-owner-verification-key STRING Pool owner stake verification key (Bech32 or hex-encoded). - --pool-owner-stake-verification-key-file FILE + --pool-owner-stake-verification-key-file FILEPATH Filepath of the pool owner stake verification key. --pool-relay-ipv4 STRING The stake pool relay's IPv4 address --pool-relay-ipv6 STRING The stake pool relay's IPv6 address @@ -87,5 +87,5 @@ 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 - --out-file FILE The output file. + --out-file FILEPATH The output file. -h,--help Show this help text diff --git a/cardano-cli/test/cardano-cli-golden/files/golden/help/legacy_text-view_decode-cbor.cli b/cardano-cli/test/cardano-cli-golden/files/golden/help/legacy_text-view_decode-cbor.cli index 3a3e42fefc..fe0f5a1624 100644 --- a/cardano-cli/test/cardano-cli-golden/files/golden/help/legacy_text-view_decode-cbor.cli +++ b/cardano-cli/test/cardano-cli-golden/files/golden/help/legacy_text-view_decode-cbor.cli @@ -1,8 +1,9 @@ -Usage: cardano-cli legacy text-view decode-cbor --in-file FILE [--out-file FILE] +Usage: cardano-cli legacy text-view decode-cbor --in-file FILEPATH + [--out-file FILEPATH] Print a TextView file as decoded CBOR. Available options: - --in-file FILE CBOR input file. - --out-file FILE Optional output file. Default is to write to stdout. + --in-file FILEPATH CBOR input file. + --out-file FILEPATH Optional output file. Default is to write to stdout. -h,--help Show this help text diff --git a/cardano-cli/test/cardano-cli-golden/files/golden/help/legacy_transaction_assemble.cli b/cardano-cli/test/cardano-cli-golden/files/golden/help/legacy_transaction_assemble.cli index 9aedf350cb..33e3cf92e5 100644 --- a/cardano-cli/test/cardano-cli-golden/files/golden/help/legacy_transaction_assemble.cli +++ b/cardano-cli/test/cardano-cli-golden/files/golden/help/legacy_transaction_assemble.cli @@ -1,11 +1,11 @@ -Usage: cardano-cli legacy transaction assemble --tx-body-file FILE - [--witness-file FILE] - --out-file FILE +Usage: cardano-cli legacy transaction assemble --tx-body-file FILEPATH + [--witness-file FILEPATH] + --out-file FILEPATH Assemble a tx body and witness(es) to form a transaction Available options: - --tx-body-file FILE Input filepath of the JSON TxBody. - --witness-file FILE Filepath of the witness - --out-file FILE The output file. + --tx-body-file FILEPATH Input filepath of the JSON TxBody. + --witness-file FILEPATH Filepath of the witness + --out-file FILEPATH The output file. -h,--help Show this help text diff --git a/cardano-cli/test/cardano-cli-golden/files/golden/help/legacy_transaction_build-raw.cli b/cardano-cli/test/cardano-cli-golden/files/golden/help/legacy_transaction_build-raw.cli index 52d89f0e93..8327729c70 100644 --- a/cardano-cli/test/cardano-cli-golden/files/golden/help/legacy_transaction_build-raw.cli +++ b/cardano-cli/test/cardano-cli-golden/files/golden/help/legacy_transaction_build-raw.cli @@ -25,7 +25,7 @@ Usage: cardano-cli legacy transaction build-raw ) --spending-reference-tx-in-execution-units (INT, INT) | --simple-script-tx-in-reference TX-IN - | --tx-in-script-file FILE + | --tx-in-script-file FILEPATH [ [ --tx-in-datum-cbor-file CBOR_FILE | --tx-in-datum-file JSON_FILE @@ -42,7 +42,7 @@ Usage: cardano-cli legacy transaction build-raw [--tx-in-collateral TX-IN] [--tx-out-return-collateral ADDRESS VALUE] [--tx-total-collateral INTEGER] - [ --required-signer FILE + [ --required-signer FILEPATH | --required-signer-hash HASH ] [--tx-out ADDRESS VALUE @@ -57,9 +57,9 @@ Usage: cardano-cli legacy transaction build-raw | --tx-out-inline-datum-file JSON_FILE | --tx-out-inline-datum-value JSON_VALUE ] - [--tx-out-reference-script-file FILE]] + [--tx-out-reference-script-file FILEPATH]] [--mint VALUE - ( --mint-script-file FILE + ( --mint-script-file FILEPATH [ ( --mint-redeemer-cbor-file CBOR_FILE | --mint-redeemer-file JSON_FILE @@ -82,8 +82,8 @@ Usage: cardano-cli legacy transaction build-raw [--invalid-before SLOT] [--invalid-hereafter SLOT] --fee LOVELACE - [--certificate-file FILE - [ --certificate-script-file FILE + [--certificate-file FILEPATH + [ --certificate-script-file FILEPATH [ ( --certificate-redeemer-cbor-file CBOR_FILE | --certificate-redeemer-file JSON_FILE @@ -101,7 +101,7 @@ Usage: cardano-cli legacy transaction build-raw --certificate-reference-tx-in-execution-units (INT, INT) ]] [--withdrawal WITHDRAWAL - [ --withdrawal-script-file FILE + [ --withdrawal-script-file FILEPATH [ ( --withdrawal-redeemer-cbor-file CBOR_FILE | --withdrawal-redeemer-file JSON_FILE @@ -121,13 +121,13 @@ Usage: cardano-cli legacy transaction build-raw [ --json-metadata-no-schema | --json-metadata-detailed-schema ] - [--auxiliary-script-file FILE] - [ --metadata-json-file FILE - | --metadata-cbor-file FILE + [--auxiliary-script-file FILEPATH] + [ --metadata-json-file FILEPATH + | --metadata-cbor-file FILEPATH ] - [--protocol-params-file FILE] - [--update-proposal-file FILE] - --out-file FILE + [--protocol-params-file FILEPATH] + [--update-proposal-file FILEPATH] + --out-file FILEPATH Build a transaction (low-level, inconvenient) @@ -185,7 +185,8 @@ Available options: --simple-script-tx-in-reference TX-IN TxId#TxIx - Specify a reference input. The reference input must have a simple reference script attached. - --tx-in-script-file FILE The file containing the script to witness the + --tx-in-script-file FILEPATH + The file containing the script to witness the spending of the transaction input. --tx-in-datum-cbor-file CBOR_FILE The script datum file. The file has to be in CBOR @@ -228,7 +229,8 @@ Available options: as fees in the event of a Plutus script failure. Must be used in conjuction with "--tx-out-return-collateral". - --required-signer FILE Input filepath of the signing key (zero or more) + --required-signer FILEPATH + Input filepath of the signing key (zero or more) whose signature is required. --required-signer-hash HASH Hash of the verification key (zero or more) whose @@ -277,11 +279,12 @@ Available options: inline datum, given here. There is no schema: (almost) any JSON value is supported, including top-level strings and numbers. - --tx-out-reference-script-file FILE + --tx-out-reference-script-file FILEPATH Reference script input file. --mint VALUE Mint multi-asset value(s) with the multi-asset cli syntax. You must specify a script witness. - --mint-script-file FILE The file containing the script to witness the minting + --mint-script-file FILEPATH + The file containing the script to witness the minting of assets for a particular policy Id. --mint-redeemer-cbor-file CBOR_FILE The script redeemer file. The file has to be in CBOR @@ -320,11 +323,12 @@ Available options: --invalid-before SLOT Time that transaction is valid from (in slots). --invalid-hereafter SLOT Time that transaction is valid until (in slots). --fee LOVELACE The fee amount in Lovelace. - --certificate-file FILE Filepath of the certificate. This encompasses all + --certificate-file FILEPATH + Filepath of the certificate. This encompasses all types of certificates (stake pool certificates, stake key certificates etc). Optionally specify a script witness. - --certificate-script-file FILE + --certificate-script-file FILEPATH The file containing the script to witness the use of the certificate. --certificate-redeemer-cbor-file CBOR_FILE @@ -362,7 +366,7 @@ Available options: StakeAddress is the Bech32-encoded stake address followed by the amount in Lovelace. Optionally specify a script witness. - --withdrawal-script-file FILE + --withdrawal-script-file FILEPATH The file containing the script to witness the withdrawal of rewards. --withdrawal-redeemer-cbor-file CBOR_FILE @@ -402,15 +406,15 @@ Available options: --json-metadata-detailed-schema Use the "detailed schema" conversion from JSON to tx metadata. - --auxiliary-script-file FILE + --auxiliary-script-file FILEPATH Filepath of auxiliary script(s) - --metadata-json-file FILE + --metadata-json-file FILEPATH Filepath of the metadata file, in JSON format. - --metadata-cbor-file FILE + --metadata-cbor-file FILEPATH Filepath of the metadata, in raw CBOR format. - --protocol-params-file FILE + --protocol-params-file FILEPATH Filepath of the JSON-encoded protocol parameters file - --update-proposal-file FILE + --update-proposal-file FILEPATH Filepath of the update proposal. - --out-file FILE Output filepath of the JSON TxBody. + --out-file FILEPATH Output filepath of the JSON TxBody. -h,--help Show this help text diff --git a/cardano-cli/test/cardano-cli-golden/files/golden/help/legacy_transaction_build.cli b/cardano-cli/test/cardano-cli-golden/files/golden/help/legacy_transaction_build.cli index 8d6acc377e..a100475b41 100644 --- a/cardano-cli/test/cardano-cli-golden/files/golden/help/legacy_transaction_build.cli +++ b/cardano-cli/test/cardano-cli-golden/files/golden/help/legacy_transaction_build.cli @@ -29,7 +29,7 @@ Usage: cardano-cli legacy transaction build --socket-path SOCKET_PATH | --spending-reference-tx-in-redeemer-value JSON_VALUE ) | --simple-script-tx-in-reference TX-IN - | --tx-in-script-file FILE + | --tx-in-script-file FILEPATH [ [ --tx-in-datum-cbor-file CBOR_FILE | --tx-in-datum-file JSON_FILE @@ -42,7 +42,7 @@ Usage: cardano-cli legacy transaction build --socket-path SOCKET_PATH )] ]) [--read-only-tx-in-reference TX-IN] - [ --required-signer FILE + [ --required-signer FILEPATH | --required-signer-hash HASH ] [--tx-in-collateral TX-IN] @@ -60,10 +60,10 @@ Usage: cardano-cli legacy transaction build --socket-path SOCKET_PATH | --tx-out-inline-datum-file JSON_FILE | --tx-out-inline-datum-value JSON_VALUE ] - [--tx-out-reference-script-file FILE]] + [--tx-out-reference-script-file FILEPATH]] --change-address ADDRESS [--mint VALUE - ( --mint-script-file FILE + ( --mint-script-file FILEPATH [ --mint-redeemer-cbor-file CBOR_FILE | --mint-redeemer-file JSON_FILE | --mint-redeemer-value JSON_VALUE @@ -82,8 +82,8 @@ Usage: cardano-cli legacy transaction build --socket-path SOCKET_PATH )] [--invalid-before SLOT] [--invalid-hereafter SLOT] - [--certificate-file FILE - [ --certificate-script-file FILE + [--certificate-file FILEPATH + [ --certificate-script-file FILEPATH [ --certificate-redeemer-cbor-file CBOR_FILE | --certificate-redeemer-file JSON_FILE | --certificate-redeemer-value JSON_VALUE @@ -98,7 +98,7 @@ Usage: cardano-cli legacy transaction build --socket-path SOCKET_PATH ) ]] [--withdrawal WITHDRAWAL - [ --withdrawal-script-file FILE + [ --withdrawal-script-file FILEPATH [ --withdrawal-redeemer-cbor-file CBOR_FILE | --withdrawal-redeemer-file JSON_FILE | --withdrawal-redeemer-value JSON_VALUE @@ -115,13 +115,13 @@ Usage: cardano-cli legacy transaction build --socket-path SOCKET_PATH [ --json-metadata-no-schema | --json-metadata-detailed-schema ] - [--auxiliary-script-file FILE] - [ --metadata-json-file FILE - | --metadata-cbor-file FILE + [--auxiliary-script-file FILEPATH] + [ --metadata-json-file FILEPATH + | --metadata-cbor-file FILEPATH ] - [--update-proposal-file FILE] - [--vote-file FILE - [ --vote-script-file FILE + [--update-proposal-file FILEPATH] + [--vote-file FILEPATH + [ --vote-script-file FILEPATH [ --vote-redeemer-cbor-file CBOR_FILE | --vote-redeemer-file JSON_FILE | --vote-redeemer-value JSON_VALUE @@ -133,8 +133,8 @@ Usage: cardano-cli legacy transaction build --socket-path SOCKET_PATH | --vote-reference-tx-in-redeemer-value JSON_VALUE ) ]] - [--proposal-file FILE - [ --proposal-script-file FILE + [--proposal-file FILEPATH + [ --proposal-script-file FILEPATH [ --proposal-redeemer-cbor-file CBOR_FILE | --proposal-redeemer-file JSON_FILE | --proposal-redeemer-value JSON_VALUE @@ -147,8 +147,8 @@ Usage: cardano-cli legacy transaction build --socket-path SOCKET_PATH ) ]] [--treasury-donation LOVELACE] - ( --out-file FILE - | --calculate-plutus-script-cost FILE + ( --out-file FILEPATH + | --calculate-plutus-script-cost FILEPATH ) Build a balanced transaction (automatically calculates fees) @@ -218,7 +218,8 @@ Available options: --simple-script-tx-in-reference TX-IN TxId#TxIx - Specify a reference input. The reference input must have a simple reference script attached. - --tx-in-script-file FILE The file containing the script to witness the + --tx-in-script-file FILEPATH + The file containing the script to witness the spending of the transaction input. --tx-in-datum-cbor-file CBOR_FILE The script datum file. The file has to be in CBOR @@ -246,7 +247,8 @@ Available options: Specify a read only reference input. This reference input is not witnessing anything it is simply provided in the plutus script context. - --required-signer FILE Input filepath of the signing key (zero or more) + --required-signer FILEPATH + Input filepath of the signing key (zero or more) whose signature is required. --required-signer-hash HASH Hash of the verification key (zero or more) whose @@ -308,12 +310,13 @@ Available options: inline datum, given here. There is no schema: (almost) any JSON value is supported, including top-level strings and numbers. - --tx-out-reference-script-file FILE + --tx-out-reference-script-file FILEPATH Reference script input file. --change-address ADDRESS Address where ADA in excess of the tx fee will go to. --mint VALUE Mint multi-asset value(s) with the multi-asset cli syntax. You must specify a script witness. - --mint-script-file FILE The file containing the script to witness the minting + --mint-script-file FILEPATH + The file containing the script to witness the minting of assets for a particular policy Id. --mint-redeemer-cbor-file CBOR_FILE The script redeemer file. The file has to be in CBOR @@ -347,11 +350,12 @@ Available options: --policy-id HASH Policy id of minting script. --invalid-before SLOT Time that transaction is valid from (in slots). --invalid-hereafter SLOT Time that transaction is valid until (in slots). - --certificate-file FILE Filepath of the certificate. This encompasses all + --certificate-file FILEPATH + Filepath of the certificate. This encompasses all types of certificates (stake pool certificates, stake key certificates etc). Optionally specify a script witness. - --certificate-script-file FILE + --certificate-script-file FILEPATH The file containing the script to witness the use of the certificate. --certificate-redeemer-cbor-file CBOR_FILE @@ -385,7 +389,7 @@ Available options: StakeAddress is the Bech32-encoded stake address followed by the amount in Lovelace. Optionally specify a script witness. - --withdrawal-script-file FILE + --withdrawal-script-file FILEPATH The file containing the script to witness the withdrawal of rewards. --withdrawal-redeemer-cbor-file CBOR_FILE @@ -421,16 +425,17 @@ Available options: --json-metadata-detailed-schema Use the "detailed schema" conversion from JSON to tx metadata. - --auxiliary-script-file FILE + --auxiliary-script-file FILEPATH Filepath of auxiliary script(s) - --metadata-json-file FILE + --metadata-json-file FILEPATH Filepath of the metadata file, in JSON format. - --metadata-cbor-file FILE + --metadata-cbor-file FILEPATH Filepath of the metadata, in raw CBOR format. - --update-proposal-file FILE + --update-proposal-file FILEPATH Filepath of the update proposal. - --vote-file FILE Filepath of the vote. - --vote-script-file FILE The file containing the script to witness a vote + --vote-file FILEPATH Filepath of the vote. + --vote-script-file FILEPATH + The file containing the script to witness a vote --vote-redeemer-cbor-file CBOR_FILE The script redeemer file. The file has to be in CBOR format. @@ -455,8 +460,8 @@ Available options: The script redeemer value. There is no schema: (almost) any JSON value is supported, including top-level strings and numbers. - --proposal-file FILE Filepath of the proposal. - --proposal-script-file FILE + --proposal-file FILEPATH Filepath of the proposal. + --proposal-script-file FILEPATH The file containing the script to witness a proposal --proposal-redeemer-cbor-file CBOR_FILE The script redeemer file. The file has to be in CBOR @@ -485,8 +490,8 @@ Available options: top-level strings and numbers. --treasury-donation LOVELACE The donation to the treasury to perform. - --out-file FILE Output filepath of the JSON TxBody. - --calculate-plutus-script-cost FILE + --out-file FILEPATH Output filepath of the JSON TxBody. + --calculate-plutus-script-cost FILEPATH (File () Out) filepath of the script cost information. -h,--help Show this help text diff --git a/cardano-cli/test/cardano-cli-golden/files/golden/help/legacy_transaction_calculate-min-fee.cli b/cardano-cli/test/cardano-cli-golden/files/golden/help/legacy_transaction_calculate-min-fee.cli index 76059d99e1..df588c9f99 100644 --- a/cardano-cli/test/cardano-cli-golden/files/golden/help/legacy_transaction_calculate-min-fee.cli +++ b/cardano-cli/test/cardano-cli-golden/files/golden/help/legacy_transaction_calculate-min-fee.cli @@ -1,12 +1,12 @@ -Usage: cardano-cli legacy transaction calculate-min-fee --tx-body-file FILE - --protocol-params-file FILE +Usage: cardano-cli legacy transaction calculate-min-fee --tx-body-file FILEPATH + --protocol-params-file FILEPATH --witness-count NATURAL [--byron-witness-count NATURAL] [--reference-script-size NATURAL] [ --output-json | --output-text ] - [--out-file FILE] + [--out-file FILEPATH] [ --mainnet | --testnet-magic NATURAL ] @@ -16,8 +16,8 @@ Usage: cardano-cli legacy transaction calculate-min-fee --tx-body-file FILE Calculate the minimum fee for a transaction. Available options: - --tx-body-file FILE Input filepath of the JSON TxBody. - --protocol-params-file FILE + --tx-body-file FILEPATH Input filepath of the JSON TxBody. + --protocol-params-file FILEPATH Filepath of the JSON-encoded protocol parameters file --witness-count NATURAL The number of Shelley key witnesses. --byron-witness-count NATURAL @@ -29,7 +29,7 @@ Available options: Default format when writing to a file --output-text Format calculate-min-fee query output to TEXT. Default format when writing to stdout - --out-file FILE The output file. + --out-file FILEPATH The output file. --mainnet DEPRECATED. This argument has no effect. --testnet-magic NATURAL DEPRECATED. This argument has no effect. --tx-in-count NATURAL DEPRECATED. This argument has no effect. diff --git a/cardano-cli/test/cardano-cli-golden/files/golden/help/legacy_transaction_calculate-min-required-utxo.cli b/cardano-cli/test/cardano-cli-golden/files/golden/help/legacy_transaction_calculate-min-required-utxo.cli index 876a88064b..4dd014c395 100644 --- a/cardano-cli/test/cardano-cli-golden/files/golden/help/legacy_transaction_calculate-min-required-utxo.cli +++ b/cardano-cli/test/cardano-cli-golden/files/golden/help/legacy_transaction_calculate-min-required-utxo.cli @@ -6,7 +6,7 @@ Usage: cardano-cli legacy transaction calculate-min-required-utxo | --babbage-era | --conway-era ] - --protocol-params-file FILE + --protocol-params-file FILEPATH --tx-out ADDRESS VALUE [ --tx-out-datum-hash HASH | --tx-out-datum-hash-cbor-file CBOR_FILE @@ -19,7 +19,7 @@ Usage: cardano-cli legacy transaction calculate-min-required-utxo | --tx-out-inline-datum-file JSON_FILE | --tx-out-inline-datum-value JSON_VALUE ] - [--tx-out-reference-script-file FILE] + [--tx-out-reference-script-file FILEPATH] Calculate the minimum required UTxO for a transaction output. @@ -35,7 +35,7 @@ Available options: --babbage-era Specify the Babbage era (default) - DEPRECATED - will be removed in the future --conway-era Specify the Conway era - --protocol-params-file FILE + --protocol-params-file FILEPATH Filepath of the JSON-encoded protocol parameters file --tx-out ADDRESS VALUE The transaction output as ADDRESS VALUE where ADDRESS is the Bech32-encoded address followed by the value @@ -81,6 +81,6 @@ Available options: inline datum, given here. There is no schema: (almost) any JSON value is supported, including top-level strings and numbers. - --tx-out-reference-script-file FILE + --tx-out-reference-script-file FILEPATH Reference script input file. -h,--help Show this help text diff --git a/cardano-cli/test/cardano-cli-golden/files/golden/help/legacy_transaction_calculate-min-value.cli b/cardano-cli/test/cardano-cli-golden/files/golden/help/legacy_transaction_calculate-min-value.cli index e45bc3824c..e75c8bea16 100644 --- a/cardano-cli/test/cardano-cli-golden/files/golden/help/legacy_transaction_calculate-min-value.cli +++ b/cardano-cli/test/cardano-cli-golden/files/golden/help/legacy_transaction_calculate-min-value.cli @@ -6,7 +6,7 @@ Usage: cardano-cli legacy transaction calculate-min-value | --babbage-era | --conway-era ] - --protocol-params-file FILE + --protocol-params-file FILEPATH --tx-out ADDRESS VALUE [ --tx-out-datum-hash HASH | --tx-out-datum-hash-cbor-file CBOR_FILE @@ -19,7 +19,7 @@ Usage: cardano-cli legacy transaction calculate-min-value | --tx-out-inline-datum-file JSON_FILE | --tx-out-inline-datum-value JSON_VALUE ] - [--tx-out-reference-script-file FILE] + [--tx-out-reference-script-file FILEPATH] DEPRECATED: Use 'calculate-min-required-utxo' instead. @@ -35,7 +35,7 @@ Available options: --babbage-era Specify the Babbage era (default) - DEPRECATED - will be removed in the future --conway-era Specify the Conway era - --protocol-params-file FILE + --protocol-params-file FILEPATH Filepath of the JSON-encoded protocol parameters file --tx-out ADDRESS VALUE The transaction output as ADDRESS VALUE where ADDRESS is the Bech32-encoded address followed by the value @@ -81,5 +81,5 @@ Available options: inline datum, given here. There is no schema: (almost) any JSON value is supported, including top-level strings and numbers. - --tx-out-reference-script-file FILE + --tx-out-reference-script-file FILEPATH Reference script input file. diff --git a/cardano-cli/test/cardano-cli-golden/files/golden/help/legacy_transaction_policyid.cli b/cardano-cli/test/cardano-cli-golden/files/golden/help/legacy_transaction_policyid.cli index b36d01e1bb..b1112aff8e 100644 --- a/cardano-cli/test/cardano-cli-golden/files/golden/help/legacy_transaction_policyid.cli +++ b/cardano-cli/test/cardano-cli-golden/files/golden/help/legacy_transaction_policyid.cli @@ -1,7 +1,7 @@ -Usage: cardano-cli legacy transaction policyid --script-file FILE +Usage: cardano-cli legacy transaction policyid --script-file FILEPATH Calculate the PolicyId from the monetary policy script. Available options: - --script-file FILE Filepath of the script. + --script-file FILEPATH Filepath of the script. -h,--help Show this help text diff --git a/cardano-cli/test/cardano-cli-golden/files/golden/help/legacy_transaction_sign-witness.cli b/cardano-cli/test/cardano-cli-golden/files/golden/help/legacy_transaction_sign-witness.cli index 163f931b8a..27ca62226b 100644 --- a/cardano-cli/test/cardano-cli-golden/files/golden/help/legacy_transaction_sign-witness.cli +++ b/cardano-cli/test/cardano-cli-golden/files/golden/help/legacy_transaction_sign-witness.cli @@ -1,10 +1,10 @@ -Usage: cardano-cli legacy transaction sign-witness --tx-body-file FILE - [--witness-file FILE] - --out-file FILE +Usage: cardano-cli legacy transaction sign-witness --tx-body-file FILEPATH + [--witness-file FILEPATH] + --out-file FILEPATH Assemble a tx body and witness(es) to form a transaction Available options: - --tx-body-file FILE Input filepath of the JSON TxBody. - --witness-file FILE Filepath of the witness - --out-file FILE The output file. + --tx-body-file FILEPATH Input filepath of the JSON TxBody. + --witness-file FILEPATH Filepath of the witness + --out-file FILEPATH The output file. diff --git a/cardano-cli/test/cardano-cli-golden/files/golden/help/legacy_transaction_sign.cli b/cardano-cli/test/cardano-cli-golden/files/golden/help/legacy_transaction_sign.cli index 496a92b3b0..a0519e6418 100644 --- a/cardano-cli/test/cardano-cli-golden/files/golden/help/legacy_transaction_sign.cli +++ b/cardano-cli/test/cardano-cli-golden/files/golden/help/legacy_transaction_sign.cli @@ -1,24 +1,25 @@ Usage: cardano-cli legacy transaction sign - ( --tx-body-file FILE - | --tx-file FILE + ( --tx-body-file FILEPATH + | --tx-file FILEPATH ) - [--signing-key-file FILE + [--signing-key-file FILEPATH [--address STRING]] [ --mainnet | --testnet-magic NATURAL ] - --out-file FILE + --out-file FILEPATH Sign a transaction Available options: - --tx-body-file FILE Input filepath of the JSON TxBody. - --tx-file FILE Input filepath of the JSON Tx. - --signing-key-file FILE Input filepath of the signing key (one or more). + --tx-body-file FILEPATH Input filepath of the JSON TxBody. + --tx-file FILEPATH Input filepath of the JSON Tx. + --signing-key-file FILEPATH + Input filepath of the signing key (one or more). --address STRING Byron address (Base58-encoded). --mainnet Use the mainnet magic id. This overrides the CARDANO_NODE_NETWORK_ID environment variable --testnet-magic NATURAL Specify a testnet magic id. This overrides the CARDANO_NODE_NETWORK_ID environment variable - --out-file FILE Output filepath of the JSON Tx. + --out-file FILEPATH Output filepath of the JSON Tx. -h,--help Show this help text diff --git a/cardano-cli/test/cardano-cli-golden/files/golden/help/legacy_transaction_submit.cli b/cardano-cli/test/cardano-cli-golden/files/golden/help/legacy_transaction_submit.cli index aa395b7002..a68eb10b9d 100644 --- a/cardano-cli/test/cardano-cli-golden/files/golden/help/legacy_transaction_submit.cli +++ b/cardano-cli/test/cardano-cli-golden/files/golden/help/legacy_transaction_submit.cli @@ -4,7 +4,7 @@ Usage: cardano-cli legacy transaction submit --socket-path SOCKET_PATH ( --mainnet | --testnet-magic NATURAL ) - --tx-file FILE + --tx-file FILEPATH Submit a transaction to the local node whose Unix domain socket is obtained from the CARDANO_NODE_SOCKET_PATH environment variable. @@ -23,5 +23,5 @@ 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 - --tx-file FILE Filepath of the transaction you intend to submit. + --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/legacy_transaction_txid.cli b/cardano-cli/test/cardano-cli-golden/files/golden/help/legacy_transaction_txid.cli index 933912abbe..bd8a8c7e03 100644 --- a/cardano-cli/test/cardano-cli-golden/files/golden/help/legacy_transaction_txid.cli +++ b/cardano-cli/test/cardano-cli-golden/files/golden/help/legacy_transaction_txid.cli @@ -1,11 +1,11 @@ Usage: cardano-cli legacy transaction txid - ( --tx-body-file FILE - | --tx-file FILE + ( --tx-body-file FILEPATH + | --tx-file FILEPATH ) Print a transaction identifier. Available options: - --tx-body-file FILE Input filepath of the JSON TxBody. - --tx-file FILE Input filepath of the JSON Tx. + --tx-body-file FILEPATH Input filepath of the JSON TxBody. + --tx-file FILEPATH Input filepath of the JSON Tx. -h,--help Show this help text diff --git a/cardano-cli/test/cardano-cli-golden/files/golden/help/legacy_transaction_witness.cli b/cardano-cli/test/cardano-cli-golden/files/golden/help/legacy_transaction_witness.cli index 9e1a4ff3fe..dd07424444 100644 --- a/cardano-cli/test/cardano-cli-golden/files/golden/help/legacy_transaction_witness.cli +++ b/cardano-cli/test/cardano-cli-golden/files/golden/help/legacy_transaction_witness.cli @@ -1,20 +1,21 @@ -Usage: cardano-cli legacy transaction witness --tx-body-file FILE - --signing-key-file FILE +Usage: cardano-cli legacy transaction witness --tx-body-file FILEPATH + --signing-key-file FILEPATH [--address STRING] [ --mainnet | --testnet-magic NATURAL ] - --out-file FILE + --out-file FILEPATH Create a transaction witness Available options: - --tx-body-file FILE Input filepath of the JSON TxBody. - --signing-key-file FILE Input filepath of the signing key (one or more). + --tx-body-file FILEPATH Input filepath of the JSON TxBody. + --signing-key-file FILEPATH + Input filepath of the signing key (one or more). --address STRING Byron address (Base58-encoded). --mainnet Use the mainnet magic id. This overrides the CARDANO_NODE_NETWORK_ID environment variable --testnet-magic NATURAL Specify a testnet magic id. This overrides the CARDANO_NODE_NETWORK_ID environment variable - --out-file FILE The output file. + --out-file FILEPATH The output file. -h,--help Show this help text diff --git a/cardano-cli/test/cardano-cli-golden/files/golden/help/mary_address_build.cli b/cardano-cli/test/cardano-cli-golden/files/golden/help/mary_address_build.cli index 4cf1249b85..116631b48c 100644 --- a/cardano-cli/test/cardano-cli-golden/files/golden/help/mary_address_build.cli +++ b/cardano-cli/test/cardano-cli-golden/files/golden/help/mary_address_build.cli @@ -1,36 +1,37 @@ Usage: cardano-cli mary address build ( --payment-verification-key STRING - | --payment-verification-key-file FILE - | --payment-script-file FILE + | --payment-verification-key-file FILEPATH + | --payment-script-file FILEPATH ) [ --stake-verification-key STRING - | --stake-verification-key-file FILE + | --stake-verification-key-file FILEPATH | --stake-key-hash HASH - | --stake-script-file FILE + | --stake-script-file FILEPATH | --stake-address ADDRESS ] (--mainnet | --testnet-magic NATURAL) - [--out-file FILE] + [--out-file FILEPATH] Build a Shelley payment address, with optional delegation to a stake address. Available options: --payment-verification-key STRING Payment verification key (Bech32-encoded) - --payment-verification-key-file FILE + --payment-verification-key-file FILEPATH Filepath of the payment verification key. - --payment-script-file FILE + --payment-script-file FILEPATH Filepath of the payment script. --stake-verification-key STRING Stake verification key (Bech32 or hex-encoded). - --stake-verification-key-file FILE + --stake-verification-key-file FILEPATH Filepath of the staking verification key. --stake-key-hash HASH Stake verification key hash (hex-encoded). - --stake-script-file FILE Filepath of the staking script. + --stake-script-file FILEPATH + Filepath of the staking script. --stake-address ADDRESS Target stake address (bech32 format). --mainnet Use the mainnet magic id. This overrides the CARDANO_NODE_NETWORK_ID environment variable --testnet-magic NATURAL Specify a testnet magic id. This overrides the CARDANO_NODE_NETWORK_ID environment variable - --out-file FILE Optional output file. Default is to write to stdout. + --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_address_info.cli b/cardano-cli/test/cardano-cli-golden/files/golden/help/mary_address_info.cli index 7493cf6ee7..bed202f5a6 100644 --- a/cardano-cli/test/cardano-cli-golden/files/golden/help/mary_address_info.cli +++ b/cardano-cli/test/cardano-cli-golden/files/golden/help/mary_address_info.cli @@ -1,8 +1,8 @@ -Usage: cardano-cli mary address info --address ADDRESS [--out-file FILE] +Usage: cardano-cli mary address info --address ADDRESS [--out-file FILEPATH] Print information about an address. Available options: --address ADDRESS A Cardano address - --out-file FILE Optional output file. Default is to write to stdout. + --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_address_key-gen.cli b/cardano-cli/test/cardano-cli-golden/files/golden/help/mary_address_key-gen.cli index d038c473f2..f813c2ffc3 100644 --- a/cardano-cli/test/cardano-cli-golden/files/golden/help/mary_address_key-gen.cli +++ b/cardano-cli/test/cardano-cli-golden/files/golden/help/mary_address_key-gen.cli @@ -3,8 +3,8 @@ Usage: cardano-cli mary address key-gen [--key-output-format STRING] | --extended-key | --byron-key ] - --verification-key-file FILE - --signing-key-file FILE + --verification-key-file FILEPATH + --signing-key-file FILEPATH Create an address key pair. @@ -16,7 +16,8 @@ Available options: --normal-key Use a normal Shelley-era key (default). --extended-key Use an extended ed25519 Shelley-era key. --byron-key Use a Byron-era key. - --verification-key-file FILE + --verification-key-file FILEPATH Output filepath of the verification key. - --signing-key-file FILE Output filepath of the signing key. + --signing-key-file FILEPATH + Output filepath of the signing key. -h,--help Show this help text diff --git a/cardano-cli/test/cardano-cli-golden/files/golden/help/mary_address_key-hash.cli b/cardano-cli/test/cardano-cli-golden/files/golden/help/mary_address_key-hash.cli index bcc9b9c8c4..5317552642 100644 --- a/cardano-cli/test/cardano-cli-golden/files/golden/help/mary_address_key-hash.cli +++ b/cardano-cli/test/cardano-cli-golden/files/golden/help/mary_address_key-hash.cli @@ -1,15 +1,15 @@ Usage: cardano-cli mary address key-hash ( --payment-verification-key STRING - | --payment-verification-key-file FILE + | --payment-verification-key-file FILEPATH ) - [--out-file FILE] + [--out-file FILEPATH] Print the hash of an address key. Available options: --payment-verification-key STRING Payment verification key (Bech32-encoded) - --payment-verification-key-file FILE + --payment-verification-key-file FILEPATH Filepath of the payment verification key. - --out-file FILE Optional output file. Default is to write to stdout. + --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_genesis_create-staked.cli b/cardano-cli/test/cardano-cli-golden/files/golden/help/mary_genesis_create-staked.cli index 7812d2289c..a1d8b1138a 100644 --- a/cardano-cli/test/cardano-cli-golden/files/golden/help/mary_genesis_create-staked.cli +++ b/cardano-cli/test/cardano-cli-golden/files/golden/help/mary_genesis_create-staked.cli @@ -13,7 +13,7 @@ Usage: cardano-cli mary genesis create-staked [--key-output-format STRING] [--bulk-pool-cred-files INT] [--bulk-pools-per-file INT] [--num-stuffed-utxo INT] - [--relay-specification-file FILE] + [--relay-specification-file FILEPATH] Create a staked Shelley genesis file from a genesis template and genesis/delegation/spending keys. @@ -52,7 +52,7 @@ Available options: sets [default is 0]. --num-stuffed-utxo INT The number of fake UTxO entries to generate [default is 0]. - --relay-specification-file FILE + --relay-specification-file FILEPATH JSON file that specifies the relays of each stake pool. -h,--help Show this help text diff --git a/cardano-cli/test/cardano-cli-golden/files/golden/help/mary_genesis_create-testnet-data.cli b/cardano-cli/test/cardano-cli-golden/files/golden/help/mary_genesis_create-testnet-data.cli index 8b005d3a3e..91df13ecce 100644 --- a/cardano-cli/test/cardano-cli-golden/files/golden/help/mary_genesis_create-testnet-data.cli +++ b/cardano-cli/test/cardano-cli-golden/files/golden/help/mary_genesis_create-testnet-data.cli @@ -1,6 +1,6 @@ -Usage: cardano-cli mary genesis create-testnet-data [--spec-shelley FILE] - [--spec-alonzo FILE] - [--spec-conway FILE] +Usage: cardano-cli mary genesis create-testnet-data [--spec-shelley FILEPATH] + [--spec-alonzo FILEPATH] + [--spec-conway FILEPATH] [--genesis-keys INT] [--pools INT] [ --stake-delegators INT @@ -14,18 +14,18 @@ Usage: cardano-cli mary genesis create-testnet-data [--spec-shelley FILE] [--total-supply LOVELACE] [--delegated-supply LOVELACE] [--testnet-magic NATURAL] - [--relays FILE] + [--relays FILEPATH] [--start-time UTC-TIME] --out-dir DIR Create data to use for starting a testnet. Available options: - --spec-shelley FILE The shelley specification file to use as input. A + --spec-shelley FILEPATH The shelley specification file to use as input. A default one is generated if omitted. - --spec-alonzo FILE The alonzo specification file to use as input. A + --spec-alonzo FILEPATH The alonzo specification file to use as input. A default one is generated if omitted. - --spec-conway FILE The conway specification file to use as input. A + --spec-conway FILEPATH The conway specification file to use as input. A default one is generated if omitted. --genesis-keys INT The number of genesis keys to make (default is 3). --pools INT The number of stake pool credential sets to make @@ -57,7 +57,7 @@ Available options: --testnet-magic NATURAL Specify a testnet magic id for the cluster. This overrides both the network magic from the spec file and CARDANO_NODE_NETWORK_ID environment variable. - --relays FILE JSON file specifying the relays of each stake pool. + --relays FILEPATH JSON file specifying the relays of each stake pool. --start-time UTC-TIME The genesis start time in YYYY-MM-DDThh:mm:ssZ format. If unspecified, will be the current time +30 seconds. diff --git a/cardano-cli/test/cardano-cli-golden/files/golden/help/mary_genesis_get-ver-key.cli b/cardano-cli/test/cardano-cli-golden/files/golden/help/mary_genesis_get-ver-key.cli index bbd79a3ea1..badeb8000b 100644 --- a/cardano-cli/test/cardano-cli-golden/files/golden/help/mary_genesis_get-ver-key.cli +++ b/cardano-cli/test/cardano-cli-golden/files/golden/help/mary_genesis_get-ver-key.cli @@ -1,10 +1,11 @@ -Usage: cardano-cli mary genesis get-ver-key --verification-key-file FILE - --signing-key-file FILE +Usage: cardano-cli mary genesis get-ver-key --verification-key-file FILEPATH + --signing-key-file FILEPATH Derive the verification key from a signing key Available options: - --verification-key-file FILE + --verification-key-file FILEPATH Output filepath of the verification key. - --signing-key-file FILE Input filepath of the signing key. + --signing-key-file FILEPATH + Input filepath of the signing key. -h,--help Show this help text diff --git a/cardano-cli/test/cardano-cli-golden/files/golden/help/mary_genesis_hash.cli b/cardano-cli/test/cardano-cli-golden/files/golden/help/mary_genesis_hash.cli index f96f898d3e..5070e808f5 100644 --- a/cardano-cli/test/cardano-cli-golden/files/golden/help/mary_genesis_hash.cli +++ b/cardano-cli/test/cardano-cli-golden/files/golden/help/mary_genesis_hash.cli @@ -1,7 +1,7 @@ -Usage: cardano-cli mary genesis hash --genesis FILE +Usage: cardano-cli mary genesis hash --genesis FILEPATH Compute the hash of a genesis file Available options: - --genesis FILE The genesis file. + --genesis FILEPATH The genesis file. -h,--help Show this help text diff --git a/cardano-cli/test/cardano-cli-golden/files/golden/help/mary_genesis_initial-addr.cli b/cardano-cli/test/cardano-cli-golden/files/golden/help/mary_genesis_initial-addr.cli index f49effb938..ba549f15f7 100644 --- a/cardano-cli/test/cardano-cli-golden/files/golden/help/mary_genesis_initial-addr.cli +++ b/cardano-cli/test/cardano-cli-golden/files/golden/help/mary_genesis_initial-addr.cli @@ -1,17 +1,17 @@ -Usage: cardano-cli mary genesis initial-addr --verification-key-file FILE +Usage: cardano-cli mary genesis initial-addr --verification-key-file FILEPATH ( --mainnet | --testnet-magic NATURAL ) - [--out-file FILE] + [--out-file FILEPATH] Get the address for an initial UTxO based on the verification key Available options: - --verification-key-file FILE + --verification-key-file FILEPATH Input filepath of the verification key. --mainnet Use the mainnet magic id. This overrides the CARDANO_NODE_NETWORK_ID environment variable --testnet-magic NATURAL Specify a testnet magic id. This overrides the CARDANO_NODE_NETWORK_ID environment variable - --out-file FILE Optional output file. Default is to write to stdout. + --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_genesis_initial-txin.cli b/cardano-cli/test/cardano-cli-golden/files/golden/help/mary_genesis_initial-txin.cli index 4afbb2eecc..eb0667dd70 100644 --- a/cardano-cli/test/cardano-cli-golden/files/golden/help/mary_genesis_initial-txin.cli +++ b/cardano-cli/test/cardano-cli-golden/files/golden/help/mary_genesis_initial-txin.cli @@ -1,17 +1,17 @@ -Usage: cardano-cli mary genesis initial-txin --verification-key-file FILE +Usage: cardano-cli mary genesis initial-txin --verification-key-file FILEPATH ( --mainnet | --testnet-magic NATURAL ) - [--out-file FILE] + [--out-file FILEPATH] Get the TxIn for an initial UTxO based on the verification key Available options: - --verification-key-file FILE + --verification-key-file FILEPATH Input filepath of the verification key. --mainnet Use the mainnet magic id. This overrides the CARDANO_NODE_NETWORK_ID environment variable --testnet-magic NATURAL Specify a testnet magic id. This overrides the CARDANO_NODE_NETWORK_ID environment variable - --out-file FILE Optional output file. Default is to write to stdout. + --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_genesis_key-gen-delegate.cli b/cardano-cli/test/cardano-cli-golden/files/golden/help/mary_genesis_key-gen-delegate.cli index c680d1053a..df98769720 100644 --- a/cardano-cli/test/cardano-cli-golden/files/golden/help/mary_genesis_key-gen-delegate.cli +++ b/cardano-cli/test/cardano-cli-golden/files/golden/help/mary_genesis_key-gen-delegate.cli @@ -1,14 +1,15 @@ -Usage: cardano-cli mary genesis key-gen-delegate --verification-key-file FILE - --signing-key-file FILE - --operational-certificate-issue-counter-file FILE +Usage: cardano-cli mary genesis key-gen-delegate --verification-key-file FILEPATH + --signing-key-file FILEPATH + --operational-certificate-issue-counter-file FILEPATH Create a Shelley genesis delegate key pair Available options: - --verification-key-file FILE + --verification-key-file FILEPATH Output filepath of the verification key. - --signing-key-file FILE Output filepath of the signing key. - --operational-certificate-issue-counter-file FILE + --signing-key-file FILEPATH + Output filepath of the signing key. + --operational-certificate-issue-counter-file FILEPATH The file with the issue counter for the operational certificate. -h,--help Show this help text diff --git a/cardano-cli/test/cardano-cli-golden/files/golden/help/mary_genesis_key-gen-genesis.cli b/cardano-cli/test/cardano-cli-golden/files/golden/help/mary_genesis_key-gen-genesis.cli index afed190212..592532efbb 100644 --- a/cardano-cli/test/cardano-cli-golden/files/golden/help/mary_genesis_key-gen-genesis.cli +++ b/cardano-cli/test/cardano-cli-golden/files/golden/help/mary_genesis_key-gen-genesis.cli @@ -1,10 +1,11 @@ -Usage: cardano-cli mary genesis key-gen-genesis --verification-key-file FILE - --signing-key-file FILE +Usage: cardano-cli mary genesis key-gen-genesis --verification-key-file FILEPATH + --signing-key-file FILEPATH Create a Shelley genesis key pair Available options: - --verification-key-file FILE + --verification-key-file FILEPATH Output filepath of the verification key. - --signing-key-file FILE Output filepath of the signing key. + --signing-key-file FILEPATH + Output filepath of the signing key. -h,--help Show this help text diff --git a/cardano-cli/test/cardano-cli-golden/files/golden/help/mary_genesis_key-gen-utxo.cli b/cardano-cli/test/cardano-cli-golden/files/golden/help/mary_genesis_key-gen-utxo.cli index f9c9134b59..703adb02f7 100644 --- a/cardano-cli/test/cardano-cli-golden/files/golden/help/mary_genesis_key-gen-utxo.cli +++ b/cardano-cli/test/cardano-cli-golden/files/golden/help/mary_genesis_key-gen-utxo.cli @@ -1,10 +1,11 @@ -Usage: cardano-cli mary genesis key-gen-utxo --verification-key-file FILE - --signing-key-file FILE +Usage: cardano-cli mary genesis key-gen-utxo --verification-key-file FILEPATH + --signing-key-file FILEPATH Create a Shelley genesis UTxO key pair Available options: - --verification-key-file FILE + --verification-key-file FILEPATH Output filepath of the verification key. - --signing-key-file FILE Output filepath of the signing key. + --signing-key-file FILEPATH + Output filepath of the signing key. -h,--help Show this help text diff --git a/cardano-cli/test/cardano-cli-golden/files/golden/help/mary_genesis_key-hash.cli b/cardano-cli/test/cardano-cli-golden/files/golden/help/mary_genesis_key-hash.cli index 740fcaaf40..b4be17bf44 100644 --- a/cardano-cli/test/cardano-cli-golden/files/golden/help/mary_genesis_key-hash.cli +++ b/cardano-cli/test/cardano-cli-golden/files/golden/help/mary_genesis_key-hash.cli @@ -1,8 +1,8 @@ -Usage: cardano-cli mary genesis key-hash --verification-key-file FILE +Usage: cardano-cli mary genesis key-hash --verification-key-file FILEPATH Print the identifier (hash) of a public key Available options: - --verification-key-file FILE + --verification-key-file FILEPATH Input filepath of the verification key. -h,--help Show this help text diff --git a/cardano-cli/test/cardano-cli-golden/files/golden/help/mary_governance_action_create-protocol-parameters-update.cli b/cardano-cli/test/cardano-cli-golden/files/golden/help/mary_governance_action_create-protocol-parameters-update.cli index 07582d9599..58c0cab191 100644 --- a/cardano-cli/test/cardano-cli-golden/files/golden/help/mary_governance_action_create-protocol-parameters-update.cli +++ b/cardano-cli/test/cardano-cli-golden/files/golden/help/mary_governance_action_create-protocol-parameters-update.cli @@ -1,5 +1,5 @@ Usage: cardano-cli mary governance action create-protocol-parameters-update --epoch NATURAL - (--genesis-verification-key-file FILE) + (--genesis-verification-key-file FILEPATH) [--min-fee-linear LOVELACE] [--min-fee-constant LOVELACE] [--max-block-body-size WORD32] @@ -20,14 +20,14 @@ Usage: cardano-cli mary governance action create-protocol-parameters-update --ep [--decentralization-parameter RATIONAL] [--protocol-major-version MAJOR --protocol-minor-version MINOR] - --out-file FILE + --out-file FILEPATH Create a protocol parameters update. Available options: --epoch NATURAL The epoch number in which the update proposal is valid. - --genesis-verification-key-file FILE + --genesis-verification-key-file FILEPATH Filepath of the genesis verification key. --min-fee-linear LOVELACE The linear factor per byte for the minimum fee @@ -70,5 +70,5 @@ Available options: fork (old software can validate but not produce new blocks). Must be zero when the major protocol version is increased. - --out-file FILE The output file. + --out-file FILEPATH The output file. -h,--help Show this help text diff --git a/cardano-cli/test/cardano-cli-golden/files/golden/help/mary_governance_create-genesis-key-delegation-certificate.cli b/cardano-cli/test/cardano-cli-golden/files/golden/help/mary_governance_create-genesis-key-delegation-certificate.cli index 354c20f632..6ba7fb6e25 100644 --- a/cardano-cli/test/cardano-cli-golden/files/golden/help/mary_governance_create-genesis-key-delegation-certificate.cli +++ b/cardano-cli/test/cardano-cli-golden/files/golden/help/mary_governance_create-genesis-key-delegation-certificate.cli @@ -1,38 +1,38 @@ Usage: cardano-cli mary governance create-genesis-key-delegation-certificate ( --genesis-verification-key STRING - | --genesis-verification-key-file FILE + | --genesis-verification-key-file FILEPATH | --genesis-verification-key-hash STRING ) ( --genesis-delegate-verification-key STRING - | --genesis-delegate-verification-key-file FILE + | --genesis-delegate-verification-key-file FILEPATH | --genesis-delegate-verification-key-hash STRING ) ( --vrf-verification-key STRING - | --vrf-verification-key-file FILE + | --vrf-verification-key-file FILEPATH | --vrf-verification-key-hash STRING ) - --out-file FILE + --out-file FILEPATH Create a genesis key delegation certificate Available options: --genesis-verification-key STRING Genesis verification key (hex-encoded). - --genesis-verification-key-file FILE + --genesis-verification-key-file FILEPATH Filepath of the genesis verification key. --genesis-verification-key-hash STRING Genesis verification key hash (hex-encoded). --genesis-delegate-verification-key STRING Genesis delegate verification key (hex-encoded). - --genesis-delegate-verification-key-file FILE + --genesis-delegate-verification-key-file FILEPATH Filepath of the genesis delegate verification key. --genesis-delegate-verification-key-hash STRING Genesis delegate verification key hash (hex-encoded). --vrf-verification-key STRING VRF verification key (Bech32 or hex-encoded). - --vrf-verification-key-file FILE + --vrf-verification-key-file FILEPATH Filepath of the VRF verification key. --vrf-verification-key-hash STRING VRF verification key hash (hex-encoded). - --out-file FILE The output file. + --out-file FILEPATH The output file. -h,--help Show this help text diff --git a/cardano-cli/test/cardano-cli-golden/files/golden/help/mary_governance_create-mir-certificate.cli b/cardano-cli/test/cardano-cli-golden/files/golden/help/mary_governance_create-mir-certificate.cli index c04494a418..3956f1d02e 100644 --- a/cardano-cli/test/cardano-cli-golden/files/golden/help/mary_governance_create-mir-certificate.cli +++ b/cardano-cli/test/cardano-cli-golden/files/golden/help/mary_governance_create-mir-certificate.cli @@ -4,7 +4,7 @@ Usage: cardano-cli mary governance create-mir-certificate ) (--stake-address ADDRESS) (--reward LOVELACE) - --out-file FILE + --out-file FILEPATH | stake-addresses | transfer-to-treasury | transfer-to-rewards @@ -17,7 +17,7 @@ Available options: --treasury Use the treasury pot. --stake-address ADDRESS Target stake address (bech32 format). --reward LOVELACE The reward for the relevant reward account. - --out-file FILE The output file. + --out-file FILEPATH The output file. -h,--help Show this help text Available commands: diff --git a/cardano-cli/test/cardano-cli-golden/files/golden/help/mary_governance_create-mir-certificate_stake-addresses.cli b/cardano-cli/test/cardano-cli-golden/files/golden/help/mary_governance_create-mir-certificate_stake-addresses.cli index 313f0cc6e4..052bb1355e 100644 --- a/cardano-cli/test/cardano-cli-golden/files/golden/help/mary_governance_create-mir-certificate_stake-addresses.cli +++ b/cardano-cli/test/cardano-cli-golden/files/golden/help/mary_governance_create-mir-certificate_stake-addresses.cli @@ -4,7 +4,7 @@ Usage: cardano-cli mary governance create-mir-certificate stake-addresses ) (--stake-address ADDRESS) (--reward LOVELACE) - --out-file FILE + --out-file FILEPATH Create an MIR certificate to pay stake addresses @@ -13,5 +13,5 @@ Available options: --treasury Use the treasury pot. --stake-address ADDRESS Target stake address (bech32 format). --reward LOVELACE The reward for the relevant reward account. - --out-file FILE The output file. + --out-file FILEPATH The output file. -h,--help Show this help text diff --git a/cardano-cli/test/cardano-cli-golden/files/golden/help/mary_governance_create-mir-certificate_transfer-to-rewards.cli b/cardano-cli/test/cardano-cli-golden/files/golden/help/mary_governance_create-mir-certificate_transfer-to-rewards.cli index 2f7afae4e2..b86ba9eb36 100644 --- a/cardano-cli/test/cardano-cli-golden/files/golden/help/mary_governance_create-mir-certificate_transfer-to-rewards.cli +++ b/cardano-cli/test/cardano-cli-golden/files/golden/help/mary_governance_create-mir-certificate_transfer-to-rewards.cli @@ -1,10 +1,10 @@ Usage: cardano-cli mary governance create-mir-certificate transfer-to-rewards --transfer LOVELACE - --out-file FILE + --out-file FILEPATH Create an MIR certificate to transfer from the treasury pot to the reserves pot Available options: --transfer LOVELACE The amount to transfer. - --out-file FILE The output file. + --out-file FILEPATH The output file. -h,--help Show this help text diff --git a/cardano-cli/test/cardano-cli-golden/files/golden/help/mary_governance_create-mir-certificate_transfer-to-treasury.cli b/cardano-cli/test/cardano-cli-golden/files/golden/help/mary_governance_create-mir-certificate_transfer-to-treasury.cli index 9f803d11ec..3290584f52 100644 --- a/cardano-cli/test/cardano-cli-golden/files/golden/help/mary_governance_create-mir-certificate_transfer-to-treasury.cli +++ b/cardano-cli/test/cardano-cli-golden/files/golden/help/mary_governance_create-mir-certificate_transfer-to-treasury.cli @@ -1,10 +1,10 @@ Usage: cardano-cli mary governance create-mir-certificate transfer-to-treasury --transfer LOVELACE - --out-file FILE + --out-file FILEPATH Create an MIR certificate to transfer from the reserves pot to the treasury pot Available options: --transfer LOVELACE The amount to transfer. - --out-file FILE The output file. + --out-file FILEPATH The output file. -h,--help Show this help text diff --git a/cardano-cli/test/cardano-cli-golden/files/golden/help/mary_key_convert-byron-genesis-vkey.cli b/cardano-cli/test/cardano-cli-golden/files/golden/help/mary_key_convert-byron-genesis-vkey.cli index e111c1d87e..1801103321 100644 --- a/cardano-cli/test/cardano-cli-golden/files/golden/help/mary_key_convert-byron-genesis-vkey.cli +++ b/cardano-cli/test/cardano-cli-golden/files/golden/help/mary_key_convert-byron-genesis-vkey.cli @@ -1,5 +1,5 @@ Usage: cardano-cli mary key convert-byron-genesis-vkey --byron-genesis-verification-key BASE64 - --out-file FILE + --out-file FILEPATH Convert a Base64-encoded Byron genesis verification key to a Shelley genesis verification key @@ -7,5 +7,5 @@ Usage: cardano-cli mary key convert-byron-genesis-vkey --byron-genesis-verificat Available options: --byron-genesis-verification-key BASE64 Base64 string for the Byron genesis verification key. - --out-file FILE The output file. + --out-file FILEPATH The output file. -h,--help Show this help text diff --git a/cardano-cli/test/cardano-cli-golden/files/golden/help/mary_key_convert-byron-key.cli b/cardano-cli/test/cardano-cli-golden/files/golden/help/mary_key_convert-byron-key.cli index e197819cf8..2496a00fb8 100644 --- a/cardano-cli/test/cardano-cli-golden/files/golden/help/mary_key_convert-byron-key.cli +++ b/cardano-cli/test/cardano-cli-golden/files/golden/help/mary_key_convert-byron-key.cli @@ -6,10 +6,10 @@ Usage: cardano-cli mary key convert-byron-key [--password TEXT] | --byron-genesis-delegate-key-type | --legacy-byron-genesis-delegate-key-type ) - ( --byron-signing-key-file FILE - | --byron-verification-key-file FILE + ( --byron-signing-key-file FILEPATH + | --byron-verification-key-file FILEPATH ) - --out-file FILE + --out-file FILEPATH Convert a Byron payment, genesis or genesis delegate key (signing or verification) to a corresponding Shelley-format key. @@ -27,9 +27,9 @@ Available options: --legacy-byron-genesis-delegate-key-type Use a Byron-era genesis delegate key, in legacy SL format. - --byron-signing-key-file FILE + --byron-signing-key-file FILEPATH Input filepath of the Byron-format signing key. - --byron-verification-key-file FILE + --byron-verification-key-file FILEPATH Input filepath of the Byron-format verification key. - --out-file FILE The output file. + --out-file FILEPATH The output file. -h,--help Show this help text diff --git a/cardano-cli/test/cardano-cli-golden/files/golden/help/mary_key_convert-cardano-address-key.cli b/cardano-cli/test/cardano-cli-golden/files/golden/help/mary_key_convert-cardano-address-key.cli index 784e8c5863..8147ede0b1 100644 --- a/cardano-cli/test/cardano-cli-golden/files/golden/help/mary_key_convert-cardano-address-key.cli +++ b/cardano-cli/test/cardano-cli-golden/files/golden/help/mary_key_convert-cardano-address-key.cli @@ -7,8 +7,8 @@ Usage: cardano-cli mary key convert-cardano-address-key | --icarus-payment-key | --byron-payment-key ) - --signing-key-file FILE - --out-file FILE + --signing-key-file FILEPATH + --out-file FILEPATH Convert a cardano-address extended signing key to a corresponding Shelley-format key. @@ -23,6 +23,7 @@ Available options: Icarus style. --byron-payment-key Use a Byron-era extended payment key formatted in the deprecated Byron style. - --signing-key-file FILE Input filepath of the signing key. - --out-file FILE The output file. + --signing-key-file FILEPATH + Input filepath of the signing key. + --out-file FILEPATH The output file. -h,--help Show this help text diff --git a/cardano-cli/test/cardano-cli-golden/files/golden/help/mary_key_convert-itn-bip32-key.cli b/cardano-cli/test/cardano-cli-golden/files/golden/help/mary_key_convert-itn-bip32-key.cli index f83f9d1625..3981bc6958 100644 --- a/cardano-cli/test/cardano-cli-golden/files/golden/help/mary_key_convert-itn-bip32-key.cli +++ b/cardano-cli/test/cardano-cli-golden/files/golden/help/mary_key_convert-itn-bip32-key.cli @@ -1,11 +1,11 @@ -Usage: cardano-cli mary key convert-itn-bip32-key --itn-signing-key-file FILE - --out-file FILE +Usage: cardano-cli mary key convert-itn-bip32-key --itn-signing-key-file FILEPATH + --out-file FILEPATH Convert an Incentivized Testnet (ITN) BIP32 (Ed25519Bip32) signing key to a corresponding Shelley stake signing key Available options: - --itn-signing-key-file FILE + --itn-signing-key-file FILEPATH Filepath of the ITN signing key. - --out-file FILE The output file. + --out-file FILEPATH The output file. -h,--help Show this help text diff --git a/cardano-cli/test/cardano-cli-golden/files/golden/help/mary_key_convert-itn-extended-key.cli b/cardano-cli/test/cardano-cli-golden/files/golden/help/mary_key_convert-itn-extended-key.cli index 81a16c98ff..f3d101b8c8 100644 --- a/cardano-cli/test/cardano-cli-golden/files/golden/help/mary_key_convert-itn-extended-key.cli +++ b/cardano-cli/test/cardano-cli-golden/files/golden/help/mary_key_convert-itn-extended-key.cli @@ -1,11 +1,11 @@ -Usage: cardano-cli mary key convert-itn-extended-key --itn-signing-key-file FILE - --out-file FILE +Usage: cardano-cli mary key convert-itn-extended-key --itn-signing-key-file FILEPATH + --out-file FILEPATH Convert an Incentivized Testnet (ITN) extended (Ed25519Extended) signing key to a corresponding Shelley stake signing key Available options: - --itn-signing-key-file FILE + --itn-signing-key-file FILEPATH Filepath of the ITN signing key. - --out-file FILE The output file. + --out-file FILEPATH The output file. -h,--help Show this help text diff --git a/cardano-cli/test/cardano-cli-golden/files/golden/help/mary_key_convert-itn-key.cli b/cardano-cli/test/cardano-cli-golden/files/golden/help/mary_key_convert-itn-key.cli index 59cfd21a31..ccae16afad 100644 --- a/cardano-cli/test/cardano-cli-golden/files/golden/help/mary_key_convert-itn-key.cli +++ b/cardano-cli/test/cardano-cli-golden/files/golden/help/mary_key_convert-itn-key.cli @@ -1,16 +1,16 @@ Usage: cardano-cli mary key convert-itn-key - ( --itn-signing-key-file FILE - | --itn-verification-key-file FILE + ( --itn-signing-key-file FILEPATH + | --itn-verification-key-file FILEPATH ) - --out-file FILE + --out-file FILEPATH Convert an Incentivized Testnet (ITN) non-extended (Ed25519) signing or verification key to a corresponding Shelley stake key Available options: - --itn-signing-key-file FILE + --itn-signing-key-file FILEPATH Filepath of the ITN signing key. - --itn-verification-key-file FILE + --itn-verification-key-file FILEPATH Filepath of the ITN verification key. - --out-file FILE The output file. + --out-file FILEPATH The output file. -h,--help Show this help text diff --git a/cardano-cli/test/cardano-cli-golden/files/golden/help/mary_key_non-extended-key.cli b/cardano-cli/test/cardano-cli-golden/files/golden/help/mary_key_non-extended-key.cli index e0a9b0d40a..0b2bd00d4c 100644 --- a/cardano-cli/test/cardano-cli-golden/files/golden/help/mary_key_non-extended-key.cli +++ b/cardano-cli/test/cardano-cli-golden/files/golden/help/mary_key_non-extended-key.cli @@ -1,12 +1,12 @@ -Usage: cardano-cli mary key non-extended-key --extended-verification-key-file FILE - --verification-key-file FILE +Usage: cardano-cli mary key non-extended-key --extended-verification-key-file FILEPATH + --verification-key-file FILEPATH Get a non-extended verification key from an extended verification key. This supports all extended key types. Available options: - --extended-verification-key-file FILE + --extended-verification-key-file FILEPATH Input filepath of the ed25519-bip32 verification key. - --verification-key-file FILE + --verification-key-file FILEPATH Output filepath of the verification key. -h,--help Show this help text diff --git a/cardano-cli/test/cardano-cli-golden/files/golden/help/mary_key_verification-key.cli b/cardano-cli/test/cardano-cli-golden/files/golden/help/mary_key_verification-key.cli index 2d7a4199fb..70756d7888 100644 --- a/cardano-cli/test/cardano-cli-golden/files/golden/help/mary_key_verification-key.cli +++ b/cardano-cli/test/cardano-cli-golden/files/golden/help/mary_key_verification-key.cli @@ -1,10 +1,11 @@ -Usage: cardano-cli mary key verification-key --signing-key-file FILE - --verification-key-file FILE +Usage: cardano-cli mary key verification-key --signing-key-file FILEPATH + --verification-key-file FILEPATH Get a verification key from a signing key. This supports all key types. Available options: - --signing-key-file FILE Input filepath of the signing key. - --verification-key-file FILE + --signing-key-file FILEPATH + Input filepath of the signing key. + --verification-key-file FILEPATH Output filepath of the verification key. -h,--help Show this help text diff --git a/cardano-cli/test/cardano-cli-golden/files/golden/help/mary_node_issue-op-cert.cli b/cardano-cli/test/cardano-cli-golden/files/golden/help/mary_node_issue-op-cert.cli index 02d7f805b0..ebe488436b 100644 --- a/cardano-cli/test/cardano-cli-golden/files/golden/help/mary_node_issue-op-cert.cli +++ b/cardano-cli/test/cardano-cli-golden/files/golden/help/mary_node_issue-op-cert.cli @@ -1,24 +1,24 @@ Usage: cardano-cli mary node issue-op-cert ( --kes-verification-key STRING - | --kes-verification-key-file FILE + | --kes-verification-key-file FILEPATH ) - --cold-signing-key-file FILE - --operational-certificate-issue-counter-file FILE + --cold-signing-key-file FILEPATH + --operational-certificate-issue-counter-file FILEPATH --kes-period NATURAL - --out-file FILE + --out-file FILEPATH Issue a node operational certificate Available options: --kes-verification-key STRING A Bech32 or hex-encoded hot KES verification key. - --kes-verification-key-file FILE + --kes-verification-key-file FILEPATH Filepath of the hot KES verification key. - --cold-signing-key-file FILE + --cold-signing-key-file FILEPATH Filepath of the cold signing key. - --operational-certificate-issue-counter-file FILE + --operational-certificate-issue-counter-file FILEPATH The file with the issue counter for the operational certificate. --kes-period NATURAL The start of the KES key validity period. - --out-file FILE The output file. + --out-file FILEPATH The output file. -h,--help Show this help text diff --git a/cardano-cli/test/cardano-cli-golden/files/golden/help/mary_node_key-gen-KES.cli b/cardano-cli/test/cardano-cli-golden/files/golden/help/mary_node_key-gen-KES.cli index 46d5feef42..2c0ddc9287 100644 --- a/cardano-cli/test/cardano-cli-golden/files/golden/help/mary_node_key-gen-KES.cli +++ b/cardano-cli/test/cardano-cli-golden/files/golden/help/mary_node_key-gen-KES.cli @@ -1,6 +1,6 @@ Usage: cardano-cli mary node key-gen-KES [--key-output-format STRING] - --verification-key-file FILE - --signing-key-file FILE + --verification-key-file FILEPATH + --signing-key-file FILEPATH Create a key pair for a node KES operational key @@ -9,7 +9,8 @@ Available options: Optional key output format. Accepted output formats are "text-envelope" and "bech32" (default is "text-envelope"). - --verification-key-file FILE + --verification-key-file FILEPATH Output filepath of the verification key. - --signing-key-file FILE Output filepath of the signing key. + --signing-key-file FILEPATH + Output filepath of the signing key. -h,--help Show this help text diff --git a/cardano-cli/test/cardano-cli-golden/files/golden/help/mary_node_key-gen-VRF.cli b/cardano-cli/test/cardano-cli-golden/files/golden/help/mary_node_key-gen-VRF.cli index ccfbee23d7..84c8fd9ae6 100644 --- a/cardano-cli/test/cardano-cli-golden/files/golden/help/mary_node_key-gen-VRF.cli +++ b/cardano-cli/test/cardano-cli-golden/files/golden/help/mary_node_key-gen-VRF.cli @@ -1,6 +1,6 @@ Usage: cardano-cli mary node key-gen-VRF [--key-output-format STRING] - --verification-key-file FILE - --signing-key-file FILE + --verification-key-file FILEPATH + --signing-key-file FILEPATH Create a key pair for a node VRF operational key @@ -9,7 +9,8 @@ Available options: Optional key output format. Accepted output formats are "text-envelope" and "bech32" (default is "text-envelope"). - --verification-key-file FILE + --verification-key-file FILEPATH Output filepath of the verification key. - --signing-key-file FILE Output filepath of the signing key. + --signing-key-file FILEPATH + Output filepath of the signing key. -h,--help Show this help text diff --git a/cardano-cli/test/cardano-cli-golden/files/golden/help/mary_node_key-gen.cli b/cardano-cli/test/cardano-cli-golden/files/golden/help/mary_node_key-gen.cli index b692dbc36a..0344b8774c 100644 --- a/cardano-cli/test/cardano-cli-golden/files/golden/help/mary_node_key-gen.cli +++ b/cardano-cli/test/cardano-cli-golden/files/golden/help/mary_node_key-gen.cli @@ -1,7 +1,7 @@ Usage: cardano-cli mary node key-gen [--key-output-format STRING] - --cold-verification-key-file FILE - --cold-signing-key-file FILE - --operational-certificate-issue-counter-file FILE + --cold-verification-key-file FILEPATH + --cold-signing-key-file FILEPATH + --operational-certificate-issue-counter-file FILEPATH Create a key pair for a node operator's offline key and a new certificate issue counter @@ -11,11 +11,11 @@ Available options: Optional key output format. Accepted output formats are "text-envelope" and "bech32" (default is "text-envelope"). - --cold-verification-key-file FILE + --cold-verification-key-file FILEPATH Filepath of the cold verification key. - --cold-signing-key-file FILE + --cold-signing-key-file FILEPATH Filepath of the cold signing key. - --operational-certificate-issue-counter-file FILE + --operational-certificate-issue-counter-file FILEPATH The file with the issue counter for the operational certificate. -h,--help Show this help text diff --git a/cardano-cli/test/cardano-cli-golden/files/golden/help/mary_node_key-hash-VRF.cli b/cardano-cli/test/cardano-cli-golden/files/golden/help/mary_node_key-hash-VRF.cli index 5d2ee85ba8..2ad84b7073 100644 --- a/cardano-cli/test/cardano-cli-golden/files/golden/help/mary_node_key-hash-VRF.cli +++ b/cardano-cli/test/cardano-cli-golden/files/golden/help/mary_node_key-hash-VRF.cli @@ -1,15 +1,15 @@ Usage: cardano-cli mary node key-hash-VRF ( --verification-key STRING - | --verification-key-file FILE + | --verification-key-file FILEPATH ) - [--out-file FILE] + [--out-file FILEPATH] Print hash of a node's operational VRF key. Available options: --verification-key STRING Verification key (Bech32 or hex-encoded). - --verification-key-file FILE + --verification-key-file FILEPATH Input filepath of the verification key. - --out-file FILE Optional output file. Default is to write to stdout. + --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_node_new-counter.cli b/cardano-cli/test/cardano-cli-golden/files/golden/help/mary_node_new-counter.cli index a2098d9433..f15e26997b 100644 --- a/cardano-cli/test/cardano-cli-golden/files/golden/help/mary_node_new-counter.cli +++ b/cardano-cli/test/cardano-cli-golden/files/golden/help/mary_node_new-counter.cli @@ -1,10 +1,10 @@ Usage: cardano-cli mary node new-counter ( --stake-pool-verification-key STRING | --genesis-delegate-verification-key STRING - | --cold-verification-key-file FILE + | --cold-verification-key-file FILEPATH ) --counter-value INT - --operational-certificate-issue-counter-file FILE + --operational-certificate-issue-counter-file FILEPATH Create a new certificate issue counter @@ -13,10 +13,10 @@ Available options: Stake pool verification key (Bech32 or hex-encoded). --genesis-delegate-verification-key STRING Genesis delegate verification key (hex-encoded). - --cold-verification-key-file FILE + --cold-verification-key-file FILEPATH Filepath of the cold verification key. --counter-value INT The next certificate issue counter value to use. - --operational-certificate-issue-counter-file FILE + --operational-certificate-issue-counter-file FILEPATH The file with the issue counter for the operational certificate. -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 262235c466..34eba8ce44 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 @@ -4,8 +4,8 @@ Usage: cardano-cli mary query kes-period-info --socket-path SOCKET_PATH ( --mainnet | --testnet-magic NATURAL ) - --op-cert-file FILE - [--out-file FILE] + --op-cert-file FILEPATH + [--out-file FILEPATH] Get information about the current KES period and your node's operational certificate. @@ -24,6 +24,6 @@ Available options: CARDANO_NODE_NETWORK_ID environment variable --testnet-magic NATURAL Specify a testnet magic id. This overrides the CARDANO_NODE_NETWORK_ID environment variable - --op-cert-file FILE Filepath of the node's operational certificate. - --out-file FILE Optional output file. Default is to write to stdout. + --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 821783ae27..6ae631eb48 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 @@ -4,17 +4,17 @@ Usage: cardano-cli mary query leadership-schedule --socket-path SOCKET_PATH ( --mainnet | --testnet-magic NATURAL ) - --genesis FILE + --genesis FILEPATH ( --stake-pool-verification-key STRING - | --cold-verification-key-file FILE + | --cold-verification-key-file FILEPATH | --stake-pool-id STAKE_POOL_ID ) - --vrf-signing-key-file FILE + --vrf-signing-key-file FILEPATH (--current | --next) [ --output-json | --output-text ] - [--out-file FILE] + [--out-file FILEPATH] Get the slots the node is expected to mint a block in (advanced command) @@ -32,15 +32,15 @@ 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 - --genesis FILE Shelley genesis filepath + --genesis FILEPATH Shelley genesis filepath --stake-pool-verification-key STRING Stake pool verification key (Bech32 or hex-encoded). - --cold-verification-key-file FILE + --cold-verification-key-file FILEPATH Filepath of the stake pool verification key. --stake-pool-id STAKE_POOL_ID Stake pool ID/verification key hash (either Bech32-encoded or hex-encoded). - --vrf-signing-key-file FILE + --vrf-signing-key-file FILEPATH Input filepath of the VRF signing key. --current Get the leadership schedule for the current epoch. --next Get the leadership schedule for the following epoch. @@ -48,5 +48,5 @@ Available options: Default format when writing to a file --output-text Format leadership-schedule query output to TEXT. Default format when writing to stdout - --out-file FILE Optional output file. Default is to write to stdout. + --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 9c751e5519..986aa023d5 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 @@ -4,7 +4,7 @@ Usage: cardano-cli mary query ledger-state --socket-path SOCKET_PATH ( --mainnet | --testnet-magic NATURAL ) - [--out-file FILE] + [--out-file FILEPATH] Dump the current ledger state of the node (Ledger.NewEpochState -- advanced command) @@ -23,5 +23,5 @@ 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 - --out-file FILE Optional output file. Default is to write to stdout. + --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 8e06143807..380c2b54d4 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 @@ -7,7 +7,7 @@ Usage: cardano-cli mary query pool-params --socket-path SOCKET_PATH ( --all-stake-pools | (--stake-pool-id STAKE_POOL_ID) ) - [--out-file FILE] + [--out-file FILEPATH] DEPRECATED. Use query pool-state instead. Dump the pool parameters (Ledger.NewEpochState.esLState._delegationState._pState._pParams -- advanced @@ -31,5 +31,5 @@ Available options: --stake-pool-id STAKE_POOL_ID Stake pool ID/verification key hash (either Bech32-encoded or hex-encoded). - --out-file FILE Optional output file. Default is to write to stdout. + --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-state.cli b/cardano-cli/test/cardano-cli-golden/files/golden/help/mary_query_pool-state.cli index 7c47aa2910..47735606f6 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 @@ -5,7 +5,7 @@ Usage: cardano-cli mary query pool-state --socket-path SOCKET_PATH ( --all-stake-pools | (--stake-pool-id STAKE_POOL_ID) ) - [--out-file FILE] + [--out-file FILEPATH] Dump the pool state @@ -27,5 +27,5 @@ Available options: --stake-pool-id STAKE_POOL_ID Stake pool ID/verification key hash (either Bech32-encoded or hex-encoded). - --out-file FILE Optional output file. Default is to write to stdout. + --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-parameters.cli b/cardano-cli/test/cardano-cli-golden/files/golden/help/mary_query_protocol-parameters.cli index 1fb52a5026..d8b3967de6 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 @@ -4,7 +4,7 @@ Usage: cardano-cli mary query protocol-parameters --socket-path SOCKET_PATH ( --mainnet | --testnet-magic NATURAL ) - [--out-file FILE] + [--out-file FILEPATH] Get the node's current protocol parameters @@ -22,5 +22,5 @@ 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 - --out-file FILE Optional output file. Default is to write to stdout. + --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 29cdbe7ecf..7e52353b23 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 @@ -4,7 +4,7 @@ Usage: cardano-cli mary query protocol-state --socket-path SOCKET_PATH ( --mainnet | --testnet-magic NATURAL ) - [--out-file FILE] + [--out-file FILEPATH] Dump the current protocol state of the node (Ledger.ChainDepState -- advanced command) @@ -23,5 +23,5 @@ 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 - --out-file FILE Optional output file. Default is to write to stdout. + --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 eb78349cff..8fab629907 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 @@ -6,7 +6,7 @@ Usage: cardano-cli mary query ref-script-size --socket-path SOCKET_PATH | --testnet-magic NATURAL ) [--output-json | --output-text] - [--out-file FILE] + [--out-file FILEPATH] Calculate the reference input scripts size in bytes for provided transaction inputs. @@ -30,5 +30,5 @@ Available options: format when writing to a file --output-text Format reference inputs query output to TEXT. Default format when writing to stdout - --out-file FILE Optional output file. Default is to write to stdout. + --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-address-info.cli b/cardano-cli/test/cardano-cli-golden/files/golden/help/mary_query_stake-address-info.cli index 7d7d66e629..ea2f5f7a0c 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 @@ -5,7 +5,7 @@ Usage: cardano-cli mary query stake-address-info --socket-path SOCKET_PATH ( --mainnet | --testnet-magic NATURAL ) - [--out-file FILE] + [--out-file FILEPATH] Get the current delegations and reward accounts filtered by stake address. @@ -24,5 +24,5 @@ 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 - --out-file FILE Optional output file. Default is to write to stdout. + --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 84332090c6..5f9e32b4ba 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 @@ -7,7 +7,7 @@ Usage: cardano-cli mary query stake-distribution --socket-path SOCKET_PATH [ --output-json | --output-text ] - [--out-file FILE] + [--out-file FILEPATH] Get the node's current aggregated stake distribution @@ -29,5 +29,5 @@ Available options: Default format when writing to a file --output-text Format stake-distribution query output to TEXT. Default format when writing to stdout - --out-file FILE Optional output file. Default is to write to stdout. + --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-pools.cli b/cardano-cli/test/cardano-cli-golden/files/golden/help/mary_query_stake-pools.cli index 55ffc3c662..2509b690ca 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 @@ -5,7 +5,7 @@ Usage: cardano-cli mary query stake-pools --socket-path SOCKET_PATH | --testnet-magic NATURAL ) [--output-json | --output-text] - [--out-file FILE] + [--out-file FILEPATH] Get the node's current set of stake pool ids @@ -27,5 +27,5 @@ Available options: format when writing to a file --output-text Format stake-pools query output to TEXT. Default format when writing to stdout - --out-file FILE Optional output file. Default is to write to stdout. + --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-snapshot.cli b/cardano-cli/test/cardano-cli-golden/files/golden/help/mary_query_stake-snapshot.cli index f1c7103727..bd5417a24e 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 @@ -7,7 +7,7 @@ Usage: cardano-cli mary query stake-snapshot --socket-path SOCKET_PATH ( --all-stake-pools | (--stake-pool-id STAKE_POOL_ID) ) - [--out-file FILE] + [--out-file FILEPATH] Obtain the three stake snapshots for a pool, plus the total active stake (advanced command) @@ -30,5 +30,5 @@ Available options: --stake-pool-id STAKE_POOL_ID Stake pool ID/verification key hash (either Bech32-encoded or hex-encoded). - --out-file FILE Optional output file. Default is to write to stdout. + --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_tip.cli b/cardano-cli/test/cardano-cli-golden/files/golden/help/mary_query_tip.cli index 765b79b307..d0075ae713 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,7 +1,7 @@ Usage: cardano-cli mary query tip --socket-path SOCKET_PATH [--cardano-mode [--epoch-slots SLOTS]] (--mainnet | --testnet-magic NATURAL) - [--out-file FILE] + [--out-file FILEPATH] Get the node's current tip (slot no, hash, block no) @@ -19,5 +19,5 @@ 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 - --out-file FILE Optional output file. Default is to write to stdout. + --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 d2634473c2..d4ff31a6bd 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 @@ -3,7 +3,7 @@ Usage: cardano-cli mary query tx-mempool --socket-path SOCKET_PATH [--epoch-slots SLOTS]] (--mainnet | --testnet-magic NATURAL) (info | next-tx | tx-exists) - [--out-file FILE] + [--out-file FILEPATH] Local Mempool info @@ -21,7 +21,7 @@ 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 - --out-file FILE Optional output file. Default is to write to stdout. + --out-file FILEPATH Optional output file. Default is to write to stdout. -h,--help Show this help text Available commands: 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 30ae5834cb..3920458186 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 @@ -5,6 +5,6 @@ Usage: cardano-cli mary query tx-mempool --socket-path SOCKET_PATH [--epoch-slots SLOTS]] (--mainnet | --testnet-magic NATURAL) (info | next-tx | tx-exists) - [--out-file FILE] + [--out-file FILEPATH] Local Mempool info 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 30ae5834cb..3920458186 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 @@ -5,6 +5,6 @@ Usage: cardano-cli mary query tx-mempool --socket-path SOCKET_PATH [--epoch-slots SLOTS]] (--mainnet | --testnet-magic NATURAL) (info | next-tx | tx-exists) - [--out-file FILE] + [--out-file FILEPATH] Local Mempool info 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 30ae5834cb..3920458186 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 @@ -5,6 +5,6 @@ Usage: cardano-cli mary query tx-mempool --socket-path SOCKET_PATH [--epoch-slots SLOTS]] (--mainnet | --testnet-magic NATURAL) (info | next-tx | tx-exists) - [--out-file FILE] + [--out-file FILEPATH] Local Mempool info 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 f7b513393c..36d8470c2a 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 @@ -6,7 +6,7 @@ Usage: cardano-cli mary query utxo --socket-path SOCKET_PATH ) (--mainnet | --testnet-magic NATURAL) [--output-json | --output-text] - [--out-file FILE] + [--out-file FILEPATH] Get a portion of the current UTxO: by tx in, by address or the whole. @@ -32,5 +32,5 @@ Available options: writing to a file --output-text Format utxo query output to TEXT. Default format when writing to stdout - --out-file FILE Optional output file. Default is to write to stdout. + --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_stake-address_build.cli b/cardano-cli/test/cardano-cli-golden/files/golden/help/mary_stake-address_build.cli index e038ba4677..fda555445e 100644 --- a/cardano-cli/test/cardano-cli-golden/files/golden/help/mary_stake-address_build.cli +++ b/cardano-cli/test/cardano-cli-golden/files/golden/help/mary_stake-address_build.cli @@ -1,26 +1,27 @@ Usage: cardano-cli mary stake-address build ( --stake-verification-key STRING - | --stake-verification-key-file FILE + | --stake-verification-key-file FILEPATH | --stake-key-hash HASH - | --stake-script-file FILE + | --stake-script-file FILEPATH ) ( --mainnet | --testnet-magic NATURAL ) - [--out-file FILE] + [--out-file FILEPATH] Build a stake address Available options: --stake-verification-key STRING Stake verification key (Bech32 or hex-encoded). - --stake-verification-key-file FILE + --stake-verification-key-file FILEPATH Filepath of the staking verification key. --stake-key-hash HASH Stake verification key hash (hex-encoded). - --stake-script-file FILE Filepath of the staking script. + --stake-script-file FILEPATH + Filepath of the staking script. --mainnet Use the mainnet magic id. This overrides the CARDANO_NODE_NETWORK_ID environment variable --testnet-magic NATURAL Specify a testnet magic id. This overrides the CARDANO_NODE_NETWORK_ID environment variable - --out-file FILE Optional output file. Default is to write to stdout. + --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_stake-address_deregistration-certificate.cli b/cardano-cli/test/cardano-cli-golden/files/golden/help/mary_stake-address_deregistration-certificate.cli index 77e9a54925..68e8454537 100644 --- a/cardano-cli/test/cardano-cli-golden/files/golden/help/mary_stake-address_deregistration-certificate.cli +++ b/cardano-cli/test/cardano-cli-golden/files/golden/help/mary_stake-address_deregistration-certificate.cli @@ -1,21 +1,22 @@ Usage: cardano-cli mary stake-address deregistration-certificate ( --stake-verification-key STRING - | --stake-verification-key-file FILE + | --stake-verification-key-file FILEPATH | --stake-key-hash HASH - | --stake-script-file FILE + | --stake-script-file FILEPATH | --stake-address ADDRESS ) - --out-file FILE + --out-file FILEPATH Create a stake address deregistration certificate Available options: --stake-verification-key STRING Stake verification key (Bech32 or hex-encoded). - --stake-verification-key-file FILE + --stake-verification-key-file FILEPATH Filepath of the staking verification key. --stake-key-hash HASH Stake verification key hash (hex-encoded). - --stake-script-file FILE Filepath of the staking script. + --stake-script-file FILEPATH + Filepath of the staking script. --stake-address ADDRESS Target stake address (bech32 format). - --out-file FILE The output file. + --out-file FILEPATH The output file. -h,--help Show this help text diff --git a/cardano-cli/test/cardano-cli-golden/files/golden/help/mary_stake-address_key-gen.cli b/cardano-cli/test/cardano-cli-golden/files/golden/help/mary_stake-address_key-gen.cli index e7348cda22..374487eea9 100644 --- a/cardano-cli/test/cardano-cli-golden/files/golden/help/mary_stake-address_key-gen.cli +++ b/cardano-cli/test/cardano-cli-golden/files/golden/help/mary_stake-address_key-gen.cli @@ -1,6 +1,6 @@ Usage: cardano-cli mary stake-address key-gen [--key-output-format STRING] - --verification-key-file FILE - --signing-key-file FILE + --verification-key-file FILEPATH + --signing-key-file FILEPATH Create a stake address key pair @@ -9,7 +9,8 @@ Available options: Optional key output format. Accepted output formats are "text-envelope" and "bech32" (default is "text-envelope"). - --verification-key-file FILE + --verification-key-file FILEPATH Output filepath of the verification key. - --signing-key-file FILE Output filepath of the signing key. + --signing-key-file FILEPATH + Output filepath of the signing key. -h,--help Show this help text diff --git a/cardano-cli/test/cardano-cli-golden/files/golden/help/mary_stake-address_key-hash.cli b/cardano-cli/test/cardano-cli-golden/files/golden/help/mary_stake-address_key-hash.cli index 6da9a9db12..658ef86ddd 100644 --- a/cardano-cli/test/cardano-cli-golden/files/golden/help/mary_stake-address_key-hash.cli +++ b/cardano-cli/test/cardano-cli-golden/files/golden/help/mary_stake-address_key-hash.cli @@ -1,15 +1,15 @@ Usage: cardano-cli mary stake-address key-hash ( --stake-verification-key STRING - | --stake-verification-key-file FILE + | --stake-verification-key-file FILEPATH ) - [--out-file FILE] + [--out-file FILEPATH] Print the hash of a stake address key Available options: --stake-verification-key STRING Stake verification key (Bech32 or hex-encoded). - --stake-verification-key-file FILE + --stake-verification-key-file FILEPATH Filepath of the staking verification key. - --out-file FILE Optional output file. Default is to write to stdout. + --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_stake-address_registration-certificate.cli b/cardano-cli/test/cardano-cli-golden/files/golden/help/mary_stake-address_registration-certificate.cli index 668a2f6a4f..47c2241cbe 100644 --- a/cardano-cli/test/cardano-cli-golden/files/golden/help/mary_stake-address_registration-certificate.cli +++ b/cardano-cli/test/cardano-cli-golden/files/golden/help/mary_stake-address_registration-certificate.cli @@ -1,21 +1,22 @@ Usage: cardano-cli mary stake-address registration-certificate ( --stake-verification-key STRING - | --stake-verification-key-file FILE + | --stake-verification-key-file FILEPATH | --stake-key-hash HASH - | --stake-script-file FILE + | --stake-script-file FILEPATH | --stake-address ADDRESS ) - --out-file FILE + --out-file FILEPATH Create a stake address registration certificate Available options: --stake-verification-key STRING Stake verification key (Bech32 or hex-encoded). - --stake-verification-key-file FILE + --stake-verification-key-file FILEPATH Filepath of the staking verification key. --stake-key-hash HASH Stake verification key hash (hex-encoded). - --stake-script-file FILE Filepath of the staking script. + --stake-script-file FILEPATH + Filepath of the staking script. --stake-address ADDRESS Target stake address (bech32 format). - --out-file FILE The output file. + --out-file FILEPATH The output file. -h,--help Show this help text diff --git a/cardano-cli/test/cardano-cli-golden/files/golden/help/mary_stake-address_stake-delegation-certificate.cli b/cardano-cli/test/cardano-cli-golden/files/golden/help/mary_stake-address_stake-delegation-certificate.cli index 83e7f3085c..daeb86bf60 100644 --- a/cardano-cli/test/cardano-cli-golden/files/golden/help/mary_stake-address_stake-delegation-certificate.cli +++ b/cardano-cli/test/cardano-cli-golden/files/golden/help/mary_stake-address_stake-delegation-certificate.cli @@ -1,15 +1,15 @@ Usage: cardano-cli mary stake-address stake-delegation-certificate ( --stake-verification-key STRING - | --stake-verification-key-file FILE + | --stake-verification-key-file FILEPATH | --stake-key-hash HASH - | --stake-script-file FILE + | --stake-script-file FILEPATH | --stake-address ADDRESS ) ( --stake-pool-verification-key STRING - | --cold-verification-key-file FILE + | --cold-verification-key-file FILEPATH | --stake-pool-id STAKE_POOL_ID ) - --out-file FILE + --out-file FILEPATH Create a stake address stake delegation certificate, which when submitted in a transaction delegates stake to a stake pool. @@ -17,17 +17,18 @@ Usage: cardano-cli mary stake-address stake-delegation-certificate Available options: --stake-verification-key STRING Stake verification key (Bech32 or hex-encoded). - --stake-verification-key-file FILE + --stake-verification-key-file FILEPATH Filepath of the staking verification key. --stake-key-hash HASH Stake verification key hash (hex-encoded). - --stake-script-file FILE Filepath of the staking script. + --stake-script-file FILEPATH + Filepath of the staking script. --stake-address ADDRESS Target stake address (bech32 format). --stake-pool-verification-key STRING Stake pool verification key (Bech32 or hex-encoded). - --cold-verification-key-file FILE + --cold-verification-key-file FILEPATH Filepath of the stake pool verification key. --stake-pool-id STAKE_POOL_ID Stake pool ID/verification key hash (either Bech32-encoded or hex-encoded). - --out-file FILE The output file. + --out-file FILEPATH The output file. -h,--help Show this help text diff --git a/cardano-cli/test/cardano-cli-golden/files/golden/help/mary_stake-pool_deregistration-certificate.cli b/cardano-cli/test/cardano-cli-golden/files/golden/help/mary_stake-pool_deregistration-certificate.cli index 2b5ab1e2f1..59b2c2670c 100644 --- a/cardano-cli/test/cardano-cli-golden/files/golden/help/mary_stake-pool_deregistration-certificate.cli +++ b/cardano-cli/test/cardano-cli-golden/files/golden/help/mary_stake-pool_deregistration-certificate.cli @@ -1,17 +1,17 @@ Usage: cardano-cli mary stake-pool deregistration-certificate ( --stake-pool-verification-key STRING - | --cold-verification-key-file FILE + | --cold-verification-key-file FILEPATH ) --epoch NATURAL - --out-file FILE + --out-file FILEPATH Create a stake pool deregistration certificate Available options: --stake-pool-verification-key STRING Stake pool verification key (Bech32 or hex-encoded). - --cold-verification-key-file FILE + --cold-verification-key-file FILEPATH Filepath of the stake pool verification key. --epoch NATURAL The epoch number. - --out-file FILE The output file. + --out-file FILEPATH The output file. -h,--help Show this help text diff --git a/cardano-cli/test/cardano-cli-golden/files/golden/help/mary_stake-pool_id.cli b/cardano-cli/test/cardano-cli-golden/files/golden/help/mary_stake-pool_id.cli index 550099216a..6db1697e92 100644 --- a/cardano-cli/test/cardano-cli-golden/files/golden/help/mary_stake-pool_id.cli +++ b/cardano-cli/test/cardano-cli-golden/files/golden/help/mary_stake-pool_id.cli @@ -1,18 +1,18 @@ Usage: cardano-cli mary stake-pool id ( --stake-pool-verification-key STRING - | --cold-verification-key-file FILE + | --cold-verification-key-file FILEPATH ) [--output-format STRING] - [--out-file FILE] + [--out-file FILEPATH] Build pool id from the offline key Available options: --stake-pool-verification-key STRING Stake pool verification key (Bech32 or hex-encoded). - --cold-verification-key-file FILE + --cold-verification-key-file FILEPATH Filepath of the stake pool verification key. --output-format STRING Optional pool id output format. Accepted output formats are "hex" and "bech32" (default is "bech32"). - --out-file FILE Optional output file. Default is to write to stdout. + --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_stake-pool_metadata-hash.cli b/cardano-cli/test/cardano-cli-golden/files/golden/help/mary_stake-pool_metadata-hash.cli index 6fd4923843..6a95d2352e 100644 --- a/cardano-cli/test/cardano-cli-golden/files/golden/help/mary_stake-pool_metadata-hash.cli +++ b/cardano-cli/test/cardano-cli-golden/files/golden/help/mary_stake-pool_metadata-hash.cli @@ -1,10 +1,10 @@ -Usage: cardano-cli mary stake-pool metadata-hash --pool-metadata-file FILE - [--out-file FILE] +Usage: cardano-cli mary stake-pool metadata-hash --pool-metadata-file FILEPATH + [--out-file FILEPATH] Print the hash of pool metadata. Available options: - --pool-metadata-file FILE + --pool-metadata-file FILEPATH Filepath of the pool metadata. - --out-file FILE Optional output file. Default is to write to stdout. + --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_stake-pool_registration-certificate.cli b/cardano-cli/test/cardano-cli-golden/files/golden/help/mary_stake-pool_registration-certificate.cli index 39ac2edbcf..b593000249 100644 --- a/cardano-cli/test/cardano-cli-golden/files/golden/help/mary_stake-pool_registration-certificate.cli +++ b/cardano-cli/test/cardano-cli-golden/files/golden/help/mary_stake-pool_registration-certificate.cli @@ -1,18 +1,18 @@ Usage: cardano-cli mary stake-pool registration-certificate ( --stake-pool-verification-key STRING - | --cold-verification-key-file FILE + | --cold-verification-key-file FILEPATH ) ( --vrf-verification-key STRING - | --vrf-verification-key-file FILE + | --vrf-verification-key-file FILEPATH ) --pool-pledge LOVELACE --pool-cost LOVELACE --pool-margin RATIONAL ( --pool-reward-account-verification-key STRING - | --pool-reward-account-verification-key-file FILE + | --pool-reward-account-verification-key-file FILEPATH ) ( --pool-owner-verification-key STRING - | --pool-owner-stake-verification-key-file FILE + | --pool-owner-stake-verification-key-file FILEPATH ) [ [--pool-relay-ipv4 STRING] [--pool-relay-ipv6 STRING] @@ -26,18 +26,18 @@ Usage: cardano-cli mary stake-pool registration-certificate ( --mainnet | --testnet-magic NATURAL ) - --out-file FILE + --out-file FILEPATH Create a stake pool registration certificate Available options: --stake-pool-verification-key STRING Stake pool verification key (Bech32 or hex-encoded). - --cold-verification-key-file FILE + --cold-verification-key-file FILEPATH Filepath of the stake pool verification key. --vrf-verification-key STRING VRF verification key (Bech32 or hex-encoded). - --vrf-verification-key-file FILE + --vrf-verification-key-file FILEPATH Filepath of the VRF verification key. --pool-pledge LOVELACE The stake pool's pledge. --pool-cost LOVELACE The stake pool's cost. @@ -45,13 +45,13 @@ Available options: --pool-reward-account-verification-key STRING Reward account stake verification key (Bech32 or hex-encoded). - --pool-reward-account-verification-key-file FILE + --pool-reward-account-verification-key-file FILEPATH Filepath of the reward account stake verification key. --pool-owner-verification-key STRING Pool owner stake verification key (Bech32 or hex-encoded). - --pool-owner-stake-verification-key-file FILE + --pool-owner-stake-verification-key-file FILEPATH Filepath of the pool owner stake verification key. --pool-relay-ipv4 STRING The stake pool relay's IPv4 address --pool-relay-ipv6 STRING The stake pool relay's IPv6 address @@ -69,5 +69,5 @@ 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 - --out-file FILE The output file. + --out-file FILEPATH The output file. -h,--help Show this help text diff --git a/cardano-cli/test/cardano-cli-golden/files/golden/help/mary_text-view_decode-cbor.cli b/cardano-cli/test/cardano-cli-golden/files/golden/help/mary_text-view_decode-cbor.cli index b85a6803cc..8eace35060 100644 --- a/cardano-cli/test/cardano-cli-golden/files/golden/help/mary_text-view_decode-cbor.cli +++ b/cardano-cli/test/cardano-cli-golden/files/golden/help/mary_text-view_decode-cbor.cli @@ -1,8 +1,9 @@ -Usage: cardano-cli mary text-view decode-cbor --in-file FILE [--out-file FILE] +Usage: cardano-cli mary text-view decode-cbor --in-file FILEPATH + [--out-file FILEPATH] Print a TextView file as decoded CBOR. Available options: - --in-file FILE CBOR input file. - --out-file FILE Optional output file. Default is to write to stdout. + --in-file FILEPATH CBOR input file. + --out-file FILEPATH Optional output file. Default is to write to stdout. -h,--help Show this help text diff --git a/cardano-cli/test/cardano-cli-golden/files/golden/help/mary_transaction_assemble.cli b/cardano-cli/test/cardano-cli-golden/files/golden/help/mary_transaction_assemble.cli index 4cabf3bfb3..0c84dd4d51 100644 --- a/cardano-cli/test/cardano-cli-golden/files/golden/help/mary_transaction_assemble.cli +++ b/cardano-cli/test/cardano-cli-golden/files/golden/help/mary_transaction_assemble.cli @@ -1,11 +1,11 @@ -Usage: cardano-cli mary transaction assemble --tx-body-file FILE - [--witness-file FILE] - --out-file FILE +Usage: cardano-cli mary transaction assemble --tx-body-file FILEPATH + [--witness-file FILEPATH] + --out-file FILEPATH Assemble a tx body and witness(es) to form a transaction Available options: - --tx-body-file FILE Input filepath of the JSON TxBody. - --witness-file FILE Filepath of the witness - --out-file FILE The output file. + --tx-body-file FILEPATH Input filepath of the JSON TxBody. + --witness-file FILEPATH Filepath of the witness + --out-file FILEPATH The output file. -h,--help Show this help text diff --git a/cardano-cli/test/cardano-cli-golden/files/golden/help/mary_transaction_build-estimate.cli b/cardano-cli/test/cardano-cli-golden/files/golden/help/mary_transaction_build-estimate.cli index 0bb1120813..47d130538a 100644 --- a/cardano-cli/test/cardano-cli-golden/files/golden/help/mary_transaction_build-estimate.cli +++ b/cardano-cli/test/cardano-cli-golden/files/golden/help/mary_transaction_build-estimate.cli @@ -4,7 +4,7 @@ Usage: cardano-cli mary transaction build-estimate ] --shelley-key-witnesses INT [--byron-key-witnesses Int] - --protocol-params-file FILE + --protocol-params-file FILEPATH --total-utxo-value VALUE (--tx-in TX-IN [ --spending-tx-in-reference TX-IN @@ -22,7 +22,7 @@ Usage: cardano-cli mary transaction build-estimate ) --spending-reference-tx-in-execution-units (INT, INT) | --simple-script-tx-in-reference TX-IN - | --tx-in-script-file FILE + | --tx-in-script-file FILEPATH [ ( --tx-in-datum-cbor-file CBOR_FILE | --tx-in-datum-file JSON_FILE @@ -36,7 +36,7 @@ Usage: cardano-cli mary transaction build-estimate --tx-in-execution-units (INT, INT)] ]) [--read-only-tx-in-reference TX-IN] - [ --required-signer FILE + [ --required-signer FILEPATH | --required-signer-hash HASH ] [--tx-in-collateral TX-IN] @@ -53,10 +53,10 @@ Usage: cardano-cli mary transaction build-estimate | --tx-out-inline-datum-file JSON_FILE | --tx-out-inline-datum-value JSON_VALUE ] - [--tx-out-reference-script-file FILE]] + [--tx-out-reference-script-file FILEPATH]] --change-address ADDRESS [--mint VALUE - ( --mint-script-file FILE + ( --mint-script-file FILEPATH [ ( --mint-redeemer-cbor-file CBOR_FILE | --mint-redeemer-file JSON_FILE @@ -78,8 +78,9 @@ Usage: cardano-cli mary transaction build-estimate )] [--invalid-before SLOT] [--invalid-hereafter SLOT] - [--certificate-file FILE - [ --certificate-script-file FILE + [ + --certificate-file FILEPATH + [ --certificate-script-file FILEPATH [ ( --certificate-redeemer-cbor-file CBOR_FILE | --certificate-redeemer-file JSON_FILE @@ -97,7 +98,7 @@ Usage: cardano-cli mary transaction build-estimate --certificate-reference-tx-in-execution-units (INT, INT) ]] [--withdrawal WITHDRAWAL - [ --withdrawal-script-file FILE + [ --withdrawal-script-file FILEPATH [ ( --withdrawal-redeemer-cbor-file CBOR_FILE | --withdrawal-redeemer-file JSON_FILE @@ -119,12 +120,12 @@ Usage: cardano-cli mary transaction build-estimate [ --json-metadata-no-schema | --json-metadata-detailed-schema ] - [--auxiliary-script-file FILE] - [ --metadata-json-file FILE - | --metadata-cbor-file FILE + [--auxiliary-script-file FILEPATH] + [ --metadata-json-file FILEPATH + | --metadata-cbor-file FILEPATH ] - [--update-proposal-file FILE] - --out-file FILE + [--update-proposal-file FILEPATH] + --out-file FILEPATH Build a balanced transaction without access to a live node (automatically estimates fees) @@ -141,7 +142,7 @@ Available options: --byron-key-witnesses Int Specify the number of Byron key witnesses the transaction requires. - --protocol-params-file FILE + --protocol-params-file FILEPATH Filepath of the JSON-encoded protocol parameters file --total-utxo-value VALUE The total value of the UTxO that exists at the tx inputs being spent. @@ -180,7 +181,8 @@ Available options: --simple-script-tx-in-reference TX-IN TxId#TxIx - Specify a reference input. The reference input must have a simple reference script attached. - --tx-in-script-file FILE The file containing the script to witness the + --tx-in-script-file FILEPATH + The file containing the script to witness the spending of the transaction input. --tx-in-datum-cbor-file CBOR_FILE The script datum file. The file has to be in CBOR @@ -210,7 +212,8 @@ Available options: Specify a read only reference input. This reference input is not witnessing anything it is simply provided in the plutus script context. - --required-signer FILE Input filepath of the signing key (zero or more) + --required-signer FILEPATH + Input filepath of the signing key (zero or more) whose signature is required. --required-signer-hash HASH Hash of the verification key (zero or more) whose @@ -267,12 +270,13 @@ Available options: inline datum, given here. There is no schema: (almost) any JSON value is supported, including top-level strings and numbers. - --tx-out-reference-script-file FILE + --tx-out-reference-script-file FILEPATH Reference script input file. --change-address ADDRESS Address where ADA in excess of the tx fee will go to. --mint VALUE Mint multi-asset value(s) with the multi-asset cli syntax. You must specify a script witness. - --mint-script-file FILE The file containing the script to witness the minting + --mint-script-file FILEPATH + The file containing the script to witness the minting of assets for a particular policy Id. --mint-redeemer-cbor-file CBOR_FILE The script redeemer file. The file has to be in CBOR @@ -310,11 +314,12 @@ Available options: --policy-id HASH Policy id of minting script. --invalid-before SLOT Time that transaction is valid from (in slots). --invalid-hereafter SLOT Time that transaction is valid until (in slots). - --certificate-file FILE Filepath of the certificate. This encompasses all + --certificate-file FILEPATH + Filepath of the certificate. This encompasses all types of certificates (stake pool certificates, stake key certificates etc). Optionally specify a script witness. - --certificate-script-file FILE + --certificate-script-file FILEPATH The file containing the script to witness the use of the certificate. --certificate-redeemer-cbor-file CBOR_FILE @@ -352,7 +357,7 @@ Available options: StakeAddress is the Bech32-encoded stake address followed by the amount in Lovelace. Optionally specify a script witness. - --withdrawal-script-file FILE + --withdrawal-script-file FILEPATH The file containing the script to witness the withdrawal of rewards. --withdrawal-redeemer-cbor-file CBOR_FILE @@ -400,13 +405,13 @@ Available options: --json-metadata-detailed-schema Use the "detailed schema" conversion from JSON to tx metadata. - --auxiliary-script-file FILE + --auxiliary-script-file FILEPATH Filepath of auxiliary script(s) - --metadata-json-file FILE + --metadata-json-file FILEPATH Filepath of the metadata file, in JSON format. - --metadata-cbor-file FILE + --metadata-cbor-file FILEPATH Filepath of the metadata, in raw CBOR format. - --update-proposal-file FILE + --update-proposal-file FILEPATH Filepath of the update proposal. - --out-file FILE Output filepath of the JSON TxBody. + --out-file FILEPATH Output filepath of the JSON TxBody. -h,--help Show this help text diff --git a/cardano-cli/test/cardano-cli-golden/files/golden/help/mary_transaction_build-raw.cli b/cardano-cli/test/cardano-cli-golden/files/golden/help/mary_transaction_build-raw.cli index e3868b89ec..bf5f201c65 100644 --- a/cardano-cli/test/cardano-cli-golden/files/golden/help/mary_transaction_build-raw.cli +++ b/cardano-cli/test/cardano-cli-golden/files/golden/help/mary_transaction_build-raw.cli @@ -18,7 +18,7 @@ Usage: cardano-cli mary transaction build-raw ) --spending-reference-tx-in-execution-units (INT, INT) | --simple-script-tx-in-reference TX-IN - | --tx-in-script-file FILE + | --tx-in-script-file FILEPATH [ ( --tx-in-datum-cbor-file CBOR_FILE | --tx-in-datum-file JSON_FILE @@ -35,7 +35,7 @@ Usage: cardano-cli mary transaction build-raw [--tx-in-collateral TX-IN] [--tx-out-return-collateral ADDRESS VALUE] [--tx-total-collateral INTEGER] - [ --required-signer FILE + [ --required-signer FILEPATH | --required-signer-hash HASH ] [--tx-out ADDRESS VALUE @@ -50,9 +50,9 @@ Usage: cardano-cli mary transaction build-raw | --tx-out-inline-datum-file JSON_FILE | --tx-out-inline-datum-value JSON_VALUE ] - [--tx-out-reference-script-file FILE]] + [--tx-out-reference-script-file FILEPATH]] [--mint VALUE - ( --mint-script-file FILE + ( --mint-script-file FILEPATH [ ( --mint-redeemer-cbor-file CBOR_FILE | --mint-redeemer-file JSON_FILE @@ -75,8 +75,8 @@ Usage: cardano-cli mary transaction build-raw [--invalid-before SLOT] [--invalid-hereafter SLOT] --fee LOVELACE - [--certificate-file FILE - [ --certificate-script-file FILE + [--certificate-file FILEPATH + [ --certificate-script-file FILEPATH [ ( --certificate-redeemer-cbor-file CBOR_FILE | --certificate-redeemer-file JSON_FILE @@ -94,7 +94,7 @@ Usage: cardano-cli mary transaction build-raw --certificate-reference-tx-in-execution-units (INT, INT) ]] [--withdrawal WITHDRAWAL - [ --withdrawal-script-file FILE + [ --withdrawal-script-file FILEPATH [ ( --withdrawal-redeemer-cbor-file CBOR_FILE | --withdrawal-redeemer-file JSON_FILE @@ -114,13 +114,13 @@ Usage: cardano-cli mary transaction build-raw [ --json-metadata-no-schema | --json-metadata-detailed-schema ] - [--auxiliary-script-file FILE] - [ --metadata-json-file FILE - | --metadata-cbor-file FILE + [--auxiliary-script-file FILEPATH] + [ --metadata-json-file FILEPATH + | --metadata-cbor-file FILEPATH ] - [--protocol-params-file FILE] - [--update-proposal-file FILE] - --out-file FILE + [--protocol-params-file FILEPATH] + [--update-proposal-file FILEPATH] + --out-file FILEPATH Build a transaction (low-level, inconvenient) @@ -166,7 +166,8 @@ Available options: --simple-script-tx-in-reference TX-IN TxId#TxIx - Specify a reference input. The reference input must have a simple reference script attached. - --tx-in-script-file FILE The file containing the script to witness the + --tx-in-script-file FILEPATH + The file containing the script to witness the spending of the transaction input. --tx-in-datum-cbor-file CBOR_FILE The script datum file. The file has to be in CBOR @@ -209,7 +210,8 @@ Available options: as fees in the event of a Plutus script failure. Must be used in conjuction with "--tx-out-return-collateral". - --required-signer FILE Input filepath of the signing key (zero or more) + --required-signer FILEPATH + Input filepath of the signing key (zero or more) whose signature is required. --required-signer-hash HASH Hash of the verification key (zero or more) whose @@ -258,11 +260,12 @@ Available options: inline datum, given here. There is no schema: (almost) any JSON value is supported, including top-level strings and numbers. - --tx-out-reference-script-file FILE + --tx-out-reference-script-file FILEPATH Reference script input file. --mint VALUE Mint multi-asset value(s) with the multi-asset cli syntax. You must specify a script witness. - --mint-script-file FILE The file containing the script to witness the minting + --mint-script-file FILEPATH + The file containing the script to witness the minting of assets for a particular policy Id. --mint-redeemer-cbor-file CBOR_FILE The script redeemer file. The file has to be in CBOR @@ -301,11 +304,12 @@ Available options: --invalid-before SLOT Time that transaction is valid from (in slots). --invalid-hereafter SLOT Time that transaction is valid until (in slots). --fee LOVELACE The fee amount in Lovelace. - --certificate-file FILE Filepath of the certificate. This encompasses all + --certificate-file FILEPATH + Filepath of the certificate. This encompasses all types of certificates (stake pool certificates, stake key certificates etc). Optionally specify a script witness. - --certificate-script-file FILE + --certificate-script-file FILEPATH The file containing the script to witness the use of the certificate. --certificate-redeemer-cbor-file CBOR_FILE @@ -343,7 +347,7 @@ Available options: StakeAddress is the Bech32-encoded stake address followed by the amount in Lovelace. Optionally specify a script witness. - --withdrawal-script-file FILE + --withdrawal-script-file FILEPATH The file containing the script to witness the withdrawal of rewards. --withdrawal-redeemer-cbor-file CBOR_FILE @@ -383,15 +387,15 @@ Available options: --json-metadata-detailed-schema Use the "detailed schema" conversion from JSON to tx metadata. - --auxiliary-script-file FILE + --auxiliary-script-file FILEPATH Filepath of auxiliary script(s) - --metadata-json-file FILE + --metadata-json-file FILEPATH Filepath of the metadata file, in JSON format. - --metadata-cbor-file FILE + --metadata-cbor-file FILEPATH Filepath of the metadata, in raw CBOR format. - --protocol-params-file FILE + --protocol-params-file FILEPATH Filepath of the JSON-encoded protocol parameters file - --update-proposal-file FILE + --update-proposal-file FILEPATH Filepath of the update proposal. - --out-file FILE Output filepath of the JSON TxBody. + --out-file FILEPATH Output filepath of the JSON TxBody. -h,--help Show this help text diff --git a/cardano-cli/test/cardano-cli-golden/files/golden/help/mary_transaction_build.cli b/cardano-cli/test/cardano-cli-golden/files/golden/help/mary_transaction_build.cli index dab32df48f..dd058a6c31 100644 --- a/cardano-cli/test/cardano-cli-golden/files/golden/help/mary_transaction_build.cli +++ b/cardano-cli/test/cardano-cli-golden/files/golden/help/mary_transaction_build.cli @@ -21,7 +21,7 @@ Usage: cardano-cli mary transaction build --socket-path SOCKET_PATH | --spending-reference-tx-in-redeemer-value JSON_VALUE ) | --simple-script-tx-in-reference TX-IN - | --tx-in-script-file FILE + | --tx-in-script-file FILEPATH [ ( --tx-in-datum-cbor-file CBOR_FILE | --tx-in-datum-file JSON_FILE @@ -34,7 +34,7 @@ Usage: cardano-cli mary transaction build --socket-path SOCKET_PATH )] ]) [--read-only-tx-in-reference TX-IN] - [ --required-signer FILE + [ --required-signer FILEPATH | --required-signer-hash HASH ] [--tx-in-collateral TX-IN] @@ -52,10 +52,10 @@ Usage: cardano-cli mary transaction build --socket-path SOCKET_PATH | --tx-out-inline-datum-file JSON_FILE | --tx-out-inline-datum-value JSON_VALUE ] - [--tx-out-reference-script-file FILE]] + [--tx-out-reference-script-file FILEPATH]] --change-address ADDRESS [--mint VALUE - ( --mint-script-file FILE + ( --mint-script-file FILEPATH [ --mint-redeemer-cbor-file CBOR_FILE | --mint-redeemer-file JSON_FILE | --mint-redeemer-value JSON_VALUE @@ -74,8 +74,8 @@ Usage: cardano-cli mary transaction build --socket-path SOCKET_PATH )] [--invalid-before SLOT] [--invalid-hereafter SLOT] - [--certificate-file FILE - [ --certificate-script-file FILE + [--certificate-file FILEPATH + [ --certificate-script-file FILEPATH [ --certificate-redeemer-cbor-file CBOR_FILE | --certificate-redeemer-file JSON_FILE | --certificate-redeemer-value JSON_VALUE @@ -90,7 +90,7 @@ Usage: cardano-cli mary transaction build --socket-path SOCKET_PATH ) ]] [--withdrawal WITHDRAWAL - [ --withdrawal-script-file FILE + [ --withdrawal-script-file FILEPATH [ --withdrawal-redeemer-cbor-file CBOR_FILE | --withdrawal-redeemer-file JSON_FILE | --withdrawal-redeemer-value JSON_VALUE @@ -107,13 +107,13 @@ Usage: cardano-cli mary transaction build --socket-path SOCKET_PATH [ --json-metadata-no-schema | --json-metadata-detailed-schema ] - [--auxiliary-script-file FILE] - [ --metadata-json-file FILE - | --metadata-cbor-file FILE + [--auxiliary-script-file FILEPATH] + [ --metadata-json-file FILEPATH + | --metadata-cbor-file FILEPATH ] - [--update-proposal-file FILE] - ( --out-file FILE - | --calculate-plutus-script-cost FILE + [--update-proposal-file FILEPATH] + ( --out-file FILEPATH + | --calculate-plutus-script-cost FILEPATH ) Build a balanced transaction (automatically calculates fees) @@ -173,7 +173,8 @@ Available options: --simple-script-tx-in-reference TX-IN TxId#TxIx - Specify a reference input. The reference input must have a simple reference script attached. - --tx-in-script-file FILE The file containing the script to witness the + --tx-in-script-file FILEPATH + The file containing the script to witness the spending of the transaction input. --tx-in-datum-cbor-file CBOR_FILE The script datum file. The file has to be in CBOR @@ -201,7 +202,8 @@ Available options: Specify a read only reference input. This reference input is not witnessing anything it is simply provided in the plutus script context. - --required-signer FILE Input filepath of the signing key (zero or more) + --required-signer FILEPATH + Input filepath of the signing key (zero or more) whose signature is required. --required-signer-hash HASH Hash of the verification key (zero or more) whose @@ -263,12 +265,13 @@ Available options: inline datum, given here. There is no schema: (almost) any JSON value is supported, including top-level strings and numbers. - --tx-out-reference-script-file FILE + --tx-out-reference-script-file FILEPATH Reference script input file. --change-address ADDRESS Address where ADA in excess of the tx fee will go to. --mint VALUE Mint multi-asset value(s) with the multi-asset cli syntax. You must specify a script witness. - --mint-script-file FILE The file containing the script to witness the minting + --mint-script-file FILEPATH + The file containing the script to witness the minting of assets for a particular policy Id. --mint-redeemer-cbor-file CBOR_FILE The script redeemer file. The file has to be in CBOR @@ -302,11 +305,12 @@ Available options: --policy-id HASH Policy id of minting script. --invalid-before SLOT Time that transaction is valid from (in slots). --invalid-hereafter SLOT Time that transaction is valid until (in slots). - --certificate-file FILE Filepath of the certificate. This encompasses all + --certificate-file FILEPATH + Filepath of the certificate. This encompasses all types of certificates (stake pool certificates, stake key certificates etc). Optionally specify a script witness. - --certificate-script-file FILE + --certificate-script-file FILEPATH The file containing the script to witness the use of the certificate. --certificate-redeemer-cbor-file CBOR_FILE @@ -340,7 +344,7 @@ Available options: StakeAddress is the Bech32-encoded stake address followed by the amount in Lovelace. Optionally specify a script witness. - --withdrawal-script-file FILE + --withdrawal-script-file FILEPATH The file containing the script to witness the withdrawal of rewards. --withdrawal-redeemer-cbor-file CBOR_FILE @@ -376,16 +380,16 @@ Available options: --json-metadata-detailed-schema Use the "detailed schema" conversion from JSON to tx metadata. - --auxiliary-script-file FILE + --auxiliary-script-file FILEPATH Filepath of auxiliary script(s) - --metadata-json-file FILE + --metadata-json-file FILEPATH Filepath of the metadata file, in JSON format. - --metadata-cbor-file FILE + --metadata-cbor-file FILEPATH Filepath of the metadata, in raw CBOR format. - --update-proposal-file FILE + --update-proposal-file FILEPATH Filepath of the update proposal. - --out-file FILE Output filepath of the JSON TxBody. - --calculate-plutus-script-cost FILE + --out-file FILEPATH Output filepath of the JSON TxBody. + --calculate-plutus-script-cost FILEPATH (File () Out) filepath of the script cost information. -h,--help Show this help text diff --git a/cardano-cli/test/cardano-cli-golden/files/golden/help/mary_transaction_calculate-min-fee.cli b/cardano-cli/test/cardano-cli-golden/files/golden/help/mary_transaction_calculate-min-fee.cli index 3995d46aa4..0b0491782a 100644 --- a/cardano-cli/test/cardano-cli-golden/files/golden/help/mary_transaction_calculate-min-fee.cli +++ b/cardano-cli/test/cardano-cli-golden/files/golden/help/mary_transaction_calculate-min-fee.cli @@ -1,12 +1,12 @@ -Usage: cardano-cli mary transaction calculate-min-fee --tx-body-file FILE - --protocol-params-file FILE +Usage: cardano-cli mary transaction calculate-min-fee --tx-body-file FILEPATH + --protocol-params-file FILEPATH --witness-count NATURAL [--byron-witness-count NATURAL] [--reference-script-size NATURAL] [ --output-json | --output-text ] - [--out-file FILE] + [--out-file FILEPATH] [ --mainnet | --testnet-magic NATURAL ] @@ -16,8 +16,8 @@ Usage: cardano-cli mary transaction calculate-min-fee --tx-body-file FILE Calculate the minimum fee for a transaction. Available options: - --tx-body-file FILE Input filepath of the JSON TxBody. - --protocol-params-file FILE + --tx-body-file FILEPATH Input filepath of the JSON TxBody. + --protocol-params-file FILEPATH Filepath of the JSON-encoded protocol parameters file --witness-count NATURAL The number of Shelley key witnesses. --byron-witness-count NATURAL @@ -29,7 +29,7 @@ Available options: Default format when writing to a file --output-text Format calculate-min-fee query output to TEXT. Default format when writing to stdout - --out-file FILE The output file. + --out-file FILEPATH The output file. --mainnet DEPRECATED. This argument has no effect. --testnet-magic NATURAL DEPRECATED. This argument has no effect. --tx-in-count NATURAL DEPRECATED. This argument has no effect. diff --git a/cardano-cli/test/cardano-cli-golden/files/golden/help/mary_transaction_calculate-min-required-utxo.cli b/cardano-cli/test/cardano-cli-golden/files/golden/help/mary_transaction_calculate-min-required-utxo.cli index 3255530319..9448058cc8 100644 --- a/cardano-cli/test/cardano-cli-golden/files/golden/help/mary_transaction_calculate-min-required-utxo.cli +++ b/cardano-cli/test/cardano-cli-golden/files/golden/help/mary_transaction_calculate-min-required-utxo.cli @@ -1,4 +1,4 @@ -Usage: cardano-cli mary transaction calculate-min-required-utxo --protocol-params-file FILE +Usage: cardano-cli mary transaction calculate-min-required-utxo --protocol-params-file FILEPATH --tx-out ADDRESS VALUE [ --tx-out-datum-hash HASH | --tx-out-datum-hash-cbor-file CBOR_FILE @@ -11,12 +11,12 @@ Usage: cardano-cli mary transaction calculate-min-required-utxo --protocol-param | --tx-out-inline-datum-file JSON_FILE | --tx-out-inline-datum-value JSON_VALUE ] - [--tx-out-reference-script-file FILE] + [--tx-out-reference-script-file FILEPATH] Calculate the minimum required UTxO for a transaction output. Available options: - --protocol-params-file FILE + --protocol-params-file FILEPATH Filepath of the JSON-encoded protocol parameters file --tx-out ADDRESS VALUE The transaction output as ADDRESS VALUE where ADDRESS is the Bech32-encoded address followed by the value @@ -62,6 +62,6 @@ Available options: inline datum, given here. There is no schema: (almost) any JSON value is supported, including top-level strings and numbers. - --tx-out-reference-script-file FILE + --tx-out-reference-script-file FILEPATH Reference script input file. -h,--help Show this help text diff --git a/cardano-cli/test/cardano-cli-golden/files/golden/help/mary_transaction_calculate-min-value.cli b/cardano-cli/test/cardano-cli-golden/files/golden/help/mary_transaction_calculate-min-value.cli index 7b06863420..20334989bb 100644 --- a/cardano-cli/test/cardano-cli-golden/files/golden/help/mary_transaction_calculate-min-value.cli +++ b/cardano-cli/test/cardano-cli-golden/files/golden/help/mary_transaction_calculate-min-value.cli @@ -1,4 +1,4 @@ -Usage: cardano-cli mary transaction calculate-min-value --protocol-params-file FILE +Usage: cardano-cli mary transaction calculate-min-value --protocol-params-file FILEPATH --tx-out ADDRESS VALUE [ --tx-out-datum-hash HASH | --tx-out-datum-hash-cbor-file CBOR_FILE @@ -11,12 +11,12 @@ Usage: cardano-cli mary transaction calculate-min-value --protocol-params-file F | --tx-out-inline-datum-file JSON_FILE | --tx-out-inline-datum-value JSON_VALUE ] - [--tx-out-reference-script-file FILE] + [--tx-out-reference-script-file FILEPATH] DEPRECATED: Use 'calculate-min-required-utxo' instead. Available options: - --protocol-params-file FILE + --protocol-params-file FILEPATH Filepath of the JSON-encoded protocol parameters file --tx-out ADDRESS VALUE The transaction output as ADDRESS VALUE where ADDRESS is the Bech32-encoded address followed by the value @@ -62,5 +62,5 @@ Available options: inline datum, given here. There is no schema: (almost) any JSON value is supported, including top-level strings and numbers. - --tx-out-reference-script-file FILE + --tx-out-reference-script-file FILEPATH Reference script input file. diff --git a/cardano-cli/test/cardano-cli-golden/files/golden/help/mary_transaction_policyid.cli b/cardano-cli/test/cardano-cli-golden/files/golden/help/mary_transaction_policyid.cli index 753ddeaceb..832c77ed9b 100644 --- a/cardano-cli/test/cardano-cli-golden/files/golden/help/mary_transaction_policyid.cli +++ b/cardano-cli/test/cardano-cli-golden/files/golden/help/mary_transaction_policyid.cli @@ -1,7 +1,7 @@ -Usage: cardano-cli mary transaction policyid --script-file FILE +Usage: cardano-cli mary transaction policyid --script-file FILEPATH Calculate the PolicyId from the monetary policy script. Available options: - --script-file FILE Filepath of the script. + --script-file FILEPATH Filepath of the script. -h,--help Show this help text diff --git a/cardano-cli/test/cardano-cli-golden/files/golden/help/mary_transaction_sign-witness.cli b/cardano-cli/test/cardano-cli-golden/files/golden/help/mary_transaction_sign-witness.cli index cf3e0d3d22..923f6c376c 100644 --- a/cardano-cli/test/cardano-cli-golden/files/golden/help/mary_transaction_sign-witness.cli +++ b/cardano-cli/test/cardano-cli-golden/files/golden/help/mary_transaction_sign-witness.cli @@ -1,10 +1,10 @@ -Usage: cardano-cli mary transaction sign-witness --tx-body-file FILE - [--witness-file FILE] - --out-file FILE +Usage: cardano-cli mary transaction sign-witness --tx-body-file FILEPATH + [--witness-file FILEPATH] + --out-file FILEPATH Assemble a tx body and witness(es) to form a transaction Available options: - --tx-body-file FILE Input filepath of the JSON TxBody. - --witness-file FILE Filepath of the witness - --out-file FILE The output file. + --tx-body-file FILEPATH Input filepath of the JSON TxBody. + --witness-file FILEPATH Filepath of the witness + --out-file FILEPATH The output file. diff --git a/cardano-cli/test/cardano-cli-golden/files/golden/help/mary_transaction_sign.cli b/cardano-cli/test/cardano-cli-golden/files/golden/help/mary_transaction_sign.cli index a8f9b90654..2818d9a139 100644 --- a/cardano-cli/test/cardano-cli-golden/files/golden/help/mary_transaction_sign.cli +++ b/cardano-cli/test/cardano-cli-golden/files/golden/help/mary_transaction_sign.cli @@ -1,19 +1,23 @@ -Usage: cardano-cli mary transaction sign (--tx-body-file FILE | --tx-file FILE) - [--signing-key-file FILE +Usage: cardano-cli mary transaction sign + ( --tx-body-file FILEPATH + | --tx-file FILEPATH + ) + [--signing-key-file FILEPATH [--address STRING]] [--mainnet | --testnet-magic NATURAL] - --out-file FILE + --out-file FILEPATH Sign a transaction Available options: - --tx-body-file FILE Input filepath of the JSON TxBody. - --tx-file FILE Input filepath of the JSON Tx. - --signing-key-file FILE Input filepath of the signing key (one or more). + --tx-body-file FILEPATH Input filepath of the JSON TxBody. + --tx-file FILEPATH Input filepath of the JSON Tx. + --signing-key-file FILEPATH + Input filepath of the signing key (one or more). --address STRING Byron address (Base58-encoded). --mainnet Use the mainnet magic id. This overrides the CARDANO_NODE_NETWORK_ID environment variable --testnet-magic NATURAL Specify a testnet magic id. This overrides the CARDANO_NODE_NETWORK_ID environment variable - --out-file FILE Output filepath of the JSON Tx. + --out-file FILEPATH Output filepath of the JSON Tx. -h,--help Show this help text 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 40fff460ac..54e2657019 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 @@ -4,7 +4,7 @@ Usage: cardano-cli mary transaction submit --socket-path SOCKET_PATH ( --mainnet | --testnet-magic NATURAL ) - --tx-file FILE + --tx-file FILEPATH Submit a transaction to the local node whose Unix domain socket is obtained from the CARDANO_NODE_SOCKET_PATH environment variable. @@ -23,5 +23,5 @@ 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 - --tx-file FILE Filepath of the transaction you intend to submit. + --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_transaction_txid.cli b/cardano-cli/test/cardano-cli-golden/files/golden/help/mary_transaction_txid.cli index 6883a24074..70ec68a271 100644 --- a/cardano-cli/test/cardano-cli-golden/files/golden/help/mary_transaction_txid.cli +++ b/cardano-cli/test/cardano-cli-golden/files/golden/help/mary_transaction_txid.cli @@ -1,8 +1,11 @@ -Usage: cardano-cli mary transaction txid (--tx-body-file FILE | --tx-file FILE) +Usage: cardano-cli mary transaction txid + ( --tx-body-file FILEPATH + | --tx-file FILEPATH + ) Print a transaction identifier. Available options: - --tx-body-file FILE Input filepath of the JSON TxBody. - --tx-file FILE Input filepath of the JSON Tx. + --tx-body-file FILEPATH Input filepath of the JSON TxBody. + --tx-file FILEPATH Input filepath of the JSON Tx. -h,--help Show this help text diff --git a/cardano-cli/test/cardano-cli-golden/files/golden/help/mary_transaction_witness.cli b/cardano-cli/test/cardano-cli-golden/files/golden/help/mary_transaction_witness.cli index 176a135613..ec1d4b4ec8 100644 --- a/cardano-cli/test/cardano-cli-golden/files/golden/help/mary_transaction_witness.cli +++ b/cardano-cli/test/cardano-cli-golden/files/golden/help/mary_transaction_witness.cli @@ -1,20 +1,21 @@ -Usage: cardano-cli mary transaction witness --tx-body-file FILE - --signing-key-file FILE +Usage: cardano-cli mary transaction witness --tx-body-file FILEPATH + --signing-key-file FILEPATH [--address STRING] [ --mainnet | --testnet-magic NATURAL ] - --out-file FILE + --out-file FILEPATH Create a transaction witness Available options: - --tx-body-file FILE Input filepath of the JSON TxBody. - --signing-key-file FILE Input filepath of the signing key (one or more). + --tx-body-file FILEPATH Input filepath of the JSON TxBody. + --signing-key-file FILEPATH + Input filepath of the signing key (one or more). --address STRING Byron address (Base58-encoded). --mainnet Use the mainnet magic id. This overrides the CARDANO_NODE_NETWORK_ID environment variable --testnet-magic NATURAL Specify a testnet magic id. This overrides the CARDANO_NODE_NETWORK_ID environment variable - --out-file FILE The output file. + --out-file FILEPATH The output file. -h,--help Show this help text diff --git a/cardano-cli/test/cardano-cli-golden/files/golden/help/node_issue-op-cert.cli b/cardano-cli/test/cardano-cli-golden/files/golden/help/node_issue-op-cert.cli index b91e9763be..919c7c4ca9 100644 --- a/cardano-cli/test/cardano-cli-golden/files/golden/help/node_issue-op-cert.cli +++ b/cardano-cli/test/cardano-cli-golden/files/golden/help/node_issue-op-cert.cli @@ -1,24 +1,24 @@ Usage: cardano-cli node issue-op-cert ( --kes-verification-key STRING - | --kes-verification-key-file FILE + | --kes-verification-key-file FILEPATH ) - --cold-signing-key-file FILE - --operational-certificate-issue-counter-file FILE + --cold-signing-key-file FILEPATH + --operational-certificate-issue-counter-file FILEPATH --kes-period NATURAL - --out-file FILE + --out-file FILEPATH Issue a node operational certificate Available options: --kes-verification-key STRING A Bech32 or hex-encoded hot KES verification key. - --kes-verification-key-file FILE + --kes-verification-key-file FILEPATH Filepath of the hot KES verification key. - --cold-signing-key-file FILE + --cold-signing-key-file FILEPATH Filepath of the cold signing key. - --operational-certificate-issue-counter-file FILE + --operational-certificate-issue-counter-file FILEPATH The file with the issue counter for the operational certificate. --kes-period NATURAL The start of the KES key validity period. - --out-file FILE The output file. + --out-file FILEPATH The output file. -h,--help Show this help text diff --git a/cardano-cli/test/cardano-cli-golden/files/golden/help/node_key-gen-KES.cli b/cardano-cli/test/cardano-cli-golden/files/golden/help/node_key-gen-KES.cli index 0a60a10ec7..5db2037a0a 100644 --- a/cardano-cli/test/cardano-cli-golden/files/golden/help/node_key-gen-KES.cli +++ b/cardano-cli/test/cardano-cli-golden/files/golden/help/node_key-gen-KES.cli @@ -1,6 +1,6 @@ Usage: cardano-cli node key-gen-KES [--key-output-format STRING] - --verification-key-file FILE - --signing-key-file FILE + --verification-key-file FILEPATH + --signing-key-file FILEPATH Create a key pair for a node KES operational key @@ -9,7 +9,8 @@ Available options: Optional key output format. Accepted output formats are "text-envelope" and "bech32" (default is "text-envelope"). - --verification-key-file FILE + --verification-key-file FILEPATH Output filepath of the verification key. - --signing-key-file FILE Output filepath of the signing key. + --signing-key-file FILEPATH + Output filepath of the signing key. -h,--help Show this help text diff --git a/cardano-cli/test/cardano-cli-golden/files/golden/help/node_key-gen-VRF.cli b/cardano-cli/test/cardano-cli-golden/files/golden/help/node_key-gen-VRF.cli index 5db053cf69..8f182f1dd1 100644 --- a/cardano-cli/test/cardano-cli-golden/files/golden/help/node_key-gen-VRF.cli +++ b/cardano-cli/test/cardano-cli-golden/files/golden/help/node_key-gen-VRF.cli @@ -1,6 +1,6 @@ Usage: cardano-cli node key-gen-VRF [--key-output-format STRING] - --verification-key-file FILE - --signing-key-file FILE + --verification-key-file FILEPATH + --signing-key-file FILEPATH Create a key pair for a node VRF operational key @@ -9,7 +9,8 @@ Available options: Optional key output format. Accepted output formats are "text-envelope" and "bech32" (default is "text-envelope"). - --verification-key-file FILE + --verification-key-file FILEPATH Output filepath of the verification key. - --signing-key-file FILE Output filepath of the signing key. + --signing-key-file FILEPATH + Output filepath of the signing key. -h,--help Show this help text diff --git a/cardano-cli/test/cardano-cli-golden/files/golden/help/node_key-gen.cli b/cardano-cli/test/cardano-cli-golden/files/golden/help/node_key-gen.cli index 51a95d17c8..e0bf2224fb 100644 --- a/cardano-cli/test/cardano-cli-golden/files/golden/help/node_key-gen.cli +++ b/cardano-cli/test/cardano-cli-golden/files/golden/help/node_key-gen.cli @@ -1,7 +1,7 @@ Usage: cardano-cli node key-gen [--key-output-format STRING] - --cold-verification-key-file FILE - --cold-signing-key-file FILE - --operational-certificate-issue-counter-file FILE + --cold-verification-key-file FILEPATH + --cold-signing-key-file FILEPATH + --operational-certificate-issue-counter-file FILEPATH Create a key pair for a node operator's offline key and a new certificate issue counter @@ -11,11 +11,11 @@ Available options: Optional key output format. Accepted output formats are "text-envelope" and "bech32" (default is "text-envelope"). - --cold-verification-key-file FILE + --cold-verification-key-file FILEPATH Filepath of the cold verification key. - --cold-signing-key-file FILE + --cold-signing-key-file FILEPATH Filepath of the cold signing key. - --operational-certificate-issue-counter-file FILE + --operational-certificate-issue-counter-file FILEPATH The file with the issue counter for the operational certificate. -h,--help Show this help text diff --git a/cardano-cli/test/cardano-cli-golden/files/golden/help/node_key-hash-VRF.cli b/cardano-cli/test/cardano-cli-golden/files/golden/help/node_key-hash-VRF.cli index a34eb2eec3..7d2302c233 100644 --- a/cardano-cli/test/cardano-cli-golden/files/golden/help/node_key-hash-VRF.cli +++ b/cardano-cli/test/cardano-cli-golden/files/golden/help/node_key-hash-VRF.cli @@ -1,15 +1,15 @@ Usage: cardano-cli node key-hash-VRF ( --verification-key STRING - | --verification-key-file FILE + | --verification-key-file FILEPATH ) - [--out-file FILE] + [--out-file FILEPATH] Print hash of a node's operational VRF key. Available options: --verification-key STRING Verification key (Bech32 or hex-encoded). - --verification-key-file FILE + --verification-key-file FILEPATH Input filepath of the verification key. - --out-file FILE Optional output file. Default is to write to stdout. + --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/node_new-counter.cli b/cardano-cli/test/cardano-cli-golden/files/golden/help/node_new-counter.cli index ecccec62e9..460e70be57 100644 --- a/cardano-cli/test/cardano-cli-golden/files/golden/help/node_new-counter.cli +++ b/cardano-cli/test/cardano-cli-golden/files/golden/help/node_new-counter.cli @@ -1,10 +1,10 @@ Usage: cardano-cli node new-counter ( --stake-pool-verification-key STRING | --genesis-delegate-verification-key STRING - | --cold-verification-key-file FILE + | --cold-verification-key-file FILEPATH ) --counter-value INT - --operational-certificate-issue-counter-file FILE + --operational-certificate-issue-counter-file FILEPATH Create a new certificate issue counter @@ -13,10 +13,10 @@ Available options: Stake pool verification key (Bech32 or hex-encoded). --genesis-delegate-verification-key STRING Genesis delegate verification key (hex-encoded). - --cold-verification-key-file FILE + --cold-verification-key-file FILEPATH Filepath of the cold verification key. --counter-value INT The next certificate issue counter value to use. - --operational-certificate-issue-counter-file FILE + --operational-certificate-issue-counter-file FILEPATH The file with the issue counter for the operational certificate. -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 fffd789cfb..1135699f48 100644 --- a/cardano-cli/test/cardano-cli-golden/files/golden/help/query_kes-period-info.cli +++ b/cardano-cli/test/cardano-cli-golden/files/golden/help/query_kes-period-info.cli @@ -2,8 +2,8 @@ Usage: cardano-cli query kes-period-info --socket-path SOCKET_PATH [--cardano-mode [--epoch-slots SLOTS]] (--mainnet | --testnet-magic NATURAL) - --op-cert-file FILE - [--out-file FILE] + --op-cert-file FILEPATH + [--out-file FILEPATH] Get information about the current KES period and your node's operational certificate. @@ -22,6 +22,6 @@ Available options: CARDANO_NODE_NETWORK_ID environment variable --testnet-magic NATURAL Specify a testnet magic id. This overrides the CARDANO_NODE_NETWORK_ID environment variable - --op-cert-file FILE Filepath of the node's operational certificate. - --out-file FILE Optional output file. Default is to write to stdout. + --op-cert-file FILEPATH Filepath of the node's operational certificate. + --out-file FILEPATH Optional output file. Default is to write to stdout. -h,--help Show this help text diff --git a/cardano-cli/test/cardano-cli-golden/files/golden/help/query_leadership-schedule.cli b/cardano-cli/test/cardano-cli-golden/files/golden/help/query_leadership-schedule.cli index 9ebb0faacb..3f6a76ead2 100644 --- a/cardano-cli/test/cardano-cli-golden/files/golden/help/query_leadership-schedule.cli +++ b/cardano-cli/test/cardano-cli-golden/files/golden/help/query_leadership-schedule.cli @@ -4,15 +4,15 @@ Usage: cardano-cli query leadership-schedule --socket-path SOCKET_PATH ( --mainnet | --testnet-magic NATURAL ) - --genesis FILE + --genesis FILEPATH ( --stake-pool-verification-key STRING - | --cold-verification-key-file FILE + | --cold-verification-key-file FILEPATH | --stake-pool-id STAKE_POOL_ID ) - --vrf-signing-key-file FILE + --vrf-signing-key-file FILEPATH (--current | --next) [--output-json | --output-text] - [--out-file FILE] + [--out-file FILEPATH] Get the slots the node is expected to mint a block in (advanced command) @@ -30,15 +30,15 @@ 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 - --genesis FILE Shelley genesis filepath + --genesis FILEPATH Shelley genesis filepath --stake-pool-verification-key STRING Stake pool verification key (Bech32 or hex-encoded). - --cold-verification-key-file FILE + --cold-verification-key-file FILEPATH Filepath of the stake pool verification key. --stake-pool-id STAKE_POOL_ID Stake pool ID/verification key hash (either Bech32-encoded or hex-encoded). - --vrf-signing-key-file FILE + --vrf-signing-key-file FILEPATH Input filepath of the VRF signing key. --current Get the leadership schedule for the current epoch. --next Get the leadership schedule for the following epoch. @@ -46,5 +46,5 @@ Available options: Default format when writing to a file --output-text Format leadership-schedule query output to TEXT. Default format when writing to stdout - --out-file FILE Optional output file. Default is to write to stdout. + --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_ledger-state.cli b/cardano-cli/test/cardano-cli-golden/files/golden/help/query_ledger-state.cli index 9062bc14ab..df3fa89fbe 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,7 +1,7 @@ Usage: cardano-cli query ledger-state --socket-path SOCKET_PATH [--cardano-mode [--epoch-slots SLOTS]] (--mainnet | --testnet-magic NATURAL) - [--out-file FILE] + [--out-file FILEPATH] Dump the current ledger state of the node (Ledger.NewEpochState -- advanced command) @@ -20,5 +20,5 @@ 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 - --out-file FILE Optional output file. Default is to write to stdout. + --out-file FILEPATH Optional output file. Default is to write to stdout. -h,--help Show this help text diff --git a/cardano-cli/test/cardano-cli-golden/files/golden/help/query_pool-params.cli b/cardano-cli/test/cardano-cli-golden/files/golden/help/query_pool-params.cli index 3584ba2374..32a0f12802 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 @@ -4,7 +4,7 @@ Usage: cardano-cli query pool-params --socket-path SOCKET_PATH ( --all-stake-pools | (--stake-pool-id STAKE_POOL_ID) ) - [--out-file FILE] + [--out-file FILEPATH] DEPRECATED. Use query pool-state instead. Dump the pool parameters (Ledger.NewEpochState.esLState._delegationState._pState._pParams -- advanced @@ -28,5 +28,5 @@ Available options: --stake-pool-id STAKE_POOL_ID Stake pool ID/verification key hash (either Bech32-encoded or hex-encoded). - --out-file FILE Optional output file. Default is to write to stdout. + --out-file FILEPATH Optional output file. Default is to write to stdout. -h,--help Show this help text diff --git a/cardano-cli/test/cardano-cli-golden/files/golden/help/query_pool-state.cli b/cardano-cli/test/cardano-cli-golden/files/golden/help/query_pool-state.cli index c0410c77a6..3df91d9539 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 @@ -4,7 +4,7 @@ Usage: cardano-cli query pool-state --socket-path SOCKET_PATH ( --all-stake-pools | (--stake-pool-id STAKE_POOL_ID) ) - [--out-file FILE] + [--out-file FILEPATH] Dump the pool state @@ -26,5 +26,5 @@ Available options: --stake-pool-id STAKE_POOL_ID Stake pool ID/verification key hash (either Bech32-encoded or hex-encoded). - --out-file FILE Optional output file. Default is to write to stdout. + --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-parameters.cli b/cardano-cli/test/cardano-cli-golden/files/golden/help/query_protocol-parameters.cli index 0a037ea4bc..5ae60269c6 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 @@ -4,7 +4,7 @@ Usage: cardano-cli query protocol-parameters --socket-path SOCKET_PATH ( --mainnet | --testnet-magic NATURAL ) - [--out-file FILE] + [--out-file FILEPATH] Get the node's current protocol parameters @@ -22,5 +22,5 @@ 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 - --out-file FILE Optional output file. Default is to write to stdout. + --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 11a75df76e..b965c1530a 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,7 +1,7 @@ Usage: cardano-cli query protocol-state --socket-path SOCKET_PATH [--cardano-mode [--epoch-slots SLOTS]] (--mainnet | --testnet-magic NATURAL) - [--out-file FILE] + [--out-file FILEPATH] Dump the current protocol state of the node (Ledger.ChainDepState -- advanced command) @@ -20,5 +20,5 @@ 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 - --out-file FILE Optional output file. Default is to write to stdout. + --out-file FILEPATH Optional output file. Default is to write to stdout. -h,--help Show this help text diff --git a/cardano-cli/test/cardano-cli-golden/files/golden/help/query_stake-address-info.cli b/cardano-cli/test/cardano-cli-golden/files/golden/help/query_stake-address-info.cli index 29740ec63b..7b3a009878 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 @@ -5,7 +5,7 @@ Usage: cardano-cli query stake-address-info --socket-path SOCKET_PATH ( --mainnet | --testnet-magic NATURAL ) - [--out-file FILE] + [--out-file FILEPATH] Get the current delegations and reward accounts filtered by stake address. @@ -24,5 +24,5 @@ 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 - --out-file FILE Optional output file. Default is to write to stdout. + --out-file FILEPATH Optional output file. Default is to write to stdout. -h,--help Show this help text diff --git a/cardano-cli/test/cardano-cli-golden/files/golden/help/query_stake-distribution.cli b/cardano-cli/test/cardano-cli-golden/files/golden/help/query_stake-distribution.cli index d61e5f815d..cb7ba271ee 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 @@ -5,7 +5,7 @@ Usage: cardano-cli query stake-distribution --socket-path SOCKET_PATH | --testnet-magic NATURAL ) [--output-json | --output-text] - [--out-file FILE] + [--out-file FILEPATH] Get the node's current aggregated stake distribution @@ -27,5 +27,5 @@ Available options: Default format when writing to a file --output-text Format stake-distribution query output to TEXT. Default format when writing to stdout - --out-file FILE Optional output file. Default is to write to stdout. + --out-file FILEPATH Optional output file. Default is to write to stdout. -h,--help Show this help text diff --git a/cardano-cli/test/cardano-cli-golden/files/golden/help/query_stake-pools.cli b/cardano-cli/test/cardano-cli-golden/files/golden/help/query_stake-pools.cli index 80b009ba43..e83b3974fc 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 @@ -2,7 +2,7 @@ Usage: cardano-cli query stake-pools --socket-path SOCKET_PATH [--cardano-mode [--epoch-slots SLOTS]] (--mainnet | --testnet-magic NATURAL) [--output-json | --output-text] - [--out-file FILE] + [--out-file FILEPATH] Get the node's current set of stake pool ids @@ -24,5 +24,5 @@ Available options: format when writing to a file --output-text Format stake-pools query output to TEXT. Default format when writing to stdout - --out-file FILE Optional output file. Default is to write to stdout. + --out-file FILEPATH Optional output file. Default is to write to stdout. -h,--help Show this help text diff --git a/cardano-cli/test/cardano-cli-golden/files/golden/help/query_stake-snapshot.cli b/cardano-cli/test/cardano-cli-golden/files/golden/help/query_stake-snapshot.cli index 7d42da620a..72484d52de 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 @@ -4,7 +4,7 @@ Usage: cardano-cli query stake-snapshot --socket-path SOCKET_PATH ( --all-stake-pools | (--stake-pool-id STAKE_POOL_ID) ) - [--out-file FILE] + [--out-file FILEPATH] Obtain the three stake snapshots for a pool, plus the total active stake (advanced command) @@ -27,5 +27,5 @@ Available options: --stake-pool-id STAKE_POOL_ID Stake pool ID/verification key hash (either Bech32-encoded or hex-encoded). - --out-file FILE Optional output file. Default is to write to stdout. + --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_tip.cli b/cardano-cli/test/cardano-cli-golden/files/golden/help/query_tip.cli index bcae8be251..294653f0c8 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,7 +1,7 @@ Usage: cardano-cli query tip --socket-path SOCKET_PATH [--cardano-mode [--epoch-slots SLOTS]] (--mainnet | --testnet-magic NATURAL) - [--out-file FILE] + [--out-file FILEPATH] Get the node's current tip (slot no, hash, block no) @@ -19,5 +19,5 @@ 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 - --out-file FILE Optional output file. Default is to write to stdout. + --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.cli b/cardano-cli/test/cardano-cli-golden/files/golden/help/query_tx-mempool.cli index f8a335814d..2390c51e4f 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 @@ -2,7 +2,7 @@ Usage: cardano-cli query tx-mempool --socket-path SOCKET_PATH [--cardano-mode [--epoch-slots SLOTS]] (--mainnet | --testnet-magic NATURAL) (info | next-tx | tx-exists) - [--out-file FILE] + [--out-file FILEPATH] Local Mempool info @@ -20,7 +20,7 @@ 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 - --out-file FILE Optional output file. Default is to write to stdout. + --out-file FILEPATH Optional output file. Default is to write to stdout. -h,--help Show this help text Available commands: 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 976c3d9268..81aad66dd0 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 @@ -4,6 +4,6 @@ Usage: cardano-cli query tx-mempool --socket-path SOCKET_PATH [--cardano-mode [--epoch-slots SLOTS]] (--mainnet | --testnet-magic NATURAL) (info | next-tx | tx-exists) - [--out-file FILE] + [--out-file FILEPATH] Local Mempool info 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 976c3d9268..81aad66dd0 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 @@ -4,6 +4,6 @@ Usage: cardano-cli query tx-mempool --socket-path SOCKET_PATH [--cardano-mode [--epoch-slots SLOTS]] (--mainnet | --testnet-magic NATURAL) (info | next-tx | tx-exists) - [--out-file FILE] + [--out-file FILEPATH] Local Mempool info 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 976c3d9268..81aad66dd0 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 @@ -4,6 +4,6 @@ Usage: cardano-cli query tx-mempool --socket-path SOCKET_PATH [--cardano-mode [--epoch-slots SLOTS]] (--mainnet | --testnet-magic NATURAL) (info | next-tx | tx-exists) - [--out-file FILE] + [--out-file FILEPATH] Local Mempool info 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 7125f40200..307fe42562 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 @@ -6,7 +6,7 @@ Usage: cardano-cli query utxo --socket-path SOCKET_PATH ) (--mainnet | --testnet-magic NATURAL) [--output-json | --output-text] - [--out-file FILE] + [--out-file FILEPATH] Get a portion of the current UTxO: by tx in, by address or the whole. @@ -32,5 +32,5 @@ Available options: writing to a file --output-text Format utxo query output to TEXT. Default format when writing to stdout - --out-file FILE Optional output file. Default is to write to stdout. + --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_address_build.cli b/cardano-cli/test/cardano-cli-golden/files/golden/help/shelley_address_build.cli index 26351344d9..2cf51cb3ae 100644 --- a/cardano-cli/test/cardano-cli-golden/files/golden/help/shelley_address_build.cli +++ b/cardano-cli/test/cardano-cli-golden/files/golden/help/shelley_address_build.cli @@ -1,36 +1,37 @@ Usage: cardano-cli shelley address build ( --payment-verification-key STRING - | --payment-verification-key-file FILE - | --payment-script-file FILE + | --payment-verification-key-file FILEPATH + | --payment-script-file FILEPATH ) [ --stake-verification-key STRING - | --stake-verification-key-file FILE + | --stake-verification-key-file FILEPATH | --stake-key-hash HASH - | --stake-script-file FILE + | --stake-script-file FILEPATH | --stake-address ADDRESS ] (--mainnet | --testnet-magic NATURAL) - [--out-file FILE] + [--out-file FILEPATH] Build a Shelley payment address, with optional delegation to a stake address. Available options: --payment-verification-key STRING Payment verification key (Bech32-encoded) - --payment-verification-key-file FILE + --payment-verification-key-file FILEPATH Filepath of the payment verification key. - --payment-script-file FILE + --payment-script-file FILEPATH Filepath of the payment script. --stake-verification-key STRING Stake verification key (Bech32 or hex-encoded). - --stake-verification-key-file FILE + --stake-verification-key-file FILEPATH Filepath of the staking verification key. --stake-key-hash HASH Stake verification key hash (hex-encoded). - --stake-script-file FILE Filepath of the staking script. + --stake-script-file FILEPATH + Filepath of the staking script. --stake-address ADDRESS Target stake address (bech32 format). --mainnet Use the mainnet magic id. This overrides the CARDANO_NODE_NETWORK_ID environment variable --testnet-magic NATURAL Specify a testnet magic id. This overrides the CARDANO_NODE_NETWORK_ID environment variable - --out-file FILE Optional output file. Default is to write to stdout. + --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_address_info.cli b/cardano-cli/test/cardano-cli-golden/files/golden/help/shelley_address_info.cli index 36a0e55045..ec24059f04 100644 --- a/cardano-cli/test/cardano-cli-golden/files/golden/help/shelley_address_info.cli +++ b/cardano-cli/test/cardano-cli-golden/files/golden/help/shelley_address_info.cli @@ -1,8 +1,8 @@ -Usage: cardano-cli shelley address info --address ADDRESS [--out-file FILE] +Usage: cardano-cli shelley address info --address ADDRESS [--out-file FILEPATH] Print information about an address. Available options: --address ADDRESS A Cardano address - --out-file FILE Optional output file. Default is to write to stdout. + --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_address_key-gen.cli b/cardano-cli/test/cardano-cli-golden/files/golden/help/shelley_address_key-gen.cli index 8152f7b321..363178354c 100644 --- a/cardano-cli/test/cardano-cli-golden/files/golden/help/shelley_address_key-gen.cli +++ b/cardano-cli/test/cardano-cli-golden/files/golden/help/shelley_address_key-gen.cli @@ -3,8 +3,8 @@ Usage: cardano-cli shelley address key-gen [--key-output-format STRING] | --extended-key | --byron-key ] - --verification-key-file FILE - --signing-key-file FILE + --verification-key-file FILEPATH + --signing-key-file FILEPATH Create an address key pair. @@ -16,7 +16,8 @@ Available options: --normal-key Use a normal Shelley-era key (default). --extended-key Use an extended ed25519 Shelley-era key. --byron-key Use a Byron-era key. - --verification-key-file FILE + --verification-key-file FILEPATH Output filepath of the verification key. - --signing-key-file FILE Output filepath of the signing key. + --signing-key-file FILEPATH + Output filepath of the signing key. -h,--help Show this help text diff --git a/cardano-cli/test/cardano-cli-golden/files/golden/help/shelley_address_key-hash.cli b/cardano-cli/test/cardano-cli-golden/files/golden/help/shelley_address_key-hash.cli index d7b7caf1c7..026424cfd5 100644 --- a/cardano-cli/test/cardano-cli-golden/files/golden/help/shelley_address_key-hash.cli +++ b/cardano-cli/test/cardano-cli-golden/files/golden/help/shelley_address_key-hash.cli @@ -1,15 +1,15 @@ Usage: cardano-cli shelley address key-hash ( --payment-verification-key STRING - | --payment-verification-key-file FILE + | --payment-verification-key-file FILEPATH ) - [--out-file FILE] + [--out-file FILEPATH] Print the hash of an address key. Available options: --payment-verification-key STRING Payment verification key (Bech32-encoded) - --payment-verification-key-file FILE + --payment-verification-key-file FILEPATH Filepath of the payment verification key. - --out-file FILE Optional output file. Default is to write to stdout. + --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_genesis_create-staked.cli b/cardano-cli/test/cardano-cli-golden/files/golden/help/shelley_genesis_create-staked.cli index 5685e8b05f..a000ff2bc1 100644 --- a/cardano-cli/test/cardano-cli-golden/files/golden/help/shelley_genesis_create-staked.cli +++ b/cardano-cli/test/cardano-cli-golden/files/golden/help/shelley_genesis_create-staked.cli @@ -13,7 +13,7 @@ Usage: cardano-cli shelley genesis create-staked [--key-output-format STRING] [--bulk-pool-cred-files INT] [--bulk-pools-per-file INT] [--num-stuffed-utxo INT] - [--relay-specification-file FILE] + [--relay-specification-file FILEPATH] Create a staked Shelley genesis file from a genesis template and genesis/delegation/spending keys. @@ -52,7 +52,7 @@ Available options: sets [default is 0]. --num-stuffed-utxo INT The number of fake UTxO entries to generate [default is 0]. - --relay-specification-file FILE + --relay-specification-file FILEPATH JSON file that specifies the relays of each stake pool. -h,--help Show this help text diff --git a/cardano-cli/test/cardano-cli-golden/files/golden/help/shelley_genesis_create-testnet-data.cli b/cardano-cli/test/cardano-cli-golden/files/golden/help/shelley_genesis_create-testnet-data.cli index 98dd5bc96a..280f8a995e 100644 --- a/cardano-cli/test/cardano-cli-golden/files/golden/help/shelley_genesis_create-testnet-data.cli +++ b/cardano-cli/test/cardano-cli-golden/files/golden/help/shelley_genesis_create-testnet-data.cli @@ -1,6 +1,6 @@ -Usage: cardano-cli shelley genesis create-testnet-data [--spec-shelley FILE] - [--spec-alonzo FILE] - [--spec-conway FILE] +Usage: cardano-cli shelley genesis create-testnet-data [--spec-shelley FILEPATH] + [--spec-alonzo FILEPATH] + [--spec-conway FILEPATH] [--genesis-keys INT] [--pools INT] [ --stake-delegators INT @@ -14,18 +14,18 @@ Usage: cardano-cli shelley genesis create-testnet-data [--spec-shelley FILE] [--total-supply LOVELACE] [--delegated-supply LOVELACE] [--testnet-magic NATURAL] - [--relays FILE] + [--relays FILEPATH] [--start-time UTC-TIME] --out-dir DIR Create data to use for starting a testnet. Available options: - --spec-shelley FILE The shelley specification file to use as input. A + --spec-shelley FILEPATH The shelley specification file to use as input. A default one is generated if omitted. - --spec-alonzo FILE The alonzo specification file to use as input. A + --spec-alonzo FILEPATH The alonzo specification file to use as input. A default one is generated if omitted. - --spec-conway FILE The conway specification file to use as input. A + --spec-conway FILEPATH The conway specification file to use as input. A default one is generated if omitted. --genesis-keys INT The number of genesis keys to make (default is 3). --pools INT The number of stake pool credential sets to make @@ -57,7 +57,7 @@ Available options: --testnet-magic NATURAL Specify a testnet magic id for the cluster. This overrides both the network magic from the spec file and CARDANO_NODE_NETWORK_ID environment variable. - --relays FILE JSON file specifying the relays of each stake pool. + --relays FILEPATH JSON file specifying the relays of each stake pool. --start-time UTC-TIME The genesis start time in YYYY-MM-DDThh:mm:ssZ format. If unspecified, will be the current time +30 seconds. diff --git a/cardano-cli/test/cardano-cli-golden/files/golden/help/shelley_genesis_get-ver-key.cli b/cardano-cli/test/cardano-cli-golden/files/golden/help/shelley_genesis_get-ver-key.cli index d06c861484..789828e56a 100644 --- a/cardano-cli/test/cardano-cli-golden/files/golden/help/shelley_genesis_get-ver-key.cli +++ b/cardano-cli/test/cardano-cli-golden/files/golden/help/shelley_genesis_get-ver-key.cli @@ -1,10 +1,11 @@ -Usage: cardano-cli shelley genesis get-ver-key --verification-key-file FILE - --signing-key-file FILE +Usage: cardano-cli shelley genesis get-ver-key --verification-key-file FILEPATH + --signing-key-file FILEPATH Derive the verification key from a signing key Available options: - --verification-key-file FILE + --verification-key-file FILEPATH Output filepath of the verification key. - --signing-key-file FILE Input filepath of the signing key. + --signing-key-file FILEPATH + Input filepath of the signing key. -h,--help Show this help text diff --git a/cardano-cli/test/cardano-cli-golden/files/golden/help/shelley_genesis_hash.cli b/cardano-cli/test/cardano-cli-golden/files/golden/help/shelley_genesis_hash.cli index 664a9a9c53..c7d9b9d2fd 100644 --- a/cardano-cli/test/cardano-cli-golden/files/golden/help/shelley_genesis_hash.cli +++ b/cardano-cli/test/cardano-cli-golden/files/golden/help/shelley_genesis_hash.cli @@ -1,7 +1,7 @@ -Usage: cardano-cli shelley genesis hash --genesis FILE +Usage: cardano-cli shelley genesis hash --genesis FILEPATH Compute the hash of a genesis file Available options: - --genesis FILE The genesis file. + --genesis FILEPATH The genesis file. -h,--help Show this help text diff --git a/cardano-cli/test/cardano-cli-golden/files/golden/help/shelley_genesis_initial-addr.cli b/cardano-cli/test/cardano-cli-golden/files/golden/help/shelley_genesis_initial-addr.cli index d1be392b51..db4abe0cbb 100644 --- a/cardano-cli/test/cardano-cli-golden/files/golden/help/shelley_genesis_initial-addr.cli +++ b/cardano-cli/test/cardano-cli-golden/files/golden/help/shelley_genesis_initial-addr.cli @@ -1,17 +1,17 @@ -Usage: cardano-cli shelley genesis initial-addr --verification-key-file FILE +Usage: cardano-cli shelley genesis initial-addr --verification-key-file FILEPATH ( --mainnet | --testnet-magic NATURAL ) - [--out-file FILE] + [--out-file FILEPATH] Get the address for an initial UTxO based on the verification key Available options: - --verification-key-file FILE + --verification-key-file FILEPATH Input filepath of the verification key. --mainnet Use the mainnet magic id. This overrides the CARDANO_NODE_NETWORK_ID environment variable --testnet-magic NATURAL Specify a testnet magic id. This overrides the CARDANO_NODE_NETWORK_ID environment variable - --out-file FILE Optional output file. Default is to write to stdout. + --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_genesis_initial-txin.cli b/cardano-cli/test/cardano-cli-golden/files/golden/help/shelley_genesis_initial-txin.cli index 35b2905d3e..74dad47b5e 100644 --- a/cardano-cli/test/cardano-cli-golden/files/golden/help/shelley_genesis_initial-txin.cli +++ b/cardano-cli/test/cardano-cli-golden/files/golden/help/shelley_genesis_initial-txin.cli @@ -1,17 +1,17 @@ -Usage: cardano-cli shelley genesis initial-txin --verification-key-file FILE +Usage: cardano-cli shelley genesis initial-txin --verification-key-file FILEPATH ( --mainnet | --testnet-magic NATURAL ) - [--out-file FILE] + [--out-file FILEPATH] Get the TxIn for an initial UTxO based on the verification key Available options: - --verification-key-file FILE + --verification-key-file FILEPATH Input filepath of the verification key. --mainnet Use the mainnet magic id. This overrides the CARDANO_NODE_NETWORK_ID environment variable --testnet-magic NATURAL Specify a testnet magic id. This overrides the CARDANO_NODE_NETWORK_ID environment variable - --out-file FILE Optional output file. Default is to write to stdout. + --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_genesis_key-gen-delegate.cli b/cardano-cli/test/cardano-cli-golden/files/golden/help/shelley_genesis_key-gen-delegate.cli index b9fb671d55..3c6d04875e 100644 --- a/cardano-cli/test/cardano-cli-golden/files/golden/help/shelley_genesis_key-gen-delegate.cli +++ b/cardano-cli/test/cardano-cli-golden/files/golden/help/shelley_genesis_key-gen-delegate.cli @@ -1,14 +1,15 @@ -Usage: cardano-cli shelley genesis key-gen-delegate --verification-key-file FILE - --signing-key-file FILE - --operational-certificate-issue-counter-file FILE +Usage: cardano-cli shelley genesis key-gen-delegate --verification-key-file FILEPATH + --signing-key-file FILEPATH + --operational-certificate-issue-counter-file FILEPATH Create a Shelley genesis delegate key pair Available options: - --verification-key-file FILE + --verification-key-file FILEPATH Output filepath of the verification key. - --signing-key-file FILE Output filepath of the signing key. - --operational-certificate-issue-counter-file FILE + --signing-key-file FILEPATH + Output filepath of the signing key. + --operational-certificate-issue-counter-file FILEPATH The file with the issue counter for the operational certificate. -h,--help Show this help text diff --git a/cardano-cli/test/cardano-cli-golden/files/golden/help/shelley_genesis_key-gen-genesis.cli b/cardano-cli/test/cardano-cli-golden/files/golden/help/shelley_genesis_key-gen-genesis.cli index bcbc271ce4..d58a96e12a 100644 --- a/cardano-cli/test/cardano-cli-golden/files/golden/help/shelley_genesis_key-gen-genesis.cli +++ b/cardano-cli/test/cardano-cli-golden/files/golden/help/shelley_genesis_key-gen-genesis.cli @@ -1,10 +1,11 @@ -Usage: cardano-cli shelley genesis key-gen-genesis --verification-key-file FILE - --signing-key-file FILE +Usage: cardano-cli shelley genesis key-gen-genesis --verification-key-file FILEPATH + --signing-key-file FILEPATH Create a Shelley genesis key pair Available options: - --verification-key-file FILE + --verification-key-file FILEPATH Output filepath of the verification key. - --signing-key-file FILE Output filepath of the signing key. + --signing-key-file FILEPATH + Output filepath of the signing key. -h,--help Show this help text diff --git a/cardano-cli/test/cardano-cli-golden/files/golden/help/shelley_genesis_key-gen-utxo.cli b/cardano-cli/test/cardano-cli-golden/files/golden/help/shelley_genesis_key-gen-utxo.cli index 625f5670ff..d1d3f3d725 100644 --- a/cardano-cli/test/cardano-cli-golden/files/golden/help/shelley_genesis_key-gen-utxo.cli +++ b/cardano-cli/test/cardano-cli-golden/files/golden/help/shelley_genesis_key-gen-utxo.cli @@ -1,10 +1,11 @@ -Usage: cardano-cli shelley genesis key-gen-utxo --verification-key-file FILE - --signing-key-file FILE +Usage: cardano-cli shelley genesis key-gen-utxo --verification-key-file FILEPATH + --signing-key-file FILEPATH Create a Shelley genesis UTxO key pair Available options: - --verification-key-file FILE + --verification-key-file FILEPATH Output filepath of the verification key. - --signing-key-file FILE Output filepath of the signing key. + --signing-key-file FILEPATH + Output filepath of the signing key. -h,--help Show this help text diff --git a/cardano-cli/test/cardano-cli-golden/files/golden/help/shelley_genesis_key-hash.cli b/cardano-cli/test/cardano-cli-golden/files/golden/help/shelley_genesis_key-hash.cli index d5ea9a3246..d2b3dc2ac0 100644 --- a/cardano-cli/test/cardano-cli-golden/files/golden/help/shelley_genesis_key-hash.cli +++ b/cardano-cli/test/cardano-cli-golden/files/golden/help/shelley_genesis_key-hash.cli @@ -1,8 +1,8 @@ -Usage: cardano-cli shelley genesis key-hash --verification-key-file FILE +Usage: cardano-cli shelley genesis key-hash --verification-key-file FILEPATH Print the identifier (hash) of a public key Available options: - --verification-key-file FILE + --verification-key-file FILEPATH Input filepath of the verification key. -h,--help Show this help text diff --git a/cardano-cli/test/cardano-cli-golden/files/golden/help/shelley_governance_action_create-protocol-parameters-update.cli b/cardano-cli/test/cardano-cli-golden/files/golden/help/shelley_governance_action_create-protocol-parameters-update.cli index 86fae3b0ce..cad82e01aa 100644 --- a/cardano-cli/test/cardano-cli-golden/files/golden/help/shelley_governance_action_create-protocol-parameters-update.cli +++ b/cardano-cli/test/cardano-cli-golden/files/golden/help/shelley_governance_action_create-protocol-parameters-update.cli @@ -1,5 +1,5 @@ Usage: cardano-cli shelley governance action create-protocol-parameters-update --epoch NATURAL - (--genesis-verification-key-file FILE) + (--genesis-verification-key-file FILEPATH) [--min-fee-linear LOVELACE] [--min-fee-constant LOVELACE] [--max-block-body-size WORD32] @@ -20,14 +20,14 @@ Usage: cardano-cli shelley governance action create-protocol-parameters-update - | --reset-extra-entropy ] [--decentralization-parameter RATIONAL] - --out-file FILE + --out-file FILEPATH Create a protocol parameters update. Available options: --epoch NATURAL The epoch number in which the update proposal is valid. - --genesis-verification-key-file FILE + --genesis-verification-key-file FILEPATH Filepath of the genesis verification key. --min-fee-linear LOVELACE The linear factor per byte for the minimum fee @@ -70,5 +70,5 @@ Available options: --reset-extra-entropy Reset the Praos extra entropy to none. --decentralization-parameter RATIONAL Decentralization parameter. - --out-file FILE The output file. + --out-file FILEPATH The output file. -h,--help Show this help text diff --git a/cardano-cli/test/cardano-cli-golden/files/golden/help/shelley_governance_create-genesis-key-delegation-certificate.cli b/cardano-cli/test/cardano-cli-golden/files/golden/help/shelley_governance_create-genesis-key-delegation-certificate.cli index 1b358ee296..e4fa240df5 100644 --- a/cardano-cli/test/cardano-cli-golden/files/golden/help/shelley_governance_create-genesis-key-delegation-certificate.cli +++ b/cardano-cli/test/cardano-cli-golden/files/golden/help/shelley_governance_create-genesis-key-delegation-certificate.cli @@ -1,38 +1,38 @@ Usage: cardano-cli shelley governance create-genesis-key-delegation-certificate ( --genesis-verification-key STRING - | --genesis-verification-key-file FILE + | --genesis-verification-key-file FILEPATH | --genesis-verification-key-hash STRING ) ( --genesis-delegate-verification-key STRING - | --genesis-delegate-verification-key-file FILE + | --genesis-delegate-verification-key-file FILEPATH | --genesis-delegate-verification-key-hash STRING ) ( --vrf-verification-key STRING - | --vrf-verification-key-file FILE + | --vrf-verification-key-file FILEPATH | --vrf-verification-key-hash STRING ) - --out-file FILE + --out-file FILEPATH Create a genesis key delegation certificate Available options: --genesis-verification-key STRING Genesis verification key (hex-encoded). - --genesis-verification-key-file FILE + --genesis-verification-key-file FILEPATH Filepath of the genesis verification key. --genesis-verification-key-hash STRING Genesis verification key hash (hex-encoded). --genesis-delegate-verification-key STRING Genesis delegate verification key (hex-encoded). - --genesis-delegate-verification-key-file FILE + --genesis-delegate-verification-key-file FILEPATH Filepath of the genesis delegate verification key. --genesis-delegate-verification-key-hash STRING Genesis delegate verification key hash (hex-encoded). --vrf-verification-key STRING VRF verification key (Bech32 or hex-encoded). - --vrf-verification-key-file FILE + --vrf-verification-key-file FILEPATH Filepath of the VRF verification key. --vrf-verification-key-hash STRING VRF verification key hash (hex-encoded). - --out-file FILE The output file. + --out-file FILEPATH The output file. -h,--help Show this help text diff --git a/cardano-cli/test/cardano-cli-golden/files/golden/help/shelley_governance_create-mir-certificate.cli b/cardano-cli/test/cardano-cli-golden/files/golden/help/shelley_governance_create-mir-certificate.cli index 6482847972..ca75e919e6 100644 --- a/cardano-cli/test/cardano-cli-golden/files/golden/help/shelley_governance_create-mir-certificate.cli +++ b/cardano-cli/test/cardano-cli-golden/files/golden/help/shelley_governance_create-mir-certificate.cli @@ -4,7 +4,7 @@ Usage: cardano-cli shelley governance create-mir-certificate ) (--stake-address ADDRESS) (--reward LOVELACE) - --out-file FILE + --out-file FILEPATH | stake-addresses | transfer-to-treasury | transfer-to-rewards @@ -17,7 +17,7 @@ Available options: --treasury Use the treasury pot. --stake-address ADDRESS Target stake address (bech32 format). --reward LOVELACE The reward for the relevant reward account. - --out-file FILE The output file. + --out-file FILEPATH The output file. -h,--help Show this help text Available commands: diff --git a/cardano-cli/test/cardano-cli-golden/files/golden/help/shelley_governance_create-mir-certificate_stake-addresses.cli b/cardano-cli/test/cardano-cli-golden/files/golden/help/shelley_governance_create-mir-certificate_stake-addresses.cli index 4cedf57428..51ffa0c0a4 100644 --- a/cardano-cli/test/cardano-cli-golden/files/golden/help/shelley_governance_create-mir-certificate_stake-addresses.cli +++ b/cardano-cli/test/cardano-cli-golden/files/golden/help/shelley_governance_create-mir-certificate_stake-addresses.cli @@ -4,7 +4,7 @@ Usage: cardano-cli shelley governance create-mir-certificate stake-addresses ) (--stake-address ADDRESS) (--reward LOVELACE) - --out-file FILE + --out-file FILEPATH Create an MIR certificate to pay stake addresses @@ -13,5 +13,5 @@ Available options: --treasury Use the treasury pot. --stake-address ADDRESS Target stake address (bech32 format). --reward LOVELACE The reward for the relevant reward account. - --out-file FILE The output file. + --out-file FILEPATH The output file. -h,--help Show this help text diff --git a/cardano-cli/test/cardano-cli-golden/files/golden/help/shelley_governance_create-mir-certificate_transfer-to-rewards.cli b/cardano-cli/test/cardano-cli-golden/files/golden/help/shelley_governance_create-mir-certificate_transfer-to-rewards.cli index 36822c4aa1..6e84c524d6 100644 --- a/cardano-cli/test/cardano-cli-golden/files/golden/help/shelley_governance_create-mir-certificate_transfer-to-rewards.cli +++ b/cardano-cli/test/cardano-cli-golden/files/golden/help/shelley_governance_create-mir-certificate_transfer-to-rewards.cli @@ -1,10 +1,10 @@ Usage: cardano-cli shelley governance create-mir-certificate transfer-to-rewards --transfer LOVELACE - --out-file FILE + --out-file FILEPATH Create an MIR certificate to transfer from the treasury pot to the reserves pot Available options: --transfer LOVELACE The amount to transfer. - --out-file FILE The output file. + --out-file FILEPATH The output file. -h,--help Show this help text diff --git a/cardano-cli/test/cardano-cli-golden/files/golden/help/shelley_governance_create-mir-certificate_transfer-to-treasury.cli b/cardano-cli/test/cardano-cli-golden/files/golden/help/shelley_governance_create-mir-certificate_transfer-to-treasury.cli index ff7c21921f..dbd0a25c46 100644 --- a/cardano-cli/test/cardano-cli-golden/files/golden/help/shelley_governance_create-mir-certificate_transfer-to-treasury.cli +++ b/cardano-cli/test/cardano-cli-golden/files/golden/help/shelley_governance_create-mir-certificate_transfer-to-treasury.cli @@ -1,10 +1,10 @@ Usage: cardano-cli shelley governance create-mir-certificate transfer-to-treasury --transfer LOVELACE - --out-file FILE + --out-file FILEPATH Create an MIR certificate to transfer from the reserves pot to the treasury pot Available options: --transfer LOVELACE The amount to transfer. - --out-file FILE The output file. + --out-file FILEPATH The output file. -h,--help Show this help text diff --git a/cardano-cli/test/cardano-cli-golden/files/golden/help/shelley_key_convert-byron-genesis-vkey.cli b/cardano-cli/test/cardano-cli-golden/files/golden/help/shelley_key_convert-byron-genesis-vkey.cli index f4d0eb1e5e..b408f6441d 100644 --- a/cardano-cli/test/cardano-cli-golden/files/golden/help/shelley_key_convert-byron-genesis-vkey.cli +++ b/cardano-cli/test/cardano-cli-golden/files/golden/help/shelley_key_convert-byron-genesis-vkey.cli @@ -1,5 +1,5 @@ Usage: cardano-cli shelley key convert-byron-genesis-vkey --byron-genesis-verification-key BASE64 - --out-file FILE + --out-file FILEPATH Convert a Base64-encoded Byron genesis verification key to a Shelley genesis verification key @@ -7,5 +7,5 @@ Usage: cardano-cli shelley key convert-byron-genesis-vkey --byron-genesis-verifi Available options: --byron-genesis-verification-key BASE64 Base64 string for the Byron genesis verification key. - --out-file FILE The output file. + --out-file FILEPATH The output file. -h,--help Show this help text diff --git a/cardano-cli/test/cardano-cli-golden/files/golden/help/shelley_key_convert-byron-key.cli b/cardano-cli/test/cardano-cli-golden/files/golden/help/shelley_key_convert-byron-key.cli index 89b0cdaf31..9b8853af24 100644 --- a/cardano-cli/test/cardano-cli-golden/files/golden/help/shelley_key_convert-byron-key.cli +++ b/cardano-cli/test/cardano-cli-golden/files/golden/help/shelley_key_convert-byron-key.cli @@ -6,10 +6,10 @@ Usage: cardano-cli shelley key convert-byron-key [--password TEXT] | --byron-genesis-delegate-key-type | --legacy-byron-genesis-delegate-key-type ) - ( --byron-signing-key-file FILE - | --byron-verification-key-file FILE + ( --byron-signing-key-file FILEPATH + | --byron-verification-key-file FILEPATH ) - --out-file FILE + --out-file FILEPATH Convert a Byron payment, genesis or genesis delegate key (signing or verification) to a corresponding Shelley-format key. @@ -27,9 +27,9 @@ Available options: --legacy-byron-genesis-delegate-key-type Use a Byron-era genesis delegate key, in legacy SL format. - --byron-signing-key-file FILE + --byron-signing-key-file FILEPATH Input filepath of the Byron-format signing key. - --byron-verification-key-file FILE + --byron-verification-key-file FILEPATH Input filepath of the Byron-format verification key. - --out-file FILE The output file. + --out-file FILEPATH The output file. -h,--help Show this help text diff --git a/cardano-cli/test/cardano-cli-golden/files/golden/help/shelley_key_convert-cardano-address-key.cli b/cardano-cli/test/cardano-cli-golden/files/golden/help/shelley_key_convert-cardano-address-key.cli index 8e42f85cab..e2c4c913bf 100644 --- a/cardano-cli/test/cardano-cli-golden/files/golden/help/shelley_key_convert-cardano-address-key.cli +++ b/cardano-cli/test/cardano-cli-golden/files/golden/help/shelley_key_convert-cardano-address-key.cli @@ -7,8 +7,8 @@ Usage: cardano-cli shelley key convert-cardano-address-key | --icarus-payment-key | --byron-payment-key ) - --signing-key-file FILE - --out-file FILE + --signing-key-file FILEPATH + --out-file FILEPATH Convert a cardano-address extended signing key to a corresponding Shelley-format key. @@ -23,6 +23,7 @@ Available options: Icarus style. --byron-payment-key Use a Byron-era extended payment key formatted in the deprecated Byron style. - --signing-key-file FILE Input filepath of the signing key. - --out-file FILE The output file. + --signing-key-file FILEPATH + Input filepath of the signing key. + --out-file FILEPATH The output file. -h,--help Show this help text diff --git a/cardano-cli/test/cardano-cli-golden/files/golden/help/shelley_key_convert-itn-bip32-key.cli b/cardano-cli/test/cardano-cli-golden/files/golden/help/shelley_key_convert-itn-bip32-key.cli index 8cf8a13e36..e2889c728d 100644 --- a/cardano-cli/test/cardano-cli-golden/files/golden/help/shelley_key_convert-itn-bip32-key.cli +++ b/cardano-cli/test/cardano-cli-golden/files/golden/help/shelley_key_convert-itn-bip32-key.cli @@ -1,11 +1,11 @@ -Usage: cardano-cli shelley key convert-itn-bip32-key --itn-signing-key-file FILE - --out-file FILE +Usage: cardano-cli shelley key convert-itn-bip32-key --itn-signing-key-file FILEPATH + --out-file FILEPATH Convert an Incentivized Testnet (ITN) BIP32 (Ed25519Bip32) signing key to a corresponding Shelley stake signing key Available options: - --itn-signing-key-file FILE + --itn-signing-key-file FILEPATH Filepath of the ITN signing key. - --out-file FILE The output file. + --out-file FILEPATH The output file. -h,--help Show this help text diff --git a/cardano-cli/test/cardano-cli-golden/files/golden/help/shelley_key_convert-itn-extended-key.cli b/cardano-cli/test/cardano-cli-golden/files/golden/help/shelley_key_convert-itn-extended-key.cli index faeaad571d..4ec30767c5 100644 --- a/cardano-cli/test/cardano-cli-golden/files/golden/help/shelley_key_convert-itn-extended-key.cli +++ b/cardano-cli/test/cardano-cli-golden/files/golden/help/shelley_key_convert-itn-extended-key.cli @@ -1,11 +1,11 @@ -Usage: cardano-cli shelley key convert-itn-extended-key --itn-signing-key-file FILE - --out-file FILE +Usage: cardano-cli shelley key convert-itn-extended-key --itn-signing-key-file FILEPATH + --out-file FILEPATH Convert an Incentivized Testnet (ITN) extended (Ed25519Extended) signing key to a corresponding Shelley stake signing key Available options: - --itn-signing-key-file FILE + --itn-signing-key-file FILEPATH Filepath of the ITN signing key. - --out-file FILE The output file. + --out-file FILEPATH The output file. -h,--help Show this help text diff --git a/cardano-cli/test/cardano-cli-golden/files/golden/help/shelley_key_convert-itn-key.cli b/cardano-cli/test/cardano-cli-golden/files/golden/help/shelley_key_convert-itn-key.cli index 8babca6c26..8ad67baa31 100644 --- a/cardano-cli/test/cardano-cli-golden/files/golden/help/shelley_key_convert-itn-key.cli +++ b/cardano-cli/test/cardano-cli-golden/files/golden/help/shelley_key_convert-itn-key.cli @@ -1,16 +1,16 @@ Usage: cardano-cli shelley key convert-itn-key - ( --itn-signing-key-file FILE - | --itn-verification-key-file FILE + ( --itn-signing-key-file FILEPATH + | --itn-verification-key-file FILEPATH ) - --out-file FILE + --out-file FILEPATH Convert an Incentivized Testnet (ITN) non-extended (Ed25519) signing or verification key to a corresponding Shelley stake key Available options: - --itn-signing-key-file FILE + --itn-signing-key-file FILEPATH Filepath of the ITN signing key. - --itn-verification-key-file FILE + --itn-verification-key-file FILEPATH Filepath of the ITN verification key. - --out-file FILE The output file. + --out-file FILEPATH The output file. -h,--help Show this help text diff --git a/cardano-cli/test/cardano-cli-golden/files/golden/help/shelley_key_non-extended-key.cli b/cardano-cli/test/cardano-cli-golden/files/golden/help/shelley_key_non-extended-key.cli index 9de5b00874..d49e13e8e0 100644 --- a/cardano-cli/test/cardano-cli-golden/files/golden/help/shelley_key_non-extended-key.cli +++ b/cardano-cli/test/cardano-cli-golden/files/golden/help/shelley_key_non-extended-key.cli @@ -1,12 +1,12 @@ -Usage: cardano-cli shelley key non-extended-key --extended-verification-key-file FILE - --verification-key-file FILE +Usage: cardano-cli shelley key non-extended-key --extended-verification-key-file FILEPATH + --verification-key-file FILEPATH Get a non-extended verification key from an extended verification key. This supports all extended key types. Available options: - --extended-verification-key-file FILE + --extended-verification-key-file FILEPATH Input filepath of the ed25519-bip32 verification key. - --verification-key-file FILE + --verification-key-file FILEPATH Output filepath of the verification key. -h,--help Show this help text diff --git a/cardano-cli/test/cardano-cli-golden/files/golden/help/shelley_key_verification-key.cli b/cardano-cli/test/cardano-cli-golden/files/golden/help/shelley_key_verification-key.cli index f7c676bb0a..29a0d13bb2 100644 --- a/cardano-cli/test/cardano-cli-golden/files/golden/help/shelley_key_verification-key.cli +++ b/cardano-cli/test/cardano-cli-golden/files/golden/help/shelley_key_verification-key.cli @@ -1,10 +1,11 @@ -Usage: cardano-cli shelley key verification-key --signing-key-file FILE - --verification-key-file FILE +Usage: cardano-cli shelley key verification-key --signing-key-file FILEPATH + --verification-key-file FILEPATH Get a verification key from a signing key. This supports all key types. Available options: - --signing-key-file FILE Input filepath of the signing key. - --verification-key-file FILE + --signing-key-file FILEPATH + Input filepath of the signing key. + --verification-key-file FILEPATH Output filepath of the verification key. -h,--help Show this help text diff --git a/cardano-cli/test/cardano-cli-golden/files/golden/help/shelley_node_issue-op-cert.cli b/cardano-cli/test/cardano-cli-golden/files/golden/help/shelley_node_issue-op-cert.cli index a9e2a7ed90..2b74aadae5 100644 --- a/cardano-cli/test/cardano-cli-golden/files/golden/help/shelley_node_issue-op-cert.cli +++ b/cardano-cli/test/cardano-cli-golden/files/golden/help/shelley_node_issue-op-cert.cli @@ -1,24 +1,24 @@ Usage: cardano-cli shelley node issue-op-cert ( --kes-verification-key STRING - | --kes-verification-key-file FILE + | --kes-verification-key-file FILEPATH ) - --cold-signing-key-file FILE - --operational-certificate-issue-counter-file FILE + --cold-signing-key-file FILEPATH + --operational-certificate-issue-counter-file FILEPATH --kes-period NATURAL - --out-file FILE + --out-file FILEPATH Issue a node operational certificate Available options: --kes-verification-key STRING A Bech32 or hex-encoded hot KES verification key. - --kes-verification-key-file FILE + --kes-verification-key-file FILEPATH Filepath of the hot KES verification key. - --cold-signing-key-file FILE + --cold-signing-key-file FILEPATH Filepath of the cold signing key. - --operational-certificate-issue-counter-file FILE + --operational-certificate-issue-counter-file FILEPATH The file with the issue counter for the operational certificate. --kes-period NATURAL The start of the KES key validity period. - --out-file FILE The output file. + --out-file FILEPATH The output file. -h,--help Show this help text diff --git a/cardano-cli/test/cardano-cli-golden/files/golden/help/shelley_node_key-gen-KES.cli b/cardano-cli/test/cardano-cli-golden/files/golden/help/shelley_node_key-gen-KES.cli index a7771186ff..a5d5e104f8 100644 --- a/cardano-cli/test/cardano-cli-golden/files/golden/help/shelley_node_key-gen-KES.cli +++ b/cardano-cli/test/cardano-cli-golden/files/golden/help/shelley_node_key-gen-KES.cli @@ -1,6 +1,6 @@ Usage: cardano-cli shelley node key-gen-KES [--key-output-format STRING] - --verification-key-file FILE - --signing-key-file FILE + --verification-key-file FILEPATH + --signing-key-file FILEPATH Create a key pair for a node KES operational key @@ -9,7 +9,8 @@ Available options: Optional key output format. Accepted output formats are "text-envelope" and "bech32" (default is "text-envelope"). - --verification-key-file FILE + --verification-key-file FILEPATH Output filepath of the verification key. - --signing-key-file FILE Output filepath of the signing key. + --signing-key-file FILEPATH + Output filepath of the signing key. -h,--help Show this help text diff --git a/cardano-cli/test/cardano-cli-golden/files/golden/help/shelley_node_key-gen-VRF.cli b/cardano-cli/test/cardano-cli-golden/files/golden/help/shelley_node_key-gen-VRF.cli index d8ad447414..4d77963e79 100644 --- a/cardano-cli/test/cardano-cli-golden/files/golden/help/shelley_node_key-gen-VRF.cli +++ b/cardano-cli/test/cardano-cli-golden/files/golden/help/shelley_node_key-gen-VRF.cli @@ -1,6 +1,6 @@ Usage: cardano-cli shelley node key-gen-VRF [--key-output-format STRING] - --verification-key-file FILE - --signing-key-file FILE + --verification-key-file FILEPATH + --signing-key-file FILEPATH Create a key pair for a node VRF operational key @@ -9,7 +9,8 @@ Available options: Optional key output format. Accepted output formats are "text-envelope" and "bech32" (default is "text-envelope"). - --verification-key-file FILE + --verification-key-file FILEPATH Output filepath of the verification key. - --signing-key-file FILE Output filepath of the signing key. + --signing-key-file FILEPATH + Output filepath of the signing key. -h,--help Show this help text diff --git a/cardano-cli/test/cardano-cli-golden/files/golden/help/shelley_node_key-gen.cli b/cardano-cli/test/cardano-cli-golden/files/golden/help/shelley_node_key-gen.cli index 442d483924..e6f9d493a0 100644 --- a/cardano-cli/test/cardano-cli-golden/files/golden/help/shelley_node_key-gen.cli +++ b/cardano-cli/test/cardano-cli-golden/files/golden/help/shelley_node_key-gen.cli @@ -1,7 +1,7 @@ Usage: cardano-cli shelley node key-gen [--key-output-format STRING] - --cold-verification-key-file FILE - --cold-signing-key-file FILE - --operational-certificate-issue-counter-file FILE + --cold-verification-key-file FILEPATH + --cold-signing-key-file FILEPATH + --operational-certificate-issue-counter-file FILEPATH Create a key pair for a node operator's offline key and a new certificate issue counter @@ -11,11 +11,11 @@ Available options: Optional key output format. Accepted output formats are "text-envelope" and "bech32" (default is "text-envelope"). - --cold-verification-key-file FILE + --cold-verification-key-file FILEPATH Filepath of the cold verification key. - --cold-signing-key-file FILE + --cold-signing-key-file FILEPATH Filepath of the cold signing key. - --operational-certificate-issue-counter-file FILE + --operational-certificate-issue-counter-file FILEPATH The file with the issue counter for the operational certificate. -h,--help Show this help text diff --git a/cardano-cli/test/cardano-cli-golden/files/golden/help/shelley_node_key-hash-VRF.cli b/cardano-cli/test/cardano-cli-golden/files/golden/help/shelley_node_key-hash-VRF.cli index 8bfe3191ca..3aa7992b1f 100644 --- a/cardano-cli/test/cardano-cli-golden/files/golden/help/shelley_node_key-hash-VRF.cli +++ b/cardano-cli/test/cardano-cli-golden/files/golden/help/shelley_node_key-hash-VRF.cli @@ -1,15 +1,15 @@ Usage: cardano-cli shelley node key-hash-VRF ( --verification-key STRING - | --verification-key-file FILE + | --verification-key-file FILEPATH ) - [--out-file FILE] + [--out-file FILEPATH] Print hash of a node's operational VRF key. Available options: --verification-key STRING Verification key (Bech32 or hex-encoded). - --verification-key-file FILE + --verification-key-file FILEPATH Input filepath of the verification key. - --out-file FILE Optional output file. Default is to write to stdout. + --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_node_new-counter.cli b/cardano-cli/test/cardano-cli-golden/files/golden/help/shelley_node_new-counter.cli index e7eebf50d7..d136e5b430 100644 --- a/cardano-cli/test/cardano-cli-golden/files/golden/help/shelley_node_new-counter.cli +++ b/cardano-cli/test/cardano-cli-golden/files/golden/help/shelley_node_new-counter.cli @@ -1,10 +1,10 @@ Usage: cardano-cli shelley node new-counter ( --stake-pool-verification-key STRING | --genesis-delegate-verification-key STRING - | --cold-verification-key-file FILE + | --cold-verification-key-file FILEPATH ) --counter-value INT - --operational-certificate-issue-counter-file FILE + --operational-certificate-issue-counter-file FILEPATH Create a new certificate issue counter @@ -13,10 +13,10 @@ Available options: Stake pool verification key (Bech32 or hex-encoded). --genesis-delegate-verification-key STRING Genesis delegate verification key (hex-encoded). - --cold-verification-key-file FILE + --cold-verification-key-file FILEPATH Filepath of the cold verification key. --counter-value INT The next certificate issue counter value to use. - --operational-certificate-issue-counter-file FILE + --operational-certificate-issue-counter-file FILEPATH The file with the issue counter for the operational certificate. -h,--help Show this help text 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 0dfb5ad55f..a506bf8b9d 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 @@ -4,8 +4,8 @@ Usage: cardano-cli shelley query kes-period-info --socket-path SOCKET_PATH ( --mainnet | --testnet-magic NATURAL ) - --op-cert-file FILE - [--out-file FILE] + --op-cert-file FILEPATH + [--out-file FILEPATH] Get information about the current KES period and your node's operational certificate. @@ -24,6 +24,6 @@ Available options: CARDANO_NODE_NETWORK_ID environment variable --testnet-magic NATURAL Specify a testnet magic id. This overrides the CARDANO_NODE_NETWORK_ID environment variable - --op-cert-file FILE Filepath of the node's operational certificate. - --out-file FILE Optional output file. Default is to write to stdout. + --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 59e1b06368..dbdbe12f31 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 @@ -4,17 +4,17 @@ Usage: cardano-cli shelley query leadership-schedule --socket-path SOCKET_PATH ( --mainnet | --testnet-magic NATURAL ) - --genesis FILE + --genesis FILEPATH ( --stake-pool-verification-key STRING - | --cold-verification-key-file FILE + | --cold-verification-key-file FILEPATH | --stake-pool-id STAKE_POOL_ID ) - --vrf-signing-key-file FILE + --vrf-signing-key-file FILEPATH (--current | --next) [ --output-json | --output-text ] - [--out-file FILE] + [--out-file FILEPATH] Get the slots the node is expected to mint a block in (advanced command) @@ -32,15 +32,15 @@ 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 - --genesis FILE Shelley genesis filepath + --genesis FILEPATH Shelley genesis filepath --stake-pool-verification-key STRING Stake pool verification key (Bech32 or hex-encoded). - --cold-verification-key-file FILE + --cold-verification-key-file FILEPATH Filepath of the stake pool verification key. --stake-pool-id STAKE_POOL_ID Stake pool ID/verification key hash (either Bech32-encoded or hex-encoded). - --vrf-signing-key-file FILE + --vrf-signing-key-file FILEPATH Input filepath of the VRF signing key. --current Get the leadership schedule for the current epoch. --next Get the leadership schedule for the following epoch. @@ -48,5 +48,5 @@ Available options: Default format when writing to a file --output-text Format leadership-schedule query output to TEXT. Default format when writing to stdout - --out-file FILE Optional output file. Default is to write to stdout. + --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 c772270e80..aabbdafeb8 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 @@ -4,7 +4,7 @@ Usage: cardano-cli shelley query ledger-state --socket-path SOCKET_PATH ( --mainnet | --testnet-magic NATURAL ) - [--out-file FILE] + [--out-file FILEPATH] Dump the current ledger state of the node (Ledger.NewEpochState -- advanced command) @@ -23,5 +23,5 @@ 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 - --out-file FILE Optional output file. Default is to write to stdout. + --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 dd93e4c3be..ebf85c01a8 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 @@ -7,7 +7,7 @@ Usage: cardano-cli shelley query pool-params --socket-path SOCKET_PATH ( --all-stake-pools | (--stake-pool-id STAKE_POOL_ID) ) - [--out-file FILE] + [--out-file FILEPATH] DEPRECATED. Use query pool-state instead. Dump the pool parameters (Ledger.NewEpochState.esLState._delegationState._pState._pParams -- advanced @@ -31,5 +31,5 @@ Available options: --stake-pool-id STAKE_POOL_ID Stake pool ID/verification key hash (either Bech32-encoded or hex-encoded). - --out-file FILE Optional output file. Default is to write to stdout. + --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-state.cli b/cardano-cli/test/cardano-cli-golden/files/golden/help/shelley_query_pool-state.cli index f7db5c900d..98fc6a3fcc 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 @@ -7,7 +7,7 @@ Usage: cardano-cli shelley query pool-state --socket-path SOCKET_PATH ( --all-stake-pools | (--stake-pool-id STAKE_POOL_ID) ) - [--out-file FILE] + [--out-file FILEPATH] Dump the pool state @@ -29,5 +29,5 @@ Available options: --stake-pool-id STAKE_POOL_ID Stake pool ID/verification key hash (either Bech32-encoded or hex-encoded). - --out-file FILE Optional output file. Default is to write to stdout. + --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-parameters.cli b/cardano-cli/test/cardano-cli-golden/files/golden/help/shelley_query_protocol-parameters.cli index 1957928b9f..fbed1ff7d0 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 @@ -4,7 +4,7 @@ Usage: cardano-cli shelley query protocol-parameters --socket-path SOCKET_PATH ( --mainnet | --testnet-magic NATURAL ) - [--out-file FILE] + [--out-file FILEPATH] Get the node's current protocol parameters @@ -22,5 +22,5 @@ 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 - --out-file FILE Optional output file. Default is to write to stdout. + --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 8e24dc38ec..498b49e53a 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 @@ -4,7 +4,7 @@ Usage: cardano-cli shelley query protocol-state --socket-path SOCKET_PATH ( --mainnet | --testnet-magic NATURAL ) - [--out-file FILE] + [--out-file FILEPATH] Dump the current protocol state of the node (Ledger.ChainDepState -- advanced command) @@ -23,5 +23,5 @@ 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 - --out-file FILE Optional output file. Default is to write to stdout. + --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 13e31a4711..4e24588a60 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 @@ -8,7 +8,7 @@ Usage: cardano-cli shelley query ref-script-size --socket-path SOCKET_PATH [ --output-json | --output-text ] - [--out-file FILE] + [--out-file FILEPATH] Calculate the reference input scripts size in bytes for provided transaction inputs. @@ -32,5 +32,5 @@ Available options: format when writing to a file --output-text Format reference inputs query output to TEXT. Default format when writing to stdout - --out-file FILE Optional output file. Default is to write to stdout. + --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-address-info.cli b/cardano-cli/test/cardano-cli-golden/files/golden/help/shelley_query_stake-address-info.cli index b9580362fe..5088159645 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 @@ -5,7 +5,7 @@ Usage: cardano-cli shelley query stake-address-info --socket-path SOCKET_PATH ( --mainnet | --testnet-magic NATURAL ) - [--out-file FILE] + [--out-file FILEPATH] Get the current delegations and reward accounts filtered by stake address. @@ -24,5 +24,5 @@ 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 - --out-file FILE Optional output file. Default is to write to stdout. + --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 ce5e4ead7d..9f358af5ec 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 @@ -7,7 +7,7 @@ Usage: cardano-cli shelley query stake-distribution --socket-path SOCKET_PATH [ --output-json | --output-text ] - [--out-file FILE] + [--out-file FILEPATH] Get the node's current aggregated stake distribution @@ -29,5 +29,5 @@ Available options: Default format when writing to a file --output-text Format stake-distribution query output to TEXT. Default format when writing to stdout - --out-file FILE Optional output file. Default is to write to stdout. + --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-pools.cli b/cardano-cli/test/cardano-cli-golden/files/golden/help/shelley_query_stake-pools.cli index 6113c8a910..ecdaec3362 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 @@ -5,7 +5,7 @@ Usage: cardano-cli shelley query stake-pools --socket-path SOCKET_PATH | --testnet-magic NATURAL ) [--output-json | --output-text] - [--out-file FILE] + [--out-file FILEPATH] Get the node's current set of stake pool ids @@ -27,5 +27,5 @@ Available options: format when writing to a file --output-text Format stake-pools query output to TEXT. Default format when writing to stdout - --out-file FILE Optional output file. Default is to write to stdout. + --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-snapshot.cli b/cardano-cli/test/cardano-cli-golden/files/golden/help/shelley_query_stake-snapshot.cli index e9e1f86f8e..6529eb7657 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 @@ -7,7 +7,7 @@ Usage: cardano-cli shelley query stake-snapshot --socket-path SOCKET_PATH ( --all-stake-pools | (--stake-pool-id STAKE_POOL_ID) ) - [--out-file FILE] + [--out-file FILEPATH] Obtain the three stake snapshots for a pool, plus the total active stake (advanced command) @@ -30,5 +30,5 @@ Available options: --stake-pool-id STAKE_POOL_ID Stake pool ID/verification key hash (either Bech32-encoded or hex-encoded). - --out-file FILE Optional output file. Default is to write to stdout. + --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_tip.cli b/cardano-cli/test/cardano-cli-golden/files/golden/help/shelley_query_tip.cli index 11593b959d..9cba01af98 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,7 +1,7 @@ Usage: cardano-cli shelley query tip --socket-path SOCKET_PATH [--cardano-mode [--epoch-slots SLOTS]] (--mainnet | --testnet-magic NATURAL) - [--out-file FILE] + [--out-file FILEPATH] Get the node's current tip (slot no, hash, block no) @@ -19,5 +19,5 @@ 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 - --out-file FILE Optional output file. Default is to write to stdout. + --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 1d000248be..e38d7a8bbc 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 @@ -5,7 +5,7 @@ Usage: cardano-cli shelley query tx-mempool --socket-path SOCKET_PATH | --testnet-magic NATURAL ) (info | next-tx | tx-exists) - [--out-file FILE] + [--out-file FILEPATH] Local Mempool info @@ -23,7 +23,7 @@ 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 - --out-file FILE Optional output file. Default is to write to stdout. + --out-file FILEPATH Optional output file. Default is to write to stdout. -h,--help Show this help text Available commands: 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 f6b8f98819..8973880946 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 @@ -7,6 +7,6 @@ Usage: cardano-cli shelley query tx-mempool --socket-path SOCKET_PATH | --testnet-magic NATURAL ) (info | next-tx | tx-exists) - [--out-file FILE] + [--out-file FILEPATH] Local Mempool info 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 f6b8f98819..8973880946 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 @@ -7,6 +7,6 @@ Usage: cardano-cli shelley query tx-mempool --socket-path SOCKET_PATH | --testnet-magic NATURAL ) (info | next-tx | tx-exists) - [--out-file FILE] + [--out-file FILEPATH] Local Mempool info 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 f6b8f98819..8973880946 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 @@ -7,6 +7,6 @@ Usage: cardano-cli shelley query tx-mempool --socket-path SOCKET_PATH | --testnet-magic NATURAL ) (info | next-tx | tx-exists) - [--out-file FILE] + [--out-file FILEPATH] Local Mempool info 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 1288cf5e7c..1d781834a6 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 @@ -6,7 +6,7 @@ Usage: cardano-cli shelley query utxo --socket-path SOCKET_PATH ) (--mainnet | --testnet-magic NATURAL) [--output-json | --output-text] - [--out-file FILE] + [--out-file FILEPATH] Get a portion of the current UTxO: by tx in, by address or the whole. @@ -32,5 +32,5 @@ Available options: writing to a file --output-text Format utxo query output to TEXT. Default format when writing to stdout - --out-file FILE Optional output file. Default is to write to stdout. + --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_stake-address_build.cli b/cardano-cli/test/cardano-cli-golden/files/golden/help/shelley_stake-address_build.cli index 85186bf65f..7bc1b6bcb2 100644 --- a/cardano-cli/test/cardano-cli-golden/files/golden/help/shelley_stake-address_build.cli +++ b/cardano-cli/test/cardano-cli-golden/files/golden/help/shelley_stake-address_build.cli @@ -1,26 +1,27 @@ Usage: cardano-cli shelley stake-address build ( --stake-verification-key STRING - | --stake-verification-key-file FILE + | --stake-verification-key-file FILEPATH | --stake-key-hash HASH - | --stake-script-file FILE + | --stake-script-file FILEPATH ) ( --mainnet | --testnet-magic NATURAL ) - [--out-file FILE] + [--out-file FILEPATH] Build a stake address Available options: --stake-verification-key STRING Stake verification key (Bech32 or hex-encoded). - --stake-verification-key-file FILE + --stake-verification-key-file FILEPATH Filepath of the staking verification key. --stake-key-hash HASH Stake verification key hash (hex-encoded). - --stake-script-file FILE Filepath of the staking script. + --stake-script-file FILEPATH + Filepath of the staking script. --mainnet Use the mainnet magic id. This overrides the CARDANO_NODE_NETWORK_ID environment variable --testnet-magic NATURAL Specify a testnet magic id. This overrides the CARDANO_NODE_NETWORK_ID environment variable - --out-file FILE Optional output file. Default is to write to stdout. + --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_stake-address_deregistration-certificate.cli b/cardano-cli/test/cardano-cli-golden/files/golden/help/shelley_stake-address_deregistration-certificate.cli index 3f801d84aa..c067b6944a 100644 --- a/cardano-cli/test/cardano-cli-golden/files/golden/help/shelley_stake-address_deregistration-certificate.cli +++ b/cardano-cli/test/cardano-cli-golden/files/golden/help/shelley_stake-address_deregistration-certificate.cli @@ -1,21 +1,22 @@ Usage: cardano-cli shelley stake-address deregistration-certificate ( --stake-verification-key STRING - | --stake-verification-key-file FILE + | --stake-verification-key-file FILEPATH | --stake-key-hash HASH - | --stake-script-file FILE + | --stake-script-file FILEPATH | --stake-address ADDRESS ) - --out-file FILE + --out-file FILEPATH Create a stake address deregistration certificate Available options: --stake-verification-key STRING Stake verification key (Bech32 or hex-encoded). - --stake-verification-key-file FILE + --stake-verification-key-file FILEPATH Filepath of the staking verification key. --stake-key-hash HASH Stake verification key hash (hex-encoded). - --stake-script-file FILE Filepath of the staking script. + --stake-script-file FILEPATH + Filepath of the staking script. --stake-address ADDRESS Target stake address (bech32 format). - --out-file FILE The output file. + --out-file FILEPATH The output file. -h,--help Show this help text diff --git a/cardano-cli/test/cardano-cli-golden/files/golden/help/shelley_stake-address_key-gen.cli b/cardano-cli/test/cardano-cli-golden/files/golden/help/shelley_stake-address_key-gen.cli index cfac68de2f..a615b95f11 100644 --- a/cardano-cli/test/cardano-cli-golden/files/golden/help/shelley_stake-address_key-gen.cli +++ b/cardano-cli/test/cardano-cli-golden/files/golden/help/shelley_stake-address_key-gen.cli @@ -1,6 +1,6 @@ Usage: cardano-cli shelley stake-address key-gen [--key-output-format STRING] - --verification-key-file FILE - --signing-key-file FILE + --verification-key-file FILEPATH + --signing-key-file FILEPATH Create a stake address key pair @@ -9,7 +9,8 @@ Available options: Optional key output format. Accepted output formats are "text-envelope" and "bech32" (default is "text-envelope"). - --verification-key-file FILE + --verification-key-file FILEPATH Output filepath of the verification key. - --signing-key-file FILE Output filepath of the signing key. + --signing-key-file FILEPATH + Output filepath of the signing key. -h,--help Show this help text diff --git a/cardano-cli/test/cardano-cli-golden/files/golden/help/shelley_stake-address_key-hash.cli b/cardano-cli/test/cardano-cli-golden/files/golden/help/shelley_stake-address_key-hash.cli index cf07cb943e..671ad256f9 100644 --- a/cardano-cli/test/cardano-cli-golden/files/golden/help/shelley_stake-address_key-hash.cli +++ b/cardano-cli/test/cardano-cli-golden/files/golden/help/shelley_stake-address_key-hash.cli @@ -1,15 +1,15 @@ Usage: cardano-cli shelley stake-address key-hash ( --stake-verification-key STRING - | --stake-verification-key-file FILE + | --stake-verification-key-file FILEPATH ) - [--out-file FILE] + [--out-file FILEPATH] Print the hash of a stake address key Available options: --stake-verification-key STRING Stake verification key (Bech32 or hex-encoded). - --stake-verification-key-file FILE + --stake-verification-key-file FILEPATH Filepath of the staking verification key. - --out-file FILE Optional output file. Default is to write to stdout. + --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_stake-address_registration-certificate.cli b/cardano-cli/test/cardano-cli-golden/files/golden/help/shelley_stake-address_registration-certificate.cli index beb43553ef..a0f6680b08 100644 --- a/cardano-cli/test/cardano-cli-golden/files/golden/help/shelley_stake-address_registration-certificate.cli +++ b/cardano-cli/test/cardano-cli-golden/files/golden/help/shelley_stake-address_registration-certificate.cli @@ -1,21 +1,22 @@ Usage: cardano-cli shelley stake-address registration-certificate ( --stake-verification-key STRING - | --stake-verification-key-file FILE + | --stake-verification-key-file FILEPATH | --stake-key-hash HASH - | --stake-script-file FILE + | --stake-script-file FILEPATH | --stake-address ADDRESS ) - --out-file FILE + --out-file FILEPATH Create a stake address registration certificate Available options: --stake-verification-key STRING Stake verification key (Bech32 or hex-encoded). - --stake-verification-key-file FILE + --stake-verification-key-file FILEPATH Filepath of the staking verification key. --stake-key-hash HASH Stake verification key hash (hex-encoded). - --stake-script-file FILE Filepath of the staking script. + --stake-script-file FILEPATH + Filepath of the staking script. --stake-address ADDRESS Target stake address (bech32 format). - --out-file FILE The output file. + --out-file FILEPATH The output file. -h,--help Show this help text diff --git a/cardano-cli/test/cardano-cli-golden/files/golden/help/shelley_stake-address_stake-delegation-certificate.cli b/cardano-cli/test/cardano-cli-golden/files/golden/help/shelley_stake-address_stake-delegation-certificate.cli index 0ef47ff17f..da357add07 100644 --- a/cardano-cli/test/cardano-cli-golden/files/golden/help/shelley_stake-address_stake-delegation-certificate.cli +++ b/cardano-cli/test/cardano-cli-golden/files/golden/help/shelley_stake-address_stake-delegation-certificate.cli @@ -1,15 +1,15 @@ Usage: cardano-cli shelley stake-address stake-delegation-certificate ( --stake-verification-key STRING - | --stake-verification-key-file FILE + | --stake-verification-key-file FILEPATH | --stake-key-hash HASH - | --stake-script-file FILE + | --stake-script-file FILEPATH | --stake-address ADDRESS ) ( --stake-pool-verification-key STRING - | --cold-verification-key-file FILE + | --cold-verification-key-file FILEPATH | --stake-pool-id STAKE_POOL_ID ) - --out-file FILE + --out-file FILEPATH Create a stake address stake delegation certificate, which when submitted in a transaction delegates stake to a stake pool. @@ -17,17 +17,18 @@ Usage: cardano-cli shelley stake-address stake-delegation-certificate Available options: --stake-verification-key STRING Stake verification key (Bech32 or hex-encoded). - --stake-verification-key-file FILE + --stake-verification-key-file FILEPATH Filepath of the staking verification key. --stake-key-hash HASH Stake verification key hash (hex-encoded). - --stake-script-file FILE Filepath of the staking script. + --stake-script-file FILEPATH + Filepath of the staking script. --stake-address ADDRESS Target stake address (bech32 format). --stake-pool-verification-key STRING Stake pool verification key (Bech32 or hex-encoded). - --cold-verification-key-file FILE + --cold-verification-key-file FILEPATH Filepath of the stake pool verification key. --stake-pool-id STAKE_POOL_ID Stake pool ID/verification key hash (either Bech32-encoded or hex-encoded). - --out-file FILE The output file. + --out-file FILEPATH The output file. -h,--help Show this help text diff --git a/cardano-cli/test/cardano-cli-golden/files/golden/help/shelley_stake-pool_deregistration-certificate.cli b/cardano-cli/test/cardano-cli-golden/files/golden/help/shelley_stake-pool_deregistration-certificate.cli index 6167fc0b7b..910c3da14f 100644 --- a/cardano-cli/test/cardano-cli-golden/files/golden/help/shelley_stake-pool_deregistration-certificate.cli +++ b/cardano-cli/test/cardano-cli-golden/files/golden/help/shelley_stake-pool_deregistration-certificate.cli @@ -1,17 +1,17 @@ Usage: cardano-cli shelley stake-pool deregistration-certificate ( --stake-pool-verification-key STRING - | --cold-verification-key-file FILE + | --cold-verification-key-file FILEPATH ) --epoch NATURAL - --out-file FILE + --out-file FILEPATH Create a stake pool deregistration certificate Available options: --stake-pool-verification-key STRING Stake pool verification key (Bech32 or hex-encoded). - --cold-verification-key-file FILE + --cold-verification-key-file FILEPATH Filepath of the stake pool verification key. --epoch NATURAL The epoch number. - --out-file FILE The output file. + --out-file FILEPATH The output file. -h,--help Show this help text diff --git a/cardano-cli/test/cardano-cli-golden/files/golden/help/shelley_stake-pool_id.cli b/cardano-cli/test/cardano-cli-golden/files/golden/help/shelley_stake-pool_id.cli index 5f78ba8ed8..fec83e5a3c 100644 --- a/cardano-cli/test/cardano-cli-golden/files/golden/help/shelley_stake-pool_id.cli +++ b/cardano-cli/test/cardano-cli-golden/files/golden/help/shelley_stake-pool_id.cli @@ -1,18 +1,18 @@ Usage: cardano-cli shelley stake-pool id ( --stake-pool-verification-key STRING - | --cold-verification-key-file FILE + | --cold-verification-key-file FILEPATH ) [--output-format STRING] - [--out-file FILE] + [--out-file FILEPATH] Build pool id from the offline key Available options: --stake-pool-verification-key STRING Stake pool verification key (Bech32 or hex-encoded). - --cold-verification-key-file FILE + --cold-verification-key-file FILEPATH Filepath of the stake pool verification key. --output-format STRING Optional pool id output format. Accepted output formats are "hex" and "bech32" (default is "bech32"). - --out-file FILE Optional output file. Default is to write to stdout. + --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_stake-pool_metadata-hash.cli b/cardano-cli/test/cardano-cli-golden/files/golden/help/shelley_stake-pool_metadata-hash.cli index b97f6ec4da..b01fc59968 100644 --- a/cardano-cli/test/cardano-cli-golden/files/golden/help/shelley_stake-pool_metadata-hash.cli +++ b/cardano-cli/test/cardano-cli-golden/files/golden/help/shelley_stake-pool_metadata-hash.cli @@ -1,10 +1,10 @@ -Usage: cardano-cli shelley stake-pool metadata-hash --pool-metadata-file FILE - [--out-file FILE] +Usage: cardano-cli shelley stake-pool metadata-hash --pool-metadata-file FILEPATH + [--out-file FILEPATH] Print the hash of pool metadata. Available options: - --pool-metadata-file FILE + --pool-metadata-file FILEPATH Filepath of the pool metadata. - --out-file FILE Optional output file. Default is to write to stdout. + --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_stake-pool_registration-certificate.cli b/cardano-cli/test/cardano-cli-golden/files/golden/help/shelley_stake-pool_registration-certificate.cli index 58007cb69a..f108361fb6 100644 --- a/cardano-cli/test/cardano-cli-golden/files/golden/help/shelley_stake-pool_registration-certificate.cli +++ b/cardano-cli/test/cardano-cli-golden/files/golden/help/shelley_stake-pool_registration-certificate.cli @@ -1,18 +1,18 @@ Usage: cardano-cli shelley stake-pool registration-certificate ( --stake-pool-verification-key STRING - | --cold-verification-key-file FILE + | --cold-verification-key-file FILEPATH ) ( --vrf-verification-key STRING - | --vrf-verification-key-file FILE + | --vrf-verification-key-file FILEPATH ) --pool-pledge LOVELACE --pool-cost LOVELACE --pool-margin RATIONAL ( --pool-reward-account-verification-key STRING - | --pool-reward-account-verification-key-file FILE + | --pool-reward-account-verification-key-file FILEPATH ) ( --pool-owner-verification-key STRING - | --pool-owner-stake-verification-key-file FILE + | --pool-owner-stake-verification-key-file FILEPATH ) [ [--pool-relay-ipv4 STRING] [--pool-relay-ipv6 STRING] @@ -26,18 +26,18 @@ Usage: cardano-cli shelley stake-pool registration-certificate ( --mainnet | --testnet-magic NATURAL ) - --out-file FILE + --out-file FILEPATH Create a stake pool registration certificate Available options: --stake-pool-verification-key STRING Stake pool verification key (Bech32 or hex-encoded). - --cold-verification-key-file FILE + --cold-verification-key-file FILEPATH Filepath of the stake pool verification key. --vrf-verification-key STRING VRF verification key (Bech32 or hex-encoded). - --vrf-verification-key-file FILE + --vrf-verification-key-file FILEPATH Filepath of the VRF verification key. --pool-pledge LOVELACE The stake pool's pledge. --pool-cost LOVELACE The stake pool's cost. @@ -45,13 +45,13 @@ Available options: --pool-reward-account-verification-key STRING Reward account stake verification key (Bech32 or hex-encoded). - --pool-reward-account-verification-key-file FILE + --pool-reward-account-verification-key-file FILEPATH Filepath of the reward account stake verification key. --pool-owner-verification-key STRING Pool owner stake verification key (Bech32 or hex-encoded). - --pool-owner-stake-verification-key-file FILE + --pool-owner-stake-verification-key-file FILEPATH Filepath of the pool owner stake verification key. --pool-relay-ipv4 STRING The stake pool relay's IPv4 address --pool-relay-ipv6 STRING The stake pool relay's IPv6 address @@ -69,5 +69,5 @@ 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 - --out-file FILE The output file. + --out-file FILEPATH The output file. -h,--help Show this help text diff --git a/cardano-cli/test/cardano-cli-golden/files/golden/help/shelley_text-view_decode-cbor.cli b/cardano-cli/test/cardano-cli-golden/files/golden/help/shelley_text-view_decode-cbor.cli index 83be6bcb0a..902f8c6b41 100644 --- a/cardano-cli/test/cardano-cli-golden/files/golden/help/shelley_text-view_decode-cbor.cli +++ b/cardano-cli/test/cardano-cli-golden/files/golden/help/shelley_text-view_decode-cbor.cli @@ -1,9 +1,9 @@ -Usage: cardano-cli shelley text-view decode-cbor --in-file FILE - [--out-file FILE] +Usage: cardano-cli shelley text-view decode-cbor --in-file FILEPATH + [--out-file FILEPATH] Print a TextView file as decoded CBOR. Available options: - --in-file FILE CBOR input file. - --out-file FILE Optional output file. Default is to write to stdout. + --in-file FILEPATH CBOR input file. + --out-file FILEPATH Optional output file. Default is to write to stdout. -h,--help Show this help text diff --git a/cardano-cli/test/cardano-cli-golden/files/golden/help/shelley_transaction_assemble.cli b/cardano-cli/test/cardano-cli-golden/files/golden/help/shelley_transaction_assemble.cli index aff92cc3c3..1f61bced06 100644 --- a/cardano-cli/test/cardano-cli-golden/files/golden/help/shelley_transaction_assemble.cli +++ b/cardano-cli/test/cardano-cli-golden/files/golden/help/shelley_transaction_assemble.cli @@ -1,11 +1,11 @@ -Usage: cardano-cli shelley transaction assemble --tx-body-file FILE - [--witness-file FILE] - --out-file FILE +Usage: cardano-cli shelley transaction assemble --tx-body-file FILEPATH + [--witness-file FILEPATH] + --out-file FILEPATH Assemble a tx body and witness(es) to form a transaction Available options: - --tx-body-file FILE Input filepath of the JSON TxBody. - --witness-file FILE Filepath of the witness - --out-file FILE The output file. + --tx-body-file FILEPATH Input filepath of the JSON TxBody. + --witness-file FILEPATH Filepath of the witness + --out-file FILEPATH The output file. -h,--help Show this help text diff --git a/cardano-cli/test/cardano-cli-golden/files/golden/help/shelley_transaction_build-raw.cli b/cardano-cli/test/cardano-cli-golden/files/golden/help/shelley_transaction_build-raw.cli index f23963e94f..713f3e8ec5 100644 --- a/cardano-cli/test/cardano-cli-golden/files/golden/help/shelley_transaction_build-raw.cli +++ b/cardano-cli/test/cardano-cli-golden/files/golden/help/shelley_transaction_build-raw.cli @@ -18,7 +18,7 @@ Usage: cardano-cli shelley transaction build-raw ) --spending-reference-tx-in-execution-units (INT, INT) | --simple-script-tx-in-reference TX-IN - | --tx-in-script-file FILE + | --tx-in-script-file FILEPATH [ ( --tx-in-datum-cbor-file CBOR_FILE | --tx-in-datum-file JSON_FILE @@ -35,7 +35,7 @@ Usage: cardano-cli shelley transaction build-raw [--tx-in-collateral TX-IN] [--tx-out-return-collateral ADDRESS VALUE] [--tx-total-collateral INTEGER] - [ --required-signer FILE + [ --required-signer FILEPATH | --required-signer-hash HASH ] [--tx-out ADDRESS VALUE @@ -50,9 +50,9 @@ Usage: cardano-cli shelley transaction build-raw | --tx-out-inline-datum-file JSON_FILE | --tx-out-inline-datum-value JSON_VALUE ] - [--tx-out-reference-script-file FILE]] + [--tx-out-reference-script-file FILEPATH]] [--mint VALUE - ( --mint-script-file FILE + ( --mint-script-file FILEPATH [ ( --mint-redeemer-cbor-file CBOR_FILE | --mint-redeemer-file JSON_FILE @@ -75,8 +75,8 @@ Usage: cardano-cli shelley transaction build-raw [--invalid-before SLOT] [--invalid-hereafter SLOT] --fee LOVELACE - [--certificate-file FILE - [ --certificate-script-file FILE + [--certificate-file FILEPATH + [ --certificate-script-file FILEPATH [ ( --certificate-redeemer-cbor-file CBOR_FILE | --certificate-redeemer-file JSON_FILE @@ -94,7 +94,7 @@ Usage: cardano-cli shelley transaction build-raw --certificate-reference-tx-in-execution-units (INT, INT) ]] [--withdrawal WITHDRAWAL - [ --withdrawal-script-file FILE + [ --withdrawal-script-file FILEPATH [ ( --withdrawal-redeemer-cbor-file CBOR_FILE | --withdrawal-redeemer-file JSON_FILE @@ -114,13 +114,13 @@ Usage: cardano-cli shelley transaction build-raw [ --json-metadata-no-schema | --json-metadata-detailed-schema ] - [--auxiliary-script-file FILE] - [ --metadata-json-file FILE - | --metadata-cbor-file FILE + [--auxiliary-script-file FILEPATH] + [ --metadata-json-file FILEPATH + | --metadata-cbor-file FILEPATH ] - [--protocol-params-file FILE] - [--update-proposal-file FILE] - --out-file FILE + [--protocol-params-file FILEPATH] + [--update-proposal-file FILEPATH] + --out-file FILEPATH Build a transaction (low-level, inconvenient) @@ -166,7 +166,8 @@ Available options: --simple-script-tx-in-reference TX-IN TxId#TxIx - Specify a reference input. The reference input must have a simple reference script attached. - --tx-in-script-file FILE The file containing the script to witness the + --tx-in-script-file FILEPATH + The file containing the script to witness the spending of the transaction input. --tx-in-datum-cbor-file CBOR_FILE The script datum file. The file has to be in CBOR @@ -209,7 +210,8 @@ Available options: as fees in the event of a Plutus script failure. Must be used in conjuction with "--tx-out-return-collateral". - --required-signer FILE Input filepath of the signing key (zero or more) + --required-signer FILEPATH + Input filepath of the signing key (zero or more) whose signature is required. --required-signer-hash HASH Hash of the verification key (zero or more) whose @@ -258,11 +260,12 @@ Available options: inline datum, given here. There is no schema: (almost) any JSON value is supported, including top-level strings and numbers. - --tx-out-reference-script-file FILE + --tx-out-reference-script-file FILEPATH Reference script input file. --mint VALUE Mint multi-asset value(s) with the multi-asset cli syntax. You must specify a script witness. - --mint-script-file FILE The file containing the script to witness the minting + --mint-script-file FILEPATH + The file containing the script to witness the minting of assets for a particular policy Id. --mint-redeemer-cbor-file CBOR_FILE The script redeemer file. The file has to be in CBOR @@ -301,11 +304,12 @@ Available options: --invalid-before SLOT Time that transaction is valid from (in slots). --invalid-hereafter SLOT Time that transaction is valid until (in slots). --fee LOVELACE The fee amount in Lovelace. - --certificate-file FILE Filepath of the certificate. This encompasses all + --certificate-file FILEPATH + Filepath of the certificate. This encompasses all types of certificates (stake pool certificates, stake key certificates etc). Optionally specify a script witness. - --certificate-script-file FILE + --certificate-script-file FILEPATH The file containing the script to witness the use of the certificate. --certificate-redeemer-cbor-file CBOR_FILE @@ -343,7 +347,7 @@ Available options: StakeAddress is the Bech32-encoded stake address followed by the amount in Lovelace. Optionally specify a script witness. - --withdrawal-script-file FILE + --withdrawal-script-file FILEPATH The file containing the script to witness the withdrawal of rewards. --withdrawal-redeemer-cbor-file CBOR_FILE @@ -383,15 +387,15 @@ Available options: --json-metadata-detailed-schema Use the "detailed schema" conversion from JSON to tx metadata. - --auxiliary-script-file FILE + --auxiliary-script-file FILEPATH Filepath of auxiliary script(s) - --metadata-json-file FILE + --metadata-json-file FILEPATH Filepath of the metadata file, in JSON format. - --metadata-cbor-file FILE + --metadata-cbor-file FILEPATH Filepath of the metadata, in raw CBOR format. - --protocol-params-file FILE + --protocol-params-file FILEPATH Filepath of the JSON-encoded protocol parameters file - --update-proposal-file FILE + --update-proposal-file FILEPATH Filepath of the update proposal. - --out-file FILE Output filepath of the JSON TxBody. + --out-file FILEPATH Output filepath of the JSON TxBody. -h,--help Show this help text diff --git a/cardano-cli/test/cardano-cli-golden/files/golden/help/shelley_transaction_build.cli b/cardano-cli/test/cardano-cli-golden/files/golden/help/shelley_transaction_build.cli index eb60d503ad..c80d94833b 100644 --- a/cardano-cli/test/cardano-cli-golden/files/golden/help/shelley_transaction_build.cli +++ b/cardano-cli/test/cardano-cli-golden/files/golden/help/shelley_transaction_build.cli @@ -23,7 +23,7 @@ Usage: cardano-cli shelley transaction build --socket-path SOCKET_PATH | --spending-reference-tx-in-redeemer-value JSON_VALUE ) | --simple-script-tx-in-reference TX-IN - | --tx-in-script-file FILE + | --tx-in-script-file FILEPATH [ ( --tx-in-datum-cbor-file CBOR_FILE | --tx-in-datum-file JSON_FILE @@ -36,7 +36,7 @@ Usage: cardano-cli shelley transaction build --socket-path SOCKET_PATH )] ]) [--read-only-tx-in-reference TX-IN] - [ --required-signer FILE + [ --required-signer FILEPATH | --required-signer-hash HASH ] [--tx-in-collateral TX-IN] @@ -54,10 +54,10 @@ Usage: cardano-cli shelley transaction build --socket-path SOCKET_PATH | --tx-out-inline-datum-file JSON_FILE | --tx-out-inline-datum-value JSON_VALUE ] - [--tx-out-reference-script-file FILE]] + [--tx-out-reference-script-file FILEPATH]] --change-address ADDRESS [--mint VALUE - ( --mint-script-file FILE + ( --mint-script-file FILEPATH [ --mint-redeemer-cbor-file CBOR_FILE | --mint-redeemer-file JSON_FILE | --mint-redeemer-value JSON_VALUE @@ -76,8 +76,8 @@ Usage: cardano-cli shelley transaction build --socket-path SOCKET_PATH )] [--invalid-before SLOT] [--invalid-hereafter SLOT] - [--certificate-file FILE - [ --certificate-script-file FILE + [--certificate-file FILEPATH + [ --certificate-script-file FILEPATH [ --certificate-redeemer-cbor-file CBOR_FILE | --certificate-redeemer-file JSON_FILE | --certificate-redeemer-value JSON_VALUE @@ -92,7 +92,7 @@ Usage: cardano-cli shelley transaction build --socket-path SOCKET_PATH ) ]] [--withdrawal WITHDRAWAL - [ --withdrawal-script-file FILE + [ --withdrawal-script-file FILEPATH [ --withdrawal-redeemer-cbor-file CBOR_FILE | --withdrawal-redeemer-file JSON_FILE | --withdrawal-redeemer-value JSON_VALUE @@ -109,13 +109,13 @@ Usage: cardano-cli shelley transaction build --socket-path SOCKET_PATH [ --json-metadata-no-schema | --json-metadata-detailed-schema ] - [--auxiliary-script-file FILE] - [ --metadata-json-file FILE - | --metadata-cbor-file FILE + [--auxiliary-script-file FILEPATH] + [ --metadata-json-file FILEPATH + | --metadata-cbor-file FILEPATH ] - [--update-proposal-file FILE] - ( --out-file FILE - | --calculate-plutus-script-cost FILE + [--update-proposal-file FILEPATH] + ( --out-file FILEPATH + | --calculate-plutus-script-cost FILEPATH ) Build a balanced transaction (automatically calculates fees) @@ -175,7 +175,8 @@ Available options: --simple-script-tx-in-reference TX-IN TxId#TxIx - Specify a reference input. The reference input must have a simple reference script attached. - --tx-in-script-file FILE The file containing the script to witness the + --tx-in-script-file FILEPATH + The file containing the script to witness the spending of the transaction input. --tx-in-datum-cbor-file CBOR_FILE The script datum file. The file has to be in CBOR @@ -203,7 +204,8 @@ Available options: Specify a read only reference input. This reference input is not witnessing anything it is simply provided in the plutus script context. - --required-signer FILE Input filepath of the signing key (zero or more) + --required-signer FILEPATH + Input filepath of the signing key (zero or more) whose signature is required. --required-signer-hash HASH Hash of the verification key (zero or more) whose @@ -265,12 +267,13 @@ Available options: inline datum, given here. There is no schema: (almost) any JSON value is supported, including top-level strings and numbers. - --tx-out-reference-script-file FILE + --tx-out-reference-script-file FILEPATH Reference script input file. --change-address ADDRESS Address where ADA in excess of the tx fee will go to. --mint VALUE Mint multi-asset value(s) with the multi-asset cli syntax. You must specify a script witness. - --mint-script-file FILE The file containing the script to witness the minting + --mint-script-file FILEPATH + The file containing the script to witness the minting of assets for a particular policy Id. --mint-redeemer-cbor-file CBOR_FILE The script redeemer file. The file has to be in CBOR @@ -304,11 +307,12 @@ Available options: --policy-id HASH Policy id of minting script. --invalid-before SLOT Time that transaction is valid from (in slots). --invalid-hereafter SLOT Time that transaction is valid until (in slots). - --certificate-file FILE Filepath of the certificate. This encompasses all + --certificate-file FILEPATH + Filepath of the certificate. This encompasses all types of certificates (stake pool certificates, stake key certificates etc). Optionally specify a script witness. - --certificate-script-file FILE + --certificate-script-file FILEPATH The file containing the script to witness the use of the certificate. --certificate-redeemer-cbor-file CBOR_FILE @@ -342,7 +346,7 @@ Available options: StakeAddress is the Bech32-encoded stake address followed by the amount in Lovelace. Optionally specify a script witness. - --withdrawal-script-file FILE + --withdrawal-script-file FILEPATH The file containing the script to witness the withdrawal of rewards. --withdrawal-redeemer-cbor-file CBOR_FILE @@ -378,16 +382,16 @@ Available options: --json-metadata-detailed-schema Use the "detailed schema" conversion from JSON to tx metadata. - --auxiliary-script-file FILE + --auxiliary-script-file FILEPATH Filepath of auxiliary script(s) - --metadata-json-file FILE + --metadata-json-file FILEPATH Filepath of the metadata file, in JSON format. - --metadata-cbor-file FILE + --metadata-cbor-file FILEPATH Filepath of the metadata, in raw CBOR format. - --update-proposal-file FILE + --update-proposal-file FILEPATH Filepath of the update proposal. - --out-file FILE Output filepath of the JSON TxBody. - --calculate-plutus-script-cost FILE + --out-file FILEPATH Output filepath of the JSON TxBody. + --calculate-plutus-script-cost FILEPATH (File () Out) filepath of the script cost information. -h,--help Show this help text diff --git a/cardano-cli/test/cardano-cli-golden/files/golden/help/shelley_transaction_calculate-min-fee.cli b/cardano-cli/test/cardano-cli-golden/files/golden/help/shelley_transaction_calculate-min-fee.cli index a554d6b331..abc3778ea8 100644 --- a/cardano-cli/test/cardano-cli-golden/files/golden/help/shelley_transaction_calculate-min-fee.cli +++ b/cardano-cli/test/cardano-cli-golden/files/golden/help/shelley_transaction_calculate-min-fee.cli @@ -1,12 +1,12 @@ -Usage: cardano-cli shelley transaction calculate-min-fee --tx-body-file FILE - --protocol-params-file FILE +Usage: cardano-cli shelley transaction calculate-min-fee --tx-body-file FILEPATH + --protocol-params-file FILEPATH --witness-count NATURAL [--byron-witness-count NATURAL] [--reference-script-size NATURAL] [ --output-json | --output-text ] - [--out-file FILE] + [--out-file FILEPATH] [ --mainnet | --testnet-magic NATURAL ] @@ -16,8 +16,8 @@ Usage: cardano-cli shelley transaction calculate-min-fee --tx-body-file FILE Calculate the minimum fee for a transaction. Available options: - --tx-body-file FILE Input filepath of the JSON TxBody. - --protocol-params-file FILE + --tx-body-file FILEPATH Input filepath of the JSON TxBody. + --protocol-params-file FILEPATH Filepath of the JSON-encoded protocol parameters file --witness-count NATURAL The number of Shelley key witnesses. --byron-witness-count NATURAL @@ -29,7 +29,7 @@ Available options: Default format when writing to a file --output-text Format calculate-min-fee query output to TEXT. Default format when writing to stdout - --out-file FILE The output file. + --out-file FILEPATH The output file. --mainnet DEPRECATED. This argument has no effect. --testnet-magic NATURAL DEPRECATED. This argument has no effect. --tx-in-count NATURAL DEPRECATED. This argument has no effect. diff --git a/cardano-cli/test/cardano-cli-golden/files/golden/help/shelley_transaction_calculate-min-required-utxo.cli b/cardano-cli/test/cardano-cli-golden/files/golden/help/shelley_transaction_calculate-min-required-utxo.cli index 9d741ad0c9..b5ea8291d5 100644 --- a/cardano-cli/test/cardano-cli-golden/files/golden/help/shelley_transaction_calculate-min-required-utxo.cli +++ b/cardano-cli/test/cardano-cli-golden/files/golden/help/shelley_transaction_calculate-min-required-utxo.cli @@ -1,4 +1,4 @@ -Usage: cardano-cli shelley transaction calculate-min-required-utxo --protocol-params-file FILE +Usage: cardano-cli shelley transaction calculate-min-required-utxo --protocol-params-file FILEPATH --tx-out ADDRESS VALUE [ --tx-out-datum-hash HASH | --tx-out-datum-hash-cbor-file CBOR_FILE @@ -11,12 +11,12 @@ Usage: cardano-cli shelley transaction calculate-min-required-utxo --protocol-pa | --tx-out-inline-datum-file JSON_FILE | --tx-out-inline-datum-value JSON_VALUE ] - [--tx-out-reference-script-file FILE] + [--tx-out-reference-script-file FILEPATH] Calculate the minimum required UTxO for a transaction output. Available options: - --protocol-params-file FILE + --protocol-params-file FILEPATH Filepath of the JSON-encoded protocol parameters file --tx-out ADDRESS VALUE The transaction output as ADDRESS VALUE where ADDRESS is the Bech32-encoded address followed by the value @@ -62,6 +62,6 @@ Available options: inline datum, given here. There is no schema: (almost) any JSON value is supported, including top-level strings and numbers. - --tx-out-reference-script-file FILE + --tx-out-reference-script-file FILEPATH Reference script input file. -h,--help Show this help text diff --git a/cardano-cli/test/cardano-cli-golden/files/golden/help/shelley_transaction_calculate-min-value.cli b/cardano-cli/test/cardano-cli-golden/files/golden/help/shelley_transaction_calculate-min-value.cli index 210669b5e6..17de3eef20 100644 --- a/cardano-cli/test/cardano-cli-golden/files/golden/help/shelley_transaction_calculate-min-value.cli +++ b/cardano-cli/test/cardano-cli-golden/files/golden/help/shelley_transaction_calculate-min-value.cli @@ -1,4 +1,4 @@ -Usage: cardano-cli shelley transaction calculate-min-value --protocol-params-file FILE +Usage: cardano-cli shelley transaction calculate-min-value --protocol-params-file FILEPATH --tx-out ADDRESS VALUE [ --tx-out-datum-hash HASH | --tx-out-datum-hash-cbor-file CBOR_FILE @@ -11,12 +11,12 @@ Usage: cardano-cli shelley transaction calculate-min-value --protocol-params-fil | --tx-out-inline-datum-file JSON_FILE | --tx-out-inline-datum-value JSON_VALUE ] - [--tx-out-reference-script-file FILE] + [--tx-out-reference-script-file FILEPATH] DEPRECATED: Use 'calculate-min-required-utxo' instead. Available options: - --protocol-params-file FILE + --protocol-params-file FILEPATH Filepath of the JSON-encoded protocol parameters file --tx-out ADDRESS VALUE The transaction output as ADDRESS VALUE where ADDRESS is the Bech32-encoded address followed by the value @@ -62,5 +62,5 @@ Available options: inline datum, given here. There is no schema: (almost) any JSON value is supported, including top-level strings and numbers. - --tx-out-reference-script-file FILE + --tx-out-reference-script-file FILEPATH Reference script input file. diff --git a/cardano-cli/test/cardano-cli-golden/files/golden/help/shelley_transaction_policyid.cli b/cardano-cli/test/cardano-cli-golden/files/golden/help/shelley_transaction_policyid.cli index 0d218023c7..330235bcc3 100644 --- a/cardano-cli/test/cardano-cli-golden/files/golden/help/shelley_transaction_policyid.cli +++ b/cardano-cli/test/cardano-cli-golden/files/golden/help/shelley_transaction_policyid.cli @@ -1,7 +1,7 @@ -Usage: cardano-cli shelley transaction policyid --script-file FILE +Usage: cardano-cli shelley transaction policyid --script-file FILEPATH Calculate the PolicyId from the monetary policy script. Available options: - --script-file FILE Filepath of the script. + --script-file FILEPATH Filepath of the script. -h,--help Show this help text diff --git a/cardano-cli/test/cardano-cli-golden/files/golden/help/shelley_transaction_sign-witness.cli b/cardano-cli/test/cardano-cli-golden/files/golden/help/shelley_transaction_sign-witness.cli index c02f4da6e1..2b2c494d25 100644 --- a/cardano-cli/test/cardano-cli-golden/files/golden/help/shelley_transaction_sign-witness.cli +++ b/cardano-cli/test/cardano-cli-golden/files/golden/help/shelley_transaction_sign-witness.cli @@ -1,10 +1,10 @@ -Usage: cardano-cli shelley transaction sign-witness --tx-body-file FILE - [--witness-file FILE] - --out-file FILE +Usage: cardano-cli shelley transaction sign-witness --tx-body-file FILEPATH + [--witness-file FILEPATH] + --out-file FILEPATH Assemble a tx body and witness(es) to form a transaction Available options: - --tx-body-file FILE Input filepath of the JSON TxBody. - --witness-file FILE Filepath of the witness - --out-file FILE The output file. + --tx-body-file FILEPATH Input filepath of the JSON TxBody. + --witness-file FILEPATH Filepath of the witness + --out-file FILEPATH The output file. diff --git a/cardano-cli/test/cardano-cli-golden/files/golden/help/shelley_transaction_sign.cli b/cardano-cli/test/cardano-cli-golden/files/golden/help/shelley_transaction_sign.cli index 610112f481..8938ecd938 100644 --- a/cardano-cli/test/cardano-cli-golden/files/golden/help/shelley_transaction_sign.cli +++ b/cardano-cli/test/cardano-cli-golden/files/golden/help/shelley_transaction_sign.cli @@ -1,24 +1,25 @@ Usage: cardano-cli shelley transaction sign - ( --tx-body-file FILE - | --tx-file FILE + ( --tx-body-file FILEPATH + | --tx-file FILEPATH ) - [--signing-key-file FILE + [--signing-key-file FILEPATH [--address STRING]] [ --mainnet | --testnet-magic NATURAL ] - --out-file FILE + --out-file FILEPATH Sign a transaction Available options: - --tx-body-file FILE Input filepath of the JSON TxBody. - --tx-file FILE Input filepath of the JSON Tx. - --signing-key-file FILE Input filepath of the signing key (one or more). + --tx-body-file FILEPATH Input filepath of the JSON TxBody. + --tx-file FILEPATH Input filepath of the JSON Tx. + --signing-key-file FILEPATH + Input filepath of the signing key (one or more). --address STRING Byron address (Base58-encoded). --mainnet Use the mainnet magic id. This overrides the CARDANO_NODE_NETWORK_ID environment variable --testnet-magic NATURAL Specify a testnet magic id. This overrides the CARDANO_NODE_NETWORK_ID environment variable - --out-file FILE Output filepath of the JSON Tx. + --out-file FILEPATH Output filepath of the JSON Tx. -h,--help Show this help text 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 9a26243702..cfe32d5a69 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 @@ -4,7 +4,7 @@ Usage: cardano-cli shelley transaction submit --socket-path SOCKET_PATH ( --mainnet | --testnet-magic NATURAL ) - --tx-file FILE + --tx-file FILEPATH Submit a transaction to the local node whose Unix domain socket is obtained from the CARDANO_NODE_SOCKET_PATH environment variable. @@ -23,5 +23,5 @@ 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 - --tx-file FILE Filepath of the transaction you intend to submit. + --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/shelley_transaction_txid.cli b/cardano-cli/test/cardano-cli-golden/files/golden/help/shelley_transaction_txid.cli index bbef03cb5a..78e17f7991 100644 --- a/cardano-cli/test/cardano-cli-golden/files/golden/help/shelley_transaction_txid.cli +++ b/cardano-cli/test/cardano-cli-golden/files/golden/help/shelley_transaction_txid.cli @@ -1,11 +1,11 @@ Usage: cardano-cli shelley transaction txid - ( --tx-body-file FILE - | --tx-file FILE + ( --tx-body-file FILEPATH + | --tx-file FILEPATH ) Print a transaction identifier. Available options: - --tx-body-file FILE Input filepath of the JSON TxBody. - --tx-file FILE Input filepath of the JSON Tx. + --tx-body-file FILEPATH Input filepath of the JSON TxBody. + --tx-file FILEPATH Input filepath of the JSON Tx. -h,--help Show this help text diff --git a/cardano-cli/test/cardano-cli-golden/files/golden/help/shelley_transaction_witness.cli b/cardano-cli/test/cardano-cli-golden/files/golden/help/shelley_transaction_witness.cli index 1df4e9fccd..e39282910b 100644 --- a/cardano-cli/test/cardano-cli-golden/files/golden/help/shelley_transaction_witness.cli +++ b/cardano-cli/test/cardano-cli-golden/files/golden/help/shelley_transaction_witness.cli @@ -1,20 +1,21 @@ -Usage: cardano-cli shelley transaction witness --tx-body-file FILE - --signing-key-file FILE +Usage: cardano-cli shelley transaction witness --tx-body-file FILEPATH + --signing-key-file FILEPATH [--address STRING] [ --mainnet | --testnet-magic NATURAL ] - --out-file FILE + --out-file FILEPATH Create a transaction witness Available options: - --tx-body-file FILE Input filepath of the JSON TxBody. - --signing-key-file FILE Input filepath of the signing key (one or more). + --tx-body-file FILEPATH Input filepath of the JSON TxBody. + --signing-key-file FILEPATH + Input filepath of the signing key (one or more). --address STRING Byron address (Base58-encoded). --mainnet Use the mainnet magic id. This overrides the CARDANO_NODE_NETWORK_ID environment variable --testnet-magic NATURAL Specify a testnet magic id. This overrides the CARDANO_NODE_NETWORK_ID environment variable - --out-file FILE The output file. + --out-file FILEPATH The output file. -h,--help Show this help text diff --git a/cardano-cli/test/cardano-cli-golden/files/golden/help/stake-address_build.cli b/cardano-cli/test/cardano-cli-golden/files/golden/help/stake-address_build.cli index 93f07bdd3f..add8332608 100644 --- a/cardano-cli/test/cardano-cli-golden/files/golden/help/stake-address_build.cli +++ b/cardano-cli/test/cardano-cli-golden/files/golden/help/stake-address_build.cli @@ -1,24 +1,25 @@ Usage: cardano-cli stake-address build ( --stake-verification-key STRING - | --stake-verification-key-file FILE + | --stake-verification-key-file FILEPATH | --stake-key-hash HASH - | --stake-script-file FILE + | --stake-script-file FILEPATH ) (--mainnet | --testnet-magic NATURAL) - [--out-file FILE] + [--out-file FILEPATH] Build a stake address Available options: --stake-verification-key STRING Stake verification key (Bech32 or hex-encoded). - --stake-verification-key-file FILE + --stake-verification-key-file FILEPATH Filepath of the staking verification key. --stake-key-hash HASH Stake verification key hash (hex-encoded). - --stake-script-file FILE Filepath of the staking script. + --stake-script-file FILEPATH + Filepath of the staking script. --mainnet Use the mainnet magic id. This overrides the CARDANO_NODE_NETWORK_ID environment variable --testnet-magic NATURAL Specify a testnet magic id. This overrides the CARDANO_NODE_NETWORK_ID environment variable - --out-file FILE Optional output file. Default is to write to stdout. + --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/stake-address_delegation-certificate.cli b/cardano-cli/test/cardano-cli-golden/files/golden/help/stake-address_delegation-certificate.cli index 5c29556455..8289ae9ce2 100644 --- a/cardano-cli/test/cardano-cli-golden/files/golden/help/stake-address_delegation-certificate.cli +++ b/cardano-cli/test/cardano-cli-golden/files/golden/help/stake-address_delegation-certificate.cli @@ -7,16 +7,16 @@ Usage: cardano-cli stake-address delegation-certificate | --conway-era ] ( --stake-verification-key STRING - | --stake-verification-key-file FILE + | --stake-verification-key-file FILEPATH | --stake-key-hash HASH - | --stake-script-file FILE + | --stake-script-file FILEPATH | --stake-address ADDRESS ) ( --stake-pool-verification-key STRING - | --cold-verification-key-file FILE + | --cold-verification-key-file FILEPATH | --stake-pool-id STAKE_POOL_ID ) - --out-file FILE + --out-file FILEPATH Create a stake address pool delegation certificate @@ -34,17 +34,18 @@ Available options: --conway-era Specify the Conway era --stake-verification-key STRING Stake verification key (Bech32 or hex-encoded). - --stake-verification-key-file FILE + --stake-verification-key-file FILEPATH Filepath of the staking verification key. --stake-key-hash HASH Stake verification key hash (hex-encoded). - --stake-script-file FILE Filepath of the staking script. + --stake-script-file FILEPATH + Filepath of the staking script. --stake-address ADDRESS Target stake address (bech32 format). --stake-pool-verification-key STRING Stake pool verification key (Bech32 or hex-encoded). - --cold-verification-key-file FILE + --cold-verification-key-file FILEPATH Filepath of the stake pool verification key. --stake-pool-id STAKE_POOL_ID Stake pool ID/verification key hash (either Bech32-encoded or hex-encoded). - --out-file FILE The output file. + --out-file FILEPATH The output file. -h,--help Show this help text diff --git a/cardano-cli/test/cardano-cli-golden/files/golden/help/stake-address_deregistration-certificate.cli b/cardano-cli/test/cardano-cli-golden/files/golden/help/stake-address_deregistration-certificate.cli index 52032ffb85..af53ad6360 100644 --- a/cardano-cli/test/cardano-cli-golden/files/golden/help/stake-address_deregistration-certificate.cli +++ b/cardano-cli/test/cardano-cli-golden/files/golden/help/stake-address_deregistration-certificate.cli @@ -7,13 +7,13 @@ Usage: cardano-cli stake-address deregistration-certificate | --conway-era ] ( --stake-verification-key STRING - | --stake-verification-key-file FILE + | --stake-verification-key-file FILEPATH | --stake-key-hash HASH - | --stake-script-file FILE + | --stake-script-file FILEPATH | --stake-address ADDRESS ) [--key-reg-deposit-amt NATURAL] - --out-file FILE + --out-file FILEPATH Create a stake address deregistration certificate @@ -31,12 +31,13 @@ Available options: --conway-era Specify the Conway era --stake-verification-key STRING Stake verification key (Bech32 or hex-encoded). - --stake-verification-key-file FILE + --stake-verification-key-file FILEPATH Filepath of the staking verification key. --stake-key-hash HASH Stake verification key hash (hex-encoded). - --stake-script-file FILE Filepath of the staking script. + --stake-script-file FILEPATH + Filepath of the staking script. --stake-address ADDRESS Target stake address (bech32 format). --key-reg-deposit-amt NATURAL Key registration deposit amount. - --out-file FILE The output file. + --out-file FILEPATH The output file. -h,--help Show this help text diff --git a/cardano-cli/test/cardano-cli-golden/files/golden/help/stake-address_key-gen.cli b/cardano-cli/test/cardano-cli-golden/files/golden/help/stake-address_key-gen.cli index 2420e81e94..f6cf343b12 100644 --- a/cardano-cli/test/cardano-cli-golden/files/golden/help/stake-address_key-gen.cli +++ b/cardano-cli/test/cardano-cli-golden/files/golden/help/stake-address_key-gen.cli @@ -1,6 +1,6 @@ Usage: cardano-cli stake-address key-gen [--key-output-format STRING] - --verification-key-file FILE - --signing-key-file FILE + --verification-key-file FILEPATH + --signing-key-file FILEPATH Create a stake address key pair @@ -9,7 +9,8 @@ Available options: Optional key output format. Accepted output formats are "text-envelope" and "bech32" (default is "text-envelope"). - --verification-key-file FILE + --verification-key-file FILEPATH Output filepath of the verification key. - --signing-key-file FILE Output filepath of the signing key. + --signing-key-file FILEPATH + Output filepath of the signing key. -h,--help Show this help text diff --git a/cardano-cli/test/cardano-cli-golden/files/golden/help/stake-address_key-hash.cli b/cardano-cli/test/cardano-cli-golden/files/golden/help/stake-address_key-hash.cli index 20fdb8e3db..85675b4e66 100644 --- a/cardano-cli/test/cardano-cli-golden/files/golden/help/stake-address_key-hash.cli +++ b/cardano-cli/test/cardano-cli-golden/files/golden/help/stake-address_key-hash.cli @@ -1,15 +1,15 @@ Usage: cardano-cli stake-address key-hash ( --stake-verification-key STRING - | --stake-verification-key-file FILE + | --stake-verification-key-file FILEPATH ) - [--out-file FILE] + [--out-file FILEPATH] Print the hash of a stake address key. Available options: --stake-verification-key STRING Stake verification key (Bech32 or hex-encoded). - --stake-verification-key-file FILE + --stake-verification-key-file FILEPATH Filepath of the staking verification key. - --out-file FILE Optional output file. Default is to write to stdout. + --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/stake-address_registration-certificate.cli b/cardano-cli/test/cardano-cli-golden/files/golden/help/stake-address_registration-certificate.cli index 8a2f890322..ab6824898e 100644 --- a/cardano-cli/test/cardano-cli-golden/files/golden/help/stake-address_registration-certificate.cli +++ b/cardano-cli/test/cardano-cli-golden/files/golden/help/stake-address_registration-certificate.cli @@ -7,13 +7,13 @@ Usage: cardano-cli stake-address registration-certificate | --conway-era ] ( --stake-verification-key STRING - | --stake-verification-key-file FILE + | --stake-verification-key-file FILEPATH | --stake-key-hash HASH - | --stake-script-file FILE + | --stake-script-file FILEPATH | --stake-address ADDRESS ) [--key-reg-deposit-amt NATURAL] - --out-file FILE + --out-file FILEPATH Create a stake address registration certificate @@ -31,12 +31,13 @@ Available options: --conway-era Specify the Conway era --stake-verification-key STRING Stake verification key (Bech32 or hex-encoded). - --stake-verification-key-file FILE + --stake-verification-key-file FILEPATH Filepath of the staking verification key. --stake-key-hash HASH Stake verification key hash (hex-encoded). - --stake-script-file FILE Filepath of the staking script. + --stake-script-file FILEPATH + Filepath of the staking script. --stake-address ADDRESS Target stake address (bech32 format). --key-reg-deposit-amt NATURAL Key registration deposit amount. - --out-file FILE The output file. + --out-file FILEPATH The output file. -h,--help Show this help text diff --git a/cardano-cli/test/cardano-cli-golden/files/golden/help/stake-pool_deregistration-certificate.cli b/cardano-cli/test/cardano-cli-golden/files/golden/help/stake-pool_deregistration-certificate.cli index 882de0a152..0e2c287b6c 100644 --- a/cardano-cli/test/cardano-cli-golden/files/golden/help/stake-pool_deregistration-certificate.cli +++ b/cardano-cli/test/cardano-cli-golden/files/golden/help/stake-pool_deregistration-certificate.cli @@ -7,10 +7,10 @@ Usage: cardano-cli stake-pool deregistration-certificate | --conway-era ] ( --stake-pool-verification-key STRING - | --cold-verification-key-file FILE + | --cold-verification-key-file FILEPATH ) --epoch NATURAL - --out-file FILE + --out-file FILEPATH Create a stake pool deregistration certificate @@ -28,8 +28,8 @@ Available options: --conway-era Specify the Conway era --stake-pool-verification-key STRING Stake pool verification key (Bech32 or hex-encoded). - --cold-verification-key-file FILE + --cold-verification-key-file FILEPATH Filepath of the stake pool verification key. --epoch NATURAL The epoch number. - --out-file FILE The output file. + --out-file FILEPATH The output file. -h,--help Show this help text diff --git a/cardano-cli/test/cardano-cli-golden/files/golden/help/stake-pool_id.cli b/cardano-cli/test/cardano-cli-golden/files/golden/help/stake-pool_id.cli index a1041a55fc..331a58c53d 100644 --- a/cardano-cli/test/cardano-cli-golden/files/golden/help/stake-pool_id.cli +++ b/cardano-cli/test/cardano-cli-golden/files/golden/help/stake-pool_id.cli @@ -1,18 +1,18 @@ Usage: cardano-cli stake-pool id ( --stake-pool-verification-key STRING - | --cold-verification-key-file FILE + | --cold-verification-key-file FILEPATH ) [--output-format STRING] - [--out-file FILE] + [--out-file FILEPATH] Build pool id from the offline key Available options: --stake-pool-verification-key STRING Stake pool verification key (Bech32 or hex-encoded). - --cold-verification-key-file FILE + --cold-verification-key-file FILEPATH Filepath of the stake pool verification key. --output-format STRING Optional pool id output format. Accepted output formats are "hex" and "bech32" (default is "bech32"). - --out-file FILE Optional output file. Default is to write to stdout. + --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/stake-pool_metadata-hash.cli b/cardano-cli/test/cardano-cli-golden/files/golden/help/stake-pool_metadata-hash.cli index 4f27d4eee5..17cd810fdd 100644 --- a/cardano-cli/test/cardano-cli-golden/files/golden/help/stake-pool_metadata-hash.cli +++ b/cardano-cli/test/cardano-cli-golden/files/golden/help/stake-pool_metadata-hash.cli @@ -1,10 +1,10 @@ -Usage: cardano-cli stake-pool metadata-hash --pool-metadata-file FILE - [--out-file FILE] +Usage: cardano-cli stake-pool metadata-hash --pool-metadata-file FILEPATH + [--out-file FILEPATH] Print the hash of pool metadata. Available options: - --pool-metadata-file FILE + --pool-metadata-file FILEPATH Filepath of the pool metadata. - --out-file FILE Optional output file. Default is to write to stdout. + --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/stake-pool_registration-certificate.cli b/cardano-cli/test/cardano-cli-golden/files/golden/help/stake-pool_registration-certificate.cli index 03c1f563e9..a8393daa97 100644 --- a/cardano-cli/test/cardano-cli-golden/files/golden/help/stake-pool_registration-certificate.cli +++ b/cardano-cli/test/cardano-cli-golden/files/golden/help/stake-pool_registration-certificate.cli @@ -7,19 +7,19 @@ Usage: cardano-cli stake-pool registration-certificate | --conway-era ] ( --stake-pool-verification-key STRING - | --cold-verification-key-file FILE + | --cold-verification-key-file FILEPATH ) ( --vrf-verification-key STRING - | --vrf-verification-key-file FILE + | --vrf-verification-key-file FILEPATH ) --pool-pledge LOVELACE --pool-cost LOVELACE --pool-margin RATIONAL ( --pool-reward-account-verification-key STRING - | --pool-reward-account-verification-key-file FILE + | --pool-reward-account-verification-key-file FILEPATH ) ( --pool-owner-verification-key STRING - | --pool-owner-stake-verification-key-file FILE + | --pool-owner-stake-verification-key-file FILEPATH ) [ [--pool-relay-ipv4 STRING] [--pool-relay-ipv6 STRING] @@ -33,7 +33,7 @@ Usage: cardano-cli stake-pool registration-certificate ( --mainnet | --testnet-magic NATURAL ) - --out-file FILE + --out-file FILEPATH Create a stake pool registration certificate @@ -51,11 +51,11 @@ Available options: --conway-era Specify the Conway era --stake-pool-verification-key STRING Stake pool verification key (Bech32 or hex-encoded). - --cold-verification-key-file FILE + --cold-verification-key-file FILEPATH Filepath of the stake pool verification key. --vrf-verification-key STRING VRF verification key (Bech32 or hex-encoded). - --vrf-verification-key-file FILE + --vrf-verification-key-file FILEPATH Filepath of the VRF verification key. --pool-pledge LOVELACE The stake pool's pledge. --pool-cost LOVELACE The stake pool's cost. @@ -63,13 +63,13 @@ Available options: --pool-reward-account-verification-key STRING Reward account stake verification key (Bech32 or hex-encoded). - --pool-reward-account-verification-key-file FILE + --pool-reward-account-verification-key-file FILEPATH Filepath of the reward account stake verification key. --pool-owner-verification-key STRING Pool owner stake verification key (Bech32 or hex-encoded). - --pool-owner-stake-verification-key-file FILE + --pool-owner-stake-verification-key-file FILEPATH Filepath of the pool owner stake verification key. --pool-relay-ipv4 STRING The stake pool relay's IPv4 address --pool-relay-ipv6 STRING The stake pool relay's IPv6 address @@ -87,5 +87,5 @@ 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 - --out-file FILE The output file. + --out-file FILEPATH The output file. -h,--help Show this help text diff --git a/cardano-cli/test/cardano-cli-golden/files/golden/help/text-view_decode-cbor.cli b/cardano-cli/test/cardano-cli-golden/files/golden/help/text-view_decode-cbor.cli index ee5c9d0e0e..6f75725558 100644 --- a/cardano-cli/test/cardano-cli-golden/files/golden/help/text-view_decode-cbor.cli +++ b/cardano-cli/test/cardano-cli-golden/files/golden/help/text-view_decode-cbor.cli @@ -1,8 +1,9 @@ -Usage: cardano-cli text-view decode-cbor --in-file FILE [--out-file FILE] +Usage: cardano-cli text-view decode-cbor --in-file FILEPATH + [--out-file FILEPATH] Print a TextView file as decoded CBOR. Available options: - --in-file FILE CBOR input file. - --out-file FILE Optional output file. Default is to write to stdout. + --in-file FILEPATH CBOR input file. + --out-file FILEPATH Optional output file. Default is to write to stdout. -h,--help Show this help text diff --git a/cardano-cli/test/cardano-cli-golden/files/golden/help/transaction_assemble.cli b/cardano-cli/test/cardano-cli-golden/files/golden/help/transaction_assemble.cli index e5e59fdfef..0100e4f5b6 100644 --- a/cardano-cli/test/cardano-cli-golden/files/golden/help/transaction_assemble.cli +++ b/cardano-cli/test/cardano-cli-golden/files/golden/help/transaction_assemble.cli @@ -1,11 +1,11 @@ -Usage: cardano-cli transaction assemble --tx-body-file FILE - [--witness-file FILE] - --out-file FILE +Usage: cardano-cli transaction assemble --tx-body-file FILEPATH + [--witness-file FILEPATH] + --out-file FILEPATH Assemble a tx body and witness(es) to form a transaction Available options: - --tx-body-file FILE Input filepath of the JSON TxBody. - --witness-file FILE Filepath of the witness - --out-file FILE The output file. + --tx-body-file FILEPATH Input filepath of the JSON TxBody. + --witness-file FILEPATH Filepath of the witness + --out-file FILEPATH The output file. -h,--help Show this help text diff --git a/cardano-cli/test/cardano-cli-golden/files/golden/help/transaction_build-raw.cli b/cardano-cli/test/cardano-cli-golden/files/golden/help/transaction_build-raw.cli index 72ddc1ab55..3514145ce1 100644 --- a/cardano-cli/test/cardano-cli-golden/files/golden/help/transaction_build-raw.cli +++ b/cardano-cli/test/cardano-cli-golden/files/golden/help/transaction_build-raw.cli @@ -23,7 +23,7 @@ Usage: cardano-cli transaction build-raw ) --spending-reference-tx-in-execution-units (INT, INT) | --simple-script-tx-in-reference TX-IN - | --tx-in-script-file FILE + | --tx-in-script-file FILEPATH [ [ --tx-in-datum-cbor-file CBOR_FILE | --tx-in-datum-file JSON_FILE @@ -40,7 +40,7 @@ Usage: cardano-cli transaction build-raw [--tx-in-collateral TX-IN] [--tx-out-return-collateral ADDRESS VALUE] [--tx-total-collateral INTEGER] - [ --required-signer FILE + [ --required-signer FILEPATH | --required-signer-hash HASH ] [--tx-out ADDRESS VALUE @@ -55,9 +55,9 @@ Usage: cardano-cli transaction build-raw | --tx-out-inline-datum-file JSON_FILE | --tx-out-inline-datum-value JSON_VALUE ] - [--tx-out-reference-script-file FILE]] + [--tx-out-reference-script-file FILEPATH]] [--mint VALUE - ( --mint-script-file FILE + ( --mint-script-file FILEPATH [ ( --mint-redeemer-cbor-file CBOR_FILE | --mint-redeemer-file JSON_FILE @@ -80,8 +80,8 @@ Usage: cardano-cli transaction build-raw [--invalid-before SLOT] [--invalid-hereafter SLOT] --fee LOVELACE - [--certificate-file FILE - [ --certificate-script-file FILE + [--certificate-file FILEPATH + [ --certificate-script-file FILEPATH [ ( --certificate-redeemer-cbor-file CBOR_FILE | --certificate-redeemer-file JSON_FILE @@ -99,7 +99,7 @@ Usage: cardano-cli transaction build-raw --certificate-reference-tx-in-execution-units (INT, INT) ]] [--withdrawal WITHDRAWAL - [ --withdrawal-script-file FILE + [ --withdrawal-script-file FILEPATH [ ( --withdrawal-redeemer-cbor-file CBOR_FILE | --withdrawal-redeemer-file JSON_FILE @@ -119,13 +119,13 @@ Usage: cardano-cli transaction build-raw [ --json-metadata-no-schema | --json-metadata-detailed-schema ] - [--auxiliary-script-file FILE] - [ --metadata-json-file FILE - | --metadata-cbor-file FILE + [--auxiliary-script-file FILEPATH] + [ --metadata-json-file FILEPATH + | --metadata-cbor-file FILEPATH ] - [--protocol-params-file FILE] - [--update-proposal-file FILE] - --out-file FILE + [--protocol-params-file FILEPATH] + [--update-proposal-file FILEPATH] + --out-file FILEPATH Build a transaction (low-level, inconvenient) @@ -183,7 +183,8 @@ Available options: --simple-script-tx-in-reference TX-IN TxId#TxIx - Specify a reference input. The reference input must have a simple reference script attached. - --tx-in-script-file FILE The file containing the script to witness the + --tx-in-script-file FILEPATH + The file containing the script to witness the spending of the transaction input. --tx-in-datum-cbor-file CBOR_FILE The script datum file. The file has to be in CBOR @@ -226,7 +227,8 @@ Available options: as fees in the event of a Plutus script failure. Must be used in conjuction with "--tx-out-return-collateral". - --required-signer FILE Input filepath of the signing key (zero or more) + --required-signer FILEPATH + Input filepath of the signing key (zero or more) whose signature is required. --required-signer-hash HASH Hash of the verification key (zero or more) whose @@ -275,11 +277,12 @@ Available options: inline datum, given here. There is no schema: (almost) any JSON value is supported, including top-level strings and numbers. - --tx-out-reference-script-file FILE + --tx-out-reference-script-file FILEPATH Reference script input file. --mint VALUE Mint multi-asset value(s) with the multi-asset cli syntax. You must specify a script witness. - --mint-script-file FILE The file containing the script to witness the minting + --mint-script-file FILEPATH + The file containing the script to witness the minting of assets for a particular policy Id. --mint-redeemer-cbor-file CBOR_FILE The script redeemer file. The file has to be in CBOR @@ -318,11 +321,12 @@ Available options: --invalid-before SLOT Time that transaction is valid from (in slots). --invalid-hereafter SLOT Time that transaction is valid until (in slots). --fee LOVELACE The fee amount in Lovelace. - --certificate-file FILE Filepath of the certificate. This encompasses all + --certificate-file FILEPATH + Filepath of the certificate. This encompasses all types of certificates (stake pool certificates, stake key certificates etc). Optionally specify a script witness. - --certificate-script-file FILE + --certificate-script-file FILEPATH The file containing the script to witness the use of the certificate. --certificate-redeemer-cbor-file CBOR_FILE @@ -360,7 +364,7 @@ Available options: StakeAddress is the Bech32-encoded stake address followed by the amount in Lovelace. Optionally specify a script witness. - --withdrawal-script-file FILE + --withdrawal-script-file FILEPATH The file containing the script to witness the withdrawal of rewards. --withdrawal-redeemer-cbor-file CBOR_FILE @@ -400,15 +404,15 @@ Available options: --json-metadata-detailed-schema Use the "detailed schema" conversion from JSON to tx metadata. - --auxiliary-script-file FILE + --auxiliary-script-file FILEPATH Filepath of auxiliary script(s) - --metadata-json-file FILE + --metadata-json-file FILEPATH Filepath of the metadata file, in JSON format. - --metadata-cbor-file FILE + --metadata-cbor-file FILEPATH Filepath of the metadata, in raw CBOR format. - --protocol-params-file FILE + --protocol-params-file FILEPATH Filepath of the JSON-encoded protocol parameters file - --update-proposal-file FILE + --update-proposal-file FILEPATH Filepath of the update proposal. - --out-file FILE Output filepath of the JSON TxBody. + --out-file FILEPATH Output filepath of the JSON TxBody. -h,--help Show this help text diff --git a/cardano-cli/test/cardano-cli-golden/files/golden/help/transaction_build.cli b/cardano-cli/test/cardano-cli-golden/files/golden/help/transaction_build.cli index 0bb2ca8757..5da15b663e 100644 --- a/cardano-cli/test/cardano-cli-golden/files/golden/help/transaction_build.cli +++ b/cardano-cli/test/cardano-cli-golden/files/golden/help/transaction_build.cli @@ -24,7 +24,7 @@ Usage: cardano-cli transaction build --socket-path SOCKET_PATH | --spending-reference-tx-in-redeemer-value JSON_VALUE ) | --simple-script-tx-in-reference TX-IN - | --tx-in-script-file FILE + | --tx-in-script-file FILEPATH [ [ --tx-in-datum-cbor-file CBOR_FILE | --tx-in-datum-file JSON_FILE @@ -37,7 +37,7 @@ Usage: cardano-cli transaction build --socket-path SOCKET_PATH )] ]) [--read-only-tx-in-reference TX-IN] - [ --required-signer FILE + [ --required-signer FILEPATH | --required-signer-hash HASH ] [--tx-in-collateral TX-IN] @@ -55,10 +55,10 @@ Usage: cardano-cli transaction build --socket-path SOCKET_PATH | --tx-out-inline-datum-file JSON_FILE | --tx-out-inline-datum-value JSON_VALUE ] - [--tx-out-reference-script-file FILE]] + [--tx-out-reference-script-file FILEPATH]] --change-address ADDRESS [--mint VALUE - ( --mint-script-file FILE + ( --mint-script-file FILEPATH [ --mint-redeemer-cbor-file CBOR_FILE | --mint-redeemer-file JSON_FILE | --mint-redeemer-value JSON_VALUE @@ -77,8 +77,8 @@ Usage: cardano-cli transaction build --socket-path SOCKET_PATH )] [--invalid-before SLOT] [--invalid-hereafter SLOT] - [--certificate-file FILE - [ --certificate-script-file FILE + [--certificate-file FILEPATH + [ --certificate-script-file FILEPATH [ --certificate-redeemer-cbor-file CBOR_FILE | --certificate-redeemer-file JSON_FILE | --certificate-redeemer-value JSON_VALUE @@ -93,7 +93,7 @@ Usage: cardano-cli transaction build --socket-path SOCKET_PATH ) ]] [--withdrawal WITHDRAWAL - [ --withdrawal-script-file FILE + [ --withdrawal-script-file FILEPATH [ --withdrawal-redeemer-cbor-file CBOR_FILE | --withdrawal-redeemer-file JSON_FILE | --withdrawal-redeemer-value JSON_VALUE @@ -110,13 +110,13 @@ Usage: cardano-cli transaction build --socket-path SOCKET_PATH [ --json-metadata-no-schema | --json-metadata-detailed-schema ] - [--auxiliary-script-file FILE] - [ --metadata-json-file FILE - | --metadata-cbor-file FILE + [--auxiliary-script-file FILEPATH] + [ --metadata-json-file FILEPATH + | --metadata-cbor-file FILEPATH ] - [--update-proposal-file FILE] - [--vote-file FILE - [ --vote-script-file FILE + [--update-proposal-file FILEPATH] + [--vote-file FILEPATH + [ --vote-script-file FILEPATH [ --vote-redeemer-cbor-file CBOR_FILE | --vote-redeemer-file JSON_FILE | --vote-redeemer-value JSON_VALUE @@ -128,8 +128,8 @@ Usage: cardano-cli transaction build --socket-path SOCKET_PATH | --vote-reference-tx-in-redeemer-value JSON_VALUE ) ]] - [--proposal-file FILE - [ --proposal-script-file FILE + [--proposal-file FILEPATH + [ --proposal-script-file FILEPATH [ --proposal-redeemer-cbor-file CBOR_FILE | --proposal-redeemer-file JSON_FILE | --proposal-redeemer-value JSON_VALUE @@ -142,8 +142,8 @@ Usage: cardano-cli transaction build --socket-path SOCKET_PATH ) ]] [--treasury-donation LOVELACE] - ( --out-file FILE - | --calculate-plutus-script-cost FILE + ( --out-file FILEPATH + | --calculate-plutus-script-cost FILEPATH ) Build a balanced transaction (automatically calculates fees) @@ -213,7 +213,8 @@ Available options: --simple-script-tx-in-reference TX-IN TxId#TxIx - Specify a reference input. The reference input must have a simple reference script attached. - --tx-in-script-file FILE The file containing the script to witness the + --tx-in-script-file FILEPATH + The file containing the script to witness the spending of the transaction input. --tx-in-datum-cbor-file CBOR_FILE The script datum file. The file has to be in CBOR @@ -241,7 +242,8 @@ Available options: Specify a read only reference input. This reference input is not witnessing anything it is simply provided in the plutus script context. - --required-signer FILE Input filepath of the signing key (zero or more) + --required-signer FILEPATH + Input filepath of the signing key (zero or more) whose signature is required. --required-signer-hash HASH Hash of the verification key (zero or more) whose @@ -303,12 +305,13 @@ Available options: inline datum, given here. There is no schema: (almost) any JSON value is supported, including top-level strings and numbers. - --tx-out-reference-script-file FILE + --tx-out-reference-script-file FILEPATH Reference script input file. --change-address ADDRESS Address where ADA in excess of the tx fee will go to. --mint VALUE Mint multi-asset value(s) with the multi-asset cli syntax. You must specify a script witness. - --mint-script-file FILE The file containing the script to witness the minting + --mint-script-file FILEPATH + The file containing the script to witness the minting of assets for a particular policy Id. --mint-redeemer-cbor-file CBOR_FILE The script redeemer file. The file has to be in CBOR @@ -342,11 +345,12 @@ Available options: --policy-id HASH Policy id of minting script. --invalid-before SLOT Time that transaction is valid from (in slots). --invalid-hereafter SLOT Time that transaction is valid until (in slots). - --certificate-file FILE Filepath of the certificate. This encompasses all + --certificate-file FILEPATH + Filepath of the certificate. This encompasses all types of certificates (stake pool certificates, stake key certificates etc). Optionally specify a script witness. - --certificate-script-file FILE + --certificate-script-file FILEPATH The file containing the script to witness the use of the certificate. --certificate-redeemer-cbor-file CBOR_FILE @@ -380,7 +384,7 @@ Available options: StakeAddress is the Bech32-encoded stake address followed by the amount in Lovelace. Optionally specify a script witness. - --withdrawal-script-file FILE + --withdrawal-script-file FILEPATH The file containing the script to witness the withdrawal of rewards. --withdrawal-redeemer-cbor-file CBOR_FILE @@ -416,16 +420,17 @@ Available options: --json-metadata-detailed-schema Use the "detailed schema" conversion from JSON to tx metadata. - --auxiliary-script-file FILE + --auxiliary-script-file FILEPATH Filepath of auxiliary script(s) - --metadata-json-file FILE + --metadata-json-file FILEPATH Filepath of the metadata file, in JSON format. - --metadata-cbor-file FILE + --metadata-cbor-file FILEPATH Filepath of the metadata, in raw CBOR format. - --update-proposal-file FILE + --update-proposal-file FILEPATH Filepath of the update proposal. - --vote-file FILE Filepath of the vote. - --vote-script-file FILE The file containing the script to witness a vote + --vote-file FILEPATH Filepath of the vote. + --vote-script-file FILEPATH + The file containing the script to witness a vote --vote-redeemer-cbor-file CBOR_FILE The script redeemer file. The file has to be in CBOR format. @@ -450,8 +455,8 @@ Available options: The script redeemer value. There is no schema: (almost) any JSON value is supported, including top-level strings and numbers. - --proposal-file FILE Filepath of the proposal. - --proposal-script-file FILE + --proposal-file FILEPATH Filepath of the proposal. + --proposal-script-file FILEPATH The file containing the script to witness a proposal --proposal-redeemer-cbor-file CBOR_FILE The script redeemer file. The file has to be in CBOR @@ -480,8 +485,8 @@ Available options: top-level strings and numbers. --treasury-donation LOVELACE The donation to the treasury to perform. - --out-file FILE Output filepath of the JSON TxBody. - --calculate-plutus-script-cost FILE + --out-file FILEPATH Output filepath of the JSON TxBody. + --calculate-plutus-script-cost FILEPATH (File () Out) filepath of the script cost information. -h,--help Show this help text diff --git a/cardano-cli/test/cardano-cli-golden/files/golden/help/transaction_calculate-min-fee.cli b/cardano-cli/test/cardano-cli-golden/files/golden/help/transaction_calculate-min-fee.cli index 1c03a137b0..f8bf0f425b 100644 --- a/cardano-cli/test/cardano-cli-golden/files/golden/help/transaction_calculate-min-fee.cli +++ b/cardano-cli/test/cardano-cli-golden/files/golden/help/transaction_calculate-min-fee.cli @@ -1,12 +1,12 @@ -Usage: cardano-cli transaction calculate-min-fee --tx-body-file FILE - --protocol-params-file FILE +Usage: cardano-cli transaction calculate-min-fee --tx-body-file FILEPATH + --protocol-params-file FILEPATH --witness-count NATURAL [--byron-witness-count NATURAL] [--reference-script-size NATURAL] [ --output-json | --output-text ] - [--out-file FILE] + [--out-file FILEPATH] [ --mainnet | --testnet-magic NATURAL ] @@ -16,8 +16,8 @@ Usage: cardano-cli transaction calculate-min-fee --tx-body-file FILE Calculate the minimum fee for a transaction. Available options: - --tx-body-file FILE Input filepath of the JSON TxBody. - --protocol-params-file FILE + --tx-body-file FILEPATH Input filepath of the JSON TxBody. + --protocol-params-file FILEPATH Filepath of the JSON-encoded protocol parameters file --witness-count NATURAL The number of Shelley key witnesses. --byron-witness-count NATURAL @@ -29,7 +29,7 @@ Available options: Default format when writing to a file --output-text Format calculate-min-fee query output to TEXT. Default format when writing to stdout - --out-file FILE The output file. + --out-file FILEPATH The output file. --mainnet DEPRECATED. This argument has no effect. --testnet-magic NATURAL DEPRECATED. This argument has no effect. --tx-in-count NATURAL DEPRECATED. This argument has no effect. diff --git a/cardano-cli/test/cardano-cli-golden/files/golden/help/transaction_calculate-min-required-utxo.cli b/cardano-cli/test/cardano-cli-golden/files/golden/help/transaction_calculate-min-required-utxo.cli index 9accb4198a..6e7bb3deb5 100644 --- a/cardano-cli/test/cardano-cli-golden/files/golden/help/transaction_calculate-min-required-utxo.cli +++ b/cardano-cli/test/cardano-cli-golden/files/golden/help/transaction_calculate-min-required-utxo.cli @@ -6,7 +6,7 @@ Usage: cardano-cli transaction calculate-min-required-utxo | --babbage-era | --conway-era ] - --protocol-params-file FILE + --protocol-params-file FILEPATH --tx-out ADDRESS VALUE [ --tx-out-datum-hash HASH | --tx-out-datum-hash-cbor-file CBOR_FILE @@ -19,7 +19,7 @@ Usage: cardano-cli transaction calculate-min-required-utxo | --tx-out-inline-datum-file JSON_FILE | --tx-out-inline-datum-value JSON_VALUE ] - [--tx-out-reference-script-file FILE] + [--tx-out-reference-script-file FILEPATH] Calculate the minimum required UTxO for a transaction output. @@ -35,7 +35,7 @@ Available options: --babbage-era Specify the Babbage era (default) - DEPRECATED - will be removed in the future --conway-era Specify the Conway era - --protocol-params-file FILE + --protocol-params-file FILEPATH Filepath of the JSON-encoded protocol parameters file --tx-out ADDRESS VALUE The transaction output as ADDRESS VALUE where ADDRESS is the Bech32-encoded address followed by the value @@ -81,6 +81,6 @@ Available options: inline datum, given here. There is no schema: (almost) any JSON value is supported, including top-level strings and numbers. - --tx-out-reference-script-file FILE + --tx-out-reference-script-file FILEPATH Reference script input file. -h,--help Show this help text diff --git a/cardano-cli/test/cardano-cli-golden/files/golden/help/transaction_calculate-min-value.cli b/cardano-cli/test/cardano-cli-golden/files/golden/help/transaction_calculate-min-value.cli index 7eb9a9da55..cc90686150 100644 --- a/cardano-cli/test/cardano-cli-golden/files/golden/help/transaction_calculate-min-value.cli +++ b/cardano-cli/test/cardano-cli-golden/files/golden/help/transaction_calculate-min-value.cli @@ -6,7 +6,7 @@ Usage: cardano-cli transaction calculate-min-value | --babbage-era | --conway-era ] - --protocol-params-file FILE + --protocol-params-file FILEPATH --tx-out ADDRESS VALUE [ --tx-out-datum-hash HASH | --tx-out-datum-hash-cbor-file CBOR_FILE @@ -19,7 +19,7 @@ Usage: cardano-cli transaction calculate-min-value | --tx-out-inline-datum-file JSON_FILE | --tx-out-inline-datum-value JSON_VALUE ] - [--tx-out-reference-script-file FILE] + [--tx-out-reference-script-file FILEPATH] DEPRECATED: Use 'calculate-min-required-utxo' instead. @@ -35,7 +35,7 @@ Available options: --babbage-era Specify the Babbage era (default) - DEPRECATED - will be removed in the future --conway-era Specify the Conway era - --protocol-params-file FILE + --protocol-params-file FILEPATH Filepath of the JSON-encoded protocol parameters file --tx-out ADDRESS VALUE The transaction output as ADDRESS VALUE where ADDRESS is the Bech32-encoded address followed by the value @@ -81,5 +81,5 @@ Available options: inline datum, given here. There is no schema: (almost) any JSON value is supported, including top-level strings and numbers. - --tx-out-reference-script-file FILE + --tx-out-reference-script-file FILEPATH Reference script input file. diff --git a/cardano-cli/test/cardano-cli-golden/files/golden/help/transaction_policyid.cli b/cardano-cli/test/cardano-cli-golden/files/golden/help/transaction_policyid.cli index f5297817f1..2f66428fe1 100644 --- a/cardano-cli/test/cardano-cli-golden/files/golden/help/transaction_policyid.cli +++ b/cardano-cli/test/cardano-cli-golden/files/golden/help/transaction_policyid.cli @@ -1,7 +1,7 @@ -Usage: cardano-cli transaction policyid --script-file FILE +Usage: cardano-cli transaction policyid --script-file FILEPATH Calculate the PolicyId from the monetary policy script. Available options: - --script-file FILE Filepath of the script. + --script-file FILEPATH Filepath of the script. -h,--help Show this help text diff --git a/cardano-cli/test/cardano-cli-golden/files/golden/help/transaction_sign-witness.cli b/cardano-cli/test/cardano-cli-golden/files/golden/help/transaction_sign-witness.cli index 8f5b5ae136..7aa1cba6c7 100644 --- a/cardano-cli/test/cardano-cli-golden/files/golden/help/transaction_sign-witness.cli +++ b/cardano-cli/test/cardano-cli-golden/files/golden/help/transaction_sign-witness.cli @@ -1,10 +1,10 @@ -Usage: cardano-cli transaction sign-witness --tx-body-file FILE - [--witness-file FILE] - --out-file FILE +Usage: cardano-cli transaction sign-witness --tx-body-file FILEPATH + [--witness-file FILEPATH] + --out-file FILEPATH Assemble a tx body and witness(es) to form a transaction Available options: - --tx-body-file FILE Input filepath of the JSON TxBody. - --witness-file FILE Filepath of the witness - --out-file FILE The output file. + --tx-body-file FILEPATH Input filepath of the JSON TxBody. + --witness-file FILEPATH Filepath of the witness + --out-file FILEPATH The output file. diff --git a/cardano-cli/test/cardano-cli-golden/files/golden/help/transaction_sign.cli b/cardano-cli/test/cardano-cli-golden/files/golden/help/transaction_sign.cli index fb3541a492..cb3c9fd9cb 100644 --- a/cardano-cli/test/cardano-cli-golden/files/golden/help/transaction_sign.cli +++ b/cardano-cli/test/cardano-cli-golden/files/golden/help/transaction_sign.cli @@ -1,19 +1,23 @@ -Usage: cardano-cli transaction sign (--tx-body-file FILE | --tx-file FILE) - [--signing-key-file FILE +Usage: cardano-cli transaction sign + ( --tx-body-file FILEPATH + | --tx-file FILEPATH + ) + [--signing-key-file FILEPATH [--address STRING]] [--mainnet | --testnet-magic NATURAL] - --out-file FILE + --out-file FILEPATH Sign a transaction Available options: - --tx-body-file FILE Input filepath of the JSON TxBody. - --tx-file FILE Input filepath of the JSON Tx. - --signing-key-file FILE Input filepath of the signing key (one or more). + --tx-body-file FILEPATH Input filepath of the JSON TxBody. + --tx-file FILEPATH Input filepath of the JSON Tx. + --signing-key-file FILEPATH + Input filepath of the signing key (one or more). --address STRING Byron address (Base58-encoded). --mainnet Use the mainnet magic id. This overrides the CARDANO_NODE_NETWORK_ID environment variable --testnet-magic NATURAL Specify a testnet magic id. This overrides the CARDANO_NODE_NETWORK_ID environment variable - --out-file FILE Output filepath of the JSON Tx. + --out-file FILEPATH Output filepath of the JSON Tx. -h,--help Show this help text diff --git a/cardano-cli/test/cardano-cli-golden/files/golden/help/transaction_submit.cli b/cardano-cli/test/cardano-cli-golden/files/golden/help/transaction_submit.cli index 010648e60e..119d0cde3e 100644 --- a/cardano-cli/test/cardano-cli-golden/files/golden/help/transaction_submit.cli +++ b/cardano-cli/test/cardano-cli-golden/files/golden/help/transaction_submit.cli @@ -1,7 +1,7 @@ Usage: cardano-cli transaction submit --socket-path SOCKET_PATH [--cardano-mode [--epoch-slots SLOTS]] (--mainnet | --testnet-magic NATURAL) - --tx-file FILE + --tx-file FILEPATH Submit a transaction to the local node whose Unix domain socket is obtained from the CARDANO_NODE_SOCKET_PATH environment variable. @@ -20,5 +20,5 @@ 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 - --tx-file FILE Filepath of the transaction you intend to submit. + --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/transaction_txid.cli b/cardano-cli/test/cardano-cli-golden/files/golden/help/transaction_txid.cli index 19fd27a23e..1feb57dc19 100644 --- a/cardano-cli/test/cardano-cli-golden/files/golden/help/transaction_txid.cli +++ b/cardano-cli/test/cardano-cli-golden/files/golden/help/transaction_txid.cli @@ -1,8 +1,11 @@ -Usage: cardano-cli transaction txid (--tx-body-file FILE | --tx-file FILE) +Usage: cardano-cli transaction txid + ( --tx-body-file FILEPATH + | --tx-file FILEPATH + ) Print a transaction identifier. Available options: - --tx-body-file FILE Input filepath of the JSON TxBody. - --tx-file FILE Input filepath of the JSON Tx. + --tx-body-file FILEPATH Input filepath of the JSON TxBody. + --tx-file FILEPATH Input filepath of the JSON Tx. -h,--help Show this help text diff --git a/cardano-cli/test/cardano-cli-golden/files/golden/help/transaction_witness.cli b/cardano-cli/test/cardano-cli-golden/files/golden/help/transaction_witness.cli index 5dc51332eb..d446a20316 100644 --- a/cardano-cli/test/cardano-cli-golden/files/golden/help/transaction_witness.cli +++ b/cardano-cli/test/cardano-cli-golden/files/golden/help/transaction_witness.cli @@ -1,18 +1,19 @@ -Usage: cardano-cli transaction witness --tx-body-file FILE - --signing-key-file FILE +Usage: cardano-cli transaction witness --tx-body-file FILEPATH + --signing-key-file FILEPATH [--address STRING] [--mainnet | --testnet-magic NATURAL] - --out-file FILE + --out-file FILEPATH Create a transaction witness Available options: - --tx-body-file FILE Input filepath of the JSON TxBody. - --signing-key-file FILE Input filepath of the signing key (one or more). + --tx-body-file FILEPATH Input filepath of the JSON TxBody. + --signing-key-file FILEPATH + Input filepath of the signing key (one or more). --address STRING Byron address (Base58-encoded). --mainnet Use the mainnet magic id. This overrides the CARDANO_NODE_NETWORK_ID environment variable --testnet-magic NATURAL Specify a testnet magic id. This overrides the CARDANO_NODE_NETWORK_ID environment variable - --out-file FILE The output file. + --out-file FILEPATH The output file. -h,--help Show this help text