forked from coop-cloud/abra
0
0
Fork 0
abra/cli/app
p4u1 d4727db8f9 feat: abra app logs shows task errors (!395)
The log command now checks for the ready state in the task list. If it is not ready. It shows the task logs. This might look like this:
```
ERRO[0000] Service abra-test-recipe_default_app: State rejected: No such image: ngaaaax:1.21.0
ERRO[0000] Service abra-test-recipe_default_app: State preparing:
ERRO[0000] Service abra-test-recipe_default_app: State rejected: No such image: ngaaaax:1.21.0
ERRO[0000] Service abra-test-recipe_default_app: State rejected: No such image: ngaaaax:1.21.0
ERRO[0000] Service abra-test-recipe_default_app: State rejected: No such image: ngaaaax:1.21.0
```

Closes coop-cloud/organising#518

Reviewed-on: coop-cloud/abra#395
Reviewed-by: decentral1se <decentral1se@noreply.git.coopcloud.tech>
Co-authored-by: p4u1 <p4u1_f4u1@riseup.net>
Co-committed-by: p4u1 <p4u1_f4u1@riseup.net>
2023-12-14 13:15:24 +00:00
..
app.go feat: app services command 2023-01-23 08:25:17 +00:00
backup.go fix: --offline/--chaos handlings for backup/check/cmd/restore 2023-09-22 09:47:36 +02:00
check.go fix: improve app check 2023-10-06 10:56:33 +02:00
cmd.go add bash completion for abra cmd 2023-11-27 10:01:33 +00:00
cmd_test.go fix: app cmd parsing, usage & tests 2022-08-14 16:18:58 +02:00
config.go test: moar integration tests [ci skip] 2023-09-20 13:51:06 +02:00
cp.go feat: abra app cp enhancements 2023-12-02 15:39:27 +00:00
cp_test.go feat: abra app cp enhancements 2023-12-02 15:39:27 +00:00
deploy.go fix: bail if --chaos and specific version 2023-10-09 20:54:44 +00:00
errors.go test: moar integration tests [ci skip] 2023-09-20 13:51:06 +02:00
list.go test: moar integration tests [ci skip] 2023-09-20 13:51:06 +02:00
logs.go feat: abra app logs shows task errors (!395) 2023-12-14 13:15:24 +00:00
new.go fix: secret name generation when secretId is not part of the secret name 2023-12-04 21:52:09 +00:00
ps.go test: moar integration tests [ci skip] 2023-09-20 13:51:06 +02:00
remove.go test: moar integration tests [ci skip] 2023-09-20 13:51:06 +02:00
restart.go test: moar integration tests [ci skip] 2023-09-20 13:51:06 +02:00
restore.go fix: --offline/--chaos handlings for backup/check/cmd/restore 2023-09-22 09:47:36 +02:00
rollback.go fix: bail if --chaos and specific version 2023-10-09 20:54:44 +00:00
run.go test: moar integration tests [ci skip] 2023-09-20 13:51:06 +02:00
secret.go fix: secret name generation when secretId is not part of the secret name 2023-12-04 21:52:09 +00:00
services.go test: moar integration tests [ci skip] 2023-09-20 13:51:06 +02:00
undeploy.go test: moar integration tests [ci skip] 2023-09-20 13:51:06 +02:00
upgrade.go fix: bail if --chaos and specific version 2023-10-09 20:54:44 +00:00
version.go fix: app version includes tags, sorts & tests 2023-09-24 11:19:27 +02:00
volume.go test: moar integration tests [ci skip] 2023-09-20 13:51:06 +02:00