abra app ls -S shouldn't fail if a single .env file is missing #560

Closed
opened 2025-05-19 08:16:38 +00:00 by simon · 2 comments
Member

In alakazam we have a command to do a ps over all our instances and apps. It uses abra app ls -S -s <INSTANCE> -m in the background.

Said command raises the following error, if the server has an app deployed without the respective .env file on the client system.
FATA unable to retrieve tags for <APP>: repository does not exist

In a shared environment, this happens frequently. It'd be nice if the command could still output as much as possible, with a warning for said missing .env file

In [alakazam](https://git.coopcloud.tech/moritz/alakazam) we have a command to do a `ps` over all our instances and apps. It uses `abra app ls -S -s <INSTANCE> -m` in the background. Said command raises the following error, if the server has an app deployed without the respective .env file on the client system. `FATA unable to retrieve tags for <APP>: repository does not exist` In a shared environment, this happens frequently. It'd be nice if the command could still output as much as possible, with a warning for said missing .env file
decentral1se added the
enhancement
label 2025-05-19 09:03:52 +00:00
decentral1se added this to the Abra v0.11.x project 2025-05-19 09:04:00 +00:00
decentral1se self-assigned this 2025-07-08 09:59:55 +00:00
Owner

@simon coming back to this after ages... sorry for the delay!

I am actually unable to reproduce this. I created an integration test which is passing in #591 and doesn't error out when the .env is missing for a deployed app. Is there something I'm missing?

Are you still able to reproduce this error on latest abra and can you provide --debug logs?

@simon coming back to this after ages... sorry for the delay! I am actually unable to reproduce this. I created an integration test which is passing in https://git.coopcloud.tech/toolshed/abra/pulls/591 and doesn't error out when the `.env` is missing for a deployed app. Is there something I'm missing? Are you still able to reproduce this error on latest `abra` and can you provide `--debug` logs?
decentral1se moved this to In Progress in Abra v0.11.x on 2025-08-12 20:23:30 +00:00
decentral1se added
question
and removed
enhancement
labels 2025-08-17 09:18:12 +00:00
Owner

OK, merged that test and still can't reproduce. I'm gonna close off for now but if you see it again, please do let me know! --debug logs in that case would be great also.

OK, merged that test and still can't reproduce. I'm gonna close off for now but if you see it again, please do let me know! `--debug` logs in that case would be great also.
decentral1se moved this to Done in Abra v0.11.x on 2025-08-18 07:48:45 +00:00
Sign in to join this conversation.
2 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: toolshed/abra#560
No description provided.