criticalmanufacturing / cli

Critical Manufacturing Projects Command Line Tool
https://criticalmanufacturing.github.io/cli/
BSD 3-Clause "New" or "Revised" License
10 stars 22 forks source link

`cmf pack` isn't solving the package root for the working directory #367

Closed m-s- closed 2 weeks ago

m-s- commented 5 months ago

Every command that works on a specific package should automatically solve the package root from the current directory, so we don't have to move to the package root to run a simple command. If the command works at a repository level, it should solve that location automatically.

pack isn't doing that so it needs fixing. We should also review the other commands.

ponces commented 2 weeks ago

Fixed by https://github.com/criticalmanufacturing/cli/pull/411.