Cancelled app new process prevents setting it up in the future. #273

Closed
opened 2025-04-06 17:56:11 +00:00 by Schumi23 · 2 comments

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? ```
Owner

@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`
Owner

Let's handle this in toolshed/abra#528.

Let's handle this in https://git.coopcloud.tech/toolshed/abra/issues/528.
Sign in to join this conversation.
No Label
2 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: toolshed/docs.coopcloud.tech#273
No description provided.