You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Yes we can much easier doing that than #153 but I'm not sure if this is good strategy in term of UX for supporting more input formats in future. But yeah we can apply that at this moment. I'm +1 for that.
Currently it is kind of strange to do
kompose up --dab app.dab
but for docker-compose you dokompose -f compose.yml up
Wouldn't it make more sense to move
--dab
flag to same level as--file
?It would look like this:
The text was updated successfully, but these errors were encountered: