forc-index
A forc
plugin for basic Fuel Indexer interaction.
Commands
forc index new
Create new indexer project at the provided path.
forc index start
Start a local Fuel Indexer service.
forc index deploy
Deploy a given indexer project to a particular endpoint
forc index remove
Kill a running indexer
forc index check
Check to see which indexer components you have installed.
forc index build
Build the indexer in the current directory.
forc index auth
Authenticate against an indexer service.
forc index postgres create
Create a new database.
forc index postgres start
Start a previously created database.
forc index postgres stop
Stop a running database.
forc index postgres drop
Drop a stopped database.