I ran abra app new karrot and then while it was running, I realized I forgot to add the -S flag. So I cancelled (ctrl c) .
However, now whenever I try to create that app I get the below error - presumably due to the incomplete app creation process.
root@debian:~# abra app new karrot
^C
root@debian:~# abra app new karrot -S
FATA[0000] unable to validate recipe: karrot is missing a compose.yml or compose.*.yml file?
I ran abra app new karrot and then while it was running, I realized I forgot to add the -S flag. So I cancelled (ctrl c) .
However, now whenever I try to create that app I get the below error - presumably due to the incomplete app creation process.
```
root@debian:~# abra app new karrot
^C
root@debian:~# abra app new karrot -S
FATA[0000] unable to validate recipe: karrot is missing a compose.yml or compose.*.yml file?
```
@Schumi23 I would rm -rf ~/.abra/recipes/karrot probably to get back from this?
I think abra recipe fetch karrot might also sort this but maybe it skips if it seems a folder?
We could consider adding a --force? Feel free to open a ticket on toolshed/abra
@Schumi23 I would `rm -rf ~/.abra/recipes/karrot` probably to get back from this?
I think `abra recipe fetch karrot` might also sort this but maybe it skips if it seems a folder?
We could consider adding a `--force`? Feel free to open a ticket on `toolshed/abra`
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
I ran abra app new karrot and then while it was running, I realized I forgot to add the -S flag. So I cancelled (ctrl c) .
However, now whenever I try to create that app I get the below error - presumably due to the incomplete app creation process.
@Schumi23 I would
rm -rf ~/.abra/recipes/karrotprobably to get back from this?I think
abra recipe fetch karrotmight also sort this but maybe it skips if it seems a folder?We could consider adding a
--force? Feel free to open a ticket ontoolshed/abraLet's handle this in toolshed/abra#528.