Skip to content

Commit

Permalink
cli: Update docs to use new testnet network name, Sepolia
Browse files Browse the repository at this point in the history
  • Loading branch information
fordN committed Jan 24, 2024
1 parent f31fa49 commit 72d7b03
Show file tree
Hide file tree
Showing 16 changed files with 16 additions and 16 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ ${chalk.bold('graph indexer actions approve')} [options] queued --network <netwo
${chalk.dim('Options:')}
-h, --help Show usage information
-n, --network <STRING> Filter action selection by their protocol network (mainnet, arbitrum-one, goerli, arbitrum-goerli)
-n, --network <STRING> Filter action selection by their protocol network (mainnet, arbitrum-one, sepolia, arbitrum-sepolia)
-o, --output table|json|yaml Choose the output format: table (default), JSON, or YAML
`

Expand Down
2 changes: 1 addition & 1 deletion packages/indexer-cli/src/commands/indexer/actions/get.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ ${chalk.bold('graph indexer actions get')} [options]
${chalk.dim('Options:')}
-h, --help Show usage information
-n, --network Filter by protocol network (mainnet, arbitrum-one, goerli, arbitrum-goerli)
-n, --network Filter by protocol network (mainnet, arbitrum-one, sepolia, arbitrum-sepolia)
--type allocate|unallocate|reallocate|collect Filter by type
--status queued|approved|pending|success|failed|canceled Filter by status
--source <source> Fetch only actions queued by a specific source
Expand Down
2 changes: 1 addition & 1 deletion packages/indexer-cli/src/commands/indexer/actions/queue.ts
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ ${chalk.bold(
${chalk.dim('Options:')}
-h, --help Show usage informatio
-n, --network <STRING> [Required] The protocol network for this action (mainnet, arbitrum-one, goerli, arbitrum-goerli)
-n, --network <STRING> [Required] The protocol network for this action (mainnet, arbitrum-one, sepolia, arbitrum-sepolia)
-o, --output table|json|yaml Choose the output format: table (default), JSON, or YAML
-s, --source <STRING> Specify the source of the action decision
-r, --reason <STRING> Specify the reason for the action to be taken
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ ${chalk.dim('Options:')}
-o, --output table|json|yaml Choose the output format: table (default), JSON, or YAML
${chalk.dim('Networks:')}
mainnet, arbitrum-one, goerli or arbitrum goerli
mainnet, arbitrum-one, sepolia or arbitrum sepolia
`

module.exports = {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ ${chalk.dim('Options:')}
-o, --output table|json|yaml Choose the output format: table (default), JSON, or YAML
${chalk.dim('Networks:')}
mainnet, arbitrum-one, goerli or arbitrum goerli
mainnet, arbitrum-one, sepolia or arbitrum sepolia
`

module.exports = {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ ${chalk.bold('graph indexer allocations get')} [options] all
${chalk.dim('Options:')}
-h, --help Show usage information
-n, --network Filter allocations by their protocol network (mainnet, arbitrum-one, goerli, arbitrum-goerli)
-n, --network Filter allocations by their protocol network (mainnet, arbitrum-one, sepolia, arbitrum-sepolia)
--status active|closed|claimable Filter by status
--deployment <id> Fetch only allocations for a specific subgraph deployment
-o, --output table|json|yaml Choose the output format: table (default), JSON, or YAML
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ ${chalk.dim('Options:')}
-f, --force Bypass POI accuracy checks and submit transaction with provided data
${chalk.dim('Networks:')}
mainnet, arbitrum-one, goerli or arbitrum goerli
mainnet, arbitrum-one, sepolia or arbitrum sepolia
`

module.exports = {
Expand Down
2 changes: 1 addition & 1 deletion packages/indexer-cli/src/commands/indexer/disputes/get.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ ${chalk.bold(
${chalk.dim('Options:')}
-n, --network Filter by protocol network (mainnet, arbitrum-one, goerli, arbitrum-goerli)
-n, --network Filter by protocol network (mainnet, arbitrum-one, sepolia, arbitrum-sepolia)
-h, --help Show usage information
-o, --output table|json|yaml Choose the output format: table (default), JSON, or YAML
`
Expand Down
2 changes: 1 addition & 1 deletion packages/indexer-cli/src/commands/indexer/rules/clear.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ ${chalk.bold('graph indexer rules reset')} [options] <subgraph-identifier> [<key
${chalk.dim('Options:')}
-h, --help Show usage information
-n, --network [Required] the rule's protocol network (mainnet, arbitrum-one, goerli, arbitrum-goerli)
-n, --network [Required] the rule's protocol network (mainnet, arbitrum-one, sepolia, arbitrum-sepolia)
-o, --output table|json|yaml Choose the output format: table (default), JSON, or YAML
${chalk.dim('Hints:')}
Expand Down
2 changes: 1 addition & 1 deletion packages/indexer-cli/src/commands/indexer/rules/delete.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ ${chalk.bold('graph indexer rules delete')} [options] <deployment-id>
${chalk.dim('Options:')}
-h, --help Show usage information
-n, --network [Required] the rule's protocol network (mainnet, arbitrum-one, goerli, arbitrum-goerli)
-n, --network [Required] the rule's protocol network (mainnet, arbitrum-one, sepolia, arbitrum-sepolia)
-o, --output table|json|yaml Choose the output format: table (default), JSON, or YAML
`

Expand Down
2 changes: 1 addition & 1 deletion packages/indexer-cli/src/commands/indexer/rules/get.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ ${chalk.bold('graph indexer rules get')} [options] <deployment-id> [<key1> ...]
${chalk.dim('Options:')}
-h, --help Show usage information
-n, --network Filter by the rule's protocol network (mainnet, arbitrum-one, goerli, arbitrum-goerli)
-n, --network Filter by the rule's protocol network (mainnet, arbitrum-one, sepolia, arbitrum-sepolia)
--merged Shows the deployment rules and global rules merged
-o, --output table|json|yaml Choose the output format: table (default), JSON, or YAML
`
Expand Down
2 changes: 1 addition & 1 deletion packages/indexer-cli/src/commands/indexer/rules/maybe.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ ${chalk.bold('graph indexer rules maybe')} [options] <deployment-id>
${chalk.dim('Options:')}
-h, --help Show usage information
-n, --network [Required] the rule's protocol network (mainnet, arbitrum-one, goerli, arbitrum-goerli)
-n, --network [Required] the rule's protocol network (mainnet, arbitrum-one, sepolia, arbitrum-sepolia)
-o, --output table|json|yaml Choose the output format: table (default), JSON, or YAML
`

Expand Down
2 changes: 1 addition & 1 deletion packages/indexer-cli/src/commands/indexer/rules/set.ts
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ ${chalk.bold('graph indexer rules set')} [options] <deployment-id> <key1> <value
${chalk.dim('Options:')}
-h, --help Show usage information
-n, --network [Required] the rule's protocol network (mainnet, arbitrum-one, goerli, arbitrum-goerli)
-n, --network [Required] the rule's protocol network (mainnet, arbitrum-one, sepolia, arbitrum-sepolia)
-o, --output table|json|yaml Choose the output format: table (default), JSON, or YAML
`

Expand Down
2 changes: 1 addition & 1 deletion packages/indexer-cli/src/commands/indexer/rules/start.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ ${chalk.bold('graph indexer rules always')} [options] <deployment-id>
${chalk.dim('Options:')}
-h, --help Show usage information
-n, --network [Required] the rule's protocol network (mainnet, arbitrum-one, goerli, arbitrum-goerli)
-n, --network [Required] the rule's protocol network (mainnet, arbitrum-one, sepolia, arbitrum-sepolia)
-o, --output table|json|yaml Choose the output format: table (default), JSON, or YAML
`

Expand Down
2 changes: 1 addition & 1 deletion packages/indexer-cli/src/commands/indexer/rules/stop.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ ${chalk.bold('graph indexer rules never')} [options] <deployment-id>
${chalk.dim('Options:')}
-h, --help Show usage information
-n, --network [Required] the rule's protocol network (mainnet, arbitrum-one, goerli, arbitrum-goerli)
-n, --network [Required] the rule's protocol network (mainnet, arbitrum-one, sepolia, arbitrum-sepolia)
-o, --output table|json|yaml Choose the output format: table (default), JSON, or YAML
`

Expand Down
2 changes: 1 addition & 1 deletion packages/indexer-cli/src/commands/indexer/status.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ ${chalk.bold('graph indexer status')}
${chalk.dim('Options:')}
-h, --help Show usage information
-n, --network [Required] the rule's protocol network (mainnet, arbitrum-one, goerli, arbitrum-goerli)
-n, --network [Required] the rule's protocol network (mainnet, arbitrum-one, sepolia, arbitrum-sepolia)
`

interface Endpoint {
Expand Down

0 comments on commit 72d7b03

Please sign in to comment.