-
Notifications
You must be signed in to change notification settings - Fork 17
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add golden test for base command help
- Loading branch information
Showing
2 changed files
with
74 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
67 changes: 67 additions & 0 deletions
67
cardano-cli/test/cardano-cli-golden/files/golden/base_help.cli
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,67 @@ | ||
cardano-cli - General purpose command-line utility to interact with | ||
cardano-node. Provides specific commands to manage keys, addresses, build & | ||
submit transactions, certificates, etc. | ||
|
||
Usage: cardano-cli | ||
( address | ||
| key | ||
| node | ||
| hash | ||
| query | ||
| legacy | ||
| byron | ||
| shelley | ||
| allegra | ||
| mary | ||
| alonzo | ||
| babbage | ||
| conway | ||
| latest | ||
| debug commands | ||
| version | ||
| compatible | ||
) | ||
|
||
Available options: | ||
--version Show the cardano-cli version | ||
-h,--help Show this help text | ||
|
||
Available commands: | ||
address Payment address commands. | ||
key Key utility commands. | ||
node Node operation commands. | ||
hash Compute the hash to pass to the various --*-hash | ||
arguments of commands. | ||
query Node query commands. Will query the local node whose | ||
Unix domain socket is obtained from the | ||
CARDANO_NODE_SOCKET_PATH environment variable. | ||
legacy Legacy commands | ||
|
||
Byron specific commands | ||
byron Byron specific commands | ||
|
||
Available commands: | ||
shelley Shelley era commands - DEPRECATED - will be removed | ||
in the future | ||
allegra Allegra era commands - DEPRECATED - will be removed | ||
in the future | ||
mary Mary era commands - DEPRECATED - will be removed in | ||
the future | ||
alonzo Alonzo era commands - DEPRECATED - will be removed in | ||
the future | ||
babbage Babbage era commands - DEPRECATED - will be removed | ||
in the future | ||
conway Conway era commands | ||
latest Latest era commands (Conway) | ||
|
||
debug commands | ||
debug Debug commands | ||
|
||
Miscellaneous commands | ||
help Show all help | ||
version Show the cardano-cli version | ||
ping Ping a cardano node either using node-to-node or node-to-client protocol. It negotiates a handshake and keeps sending keep alive messages. | ||
|
||
Available commands: | ||
compatible Limited backward compatible commands for testing | ||
only. |