From f62f8d7dc1a7d88f697545ec58ae487536749f37 Mon Sep 17 00:00:00 2001 From: Ben <89335033+bz888@users.noreply.github.com> Date: Mon, 4 Mar 2024 21:52:08 +0000 Subject: [PATCH] [SKIP CI] Prerelease --- .yarn/versions/991d9292.yml | 0 packages/cli/README.md | 133 +++++++++++++++++++----------------- packages/cli/package.json | 5 +- 3 files changed, 74 insertions(+), 64 deletions(-) create mode 100644 .yarn/versions/991d9292.yml diff --git a/.yarn/versions/991d9292.yml b/.yarn/versions/991d9292.yml new file mode 100644 index 0000000000..e69de29bb2 diff --git a/packages/cli/README.md b/packages/cli/README.md index 21fd723951..1104db40b5 100644 --- a/packages/cli/README.md +++ b/packages/cli/README.md @@ -23,7 +23,7 @@ $ npm install -g @subql/cli $ subql COMMAND running command... $ subql (--version) -@subql/cli/4.2.6-1 linux-x64 node-v18.19.0 +@subql/cli/4.3.1-0 linux-x64 node-v18.19.1 $ subql --help [COMMAND] USAGE $ subql COMMAND @@ -69,7 +69,7 @@ DESCRIPTION Build this SubQuery project code ``` -_See code: [lib/commands/build/index.js](https://github.com/packages/cli/blob/v4.2.6-1/lib/commands/build/index.js)_ +_See code: [lib/commands/build/index.js](https://github.com/packages/cli/blob/v4.3.1-0/lib/commands/build/index.js)_ ## `subql codegen` @@ -87,7 +87,7 @@ DESCRIPTION Generate schemas for graph node ``` -_See code: [lib/commands/codegen/index.js](https://github.com/packages/cli/blob/v4.2.6-1/lib/commands/codegen/index.js)_ +_See code: [lib/commands/codegen/index.js](https://github.com/packages/cli/blob/v4.3.1-0/lib/commands/codegen/index.js)_ ## `subql codegen:generate` @@ -110,7 +110,7 @@ DESCRIPTION Generate Project.yaml and mapping functions based on provided ABI ``` -_See code: [lib/commands/codegen/generate.js](https://github.com/packages/cli/blob/v4.2.6-1/lib/commands/codegen/generate.js)_ +_See code: [lib/commands/codegen/generate.js](https://github.com/packages/cli/blob/v4.3.1-0/lib/commands/codegen/generate.js)_ ## `subql deployment` @@ -121,39 +121,44 @@ USAGE $ subql deployment --endpoint [--options deploy|promote|delete] [--org ] [--projectName ] [--ipfsCID ] [--type stage|primary] [--indexerVersion ] [--queryVersion ] [--dict ] [--indexerUnsafe] [--indexerBatchSize ] [--indexerSubscription] [--disableHistorical] - [--indexerWorkers ] [--queryUnsafe] [--querySubscription] [--queryTimeout ] [--queryMaxConnection - ] [--queryAggregate] [-d] [--project_name ] [--deploymentID ] + [--indexerUnfinalized] [--indexerStoreCacheThreshold ] [--disableIndexerStoreCacheAsync] [--indexerWorkers + ] [--queryUnsafe] [--querySubscription] [--queryTimeout ] [--queryMaxConnection ] + [--queryAggregate] [-d] [--project_name ] [--deploymentID ] FLAGS - -d, --useDefaults Use default values for indexerVersion, queryVersion, dictionary, endpoint - --deploymentID= Enter deployment ID - --dict= Enter dictionary - --disableHistorical Disable Historical Data - --endpoint= (required) Enter endpoint - --indexerBatchSize= Enter batchSize from 1 to 30 - --indexerSubscription Enable Indexer subscription - --indexerUnsafe Enable indexer unsafe - --indexerVersion= Enter indexer-version - --indexerWorkers= Enter worker threads from 1 to 30 - --ipfsCID= Enter IPFS CID - --options=