6 Commits

Author SHA1 Message Date
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
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
58bdb456df
refactor: use variable to make more readable 2021-07-30 17:09:23 +02:00
d97da9f45c
fix: use correct path for checking app path 2021-07-30 17:07:51 +02:00
064a0f271f
WIP: further process on app new command 2021-07-30 13:16:28 +02:00
1187d6bfd5
refactor: move catalogue logic into own package 2021-07-28 22:10:13 +02:00