FuelLabs / fuel-indexer

*Archived* 🗃 The Fuel indexer is a standalone service that can be used to index various components of the Fuel blockchain.
140 stars 67 forks source link

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

Closed lostman closed 7 months ago

lostman commented 11 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.