Skip to content

Commit

Permalink
create-info governance action: adapt large golden test file (full help)
Browse files Browse the repository at this point in the history
  • Loading branch information
smelc committed Sep 20, 2023
1 parent b2ab7af commit e05d203
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions cardano-cli/test/cardano-cli-golden/files/golden/help.cli
Original file line number Diff line number Diff line change
Expand Up @@ -6449,6 +6449,7 @@ Usage: cardano-cli conway governance query committee-state
Usage: cardano-cli conway governance action
( create-constitution
| create-new-committee
| create-info
| create-no-confidence
| create-protocol-parameters-update
| create-treasury-withdrawal
Expand Down Expand Up @@ -6524,6 +6525,24 @@ Usage: cardano-cli conway governance action create-new-committee

Create a new committee proposal.

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.

Usage: cardano-cli conway governance action create-no-confidence
( --mainnet
| --testnet
Expand Down

0 comments on commit e05d203

Please sign in to comment.