goldsky <cmd> args
goldsky <cmd> args
Commands:
goldsky Get started with Goldsky [default]
goldsky login Log in to Goldsky to enable authenticated CLI commands
goldsky logout Log out of Goldsky on this computer
goldsky subgraph Commands related to subgraphs
goldsky project Commands related to project management
goldsky pipeline Commands related to Goldsky pipelines
goldsky hosted-sink Commands related to Goldsky-hosted databases
goldsky dataset Commands related to Goldsky datasets
goldsky indexed Analyze blockchain data with indexed.xyz
goldsky secret Commands related to secret management
goldsky edge Commands related to Edge endpoint management
goldsky boost Commands related to Boost: cache-first EVM JSON-RPC endpoints backed by your own providers
goldsky telemetry Commands related to CLI telemetry
goldsky turbo Commands related to Goldsky Turbo
goldsky compose [passthrough...] commands for the compose CLI
Options:
--token CLI Auth Token [string] [default: ""]
--color Colorize output [boolean] [default: true]
-v, --version Show version number [boolean]
-h, --help Show help [boolean]
login
goldsky login
--token, or use --no-browser to print the login URL instead of opening a browser.
How to use:
goldsky login
Log in to Goldsky to enable authenticated CLI commands
Options:
--token CLI Auth Token [string] [default: ""]
--browser Open the login page in a browser automatically. Use --no-browser to print the URL instead (e.g. remote/headless shells). [boolean] [default: true]
--color Colorize output [boolean] [default: true]
-h, --help Show help [boolean]
logout
goldsky logout
goldsky logout
Log out of Goldsky on this computer
Options:
--token CLI Auth Token [string] [default: ""]
--color Colorize output [boolean] [default: true]
-h, --help Show help [boolean]
subgraph
goldsky subgraph
goldsky subgraph
Commands related to subgraphs
Commands:
goldsky subgraph deploy <nameAndVersion> Deploy a subgraph to Goldsky
goldsky subgraph list [nameAndVersion] View deployed subgraphs and tags
goldsky subgraph delete <nameAndVersion> Delete a subgraph from Goldsky
goldsky subgraph tag Commands related to tags
goldsky subgraph webhook Commands related to webhooks
goldsky subgraph log <nameAndVersion> Tail a subgraph's logs
goldsky subgraph pause <nameAndVersion> Pause a subgraph
goldsky subgraph start <nameAndVersion> Start a subgraph
goldsky subgraph update <nameAndVersion> Update a subgraph
goldsky subgraph init [nameAndVersion] Initialize a new subgraph project with basic scaffolding
Options:
--token CLI Auth Token [string] [default: ""]
--color Colorize output [boolean] [default: true]
-h, --help Show help [boolean]
subgraph deploy
goldsky subgraph deploy <nameAndVersion>
goldsky subgraph deploy <nameAndVersion>
Deploy a subgraph to Goldsky
Positionals:
nameAndVersion Name and version of the subgraph, e.g. 'my-subgraph/1.0.0' [string] [required]
Options:
--token CLI Auth Token [string] [default: ""]
--color Colorize output [boolean] [default: true]
--path Path to subgraph [string]
--description Description/notes for the subgraph [string]
--from-ipfs-hash IPFS hash of a publicly deployed subgraph [string]
--ipfs-gateway IPFS gateway to use if downloading the subgraph from IPFS [string] [default: "https://ipfs.network.thegraph.com"]
--from-abi Generate a subgraph from an ABI [string]
--from-url GraphQL endpoint for a publicly deployed subgraph [string]
--remove-graft Remove grafts from the subgraph prior to deployment [boolean] [default: false]
--start-block Change start block of your subgraph prior to deployment. If used in conjunction with --graft-from, this will be the graft block as well. [number]
--graft-from Graft from the latest block of an existing subgraph in the format <name>/<version> [string]
--enable-call-handlers Generate a subgraph from an ABI with call handlers enabled. Only meaningful when used with --from-abi [boolean] [default: false]
--tag Tag the subgraph after deployment, comma separated for multiple tags [string]
-h, --help Show help [boolean]
subgraph list
goldsky subgraph list [nameAndVersion]
goldsky subgraph list [nameAndVersion]
View deployed subgraphs and tags
Positionals:
nameAndVersion Name and version of the subgraph, e.g. 'my-subgraph/1.0.0' [string]
Options:
--token CLI Auth Token [string] [default: ""]
--color Colorize output [boolean] [default: true]
--filter Limit results to just tags or deployments [choices: "tags", "deployments"]
--summary Summarize subgraphs & versions without all their details [boolean] [default: false]
-h, --help Show help [boolean]
subgraph delete
goldsky subgraph delete <nameAndVersion>
goldsky subgraph delete <nameAndVersion>
Delete a subgraph from Goldsky
Positionals:
nameAndVersion Name and version of the subgraph, e.g. 'my-subgraph/1.0.0' [string] [required]
Options:
--token CLI Auth Token [string] [default: ""]
--color Colorize output [boolean] [default: true]
-f, --force Force the deletion without prompting for confirmation [boolean] [default: false]
-h, --help Show help [boolean]
subgraph tag
goldsky subgraph tag
goldsky subgraph tag
Commands related to tags
Commands:
goldsky subgraph tag create <nameAndVersion> Create a new tag
goldsky subgraph tag delete <nameAndVersion> Delete a tag
Options:
--token CLI Auth Token [string] [default: ""]
--color Colorize output [boolean] [default: true]
-h, --help Show help [boolean]
subgraph tag create
goldsky subgraph tag create <nameAndVersion>
goldsky subgraph tag create <nameAndVersion>
Create a new tag
Positionals:
nameAndVersion Name and version of the subgraph, e.g. 'my-subgraph/1.0.0' [string] [required]
Options:
--token CLI Auth Token [string] [default: ""]
--color Colorize output [boolean] [default: true]
-t, --tag The name of the tag [string] [required]
-h, --help Show help [boolean]
subgraph tag delete
goldsky subgraph tag delete <nameAndVersion>
goldsky subgraph tag delete <nameAndVersion>
Delete a tag
Positionals:
nameAndVersion Name and version of the subgraph, e.g. 'my-subgraph/1.0.0' [string] [required]
Options:
--token CLI Auth Token [string] [default: ""]
--color Colorize output [boolean] [default: true]
-t, --tag The name of the tag to delete [string] [required]
-f, --force Force the deletion without prompting for confirmation [boolean] [default: false]
-h, --help Show help [boolean]
subgraph webhook
goldsky subgraph webhook
goldsky subgraph webhook
Commands related to webhooks
Commands:
goldsky subgraph webhook create <nameAndVersion> Create a webhook
goldsky subgraph webhook delete [webhook-name] Delete a webhook
goldsky subgraph webhook list List webhooks
goldsky subgraph webhook list-entities <nameAndVersion> List possible webhook entities for a subgraph
Options:
--token CLI Auth Token [string] [default: ""]
--color Colorize output [boolean] [default: true]
-h, --help Show help [boolean]
subgraph webhook create
goldsky subgraph webhook create <nameAndVersion>
goldsky subgraph webhook create <nameAndVersion>
Create a webhook
Positionals:
nameAndVersion Name and version of the subgraph, e.g. 'my-subgraph/1.0.0' [string] [required]
Options:
--token CLI Auth Token [string] [default: ""]
--color Colorize output [boolean] [default: true]
--name Name of the webhook, must be unique [string] [required]
--url URL to send events to [string] [required]
--entity Subgraph entity to send events for [string] [required]
--secret The secret you will receive with each webhook request Goldsky sends [string]
-h, --help Show help [boolean]
subgraph webhook delete
goldsky subgraph webhook delete [webhook-name]
goldsky subgraph webhook delete [webhook-name]
Delete a webhook
Positionals:
webhook-name Name of the webhook to delete [string]
Options:
--token CLI Auth Token [string] [default: ""]
--color Colorize output [boolean] [default: true]
--name Name of the webhook to delete [deprecated: Please use the positional argument <webhook-name> instead.] [string]
-f, --force Force the deletion without prompting for confirmation [boolean] [default: false]
-h, --help Show help [boolean]
subgraph webhook list
goldsky subgraph webhook list
goldsky subgraph webhook list
List webhooks
Options:
--token CLI Auth Token [string] [default: ""]
--color Colorize output [boolean] [default: true]
-h, --help Show help [boolean]
subgraph webhook list-entities
goldsky subgraph webhook list-entities <nameAndVersion>
goldsky subgraph webhook list-entities <nameAndVersion>
List possible webhook entities for a subgraph
Positionals:
nameAndVersion Name and version of the subgraph, e.g. 'my-subgraph/1.0.0' [string] [required]
Options:
--token CLI Auth Token [string] [default: ""]
--color Colorize output [boolean] [default: true]
-h, --help Show help [boolean]
subgraph log
goldsky subgraph log <nameAndVersion>
goldsky subgraph log <nameAndVersion>
Tail a subgraph's logs
Positionals:
nameAndVersion Name and version of the subgraph, e.g. 'my-subgraph/1.0.0' [string] [required]
Options:
--token CLI Auth Token [string] [default: ""]
--color Colorize output [boolean] [default: true]
--since Return logs newer than a relative duration like now, 5s, 2m, or 3h [default: "1m"]
--format The format used to output logs, use text or json for easier parsed output, use pretty for more readable console output [choices: "pretty", "json", "text"] [default: "text"]
--filter The minimum log level to output [choices: "error", "warn", "info", "debug"] [default: "info"]
--levels The explicit comma separated log levels to include (error, warn, info, debug)
--interval The time in seconds to wait between checking for new logs [number] [default: 5]
-h, --help Show help [boolean]
subgraph pause
goldsky subgraph pause <nameAndVersion>
goldsky subgraph pause <nameAndVersion>
Pause a subgraph
Positionals:
nameAndVersion Name and version of the subgraph, e.g. 'my-subgraph/1.0.0' [string] [required]
Options:
--token CLI Auth Token [string] [default: ""]
--color Colorize output [boolean] [default: true]
-h, --help Show help [boolean]
subgraph start
goldsky subgraph start <nameAndVersion>
goldsky subgraph start <nameAndVersion>
Start a subgraph
Positionals:
nameAndVersion Name and version of the subgraph, e.g. 'my-subgraph/1.0.0' [string] [required]
Options:
--token CLI Auth Token [string] [default: ""]
--color Colorize output [boolean] [default: true]
-h, --help Show help [boolean]
subgraph update
goldsky subgraph update <nameAndVersion>
goldsky subgraph update <nameAndVersion>
Update a subgraph
Positionals:
nameAndVersion Name and version of the subgraph, e.g. 'my-subgraph/1.0.0' [string] [required]
Options:
--token CLI Auth Token [string] [default: ""]
--color Colorize output [boolean] [default: true]
--public-endpoint Toggle public endpoint for the subgraph [string] [choices: "enabled", "disabled"]
--private-endpoint Toggle private endpoint for the subgraph [string] [choices: "enabled", "disabled"]
--description Description/notes for the subgraph [string]
-h, --help Show help [boolean]
subgraph init
goldsky subgraph init [nameAndVersion]
goldsky subgraph init [nameAndVersion]
Initialize a new subgraph project with basic scaffolding
Positionals:
nameAndVersion Name and version of the subgraph, e.g. 'my-subgraph/1.0.0' [string]
Options:
--token CLI Auth Token [string] [default: ""]
--color Colorize output [boolean] [default: true]
--target-path Target path to write subgraph files to [string]
--force Overwrite existing files at the target path [boolean] [default: false]
--from-config Path to instant subgraph JSON configuration file [string]
--abi ABI source(s) for contract(s) [string]
--contract Contract address(es) to watch for events [string]
--contract-events Event names to index for the contract(s) [string]
--contract-calls Call names to index for the contract(s) [string]
--network Network(s) to use for contract(s) reference our docs for supported subgraph networks: https://docs.goldsky.com/chains/supported-networks [string]
--contract-name Name of the contract(s) [string]
--start-block Block to start at for a contract on a specific network [string]
--description Subgraph description [string]
--call-handlers Enable call handlers for the subgraph [boolean]
--build Build the subgraph after writing files [boolean]
--deploy Deploy the subgraph after build [boolean]
-h, --help Show help [boolean]
project
goldsky project
goldsky project
Commands related to project management
Commands:
goldsky project users Commands related to the users of a project
goldsky project leave Leave a project
goldsky project list List all of the projects you belong to
goldsky project update Update a project
goldsky project create Create a project
Options:
--token CLI Auth Token [string] [default: ""]
--color Colorize output [boolean] [default: true]
-h, --help Show help [boolean]
project users
goldsky project users
goldsky project users
Commands related to the users of a project
Commands:
goldsky project users list List all users for this project
goldsky project users invite Invite a user to your project
goldsky project users remove Remove a user from your project
goldsky project users update Update a user's project permissions
Options:
--token CLI Auth Token [string] [default: ""]
--color Colorize output [boolean] [default: true]
-h, --help Show help [boolean]
project users list
goldsky project users list
goldsky project users list
List all users for this project
Options:
--token CLI Auth Token [string] [default: ""]
--color Colorize output [boolean] [default: true]
-h, --help Show help [boolean]
project users invite
goldsky project users invite
goldsky project users invite
Invite a user to your project
Options:
--token CLI Auth Token [string] [default: ""]
--color Colorize output [boolean] [default: true]
--emails emails of users to invite [array] [required]
--role desired role of invited user(s) [string] [required] [choices: "Owner", "Admin", "Editor", "Viewer"] [default: "Viewer"]
-h, --help Show help [boolean]
project users remove
goldsky project users remove
goldsky project users remove
Remove a user from your project
Options:
--token CLI Auth Token [string] [default: ""]
--color Colorize output [boolean] [default: true]
--email email of user to remove [string] [required]
-h, --help Show help [boolean]
project users update
goldsky project users update
goldsky project users update
Update a user's project permissions
Options:
--token CLI Auth Token [string] [default: ""]
--color Colorize output [boolean] [default: true]
--email email of user to remove [string] [required]
--role role of user to update [string] [required] [choices: "Owner", "Admin", "Editor", "Viewer"]
-h, --help Show help [boolean]
project leave
goldsky project leave
goldsky project leave
Leave a project
Options:
--token CLI Auth Token [string] [default: ""]
--color Colorize output [boolean] [default: true]
--projectId the ID of the project you want to leave [string] [required]
-h, --help Show help [boolean]
project list
goldsky project list
goldsky project list
List all of the projects you belong to
Options:
--token CLI Auth Token [string] [default: ""]
--color Colorize output [boolean] [default: true]
-h, --help Show help [boolean]
project update
goldsky project update
goldsky project update
Update a project
Options:
--token CLI Auth Token [string] [default: ""]
--color Colorize output [boolean] [default: true]
--name the new name of the project [string] [required]
-h, --help Show help [boolean]
project create
goldsky project create
goldsky project create
Create a project
Options:
--token CLI Auth Token [string] [default: ""]
--color Colorize output [boolean] [default: true]
--name the name of the new project [string] [required]
-h, --help Show help [boolean]
pipeline
goldsky pipeline
goldsky pipeline
Commands related to Goldsky pipelines
Commands:
goldsky pipeline get <nameOrConfigPath> Get a pipeline
goldsky pipeline export [name] Export pipeline configurations
goldsky pipeline apply <config-path> Apply the provided pipeline yaml config. This command creates the pipeline if it doesn't exist or updates the existing pipeline. This command is idempotent.
goldsky pipeline get-definition <name> [deprecated] Get a shareable pipeline definition. Use "pipeline get <name> --definition" instead.
goldsky pipeline create <name> Create a pipeline
goldsky pipeline update <name> [deprecated] Update a pipeline. Use "pipeline apply" instead.
goldsky pipeline delete <nameOrConfigPath> Delete a pipeline
goldsky pipeline list List all pipelines
goldsky pipeline monitor <nameOrConfigPath> Monitor a pipeline runtime
goldsky pipeline pause <nameOrConfigPath> Pause a pipeline
goldsky pipeline start <nameOrConfigPath> Start a pipeline
goldsky pipeline stop <nameOrConfigPath> Stop a pipeline
goldsky pipeline info <nameOrConfigPath> Display pipeline information
goldsky pipeline resize <nameOrConfigPath> <resourceSize> Resize a pipeline
goldsky pipeline validate [config-path] Validate a pipeline definition or config.
goldsky pipeline cancel-update <nameOrConfigPath> Cancel in-flight update request
goldsky pipeline restart <nameOrConfigPath> Restart a pipeline. Useful in scenarios where pipeline needs to be restarted without any configuration changes.
goldsky pipeline snapshots Commands related to snapshots [aliases: snapshot]
Options:
--token CLI Auth Token [string] [default: ""]
--color Colorize output [boolean] [default: true]
-h, --help Show help [boolean]
pipeline get
goldsky pipeline get <nameOrConfigPath>
goldsky pipeline get <nameOrConfigPath>
Get a pipeline
Positionals:
nameOrConfigPath pipeline name or config file path [string] [required]
Options:
--token CLI Auth Token [string] [default: ""]
--color Colorize output [boolean] [default: true]
--outputFormat, --output format of the output. Either json or table. Defaults to json. [deprecated] [string] [choices: "json", "table", "yaml"] [default: "yaml"]
--definition print the pipeline's definition only (sources, transforms, sinks) [boolean]
-v, --version pipeline version. Returns latest version of the pipeline if not set. [string]
-h, --help Show help [boolean]
pipeline export
goldsky pipeline export [name]
goldsky pipeline export [name]
Export pipeline configurations
Positionals:
name pipeline name [string]
Options:
--token CLI Auth Token [string] [default: ""]
--color Colorize output [boolean] [default: true]
--all Export pipeline configurations for all available pipelines [boolean]
-h, --help Show help [boolean]
pipeline apply
goldsky pipeline apply <config-path>
goldsky pipeline apply <config-path>
Apply the provided pipeline yaml config. This command creates the pipeline if it doesn't exist or updates the existing pipeline. This command is idempotent.
Positionals:
config-path path to the yaml pipeline config file. [string] [required]
Options:
--token CLI Auth Token [string] [default: ""]
--color Colorize output [boolean] [default: true]
--from-snapshot Snapshot that will be used to start the pipeline. Applicable values are: 'last', 'new', 'none' or a snapshot-id. 'last' uses latest available snapshot. 'new' creates a new snapshot to use. 'none': does not use any snapshot aka starts from scratch. Including the option without any argument will start an interactive mode to select from a list of available snapshots. Defaults to 'new' [string]
--save-progress Attempt a snapshot of the pipeline before applying the update. Only applies if the pipeline already has status: ACTIVE and is running without issues. Defaults to saving progress unless pipeline is being updated to status=INACTIVE. [deprecated: Use '--from-snapshot'] [boolean]
--skip-transform-validation skips the validation of the transforms when updating the pipeline. Defaults to false [boolean]
--skip-validation skips the validation of the transforms when updating the pipeline. Defaults to false [deprecated] [boolean]
--use-latest-snapshot attempts to use the latest available snapshot. [deprecated: Use '--from-snapshot'] [boolean]
--status Status of the pipeline [string] [choices: "ACTIVE", "INACTIVE", "PAUSED"]
--force Forces apply without any prompts, useful for using apply in CI [boolean]
-h, --help Show help [boolean]
pipeline get-definition
goldsky pipeline get-definition <name>
goldsky pipeline get-definition <name>
[deprecated] Get a shareable pipeline definition. Use "pipeline get <name> --definition" instead.
Positionals:
name pipeline name [string] [required]
Options:
--token CLI Auth Token [string] [default: ""]
--color Colorize output [boolean] [default: true]
--outputFormat, --output format of the output. Either json or yaml. Defaults to yaml. [deprecated] [string] [choices: "json", "yaml"] [default: "yaml"]
-h, --help Show help [boolean]
pipeline create
goldsky pipeline create <name>
goldsky pipeline create <name>
Create a pipeline
Positionals:
name name of the new pipeline [string] [required]
Options:
--token CLI Auth Token [string] [default: ""]
--color Colorize output [boolean] [default: true]
--output, --outputFormat format of the output. Either json or table. Defaults to table. [string] [choices: "json", "table", "yaml"] [default: "yaml"]
--resource-size, --resourceSize runtime resource size for when the pipeline runs [deprecated: Use 'pipeline resize'] [string] [required] [choices: "s", "m", "l", "xl", "xxl", "mem.l", "mem.xl", "mem.xxl"] [default: "s"]
--skip-transform-validation skips the validation of the transforms when creating the pipeline. [boolean]
--description the description of the new pipeline [deprecated: Use 'pipeline apply'] [string]
--definition definition of the pipeline that includes sources, transforms, sinks. Provided as json eg: `{sources: [], transforms: [], sinks:[]}` [deprecated: Use 'pipeline apply'] [string]
--definition-path path to a json/yaml file with the definition of the pipeline that includes sources, transforms, sinks. [deprecated: Use 'pipeline apply'] [string]
--status the desired status of the pipeline [deprecated: Use 'pipeline start/stop/pause'] [string] [choices: "ACTIVE", "INACTIVE"] [default: "ACTIVE"]
--use-dedicated-ip Whether the pipeline should use dedicated egress IPs [boolean] [required] [default: false]
-h, --help Show help [boolean]
pipeline update
goldsky pipeline update <name>
goldsky pipeline update <name>
[deprecated] Update a pipeline. Use "pipeline apply" instead.
Positionals:
name name of the pipeline to update. [string] [required]
Options:
--token CLI Auth Token [string] [default: ""]
--color Colorize output [boolean] [default: true]
--outputFormat, --output format of the output. Either json or table. Defaults to json. [deprecated] [string] [required] [choices: "json", "table", "yaml"] [default: "yaml"]
--resource-size, --resourceSize runtime resource size for when the pipeline runs [string] [choices: "s", "m", "l", "xl", "xxl", "mem.l", "mem.xl", "mem.xxl"]
--status status of the pipeline [string] [choices: "ACTIVE", "INACTIVE", "PAUSED"]
--save-progress takes a snapshot of the pipeline before applying the update. Only applies if the pipeline already has status: ACTIVE. Defaults to saving progress unless pipeline is being updated to status=INACTIVE. [boolean]
--skip-transform-validation skips the validation of the transforms when updating the pipeline. [boolean]
--use-latest-snapshot attempts to use the latest available snapshot. [boolean]
--definition definition of the pipeline that includes sources, transforms, sinks. Provided as json eg: `{sources: [], transforms: [], sinks:[]}` [string]
--definition-path path to a json/yaml file with the definition of the pipeline that includes sources, transforms, sinks. [string]
--description description of the pipeline` [string]
-h, --help Show help [boolean]
pipeline delete
goldsky pipeline delete <nameOrConfigPath>
goldsky pipeline delete <nameOrConfigPath>
Delete a pipeline
Positionals:
nameOrConfigPath pipeline name or config file path [string] [required]
Options:
--token CLI Auth Token [string] [default: ""]
--color Colorize output [boolean] [default: true]
-f, --force Force the deletion without prompting for confirmation [boolean] [default: false]
-h, --help Show help [boolean]
pipeline list
goldsky pipeline list
goldsky pipeline list
List all pipelines
Options:
--token CLI Auth Token [string] [default: ""]
--color Colorize output [boolean] [default: true]
--output, --outputFormat format of the output. Either json or table. Defaults to json. [string] [choices: "json", "table", "yaml"] [default: "table"]
--outputVerbosity Either summary or all. Defaults to summary. [string] [choices: "summary", "usablewithapplycmd", "all"] [default: "summary"]
--include-runtime-details includes runtime details for each pipeline like runtime status and errors. Defaults to false. [boolean] [default: false]
-h, --help Show help [boolean]
pipeline monitor
goldsky pipeline monitor <nameOrConfigPath>
goldsky pipeline monitor <nameOrConfigPath>
Monitor a pipeline runtime
Positionals:
nameOrConfigPath pipeline name or config file path [string] [required]
Options:
--token CLI Auth Token [string] [default: ""]
--color Colorize output [boolean] [default: true]
--update-request monitor update request [boolean]
--max-refreshes, --maxRefreshes max. number of data refreshes. [number]
-v, --version pipeline version, uses latest version if not set. [string]
-h, --help Show help [boolean]
pipeline pause
goldsky pipeline pause <nameOrConfigPath>
goldsky pipeline pause <nameOrConfigPath>
Pause a pipeline
Positionals:
nameOrConfigPath pipeline name or config file path [string] [required]
Options:
--token CLI Auth Token [string] [default: ""]
--color Colorize output [boolean] [default: true]
-h, --help Show help [boolean]
pipeline start
goldsky pipeline start <nameOrConfigPath>
goldsky pipeline start <nameOrConfigPath>
Start a pipeline
Positionals:
nameOrConfigPath pipeline name or config path [string] [required]
Options:
--token CLI Auth Token [string] [default: ""]
--color Colorize output [boolean] [default: true]
--use-latest-snapshot attempts to use the latest available snapshot. [deprecated: Use '--from-snapshot'] [boolean]
--from-snapshot Snapshot that will be used to start the pipeline. Applicable values are: 'last', 'new', 'none' or a snapshot-id. 'last' uses latest available snapshot. 'new' creates a new snapshot to use. 'none': does not use any snapshot aka starts from scratch. Including the option without any argument will start an interactive mode to select from a list of available snapshots. Defaults to 'new' [string]
-h, --help Show help [boolean]
pipeline stop
goldsky pipeline stop <nameOrConfigPath>
goldsky pipeline stop <nameOrConfigPath>
Stop a pipeline
Positionals:
nameOrConfigPath pipeline name or config file path [string] [required]
Options:
--token CLI Auth Token [string] [default: ""]
--color Colorize output [boolean] [default: true]
-h, --help Show help [boolean]
pipeline info
goldsky pipeline info <nameOrConfigPath>
goldsky pipeline info <nameOrConfigPath>
Display pipeline information
Positionals:
nameOrConfigPath pipeline name or config file path [string] [required]
Options:
--token CLI Auth Token [string] [default: ""]
--color Colorize output [boolean] [default: true]
-v, --version pipeline version. Returns latest version of the pipeline if not set. [string]
-h, --help Show help [boolean]
pipeline resize
goldsky pipeline resize <nameOrConfigPath> <resourceSize>
goldsky pipeline resize <nameOrConfigPath> <resourceSize>
Resize a pipeline
Positionals:
nameOrConfigPath pipeline name or config file path [string] [required]
resource-size, resourceSize runtime resource size [string] [choices: "s", "m", "l", "xl", "xxl", "mem.l", "mem.xl", "mem.xxl"] [default: "s"]
Options:
--token CLI Auth Token [string] [default: ""]
--color Colorize output [boolean] [default: true]
-h, --help Show help [boolean]
pipeline validate
goldsky pipeline validate [config-path]
goldsky pipeline validate [config-path]
Validate a pipeline definition or config.
Positionals:
config-path path to the yaml pipeline config file. [string]
Options:
--token CLI Auth Token [string] [default: ""]
--color Colorize output [boolean] [default: true]
--definition definition of the pipeline that includes sources, transforms, sinks. Provided as json eg: `{sources: [], transforms: [], sinks:[]}` [deprecated: use config-path positional instead.] [string]
--definition-path path to a json/yaml file with the definition of the pipeline that includes sources, transforms, sinks. [deprecated: use config-path positional instead.] [string]
-h, --help Show help [boolean]
pipeline cancel-update
goldsky pipeline cancel-update <nameOrConfigPath>
goldsky pipeline cancel-update <nameOrConfigPath>
Cancel in-flight update request
Positionals:
nameOrConfigPath pipeline name or config file path [string] [required]
Options:
--token CLI Auth Token [string] [default: ""]
--color Colorize output [boolean] [default: true]
-h, --help Show help [boolean]
pipeline restart
goldsky pipeline restart <nameOrConfigPath>
goldsky pipeline restart <nameOrConfigPath>
Restart a pipeline. Useful in scenarios where pipeline needs to be restarted without any configuration changes.
Positionals:
nameOrConfigPath pipeline name or config path [string] [required]
Options:
--token CLI Auth Token [string] [default: ""]
--color Colorize output [boolean] [default: true]
--from-snapshot Snapshot that will be used to start the pipeline. Applicable values are: 'last', 'new', 'none' or a snapshot-id. 'last' uses latest available snapshot. 'new' creates a new snapshot to use. 'none': does not use any snapshot aka starts from scratch. Including the option without any argument will start an interactive mode to select from a list of available snapshots. Defaults to 'new' [string] [required]
--disable-monitoring Disables monitoring after the command is run. Defaults to false. [boolean] [default: false]
-h, --help Show help [boolean]
pipeline snapshots
goldsky pipeline snapshots
undefined
pipeline snapshots list
goldsky pipeline snapshots list <nameOrConfigPath>
goldsky pipeline snapshots list <nameOrConfigPath>
List snapshots in a pipeline
Positionals:
nameOrConfigPath pipeline name or config file path [string] [required]
Options:
--token CLI Auth Token [string] [default: ""]
--color Colorize output [boolean] [default: true]
-v, --version pipeline version. Returns snapshots across all versions if not set. [string]
-h, --help Show help [boolean]
pipeline snapshots create
goldsky pipeline snapshots create <nameOrConfigPath>
goldsky pipeline snapshots create <nameOrConfigPath>
Attempts to take a snapshot of the pipeline
Positionals:
nameOrConfigPath pipeline name or config file path [string] [required]
Options:
--token CLI Auth Token [string] [default: ""]
--color Colorize output [boolean] [default: true]
-h, --help Show help [boolean]
dataset
goldsky dataset
goldsky dataset
Commands related to Goldsky datasets
Commands:
goldsky dataset get <name> Get a dataset
goldsky dataset list List datasets
Options:
--token CLI Auth Token [string] [default: ""]
--color Colorize output [boolean] [default: true]
-h, --help Show help [boolean]
dataset get
goldsky dataset get <name>
goldsky dataset get <name>
Get a dataset
Positionals:
name dataset name [string] [required]
Options:
--token CLI Auth Token [string] [default: ""]
--color Colorize output [boolean] [default: true]
--outputFormat the output format. Either json or yaml. Defaults to yaml [string]
-v, --version dataset version [string]
-h, --help Show help [boolean]
dataset list
goldsky dataset list
goldsky dataset list
List datasets
Options:
--token CLI Auth Token [string] [default: ""]
--color Colorize output [boolean] [default: true]
--output, --outputFormat format of the output. One of table, json, or yaml. Defaults to table. [string] [choices: "json", "table", "yaml"] [default: "table"]
--group filter datasets to a single group (e.g. robinhood_mainnet). Skips the interactive group picker. [string]
-h, --help Show help [boolean]
indexed
goldsky indexed
goldsky indexed
Analyze blockchain data with indexed.xyz
Commands:
goldsky indexed sync Commands related to syncing indexed.xyz real-time raw & decoded crypto datasets
Options:
--token CLI Auth Token [string] [default: ""]
--color Colorize output [boolean] [default: true]
-h, --help Show help [boolean]
indexed sync
goldsky indexed sync
goldsky indexed sync
Commands related to syncing indexed.xyz real-time raw & decoded crypto datasets
Commands:
goldsky indexed sync decoded-logs Sync decoded logs for a smart contract from a network to this computer
goldsky indexed sync raw-blocks Sync all blocks from a network
goldsky indexed sync raw-logs Sync all logs from a network
goldsky indexed sync raw-transactions Sync all transactions from a network
Options:
--token CLI Auth Token [string] [default: ""]
--color Colorize output [boolean] [default: true]
-h, --help Show help [boolean]
indexed sync decoded-logs
goldsky indexed sync decoded-logs
goldsky indexed sync decoded-logs
Sync decoded logs for a smart contract from a network to this computer
Options:
--token CLI Auth Token [string] [default: ""]
--color Colorize output [boolean] [default: true]
--contract-address The contract address you are interested in [string] [default: ""]
--network The network of indexed.xyz data to synchronize [string] [default: "ethereum"]
-h, --help Show help [boolean]
indexed sync raw-blocks
goldsky indexed sync raw-blocks
goldsky indexed sync raw-blocks
Sync all blocks from a network
Options:
--token CLI Auth Token [string] [default: ""]
--color Colorize output [boolean] [default: true]
--network The network of indexed.xyz data to synchronize [string] [default: "ethereum"]
-h, --help Show help [boolean]
indexed sync raw-logs
goldsky indexed sync raw-logs
goldsky indexed sync raw-logs
Sync all logs from a network
Options:
--token CLI Auth Token [string] [default: ""]
--color Colorize output [boolean] [default: true]
--contract-address The contract address you are interested in [string] [default: ""]
--network The network of indexed.xyz data to synchronize [string] [default: "ethereum"]
-h, --help Show help [boolean]
indexed sync raw-transactions
goldsky indexed sync raw-transactions
goldsky indexed sync raw-transactions
Sync all transactions from a network
Options:
--token CLI Auth Token [string] [default: ""]
--color Colorize output [boolean] [default: true]
--network The network of indexed.xyz data to synchronize [string] [default: "ethereum"]
-h, --help Show help [boolean]
secret
goldsky secret
goldsky secret
Commands related to secret management
Commands:
goldsky secret create create a secret
goldsky secret list list all secrets
goldsky secret reveal <name> reveal a secret
goldsky secret update <name> update a secret
goldsky secret delete <name> delete a secret
Options:
--token CLI Auth Token [string] [default: ""]
--color Colorize output [boolean] [default: true]
-h, --help Show help [boolean]
secret create
goldsky secret create
goldsky secret create
create a secret
Options:
--token CLI Auth Token [string] [default: ""]
--color Colorize output [boolean] [default: true]
--name the name of the new secret [string]
--value the value of the new secret in json [string]
--description the description of the new secret [string]
-h, --help Show help [boolean]
Running
goldsky secret create with no --value launches an interactive prompt that first asks you to select a secret type (jdbc, clickHouse, elasticSearch, opensearch, kafka, s3, sqs, pubsub, dynamodb, or httpauth) and then collects the fields that type requires. Passing both --name and --value (JSON) creates the secret non-interactively and skips the type selector. See Mirror secrets for details on each type and the JSON schema for --value.secret list
goldsky secret list
goldsky secret list
list all secrets
Options:
--token CLI Auth Token [string] [default: ""]
--color Colorize output [boolean] [default: true]
-h, --help Show help [boolean]
secret reveal
goldsky secret reveal <name>
goldsky secret reveal <name>
reveal a secret
Positionals:
name the name of the secret [string] [required]
Options:
--token CLI Auth Token [string] [default: ""]
--color Colorize output [boolean] [default: true]
-h, --help Show help [boolean]
secret update
goldsky secret update <name>
goldsky secret update <name>
update a secret
Positionals:
name the name of the secret [string] [required]
Options:
--token CLI Auth Token [string] [default: ""]
--color Colorize output [boolean] [default: true]
--value the new value of the secret [string]
--description the new description of the secret [string]
-h, --help Show help [boolean]
secret delete
goldsky secret delete <name>
goldsky secret delete <name>
delete a secret
Positionals:
name the name of the secret to delete [string] [required]
Options:
--token CLI Auth Token [string] [default: ""]
--color Colorize output [boolean] [default: true]
-f, --force Force the deletion without prompting for confirmation [boolean] [default: false]
-h, --help Show help [boolean]
hosted-sink
goldsky hosted-sink
goldsky hosted-sink requires the Scale plan or above. On an account without access, the command fails with a message pointing to your team’s billing page (https://app.goldsky.com/teams/<teamId>/billing).goldsky hosted-sink
Commands related to Goldsky-hosted databases
Commands:
goldsky hosted-sink create Provision a Goldsky-hosted database
Options:
--token CLI Auth Token [string] [default: ""]
--color Colorize output [boolean] [default: true]
-h, --help Show help [boolean]
hosted-sink create
goldsky hosted-sink create --type postgres
--name is omitted, a name is generated automatically as HOSTED_POSTGRES_<RANDOM>.
How to use:
goldsky hosted-sink create
Provision a Goldsky-hosted database
Options:
--token CLI Auth Token [string] [default: ""]
--color Colorize output [boolean] [default: true]
--type the type of hosted database to provision [string] [required] [choices: "postgres"]
--name the name of the hosted database secret (auto-generated when omitted) [string]
--description the description of the hosted database secret [string]
-h, --help Show help [boolean]
Name: HOSTED_POSTGRES_1A2B3C4D
ID: clxy...
Type: jdbc
The database connection string is intentionally not printed, so credentials are never written to logs. Reference the database from a pipeline by using the printed secret name as the sink’s
secret_name.edge
goldsky edge
goldsky edge
Commands related to Edge endpoint management
Commands:
goldsky edge create <name> create an Edge endpoint
goldsky edge list list Edge endpoints
goldsky edge get <name> show details for an Edge endpoint
goldsky edge update <name> update an Edge endpoint's rate limit or allowed domains (Boost providers: goldsky boost)
goldsky edge delete <name> delete an Edge endpoint
goldsky edge pause <name> pause an Edge endpoint
goldsky edge resume <name> resume a paused Edge endpoint
goldsky edge reveal <name> print the API key for an Edge endpoint
goldsky edge metrics <name> print request/error metrics for an Edge endpoint as JSON (boost endpoints report cache hits, latencies, miss reasons, and savings)
goldsky edge networks list the chains/networks supported by Edge RPC
goldsky edge sources list the datasets available through Edge Data
Options:
--token CLI Auth Token [string] [default: ""]
--color Colorize output [boolean] [default: true]
-h, --help Show help [boolean]
Each endpoint belongs to one product:
rpc (Edge RPC), data (Edge Data), or boost (Boost). Boost endpoints also have their own command group, goldsky boost, for configuring providers.edge create
goldsky edge create <name>
edge reveal.
How to use:
goldsky edge create <name>
create an Edge endpoint
Positionals:
name the name of the new endpoint [string] [required]
Options:
--token CLI Auth Token [string] [default: ""]
--color Colorize output [boolean] [default: true]
--product the Edge product to create the endpoint for [choices: "rpc", "data", "boost"] [default: "rpc"]
--rate-limit named rate-limit budget (run with an invalid value to list the valid budgets) [string]
--allowed-domains comma-separated web origins allowed to call this endpoint from a browser [string]
-h, --help Show help [boolean]
--rate-limit takes a named budget. Budgets are named edge-tier-<total>-total-<per-ip>-per-ip, where the total is the requests-per-minute cap across all callers of the endpoint and the per-IP part is the cap for any single client IP. Pass an invalid value to print the current list:
edge-tier-6krpm-total-unlimited-per-ip
edge-tier-60krpm-total-unlimited-per-ip
edge-tier-180krpm-total-unlimited-per-ip
edge-tier-360krpm-total-unlimited-per-ip
edge-tier-600krpm-total-unlimited-per-ip
edge-tier-6krpm-total-500rpm-per-ip
edge-tier-60krpm-total-500rpm-per-ip
edge-tier-180krpm-total-500rpm-per-ip
edge-tier-360krpm-total-500rpm-per-ip
edge-tier-600krpm-total-500rpm-per-ip
edge-tier-unlimited-total-100rpm-per-ip
edge-tier-unlimited-total-500rpm-per-ip
--rate-limit is omitted the endpoint uses your plan’s default budget. --allowed-domains restricts browser callers to the listed web origins (for example https://app.example.com,https://staging.example.com); server-side callers are unaffected. Endpoints are unrestricted by default.
edge list
goldsky edge list
goldsky edge list
list Edge endpoints
Options:
--token CLI Auth Token [string] [default: ""]
--color Colorize output [boolean] [default: true]
--product only list endpoints for this Edge product [choices: "rpc", "data", "boost"]
-h, --help Show help [boolean]
ACTIVE, or PAUSED after edge pause), rate-limit budget, allowed domains, and creation time.
edge get
goldsky edge get <name>
goldsky edge get <name>
show details for an Edge endpoint
Positionals:
name the endpoint name [string] [required]
Options:
--token CLI Auth Token [string] [default: ""]
--color Colorize output [boolean] [default: true]
-h, --help Show help [boolean]
Name: grand-pulse
Product: rpc
Status: ACTIVE
Rate limit: default
Allowed domains: unrestricted
Created at: 6/10/2026, 9:09:37 AM
edge reveal for that.
edge update
goldsky edge update <name>
goldsky edge update <name>
update an Edge endpoint's rate limit or allowed domains (Boost providers: goldsky boost)
Positionals:
name the endpoint name [string] [required]
Options:
--token CLI Auth Token [string] [default: ""]
--color Colorize output [boolean] [default: true]
--rate-limit named rate-limit budget, or "default" to reset to the default budget (run with an invalid value to list the valid budgets) [string]
--allowed-domains comma-separated web origins allowed to call this endpoint from a browser; pass an empty string to remove the restriction [string]
-h, --help Show help [boolean]
--rate-limit default to return to your plan’s default budget, and --allowed-domains "" to remove the browser-origin restriction. See edge create for the list of budgets.
edge delete
goldsky edge delete <name>
goldsky edge delete <name>
delete an Edge endpoint
Positionals:
name the endpoint name [string] [required]
Options:
--token CLI Auth Token [string] [default: ""]
--color Colorize output [boolean] [default: true]
--force skip the confirmation prompt [boolean] [default: false]
-h, --help Show help [boolean]
Deleting an endpoint revokes its API key immediately. Any client still using the key gets authentication errors. Use
edge pause if you want to stop traffic without losing the key.edge pause
goldsky edge pause <name>
goldsky edge pause <name>
pause an Edge endpoint
Positionals:
name the endpoint name [string] [required]
Options:
--token CLI Auth Token [string] [default: ""]
--color Colorize output [boolean] [default: true]
-h, --help Show help [boolean]
edge resume
goldsky edge resume <name>
goldsky edge resume <name>
resume a paused Edge endpoint
Positionals:
name the endpoint name [string] [required]
Options:
--token CLI Auth Token [string] [default: ""]
--color Colorize output [boolean] [default: true]
-h, --help Show help [boolean]
edge reveal
goldsky edge reveal <name>
goldsky edge reveal <name>
print the API key for an Edge endpoint
Positionals:
name the endpoint name [string] [required]
Options:
--token CLI Auth Token [string] [default: ""]
--color Colorize output [boolean] [default: true]
-h, --help Show help [boolean]
edge metrics
goldsky edge metrics <name>
requests and errors, one entry per bucket.
How to use:
goldsky edge metrics <name>
print request/error metrics for an Edge endpoint as JSON (boost endpoints report cache hits, latencies, miss reasons, and savings)
Positionals:
name the endpoint name [string] [required]
Options:
--token CLI Auth Token [string] [default: ""]
--color Colorize output [boolean] [default: true]
--from start of the window as an ISO timestamp (default: 24h ago) [string]
--to end of the window as an ISO timestamp (default: now) [string]
--bucket-size aggregation bucket [choices: "1m", "5m", "1h", "6h", "1d"]
-h, --help Show help [boolean]
edge networks
goldsky edge networks
https://edge.goldsky.com/standard/evm/{chainId}?key={your-key}). See supported networks for the same list with per-chain details.
How to use:
goldsky edge networks
list the chains/networks supported by Edge RPC
Options:
--token CLI Auth Token [string] [default: ""]
--color Colorize output [boolean] [default: true]
-h, --help Show help [boolean]
edge sources
goldsky edge sources
blocks/{chain}, blocks/{chain}/head, and the Polymarket datasets), with the provider and a one-line description of each.
How to use:
goldsky edge sources
list the datasets available through Edge Data
Options:
--token CLI Auth Token [string] [default: ""]
--color Colorize output [boolean] [default: true]
-h, --help Show help [boolean]
boost
goldsky boost
goldsky boost
Commands related to Boost: cache-first EVM JSON-RPC endpoints backed by your own providers. A project has one Boost, so no command takes its name
Commands:
goldsky boost enable enable this project's Boost — a first enable walks through provider setup; a disabled Boost is switched back on
goldsky boost disable disable this project's Boost (stops serving, keeps configuration and key)
goldsky boost get show this project's Boost: providers, serving URLs, and status per chain
goldsky boost update update Boost's allowed domains or provider rate (rate limits are Goldsky-managed)
goldsky boost reveal reveal the API key Boost serves traffic under
goldsky boost metrics print Boost metrics as JSON: cache hits, latencies, miss reasons, per-provider stats, and credit savings
goldsky boost requests print the requests Boost served: method, chain, cache hit or forward, which provider answered, and how long it took
goldsky boost chains list the chains Boost can cache, and how far back each one is cached
goldsky boost validate <url> probe a provider RPC URL: detects its chain and checks that it answers
goldsky boost set switch a chain on or off, or set its timeouts (provider-level knobs: goldsky boost provider set)
goldsky boost provider manage Boost's providers: connect a provider account, or point a chain at a URL you already hold
Options:
--token CLI Auth Token [string] [default: ""]
--color Colorize output [boolean] [default: true]
-h, --help Show help [boolean]
Boost is project-scoped, so its commands do not take an endpoint name.
provider connect supports QuickNode, Alchemy, Chainstack, and dRPC. The first three create dedicated resources in your provider account; dRPC reuses an existing unrestricted key and creates nothing.boost enable
goldsky boost enable
goldsky boost enable
enable this project's Boost — a first enable walks through provider setup; a disabled Boost is switched back on
Options:
--token CLI Auth Token [string] [default: ""]
--color Colorize output [boolean] [default: true]
--allowed-domains comma-separated web origins allowed to call Boost from a browser [string]
--chain one-shot setup: configure this chain's first provider right after enabling [string]
--provider-url the provider RPC URL for --chain [string]
--header a provider request header in the form key:value; repeatable [array]
-h, --help Show help [boolean]
boost disable
goldsky boost disable
goldsky boost disable
disable this project's Boost (stops serving, keeps configuration and key)
Options:
--token CLI Auth Token [string] [default: ""]
--color Colorize output [boolean] [default: true]
-h, --help Show help [boolean]
boost get
goldsky boost get
goldsky boost get
show this project's Boost: providers, serving URLs, and status per chain
Options:
--token CLI Auth Token [string] [default: ""]
--color Colorize output [boolean] [default: true]
-h, --help Show help [boolean]
boost update
goldsky boost update
goldsky boost update
update Boost's allowed domains or provider rate (rate limits are Goldsky-managed)
Options:
--token CLI Auth Token [string] [default: ""]
--color Colorize output [boolean] [default: true]
--allowed-domains comma-separated web origins allowed to call Boost from a browser; pass an empty string to remove the restriction [string]
--provider-rate what your provider charges per million requests, in USD; prices the estimated saving where no vendor rate card applies [number]
-h, --help Show help [boolean]
boost reveal
goldsky boost reveal
goldsky boost reveal
reveal the API key Boost serves traffic under
Options:
--token CLI Auth Token [string] [default: ""]
--color Colorize output [boolean] [default: true]
-h, --help Show help [boolean]
boost metrics
goldsky boost metrics
goldsky boost metrics
print Boost metrics as JSON: cache hits, latencies, miss reasons, per-provider stats, and credit savings
Options:
--token CLI Auth Token [string] [default: ""]
--color Colorize output [boolean] [default: true]
--from start of the window as an ISO timestamp (default: 24h ago) [string]
--to end of the window as an ISO timestamp (default: now) [string]
--bucket-size aggregation bucket [choices: "1m", "5m", "1h", "6h", "1d"]
--chain narrow the chain-dimensioned panels to one chain (upstreams, credits, savings, byChain, byMethod) [string]
-h, --help Show help [boolean]
boost requests
goldsky boost requests
goldsky boost requests
print the requests Boost served: method, chain, cache hit or forward, which provider answered, and how long it took
Options:
--token CLI Auth Token [string] [default: ""]
--color Colorize output [boolean] [default: true]
--chain only requests on this chain [string]
--method only this JSON-RPC method, e.g. eth_getLogs [string]
--errors only requests that failed [boolean] [default: false]
--limit how many rows to print (pages are 50) [number] [default: 50]
-h, --help Show help [boolean]
boost chains
goldsky boost chains
goldsky boost chains
list the chains Boost can cache, and how far back each one is cached
Options:
--token CLI Auth Token [string] [default: ""]
--color Colorize output [boolean] [default: true]
-h, --help Show help [boolean]
boost validate
goldsky boost validate <url>
goldsky boost validate <url>
probe a provider RPC URL: detects its chain and checks that it answers
Positionals:
url the provider RPC URL to probe [string] [required]
Options:
--token CLI Auth Token [string] [default: ""]
--color Colorize output [boolean] [default: true]
--chain the chain you intend to use it for (verifies they match) [string]
--header a request header in the form key:value; repeatable [array]
-h, --help Show help [boolean]
boost set
goldsky boost set
goldsky boost set
switch a chain on or off, or set its timeouts (provider-level knobs: goldsky boost provider set)
Options:
--token CLI Auth Token [string] [default: ""]
--color Colorize output [boolean] [default: true]
--chain the chain to configure [string] [required]
--enabled switch the chain on (true) or off (false); off refuses requests at its Boost URL and keeps providers and settings [boolean]
--forward-timeout the chain's forward timeout in milliseconds, or "default" [string]
--cache-timeout the chain's cache timeout in milliseconds, or "default" [string]
-h, --help Show help [boolean]
boost provider
goldsky boost provider
goldsky boost provider
manage Boost's providers: connect a provider account, or point a chain at a URL you already hold
Commands:
goldsky boost provider connect connect a provider account and create its endpoints per chain
goldsky boost provider disconnect disconnect a provider account and delete the endpoints Boost created in it
goldsky boost provider add add a provider for a chain
goldsky boost provider replace replace a provider's URL (credential rotation: the new URL is sent whole, the old one is never read)
goldsky boost provider activate make this provider the active one serving its chain
goldsky boost provider remove remove a provider from a chain (removing the active one promotes a fallback when available)
goldsky boost provider set set a provider's forward timeout or pinned pricing vendor
Options:
--token CLI Auth Token [string] [default: ""]
--color Colorize output [boolean] [default: true]
-h, --help Show help [boolean]
boost provider connect
goldsky boost provider connect
goldsky boost provider connect
connect a provider account and create its endpoints per chain
Options:
--token CLI Auth Token [string] [default: ""]
--color Colorize output [boolean] [default: true]
--vendor the provider account to connect [string] [required] [choices: "quicknode", "alchemy", "chainstack", "drpc"]
--key the provider's management credential (QuickNode: an admin API key; Alchemy: an access key with App Management read+write; Chainstack: a Platform API key; dRPC: a dashboard token, which only needs read access); prompted for when omitted, which keeps it out of shell history [string]
--chain a chain to create an endpoint for; repeatable (default: every chain Boost offers) [array]
-h, --help Show help [boolean]
boost provider disconnect
goldsky boost provider disconnect
goldsky boost provider disconnect
disconnect a provider account and delete the endpoints Boost created in it
Options:
--token CLI Auth Token [string] [default: ""]
--color Colorize output [boolean] [default: true]
--vendor the provider account to disconnect [string] [required] [choices: "quicknode", "alchemy", "chainstack", "drpc"]
--force skip the confirmation prompt [boolean] [default: false]
-h, --help Show help [boolean]
boost provider add
goldsky boost provider add
goldsky boost provider add
add a provider for a chain
Options:
--token CLI Auth Token [string] [default: ""]
--color Colorize output [boolean] [default: true]
--chain the chain this provider serves [string] [required]
--url the provider RPC URL [string] [required]
--header a provider request header in the form key:value; repeatable [array]
--id your id for this provider (default: <chain>-primary, then <chain>-N) [string]
-h, --help Show help [boolean]
boost provider replace
goldsky boost provider replace
goldsky boost provider replace
replace a provider's URL (credential rotation: the new URL is sent whole, the old one is never read)
Options:
--token CLI Auth Token [string] [default: ""]
--color Colorize output [boolean] [default: true]
--chain the provider's chain [string] [required]
--id the provider id to replace the URL of [string] [required]
--url the new provider RPC URL [string] [required]
--header replace the stored headers with these key:value entries; repeatable; omit to keep the stored headers [array]
--clear-headers delete all stored headers on this provider [boolean] [default: false]
-h, --help Show help [boolean]
boost provider activate
goldsky boost provider activate
goldsky boost provider activate
make this provider the active one serving its chain
Options:
--token CLI Auth Token [string] [default: ""]
--color Colorize output [boolean] [default: true]
--chain the provider's chain [string] [required]
--id the provider id to activate [string] [required]
-h, --help Show help [boolean]
boost provider remove
goldsky boost provider remove
goldsky boost provider remove
remove a provider from a chain (removing the active one promotes a fallback when available)
Options:
--token CLI Auth Token [string] [default: ""]
--color Colorize output [boolean] [default: true]
--chain the provider's chain [string] [required]
--id the provider id to remove [string] [required]
--force skip the confirmation prompt when removing a chain's last provider [boolean] [default: false]
-h, --help Show help [boolean]
boost provider set
goldsky boost provider set
goldsky boost provider set
set a provider's forward timeout or pinned pricing vendor
Options:
--token CLI Auth Token [string] [default: ""]
--color Colorize output [boolean] [default: true]
--chain the provider's chain [string] [required]
--id the provider id [string] [required]
--timeout the provider's forward timeout in milliseconds, or "default" [string]
--vendor the pinned pricing vendor, or "auto" to auto-detect [string]
-h, --help Show help [boolean]
telemetry
goldsky telemetry
goldsky telemetry
Commands related to CLI telemetry
Commands:
goldsky telemetry status Display the CLI telemetry status
goldsky telemetry enable Enable anonymous CLI telemetry
goldsky telemetry disable Disable anonymous CLI telemetry
Options:
--token CLI Auth Token [string] [default: ""]
--color Colorize output [boolean] [default: true]
-h, --help Show help [boolean]
telemetry status
goldsky telemetry status
goldsky telemetry status
Display the CLI telemetry status
Options:
--token CLI Auth Token [string] [default: ""]
--color Colorize output [boolean] [default: true]
-h, --help Show help [boolean]
telemetry enable
goldsky telemetry enable
goldsky telemetry enable
Enable anonymous CLI telemetry
Options:
--token CLI Auth Token [string] [default: ""]
--color Colorize output [boolean] [default: true]
-h, --help Show help [boolean]
telemetry disable
goldsky telemetry disable
goldsky telemetry disable
Disable anonymous CLI telemetry
Options:
--token CLI Auth Token [string] [default: ""]
--color Colorize output [boolean] [default: true]
-h, --help Show help [boolean]
turbo pipelines
goldsky turbo
goldsky turbo
Commands related to Turbo Pipelines
Commands:
goldsky turbo apply Apply a pipeline definition from YAML file
goldsky turbo delete Delete a pipeline by name
goldsky turbo pause Pause a pipeline by name
goldsky turbo list List all pipelines in the current project
goldsky turbo logs Stream logs from a pipeline
goldsky turbo validate Validate a pipeline definition without applying it
goldsky turbo inspect Inspect live data flowing through a pipeline
goldsky turbo get Get pipeline details
goldsky turbo state Manage pipeline state
goldsky turbo help Print this message or the help of the given subcommand(s)
Options:
-h, --help Print help
-V, --version Print version
turbo apply
goldsky turbo apply <config-path>
goldsky turbo apply <config-path>
Apply a pipeline definition from YAML file
Positionals:
config-path Path to the YAML pipeline config file [string] [required]
Options:
-h, --help Print help
turbo delete
goldsky turbo delete <name>
goldsky turbo delete <name>
Delete a pipeline by name
Positionals:
name Pipeline name [string] [required]
Options:
-h, --help Print help
turbo pause
goldsky turbo pause <name>
goldsky turbo pause <name>
Pause a pipeline by name
Positionals:
name Pipeline name [string] [required]
Options:
-h, --help Print help
turbo list
goldsky turbo list
goldsky turbo list
List all pipelines in the current project
Options:
-h, --help Print help
turbo logs
goldsky turbo logs <name>
goldsky turbo logs <name>
Stream logs from a pipeline
Positionals:
name Pipeline name [string] [required]
Options:
-h, --help Print help
turbo validate
goldsky turbo validate <config-path>
goldsky turbo validate <config-path>
Validate a pipeline definition without applying it
Positionals:
config-path Path to the YAML pipeline config file [string] [required]
Options:
-h, --help Print help
turbo inspect
goldsky turbo inspect <name>
goldsky turbo inspect <name>
Inspect live data flowing through a pipeline
Positionals:
name Pipeline name or path to YAML config file [string] [required]
Options:
-n, --topology-node-keys Comma-separated list of topology node keys to filter [string]
-b, --buffer-size Maximum records to keep in buffer [number] [default: 10000]
-p, --print Print records to stdout instead of opening the TUI [boolean] [default: false]
-h, --help Print help
Use See Live Inspect - Print mode for more details.
--print / -p to bypass the interactive TUI and stream records directly to stdout. This makes output fully selectable and allows piping to tools like jq:goldsky turbo inspect my-pipeline -p | jq '.signature'
turbo get
goldsky turbo get <name>
goldsky turbo get <name>
Get pipeline details
Positionals:
name Pipeline name [string] [required]
Options:
-h, --help Print help
turbo state
goldsky turbo state <name>
goldsky turbo state <name>
Manage pipeline state
Positionals:
name Pipeline name [string] [required]
Options:
-h, --help Print help