From 9bd2d4c3299cc9db81c0ad4a4628092ae0a3bc45 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cl=C3=A9ment=20Hurlin?= Date: Wed, 20 Sep 2023 16:51:32 +0200 Subject: [PATCH] create-info governance action: add golden test file --- .../conway_governance_action_create-info.cli | 43 +++++++++++++++++++ 1 file changed, 43 insertions(+) create mode 100644 cardano-cli/test/cardano-cli-golden/files/golden/help/conway_governance_action_create-info.cli 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 new file mode 100644 index 0000000000..ab609e015c --- /dev/null +++ b/cardano-cli/test/cardano-cli-golden/files/golden/help/conway_governance_action_create-info.cli @@ -0,0 +1,43 @@ +Usage: cardano-cli conway governance action create-info (--mainnet | --testnet) + --governance-action-deposit NATURAL + ( --stake-pool-verification-key STRING + | --cold-verification-key-file FILE + | --stake-pool-id STAKE_POOL_ID + | --stake-verification-key STRING + | --stake-verification-key-file FILE + | --stake-key-hash HASH + ) + --proposal-url TEXT + ( --proposal-text TEXT + | --proposal-file FILE + | --proposal-hash HASH + ) + --out-file FILE + + Create an info action. + +Available options: + --mainnet Use the mainnet magic id. + --testnet Use the testnet magic id. + --governance-action-deposit NATURAL + Deposit required to submit a governance action. + --stake-pool-verification-key STRING + Stake pool verification key (Bech32 or hex-encoded). + --cold-verification-key-file FILE + 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). Zero or more + occurences of this option is allowed. + --stake-verification-key STRING + Stake verification key (Bech32 or hex-encoded). + --stake-verification-key-file FILE + Filepath of the staking verification key. + --stake-key-hash HASH Stake verification key hash (hex-encoded). + --proposal-url TEXT Proposal anchor URL + --proposal-text TEXT Input proposal as UTF-8 encoded text. + --proposal-file FILE Input proposal as a text file. + --proposal-hash HASH Proposal anchor data hash. + --out-file FILE Path to action file to be used later on with build or + build-raw + -h,--help Show this help text