770 Commits

Author SHA1 Message Date
45e2442e83
fix: more robust length check 2021-08-29 14:13:07 +02:00
547f785da5
feat: add app cp command
All checks were successful
continuous-integration/drone/push Build is passing
2021-08-29 13:41:29 +02:00
acca710a5a
feat: add app config command 2021-08-29 10:45:49 +02:00
8ad51c1fd5
feat: implement check command 2021-08-28 20:13:56 +02:00
3a8296a8fe
feat: implement backup command
All checks were successful
continuous-integration/drone/push Build is passing
2021-08-28 19:10:19 +02:00
ff0b0b5ad8
feat: finish ps command
Some checks reported errors
continuous-integration/drone/push Build was killed
2021-08-28 16:00:16 +02:00
de5169ea24
fix: support trimming library is version listing
All checks were successful
continuous-integration/drone/push Build is passing
2021-08-25 14:22:31 +02:00
62ceca798c
refactor: sort output of version command 2021-08-25 14:16:33 +02:00
b34acefa21
refactor: support listing unknown versions 2021-08-25 14:06:42 +02:00
c5bb680fed
refactor: making app version command async 2021-08-25 13:30:55 +02:00
ed11634abf
WIP abra app version <app> implementation 2021-08-25 13:06:49 +02:00
c3088a5158
refactor: create functions in client for removing and listing volumes
All checks were successful
continuous-integration/drone/pr Build is passing
2021-08-17 20:39:07 +02:00
5663659d23
feat: initial commit for abra app volume ls/rm 2021-08-17 20:39:06 +02:00
ca4001a805
docs: fixed typo in functiion comment
All checks were successful
continuous-integration/drone/push Build is passing
2021-08-13 14:13:56 +01:00
98ec23761f
refactor: de-vendor tagcmp into its own repo 2021-08-13 12:49:46 +01:00
b143b544b6
fix: err not being checked & unneeded type assert 2021-08-12 14:53:42 +01:00
8f9ffa0667
style: correct error formatting ST1005
All checks were successful
continuous-integration/drone/push Build is passing
2021-08-12 14:41:39 +01:00
cefad74e22
fix: app rm removing secrets and volumes twice
All checks were successful
continuous-integration/drone/pr Build is passing
2021-08-12 12:59:11 +02:00
83671f42a2
feat: recipe sync 2021-08-10 12:55:23 +02:00
c6ea18311e
refactor: drop this for now 2021-08-10 08:34:36 +02:00
1c217b127b
docs: add recipe upgrade docs 2021-08-10 08:34:11 +02:00
a12b53abab
feat: support tag upgrades without semver-like tags 2021-08-10 08:24:36 +02:00
e39c6a05be
feat: detect if tags are not parsable 2021-08-10 07:57:23 +02:00
210baf1905
feat: first POC for recipe upgrade 2021-08-10 07:53:05 +02:00
1b03836210
WIP: add compose updating to recipe upgrade 2021-08-09 17:36:21 +02:00
334e417abf
WIP include catalogue checking in upgrade command 2021-08-09 16:29:16 +02:00
7b1a6dd4d7
WIP first run at the upgrade command 2021-08-09 16:17:40 +02:00
a18a9493f2
fix: add missing error handling 2021-08-09 16:17:31 +02:00
3d7961282a
refactor: drop that back to TODO for now 2021-08-06 21:24:56 +02:00
828417c92b
refactor: add config.GetAppComposeFiles 2021-08-06 19:38:06 +02:00
11ef64ead3
WIP: abra recipe upgrade on the way 2021-08-06 15:40:23 +02:00
c75c2254e4
refactor: spec out new release command breakdown 2021-08-06 12:34:59 +02:00
36af302d5f
refactor: dangling else, Sprintf formatting, printing 2021-08-06 12:20:14 +02:00
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
202f7ce561
WIP: spec'ing out the release command
See coop-cloud/go-abra#39.
2021-08-04 23:52:34 +02:00
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
efb9d6f6a5
feat: finalise recipe lint command 2021-08-04 00:07:23 +02:00
532bb8a336
WIP: recipe lint command 2021-08-03 19:25:32 +02:00
471c982f63
refactor: use new internal arg failure func 2021-08-03 13:57:12 +02:00
b351760f6e
refactor(typo): typo of hetzner in output for user 2021-08-02 23:26:57 +01:00
102f4e22b5
docs: fix typo 2021-08-02 22:03:53 +02:00
5294e84d5e
feat: implement capsul create 2021-08-02 15:11:14 +02:00
3e91174ce0
feat: implement hetzner new command 2021-08-02 14:05:39 +02:00
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
9070806f8d
refactor: deal with err from ShowSubcommandHelp 2021-08-02 05:58:47 +01:00
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
a3f574a8fa
refactor: app new cmd to be easier to read 2021-08-02 04:18:20 +01:00
30d11f48a7
refactor: break up cli pkg into nice small chunks 2021-08-02 02:10:41 +01:00
dc4e490497
refactor(style): error str shouldnt be capitalized 2021-08-02 01:09:25 +01:00