Skip to content

Commit

Permalink
Adapt golden files
Browse files Browse the repository at this point in the history
  • Loading branch information
smelc committed Mar 14, 2024
1 parent 76272ba commit 2ddb708
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 @@ -578,6 +578,9 @@ Usage: cardano-cli shelley query leadership-schedule --socket-path SOCKET_PATH
)
--vrf-signing-key-file FILE
(--current | --next)
[ --output-json
| --output-text
]
[--out-file FILE]

Get the slots the node is expected to mint a block in (advanced command)
Expand Down Expand Up @@ -1743,6 +1746,9 @@ Usage: cardano-cli allegra query leadership-schedule --socket-path SOCKET_PATH
)
--vrf-signing-key-file FILE
(--current | --next)
[ --output-json
| --output-text
]
[--out-file FILE]

Get the slots the node is expected to mint a block in (advanced command)
Expand Down Expand Up @@ -2906,6 +2912,9 @@ Usage: cardano-cli mary query leadership-schedule --socket-path SOCKET_PATH
)
--vrf-signing-key-file FILE
(--current | --next)
[ --output-json
| --output-text
]
[--out-file FILE]

Get the slots the node is expected to mint a block in (advanced command)
Expand Down Expand Up @@ -4061,6 +4070,9 @@ Usage: cardano-cli alonzo query leadership-schedule --socket-path SOCKET_PATH
)
--vrf-signing-key-file FILE
(--current | --next)
[ --output-json
| --output-text
]
[--out-file FILE]

Get the slots the node is expected to mint a block in (advanced command)
Expand Down Expand Up @@ -5251,6 +5263,9 @@ Usage: cardano-cli babbage query leadership-schedule --socket-path SOCKET_PATH
)
--vrf-signing-key-file FILE
(--current | --next)
[ --output-json
| --output-text
]
[--out-file FILE]

Get the slots the node is expected to mint a block in (advanced command)
Expand Down Expand Up @@ -6711,6 +6726,9 @@ Usage: cardano-cli conway query leadership-schedule --socket-path SOCKET_PATH
[ --volatile-tip
| --immutable-tip
]
[ --output-json
| --output-text
]
[--out-file FILE]

Get the slots the node is expected to mint a block in (advanced command)
Expand Down Expand Up @@ -8065,6 +8083,9 @@ Usage: cardano-cli latest query leadership-schedule --socket-path SOCKET_PATH
)
--vrf-signing-key-file FILE
(--current | --next)
[ --output-json
| --output-text
]
[--out-file FILE]

Get the slots the node is expected to mint a block in (advanced command)
Expand Down Expand Up @@ -9084,6 +9105,9 @@ Usage: cardano-cli legacy query leadership-schedule --socket-path SOCKET_PATH
)
--vrf-signing-key-file FILE
(--current | --next)
[ --output-json
| --output-text
]
[--out-file FILE]

Get the slots the node is expected to mint a block in (advanced command)
Expand Down Expand Up @@ -10327,6 +10351,7 @@ Usage: cardano-cli query leadership-schedule --socket-path SOCKET_PATH
)
--vrf-signing-key-file FILE
(--current | --next)
[--output-json | --output-text]
[--out-file FILE]

Get the slots the node is expected to mint a block in (advanced command)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@ Usage: cardano-cli allegra query leadership-schedule --socket-path SOCKET_PATH
)
--vrf-signing-key-file FILE
(--current | --next)
[ --output-json
| --output-text
]
[--out-file FILE]

Get the slots the node is expected to mint a block in (advanced command)
Expand Down Expand Up @@ -41,5 +44,9 @@ Available options:
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.
--output-json Format leadership-schedule query output to JSON.
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.
-h,--help Show this help text
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@ Usage: cardano-cli alonzo query leadership-schedule --socket-path SOCKET_PATH
)
--vrf-signing-key-file FILE
(--current | --next)
[ --output-json
| --output-text
]
[--out-file FILE]

Get the slots the node is expected to mint a block in (advanced command)
Expand Down Expand Up @@ -41,5 +44,9 @@ Available options:
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.
--output-json Format leadership-schedule query output to JSON.
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.
-h,--help Show this help text
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@ Usage: cardano-cli babbage query leadership-schedule --socket-path SOCKET_PATH
)
--vrf-signing-key-file FILE
(--current | --next)
[ --output-json
| --output-text
]
[--out-file FILE]

Get the slots the node is expected to mint a block in (advanced command)
Expand Down Expand Up @@ -41,5 +44,9 @@ Available options:
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.
--output-json Format leadership-schedule query output to JSON.
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.
-h,--help Show this help text
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@ Usage: cardano-cli conway query leadership-schedule --socket-path SOCKET_PATH
[ --volatile-tip
| --immutable-tip
]
[ --output-json
| --output-text
]
[--out-file FILE]

Get the slots the node is expected to mint a block in (advanced command)
Expand Down Expand Up @@ -47,5 +50,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 leadership-schedule query output to JSON.
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.
-h,--help Show this help text
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@ Usage: cardano-cli latest query leadership-schedule --socket-path SOCKET_PATH
)
--vrf-signing-key-file FILE
(--current | --next)
[ --output-json
| --output-text
]
[--out-file FILE]

Get the slots the node is expected to mint a block in (advanced command)
Expand Down Expand Up @@ -41,5 +44,9 @@ Available options:
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.
--output-json Format leadership-schedule query output to JSON.
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.
-h,--help Show this help text
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@ Usage: cardano-cli legacy query leadership-schedule --socket-path SOCKET_PATH
)
--vrf-signing-key-file FILE
(--current | --next)
[ --output-json
| --output-text
]
[--out-file FILE]

Get the slots the node is expected to mint a block in (advanced command)
Expand Down Expand Up @@ -41,5 +44,9 @@ Available options:
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.
--output-json Format leadership-schedule query output to JSON.
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.
-h,--help Show this help text
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@ Usage: cardano-cli mary query leadership-schedule --socket-path SOCKET_PATH
)
--vrf-signing-key-file FILE
(--current | --next)
[ --output-json
| --output-text
]
[--out-file FILE]

Get the slots the node is expected to mint a block in (advanced command)
Expand Down Expand Up @@ -41,5 +44,9 @@ Available options:
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.
--output-json Format leadership-schedule query output to JSON.
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.
-h,--help Show this help text
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ Usage: cardano-cli query leadership-schedule --socket-path SOCKET_PATH
)
--vrf-signing-key-file FILE
(--current | --next)
[--output-json | --output-text]
[--out-file FILE]

Get the slots the node is expected to mint a block in (advanced command)
Expand Down Expand Up @@ -41,5 +42,9 @@ Available options:
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.
--output-json Format leadership-schedule query output to JSON.
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.
-h,--help Show this help text
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@ Usage: cardano-cli shelley query leadership-schedule --socket-path SOCKET_PATH
)
--vrf-signing-key-file FILE
(--current | --next)
[ --output-json
| --output-text
]
[--out-file FILE]

Get the slots the node is expected to mint a block in (advanced command)
Expand Down Expand Up @@ -41,5 +44,9 @@ Available options:
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.
--output-json Format leadership-schedule query output to JSON.
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.
-h,--help Show this help text

0 comments on commit 2ddb708

Please sign in to comment.