Skip to content

Commit

Permalink
Update guide templates
Browse files Browse the repository at this point in the history
  • Loading branch information
romac committed Feb 20, 2023
1 parent 53d9925 commit ec5e67f
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
[[#BINARY hermes]][[#GLOBALOPTIONS]] query client status --chain [[#CHAIN_ID]] --client [[#CLIENT_ID]]
2 changes: 1 addition & 1 deletion guide/src/templates/commands/hermes/tx/packet-ack_1.md
Original file line number Diff line number Diff line change
@@ -1 +1 @@
[[#BINARY hermes]][[#GLOBALOPTIONS]] tx packet-ack --dst-chain [[#DST_CHAIN_ID]] --src-chain [[#SRC_CHAIN_ID]] --src-port [[#SRC_PORT_ID]] --src-channel [[#SRC_CHANNEL_ID]]
[[#BINARY hermes]][[#GLOBALOPTIONS]] tx packet-ack[[#OPTIONS]] --dst-chain [[#DST_CHAIN_ID]] --src-chain [[#SRC_CHAIN_ID]] --src-port [[#SRC_PORT_ID]] --src-channel [[#SRC_CHANNEL_ID]]
1 change: 1 addition & 0 deletions guide/src/templates/help_templates/query/client.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,4 @@ SUBCOMMANDS:
header Query for the header used in a client update at a certain height
help Print this message or the help of the given subcommand(s)
state Query the client state
status Query the client status (frozen, expired or active)
12 changes: 12 additions & 0 deletions guide/src/templates/help_templates/query/client/status.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
DESCRIPTION:
Query the client status (frozen, expired or active)

USAGE:
hermes query client status --chain <CHAIN_ID> --client <CLIENT_ID>

OPTIONS:
-h, --help Print help information

REQUIRED:
--chain <CHAIN_ID> Identifier of the chain to query
--client <CLIENT_ID> Identifier of the client to query

0 comments on commit ec5e67f

Please sign in to comment.