Closed arnarg closed 10 months ago
It would be more user friendly to have a nice CLI to get info about environments and run CI scripts without having to know the internals.
Get env info
>> nixidy info .#dev { "repository": "https://...", "branch": "env/dev" }
Run CI script
nixidy ci .#dev
Build env locally
nixidy build .#dev
It would be more user friendly to have a nice CLI to get info about environments and run CI scripts without having to know the internals.
Ideas
Get env info
Run CI script
nixidy ci .#dev
Build env locally
nixidy build .#dev