Open eyad-hussein opened 4 months ago
Please review the project structure, cobra commands should ONLY invoke methods defined on the app, don't leak any code logic into your commands. make sure the input is validated with decent error messages as well.
still needs to handle the dependency resolution "and guard against cycles"
Let's unblock this
Description
Building the grid-compose cli tool by implementing several commands adapted by docker-compose(up, down, version, etc)
Changes
Related Issues
Checklist