forked from coop-cloud/abra
0
0
Fork 0
The Co-op Cloud command-line utility belt 🎩🐇
Go to file
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
.gitea docs: add template 2021-09-11 12:20:27 +02:00
cli feat: abra app logs shows task errors (!395) 2023-12-14 13:15:24 +00:00
cmd docs: fix comment names 2023-02-10 12:45:24 +01:00
pkg feat: abra app logs shows task errors (!395) 2023-12-14 13:15:24 +00:00
scripts fix: clean up after cp'ing script [ci skip] 2023-11-27 11:21:46 +01:00
tests feat: abra release now asks for a release note (!393) 2023-12-12 14:46:20 +00:00
.dockerignore fix: ignore build files for docker [ci skip] 2023-10-09 23:40:41 +02:00
.drone.yml fix: bring back docker build 2023-10-10 07:27:49 +02:00
.envrc.sample test: moar integration tests [ci skip] 2023-09-20 13:51:06 +02:00
.gitignore test: moar integration tests [ci skip] 2023-09-20 13:51:06 +02:00
.goreleaser.yml Revert "build: replacements is deprecated" 2023-07-29 00:14:08 +02:00
AUTHORS.md docs: add p4u1 [ci skip] 2023-11-27 11:23:03 +01:00
Dockerfile fix: include ca-certs to avoid x509 error [ci skip] 2023-10-10 00:50:43 +02:00
LICENSE chore: formatting, indentation 2023-02-08 22:59:47 +01:00
Makefile fix: just run it in place [ci skip] 2023-11-27 11:25:01 +01:00
README.md test: moar integration tests [ci skip] 2023-09-20 13:51:06 +02:00
go.mod chore: update godotenv fork commit pointer 2023-12-02 12:59:42 +01:00
go.sum chore: go mod tidy [ci skip] 2023-12-04 22:56:58 +01:00
renovate.json build: attempt to ignore goreleaser upgrades 2023-08-01 19:33:36 +02:00

README.md

abra

Build Status Go Report Card Go Reference

The Co-op Cloud utility belt 🎩🐇

abra is the flagship client & command-line tool for Co-op Cloud. It has been developed specifically for the purpose of making the day-to-day operations of operators and maintainers pleasant & convenient. It is libre software, written in Go and maintained and extended by the community 💖

Please see docs.coopcloud.tech/abra for help on install, upgrade, hacking, troubleshooting & more!