diff --git a/FULL_HELP_DOCS.md b/FULL_HELP_DOCS.md index b7480cb5e..3888db11a 100644 --- a/FULL_HELP_DOCS.md +++ b/FULL_HELP_DOCS.md @@ -82,6 +82,7 @@ Tools for smart contract developers * `extend` — Extend the time to live ledger of a contract-data ledger entry * `deploy` — Deploy a wasm contract * `fetch` — Fetch a contract's Wasm binary +* `fetch-all` — Fetch all contract Wasms * `id` — Generate the contract id for a given contract or asset * `info` — Access info about contracts * `init` — Initialize a Soroban project with an example contract @@ -427,6 +428,24 @@ Fetch a contract's Wasm binary +## `stellar contract fetch-all` + +Fetch all contract Wasms + +**Usage:** `stellar contract fetch-all [OPTIONS]` + +###### **Options:** + +* `--ledger ` — The ledger sequence number to download from. Defaults to latest history archived ledger +* `--global` — Use global config +* `--config-dir ` — Location of config directory, default is "." +* `--rpc-url ` — RPC server endpoint +* `--network-passphrase ` — Network passphrase to sign the transaction sent to the rpc server +* `--network ` — Name of network to use from config +* `--archive-url ` — Archive URL + + + ## `stellar contract id` Generate the contract id for a given contract or asset