FuelLabs / fuel-indexer

🗃 The Fuel indexer is a standalone service that can be used to index various components of the Fuel blockchain.
https://docs.fuel.network/docs/indexer/
140 stars 66 forks source link

ux: forc index remove needs an option to remove an indexer by UID #1515

Closed lostman closed 4 months ago

lostman commented 7 months ago

Description

I sometimes run into an issue where I have deployed a temporary indexer to test something, and then I don't have the sources available. This makes it hard/annoying to remove it.

I think having an option to

forc index remove --uid fuellabs.some_indexer

would add a lot of convenience.

It also makes sense. To deploy an indexer we need the sources. However, to remove it, we only need the UID.