dsrvlabs / vatz

Node management integration tools in purpose of maximizing node's uptime for any protocols
https://www.dsrvlabs.com/
GNU General Public License v3.0
30 stars 15 forks source link

CLIs for plugin #316

Open rootwarp opened 1 year ago

rootwarp commented 1 year ago

Checklist


Is your feature request related to a problem? Please describe.

A clear and concise description of what the problem is. such as Ex. I'm always frustrated

Describe the solution you'd like| Ex

A clear and concise description of what you want to happen

Describe alternatives you've considered

A clear and concise description of any alternative solutions or features you have considered.

Additional context or comment

Add any other context or screenshots about the feature request here.

Child Issues

gnongs commented 1 year ago

@rootwarp I think we need to synchronize plugin information with DB and yaml file

How do you think about that ?

rootwarp commented 1 year ago

@rootwarp I think we need to synchronize plugin information with DB and yaml file

How do you think about that ?

@gnongs Agree. As you know plugin information is managed by two part, yaml and DB so it will make confusion to users.

But now, we have no detail plans regarding to config yaml file. So we have to estimate plan precisely to keep backward compatibility.

It could be good to make this issue public and discuss together.

@xellos00 How do you think?

xellos00 commented 1 year ago

@rootwarp I think we need to synchronize plugin information with DB and yaml file How do you think about that ?

@gnongs Agree. As you know plugin information is managed by two part, yaml and DB so it will make confusion to users.

But now, we have no detail plans regarding to config yaml file. So we have to estimate plan precisely to keep backward compatibility.

It could be good to make this issue public and discuss together.

@xellos00 How do you think?

@rootwarp @gnongs Yes, I agree. It really good idea. I prefers discuss it after we finishes node exporter and version 1.0

rootwarp commented 1 year ago

@xellos00 Maybe Support DB migration if the DB schema is changed item might be related what you said.

xellos00 commented 1 year ago

t DB migration if the DB schema is

Yes, it does, Let me separate an issue and no one have trouble to update DB schema.