Commit Graph

4 Commits

Author SHA1 Message Date
Roxie Gibson d777eb2af1
refactor(style): errs should not start with upper 2021-08-02 04:20:02 +01:00
decentral1se 42968fb8e1
feat: finally implement app new command 2021-07-31 15:50:04 +02: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 769c5b899b
refactor: abstract secret generation into package 2021-07-30 22:53:51 +02:00