forc-index

Crates.ioforc-index
lib.rsforc-index
version0.25.0
sourcesrc
created_at2022-11-30 21:48:14.377767
updated_at2024-02-06 19:07:27.374221
descriptionFuel Indexer forc plugin
homepagehttps://fuel.network/
repositoryhttps://github.com/FuelLabs/fuel-indexer
max_upload_size
id727091
size205,861
(fuel-service-user)

documentation

README

forc-index

A forc plugin for basic Fuel Indexer interaction.

Commands

forc index new

Create new indexer project at the provided path.

forc index new --namespace my_org_name

forc index start

Start a local Fuel Indexer service.

forc index start

forc index deploy

Deploy a given indexer project to a particular endpoint

forc index deploy --url https://beta-5-indexer.fuel.network

forc index remove

Kill a running indexer

forc index remove --url https://beta-5-indexer.fuel.network

forc index check

Check to see which indexer components you have installed.

forc index check

forc index build

Build the indexer in the current directory.

forc index build --verbose

forc index auth

Authenticate against an indexer service.

forc index auth --verbose

forc index postgres create

Create a new database.

forc index postgres create postgres --persistent

forc index postgres start

Start a previously created database.

forc index postgres start postgres

forc index postgres stop

Stop a running database.

forc index postgres stop postgres

forc index postgres drop

Drop a stopped database.

forc index postgres drop postgres
Commit count: 681

cargo fmt