diff --git a/docs/05-developer-tools/01-CLI/01-merod.mdx b/docs/05-developer-tools/01-CLI/01-merod.mdx index 8cb3ccdc..9768ba56 100644 --- a/docs/05-developer-tools/01-CLI/01-merod.mdx +++ b/docs/05-developer-tools/01-CLI/01-merod.mdx @@ -5,7 +5,7 @@ title: Merod import MerodInstallation from '../../shared/install-merod.mdx'; -Merod is a command-line tool that allows you to manage Calimero nodes. +Merod is a command-line tool that allows you to initialize, configure and run Calimero nodes.
Installation diff --git a/docs/05-developer-tools/01-CLI/02-meroctl.mdx b/docs/05-developer-tools/01-CLI/02-meroctl.mdx index ba83211e..feb2ebf8 100644 --- a/docs/05-developer-tools/01-CLI/02-meroctl.mdx +++ b/docs/05-developer-tools/01-CLI/02-meroctl.mdx @@ -5,7 +5,7 @@ title: Meroctl import MeroctlInstallation from '../../shared/install-meroctl.mdx'; -Meroctl is a command-line tool that enables you to use node functionalities. +Meroctl is a command-line tool that enables you to interact with your Calimero node directly from the shell.
Installation @@ -25,7 +25,6 @@ meroctl [OPTIONS] --node-name - `app` Command for managing applications - `context` Command for managing contexts - `identity` Command for managing applications -- `json-rpc` Executing read and write Json RPC calls - `proxy` Command for managing proxy contract - `call` Executing read and write RPC calls - `help` Print this message or the help of the given subcommand(s) @@ -70,7 +69,6 @@ your nodes private key. | `meroctl --node-name app ` | Command for managing applications | | `meroctl --node-name context ` | Command for managing contexts | | `meroctl --node-name identity ` | Command for managing identities | -| `meroctl --node-name json-rpc [OPTIONS] --as ` | Executing read and write Json RPC calls | | `meroctl --node-name proxy ` | Command for managing proxy contract | | `meroctl --node-name call [OPTIONS] --as ` | Executing read and write RPC calls | @@ -113,23 +111,6 @@ Commands: - `generate` Generate public/private key pair used for context identity -### Executing read and write Json RPC calls - -```bash title="Terminal" -meroctl --node-name json-rpc [OPTIONS] --as -``` - -Arguments: - -- `` ContextId of the context -- `` Method to fetch details - -Options: - -- `--args ` JSON arguments to pass to the method -- `--as ` Public key of the executor -- `--id ` Id of the JsonRpc execute call [default: dontcare] - ### Command for managing proxy contract ```bash title="Terminal" @@ -155,4 +136,4 @@ Options: - `--args ` JSON arguments to pass to the method - `--as ` Public key of the executor -- `--id ` Id of the JsonRpc execute call [default: dontcare] +- `--id ` Id of the RPC execute call [default: dontcare]