Commit Graph

8 Commits

Author SHA1 Message Date
decentral1se 7ad812ad98
refactor: migrate JSON function to new package
We now use it to help read remote docker registries also.
2021-08-09 16:16:33 +02:00
decentral1se 11ef64ead3
WIP: abra recipe upgrade on the way 2021-08-06 15:40:23 +02:00
Roxie Gibson 38d8b51bd5
refactor: moved a lot of flags & added comments
Comments added to fix the golint errors on exported things need comments
2021-08-02 07:36:35 +01:00
decentral1se 932803453e
WIP: still hacking on the app new command
Finally had to fork godotenv because it strips comments and we need
those to parse length values (e.g. "FOO=v1  # length=10") (or in other
words, motivation to move to the YAML format).

There is a new secret module now, with functionality for dealing with
generation and parsing of secrets.

The final output needs some work and there is also the final step of
implementing the sending of secrets to the docker daemon. Coming Soon
™️.
2021-07-31 12:49:22 +02:00
decentral1se 58bdb456df
refactor: use variable to make more readable 2021-07-30 17:09:23 +02:00
decentral1se d97da9f45c
fix: use correct path for checking app path 2021-07-30 17:07:51 +02:00
decentral1se 064a0f271f
WIP: further process on app new command 2021-07-30 13:16:28 +02:00
decentral1se 1187d6bfd5
refactor: move catalogue logic into own package 2021-07-28 22:10:13 +02:00