retrieval: update cli docs

This commit is contained in:
Łukasz Magiera 2021-11-22 13:18:56 +01:00
parent 9ea229ed5a
commit c6ac582c99

View File

@ -551,7 +551,7 @@ OPTIONS:
--datamodel-path-selector value a rudimentary (DM-level-only) text-path selector, allowing for sub-selection within a deal --datamodel-path-selector value a rudimentary (DM-level-only) text-path selector, allowing for sub-selection within a deal
--from value address to send transactions from --from value address to send transactions from
--miner value miner address for retrieval, if not present it'll use local discovery --miner value miner address for retrieval, if not present it'll use local discovery
--maxPrice value maximum price the client is willing to consider (default: 0.01 FIL) --maxPrice value maximum price the client is willing to consider (default: 0 FIL)
--pieceCid value require data to be retrieved from a specific Piece CID --pieceCid value require data to be retrieved from a specific Piece CID
--allow-local (default: false) --allow-local (default: false)
--help, -h show help (default: false) --help, -h show help (default: false)
@ -570,12 +570,14 @@ CATEGORY:
RETRIEVAL RETRIEVAL
OPTIONS: OPTIONS:
--from value address to send transactions from --ipld list IPLD datamodel links (default: false)
--miner value miner address for retrieval, if not present it'll use local discovery --datamodel-path value a rudimentary (DM-level-only) text-path selector
--maxPrice value maximum price the client is willing to consider (default: 0.01 FIL) --from value address to send transactions from
--pieceCid value require data to be retrieved from a specific Piece CID --miner value miner address for retrieval, if not present it'll use local discovery
--allow-local (default: false) --maxPrice value maximum price the client is willing to consider (default: 0 FIL)
--help, -h show help (default: false) --pieceCid value require data to be retrieved from a specific Piece CID
--allow-local (default: false)
--help, -h show help (default: false)
``` ```
@ -591,12 +593,15 @@ CATEGORY:
RETRIEVAL RETRIEVAL
OPTIONS: OPTIONS:
--from value address to send transactions from --ipld list IPLD datamodel links (default: false)
--miner value miner address for retrieval, if not present it'll use local discovery --depth value list links recursively up to the specified depth (default: 1)
--maxPrice value maximum price the client is willing to consider (default: 0.01 FIL) --datamodel-path value a rudimentary (DM-level-only) text-path selector
--pieceCid value require data to be retrieved from a specific Piece CID --from value address to send transactions from
--allow-local (default: false) --miner value miner address for retrieval, if not present it'll use local discovery
--help, -h show help (default: false) --maxPrice value maximum price the client is willing to consider (default: 0 FIL)
--pieceCid value require data to be retrieved from a specific Piece CID
--allow-local (default: false)
--help, -h show help (default: false)
``` ```