forked from coop-cloud/abra
0
0
Fork 0
The Co-op Cloud command-line utility belt 🎩🐇
Go to file
p4u1 ea0c052c1e proper env modifiers support
This implements proper modifier support in the env file using this new fork of the godotenv library. The modifier implementation is quite basic for but can be improved later if needed. See this commit for the actual implementation.

Because we are now using proper modifer parsing, it does not affect the parsing of value, so this is possible again:
```
MY_VAR="#foo"
```
Closes coop-cloud/organising#535
2023-12-01 10:15:14 +01:00
.gitea docs: add template 2021-09-11 12:20:27 +02:00
cli proper env modifiers support 2023-12-01 10:15:14 +01:00
cmd docs: fix comment names 2023-02-10 12:45:24 +01:00
pkg proper env modifiers support 2023-12-01 10:15:14 +01:00
scripts fix: clean up after cp'ing script [ci skip] 2023-11-27 11:21:46 +01:00
tests add integration test 2023-11-27 10:01:33 +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 proper env modifiers support 2023-12-01 10:15:14 +01:00
go.sum proper env modifiers support 2023-12-01 10:15:14 +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!