A forc plugin for basic Fuel Indexer interaction.
forc index initCreate a new index project at the provided path. If no path is provided the current working directory will be used.
bash
forc index init --namespace fuel
forc index newCreate new index project at the provided path.
bash
forc index new --namespace my_org_name
forc index startStart a local Fuel Indexer service.
bash
forc index start --background
forc index deployDeploy a given index project to a particular endpoint
bash
forc index deploy --url https://index.swaysway.io --manifest my_index.manifest.yaml
forc index removeKill a running indexer
bash
forc index remove --url https://index.swayswap.io --manifest my_index.manifest.yaml
forc index checkCheck to see which indexer components you have installed.
bash
forc index check
forc index buildBuild the index in the current directory.
bash
forc index build --verbose