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.
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
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.