Commit Graph

92 Commits

Author SHA1 Message Date
decentral1se 3d7961282a
refactor: drop that back to TODO for now 2021-08-06 21:24:56 +02:00
decentral1se 828417c92b
refactor: add config.GetAppComposeFiles 2021-08-06 19:38:06 +02:00
decentral1se 11ef64ead3
WIP: abra recipe upgrade on the way 2021-08-06 15:40:23 +02:00
decentral1se c75c2254e4
refactor: spec out new release command breakdown 2021-08-06 12:34:59 +02:00
decentral1se 36af302d5f
refactor: dangling else, Sprintf formatting, printing 2021-08-06 12:20:14 +02:00
knoflook 6732edf8db
feat: implement app remove
See coop-cloud/go-abra#43.
2021-08-06 12:00:24 +02:00
3wc 8554e68418 fix: line break after `recipe create` 2021-08-06 10:37:15 +02:00
decentral1se 202f7ce561
WIP: spec'ing out the release command
See coop-cloud/go-abra#39.
2021-08-04 23:52:34 +02:00
decentral1se 9378db1979
fix: look up ipv4 from host correctly
We use a custom resolver now instead of relying on the baked-in
Golang resolver which has issues. We use a friendly librehoster
DNS resolver and not Google because fuck that.
2021-08-04 22:51:07 +02:00
decentral1se efb9d6f6a5
feat: finalise recipe lint command 2021-08-04 00:07:23 +02:00
decentral1se 532bb8a336
WIP: recipe lint command 2021-08-03 19:25:32 +02:00
decentral1se 471c982f63
refactor: use new internal arg failure func 2021-08-03 13:57:12 +02:00
Roxie Gibson b351760f6e
refactor(typo): typo of hetzner in output for user 2021-08-02 23:26:57 +01:00
decentral1se 102f4e22b5
docs: fix typo 2021-08-02 22:03:53 +02:00
decentral1se 5294e84d5e
feat: implement capsul create 2021-08-02 15:11:14 +02:00
decentral1se 3e91174ce0
feat: implement hetzner new command 2021-08-02 14:05:39 +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
Roxie Gibson 9070806f8d
refactor: deal with err from ShowSubcommandHelp 2021-08-02 05:58:47 +01:00
Roxie Gibson bb1eb372ef
refactor: stack func to client, mv app to new file
Stack interaction is now under client.

App types and functions moved from env to app under config
2021-08-02 05:51:58 +01:00
Roxie Gibson a3f574a8fa
refactor: app new cmd to be easier to read 2021-08-02 04:18:20 +01:00
Roxie Gibson 30d11f48a7
refactor: break up cli pkg into nice small chunks 2021-08-02 02:10:41 +01:00
Roxie Gibson dc4e490497
refactor(style): error str shouldnt be capitalized 2021-08-02 01:09:25 +01:00
Roxie Gibson ffd1b3a771
refactor: function rename
`errorExit` renamed to `showSubcommandHelpAndError`
2021-08-02 01:08:17 +01:00
Roxie Gibson 8267d4202b
feat: function to display help, error, & exit 2021-08-02 00:57:11 +01:00
decentral1se d74b7636a1
WIP make a start on the hetzner command 2021-08-02 01:54:16 +02:00
decentral1se 4ae5e6123d
refactor: add specific check for missing context 2021-08-02 01:06:41 +02:00
decentral1se 19d435c5e5
feat: implement server init 2021-08-02 01:03:27 +02:00
decentral1se 6be54c670a
fix: error out if missing server arg 2021-08-02 00:37:25 +02:00
decentral1se a1bce4661b
docs: server CLI documentation 2021-08-02 00:30:03 +02:00
decentral1se 8a5ee68b7b
refactor: drop alias command
Save us some work and avoid confusion on two things doing the same thing
under different top-level sub-commands (this was just an experiment
after all).
2021-08-02 00:20:39 +02:00
decentral1se 760ac495b3
fix: handle error for reading apps 2021-07-31 18:47:32 +02: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 5771f6c158
WIP another pass on the app new command 2021-07-30 22:55:00 +02:00
decentral1se e728bcd7ac
docs: CLI flag docs and rewording of usage 2021-07-30 22:54:30 +02:00
decentral1se 769c5b899b
refactor: abstract secret generation into package 2021-07-30 22:53:51 +02:00
decentral1se f56ddef6c8
WIP: another step further into app new command 2021-07-30 20:14:17 +02:00
Roxie Gibson a581049cf1
refactor: simplify for loop 2021-07-30 16:32:06 +01:00
decentral1se 064a0f271f
WIP: further process on app new command 2021-07-30 13:16:28 +02:00
decentral1se d422902e09
WIP: spec out first steps for app new command 2021-07-29 12:26:11 +02:00
decentral1se e4ed2aeebf
docs: better wording 2021-07-28 22:13:05 +02:00
decentral1se 1187d6bfd5
refactor: move catalogue logic into own package 2021-07-28 22:10:13 +02:00
decentral1se bf0212c520
docs: more flag aliases (for app new command) 2021-07-28 14:27:23 +02:00
decentral1se de3ea8188e
WIP spec out app new command 2021-07-28 14:26:37 +02:00
decentral1se bf7d437571
docs: more CLI documentation 2021-07-28 13:56:18 +02:00
decentral1se 2c1b8ee7e2
docs: document flags for app new command 2021-07-28 11:30:14 +02:00
decentral1se 622e0127ea
docs: fill out app listing CLI docs 2021-07-28 11:29:59 +02:00
decentral1se 0e75350985
feat: prototype for app listing 2021-07-27 21:25:08 +02:00
decentral1se ef1591d596
WIP: app status listing using concurrency
This being my first time using goroutines, it is pretty messy but the
idea has been shown to be workable! We can concurrently look up multiple
contexts for a much faster response time especially when using multiple
servers.

Remaining TODOs are:

- [ ] Get proper status reporting (deployed/inactive/unknown)
- [ ] Error handling (especially when missing contexts)
- [ ] Refactor and tidy
2021-07-27 12:52:09 +02:00
decentral1se 429c7e4e50
docs: take a pass on CLI usage docs and add ASCII 2021-07-26 23:58:34 +02:00