threefoldtech / tfgrid-sdk-go

Apache License 2.0
2 stars 4 forks source link

implement grid-compose #1130

Open eyad-hussein opened 4 months ago

eyad-hussein commented 4 months ago

Description

Building the grid-compose cli tool by implementing several commands adapted by docker-compose(up, down, version, etc)

Changes

Related Issues

Checklist

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

xmonader commented 3 months ago

still needs to handle the dependency resolution "and guard against cycles"

xmonader commented 2 months ago

Let's unblock this