From 876414ae3b4946c798fbe7210fa20150c5217b43 Mon Sep 17 00:00:00 2001 From: David A Date: Mon, 17 Feb 2025 15:29:46 +0000 Subject: [PATCH] chore:Bolt-cli:Update Readme usage section new cmds --- bolt-cli/README.md | 27 ++++++++++++++++----------- 1 file changed, 16 insertions(+), 11 deletions(-) diff --git a/bolt-cli/README.md b/bolt-cli/README.md index 50248551d..2f0ad2f7e 100644 --- a/bolt-cli/README.md +++ b/bolt-cli/README.md @@ -304,6 +304,7 @@ Commands: Options: -h, --help Print help + -d, --dry-run Simulate without making on-chain changes (e.g Opt to using Anvil fork rather than RPC connection) ``` @@ -337,15 +338,17 @@ Commands to interact with EigenLayer and bolt Usage: bolt operators eigenlayer Commands: - deposit Deposit into a strategy - register Register an operator into the bolt AVS - deregister Deregister an EigenLayer operator from the bolt AVS - update-rpc Update the operator RPC - status Check the status of an operator in the bolt AVS - help Print this message or the help of the given subcommand(s) + deposit Deposit into a strategy + register Register an operator into the bolt AVS + deregister Deregister an EigenLayer operator from the bolt AVS + update-rpc Update the operator RPC + status Check the status of an operator in the bolt AVS + list-strategies List all whitelisted EigenLayer strategies + help Print this message or the help of the given subcommand(s) Options: -h, --help Print help + -d, --dry-run Simulate without making on-chain changes (e.g Opt to using Anvil fork rather than RPC connection) ❯ bolt operators symbiotic --help Commands to interact with Symbiotic and bolt @@ -353,14 +356,16 @@ Commands to interact with Symbiotic and bolt Usage: bolt operators symbiotic Commands: - register Register into the bolt manager contract as a Symbiotic operator - deregister Deregister a Symbiotic operator from bolt - update-rpc Update the operator RPC - status Check the status of a Symbiotic operator - help Print this message or the help of the given subcommand(s) + register Register into the bolt manager contract as a Symbiotic operator + deregister Deregister a Symbiotic operator from bolt + update-rpc Update the operator RPC + status Check the status of a Symbiotic operator + list-vaults List all whitelisted Symbiotic vaults + help Print this message or the help of the given subcommand(s) Options: -h, --help Print help + -d, --dry-run Simulate without making on-chain changes (e.g Opt to using Anvil fork rather than RPC connection) ```