Skip to content

Commit

Permalink
Adapt golden files
Browse files Browse the repository at this point in the history
  • Loading branch information
smelc committed Apr 29, 2024
1 parent b914377 commit fecb4cc
Show file tree
Hide file tree
Showing 10 changed files with 86 additions and 0 deletions.
25 changes: 25 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 @@ -495,6 +495,9 @@ Usage: cardano-cli shelley query stake-distribution --socket-path SOCKET_PATH
( --mainnet
| --testnet-magic NATURAL
)
[ --output-json
| --output-text
]
[--out-file FILE]

Get the node's current aggregated stake distribution
Expand Down Expand Up @@ -1687,6 +1690,9 @@ Usage: cardano-cli allegra query stake-distribution --socket-path SOCKET_PATH
( --mainnet
| --testnet-magic NATURAL
)
[ --output-json
| --output-text
]
[--out-file FILE]

Get the node's current aggregated stake distribution
Expand Down Expand Up @@ -2877,6 +2883,9 @@ Usage: cardano-cli mary query stake-distribution --socket-path SOCKET_PATH
( --mainnet
| --testnet-magic NATURAL
)
[ --output-json
| --output-text
]
[--out-file FILE]

Get the node's current aggregated stake distribution
Expand Down Expand Up @@ -4190,6 +4199,9 @@ Usage: cardano-cli alonzo query stake-distribution --socket-path SOCKET_PATH
( --mainnet
| --testnet-magic NATURAL
)
[ --output-json
| --output-text
]
[--out-file FILE]

Get the node's current aggregated stake distribution
Expand Down Expand Up @@ -5540,6 +5552,9 @@ Usage: cardano-cli babbage query stake-distribution --socket-path SOCKET_PATH
( --mainnet
| --testnet-magic NATURAL
)
[ --output-json
| --output-text
]
[--out-file FILE]

Get the node's current aggregated stake distribution
Expand Down Expand Up @@ -7154,6 +7169,9 @@ Usage: cardano-cli conway query stake-distribution --socket-path SOCKET_PATH
[ --volatile-tip
| --immutable-tip
]
[ --output-json
| --output-text
]
[--out-file FILE]

Get the node's current aggregated stake distribution
Expand Down Expand Up @@ -8703,6 +8721,9 @@ Usage: cardano-cli latest query stake-distribution --socket-path SOCKET_PATH
( --mainnet
| --testnet-magic NATURAL
)
[ --output-json
| --output-text
]
[--out-file FILE]

Get the node's current aggregated stake distribution
Expand Down Expand Up @@ -9874,6 +9895,9 @@ Usage: cardano-cli legacy query stake-distribution --socket-path SOCKET_PATH
( --mainnet
| --testnet-magic NATURAL
)
[ --output-json
| --output-text
]
[--out-file FILE]

Get the node's current aggregated stake distribution
Expand Down Expand Up @@ -11136,6 +11160,7 @@ Usage: cardano-cli query stake-distribution --socket-path SOCKET_PATH
( --mainnet
| --testnet-magic NATURAL
)
[--output-json | --output-text]
[--out-file FILE]

Get the node's current aggregated stake distribution
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ Usage: cardano-cli allegra query stake-distribution --socket-path SOCKET_PATH
( --mainnet
| --testnet-magic NATURAL
)
[ --output-json
| --output-text
]
[--out-file FILE]

Get the node's current aggregated stake distribution
Expand All @@ -22,5 +25,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
--output-json Format stake-distribution query output to JSON.
Default format when writing to a file
--output-text Format stake-distribution query output to TEXT.
Default format when writing to stdout
--out-file FILE Optional output file. Default is to write to stdout.
-h,--help Show this help text
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ Usage: cardano-cli alonzo query stake-distribution --socket-path SOCKET_PATH
( --mainnet
| --testnet-magic NATURAL
)
[ --output-json
| --output-text
]
[--out-file FILE]

Get the node's current aggregated stake distribution
Expand All @@ -22,5 +25,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
--output-json Format stake-distribution query output to JSON.
Default format when writing to a file
--output-text Format stake-distribution query output to TEXT.
Default format when writing to stdout
--out-file FILE Optional output file. Default is to write to stdout.
-h,--help Show this help text
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ Usage: cardano-cli babbage query stake-distribution --socket-path SOCKET_PATH
( --mainnet
| --testnet-magic NATURAL
)
[ --output-json
| --output-text
]
[--out-file FILE]

Get the node's current aggregated stake distribution
Expand All @@ -22,5 +25,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
--output-json Format stake-distribution query output to JSON.
Default format when writing to a file
--output-text Format stake-distribution query output to TEXT.
Default format when writing to stdout
--out-file FILE Optional output file. Default is to write to stdout.
-h,--help Show this help text
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@ Usage: cardano-cli conway query stake-distribution --socket-path SOCKET_PATH
[ --volatile-tip
| --immutable-tip
]
[ --output-json
| --output-text
]
[--out-file FILE]

Get the node's current aggregated stake distribution
Expand All @@ -28,5 +31,9 @@ Available options:
--volatile-tip Use the volatile tip as a target. (This is the
default)
--immutable-tip Use the immutable tip as a target.
--output-json Format stake-distribution query output to JSON.
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.
-h,--help Show this help text
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ Usage: cardano-cli latest query stake-distribution --socket-path SOCKET_PATH
( --mainnet
| --testnet-magic NATURAL
)
[ --output-json
| --output-text
]
[--out-file FILE]

Get the node's current aggregated stake distribution
Expand All @@ -22,5 +25,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
--output-json Format stake-distribution query output to JSON.
Default format when writing to a file
--output-text Format stake-distribution query output to TEXT.
Default format when writing to stdout
--out-file FILE Optional output file. Default is to write to stdout.
-h,--help Show this help text
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ Usage: cardano-cli legacy query stake-distribution --socket-path SOCKET_PATH
( --mainnet
| --testnet-magic NATURAL
)
[ --output-json
| --output-text
]
[--out-file FILE]

Get the node's current aggregated stake distribution
Expand All @@ -22,5 +25,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
--output-json Format stake-distribution query output to JSON.
Default format when writing to a file
--output-text Format stake-distribution query output to TEXT.
Default format when writing to stdout
--out-file FILE Optional output file. Default is to write to stdout.
-h,--help Show this help text
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ Usage: cardano-cli mary query stake-distribution --socket-path SOCKET_PATH
( --mainnet
| --testnet-magic NATURAL
)
[ --output-json
| --output-text
]
[--out-file FILE]

Get the node's current aggregated stake distribution
Expand All @@ -22,5 +25,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
--output-json Format stake-distribution query output to JSON.
Default format when writing to a file
--output-text Format stake-distribution query output to TEXT.
Default format when writing to stdout
--out-file FILE Optional output file. Default is to write to stdout.
-h,--help Show this help text
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ Usage: cardano-cli query stake-distribution --socket-path SOCKET_PATH
( --mainnet
| --testnet-magic NATURAL
)
[--output-json | --output-text]
[--out-file FILE]

Get the node's current aggregated stake distribution
Expand All @@ -22,5 +23,9 @@ Available options:
CARDANO_NODE_NETWORK_ID environment variable
--testnet-magic NATURAL Specify a testnet magic id. This overrides the
CARDANO_NODE_NETWORK_ID environment variable
--output-json Format stake-distribution query output to JSON.
Default format when writing to a file
--output-text Format stake-distribution query output to TEXT.
Default format when writing to stdout
--out-file FILE Optional output file. Default is to write to stdout.
-h,--help Show this help text
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ Usage: cardano-cli shelley query stake-distribution --socket-path SOCKET_PATH
( --mainnet
| --testnet-magic NATURAL
)
[ --output-json
| --output-text
]
[--out-file FILE]

Get the node's current aggregated stake distribution
Expand All @@ -22,5 +25,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
--output-json Format stake-distribution query output to JSON.
Default format when writing to a file
--output-text Format stake-distribution query output to TEXT.
Default format when writing to stdout
--out-file FILE Optional output file. Default is to write to stdout.
-h,--help Show this help text

0 comments on commit fecb4cc

Please sign in to comment.