69 releases (25 breaking)
0.25.0 | Feb 6, 2024 |
---|---|
0.24.3 | Dec 8, 2023 |
0.24.0 | Nov 29, 2023 |
0.18.5 | Jul 20, 2023 |
0.0.0 | Nov 30, 2022 |
#12 in #forc
44 downloads per month
Used in plugin-tests
310KB
7.5K
SLoC
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
Dependencies
~105MB
~2M SLoC