Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Would be nice to have a ignite module list command #776

Open
jtremback opened this issue Feb 22, 2021 · 3 comments
Open

Would be nice to have a ignite module list command #776

jtremback opened this issue Feb 22, 2021 · 3 comments
Assignees
Labels
type:feat To implement new feature.

Comments

@jtremback
Copy link

Right now it's a bit much to dive into app.go to figure it out. It looks like there are a lot of modules in there, although on http://0.0.0.0:12345/#/ it tells me that "We've installed the auth, bank, and staking modules for you."

@fadeev
Copy link
Contributor

fadeev commented Feb 22, 2021

What would the module list do? Analyze app.go dynamically and tell, which modules are installed? Could be useful, perhaps.

@lumtis
Copy link
Contributor

lumtis commented Feb 22, 2021

Under the current Cosmos-SDK, all the used modules are passed to module.NewManager method, we could then list them from this call if this feature makes sense.

Though this way of passing modules could change with the future refacto

@aljo242 aljo242 added type:feat To implement new feature. priority/low labels Oct 27, 2022
@salmad3 salmad3 moved this to Backlog in Ignite CLI Masterboard Jan 24, 2024
@salmad3 salmad3 changed the title Would be nice to have a starport module list command Would be nice to have a ignite module list command Jan 31, 2024
@salmad3 salmad3 added good first issue Good for newcomers and removed needs-triage labels Jan 31, 2024
@julienrbrt julienrbrt removed the good first issue Good for newcomers label Jul 12, 2024
@julienrbrt julienrbrt self-assigned this Jul 12, 2024
@julienrbrt
Copy link
Member

Done in module registry app poc.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type:feat To implement new feature.
Projects
Status: To Discuss
Development

No branches or pull requests

6 participants