cli
cli copied to clipboard
Hide the `scaffold band` command and remove info about Bandchain from the docs
It's not maintained and we need to move this functionality into a plugin: https://github.com/ignite/cli/issues/1964
We don't have to delete the code, just hide temporarily until we're ready to move it to a plugin and make an arrangement with Band for them to maintain it.
It's a good first real usage of the plugins! Should we create a new ignite repo for the plugins ?
It's a good first real usage of the plugins! Should we create a new ignite repo for the plugins ?
I think this is a great idea. @ilgooz wdyt?
This could be the first plugin we include in an ignite/plugins repo
I think one of the advantages of the plugin system is that other entities would be maintaining some of them. I think with Band that should be the case. It's a chain-specific functionality and if they want it in the CLI, they should assign a dev to maintain it.
Having plugins in a single repo I think is perfectly fine. Codeowners file can be used to specify who is responsible for which plugin.