spacelift-io / spacectl

Spacelift client and CLI
MIT License
131 stars 35 forks source link

Local stack id search should stop after X attempts #179

Closed tomasmik closed 1 year ago

tomasmik commented 1 year ago

Right now it loops until it finds .git or gives up after no more parents, but that can still take a very long time. It should give up after X amount of parent checks.