Commit Graph

40 Commits

Author SHA1 Message Date
decentral1se 0e688f1407
refactor!: migrate to urfave/cli v1
continuous-integration/drone/push Build is passing Details
Better flexible flags handling.
2022-01-18 14:38:20 +01:00
decentral1se 398deec272
docs: improved recipe maintainer docs 2021-12-20 00:15:42 +01:00
decentral1se 2b9395be1a
feat: make sync use wizard mode
continuous-integration/drone/push Build is passing Details
Some bugs squashed while testing this extensively.
2021-11-06 23:40:22 +01:00
decentral1se 63d9703d9d
feat: make release use wizard mode
continuous-integration/drone/push Build is passing Details
Some bugs squashed while testing this extensively.
2021-11-06 22:36:01 +01:00
decentral1se 0e5e7490b3
docs: some rewording and clarifying
continuous-integration/drone/push Build is passing Details
2021-10-20 17:52:54 +02:00
knoflook 6ae75e013a
refactor: move Major, Minor and Patch to recipe.go
continuous-integration/drone/pr Build is passing Details
continuous-integration/drone/push Build is passing Details
2021-10-01 19:49:18 +02:00
knoflook 48d28c8dd1
feat: tag recipes with abra
continuous-integration/drone/pr Build is failing Details
2021-09-22 16:03:56 +02:00
decentral1se 2cb0fb8d66
refactor: match app/recipe new instead of create 2021-09-07 07:31:11 +02:00
decentral1se 48bcc9cb36
refactor: break up recipe cli package
continuous-integration/drone/push Build is passing Details
2021-09-05 22:33:07 +02:00
decentral1se b7742d5e18
refactor: use pkg directory structure 2021-09-05 21:37:03 +02:00
decentral1se c99f0fc908
refactor: recipe validation
continuous-integration/drone/push Build is passing Details
2021-09-05 01:55:10 +02:00
decentral1se a3a66ef972
docs: short aliases, short descriptions [ci skip] 2021-09-05 01:21:16 +02:00
decentral1se 7155a33d31
fix: recipe lint and logrus usage 2021-09-05 01:21:05 +02:00
decentral1se d5f49594a9
docs: attempt to simplify app/server/recipe CLI docs [ci skip] 2021-09-05 01:01:31 +02:00
decentral1se ff21237a21
refactor: clear up app/recipe usage
continuous-integration/drone/push Build is passing Details
See coop-cloud/go-abra#36.
2021-09-05 00:14:27 +02:00
decentral1se e68c7fc71c
fix: respect COMPOSE_FILE when loading compose files
continuous-integration/drone/push Build is passing Details
Final part of coop-cloud/go-abra#57.
2021-09-04 22:02:49 +02:00
decentral1se 063fa66af9
WIP heinous appEnv threading for env var loading
continuous-integration/drone/push Build is passing Details
2021-09-01 15:01:20 +02:00
Roxie Gibson 98ec23761f
refactor: de-vendor tagcmp into its own repo 2021-08-13 12:49:46 +01:00
Roxie Gibson b143b544b6
fix: err not being checked & unneeded type assert 2021-08-12 14:53:42 +01:00
decentral1se 83671f42a2
feat: recipe sync 2021-08-10 12:55:23 +02:00
decentral1se c6ea18311e
refactor: drop this for now 2021-08-10 08:34:36 +02:00
decentral1se 1c217b127b
docs: add recipe upgrade docs 2021-08-10 08:34:11 +02:00
decentral1se a12b53abab
feat: support tag upgrades without semver-like tags 2021-08-10 08:24:36 +02:00
decentral1se e39c6a05be
feat: detect if tags are not parsable 2021-08-10 07:57:23 +02:00
decentral1se 210baf1905
feat: first POC for recipe upgrade 2021-08-10 07:53:05 +02:00
decentral1se 1b03836210
WIP: add compose updating to recipe upgrade 2021-08-09 17:36:21 +02:00
decentral1se 334e417abf
WIP include catalogue checking in upgrade command 2021-08-09 16:29:16 +02:00
decentral1se 7b1a6dd4d7
WIP first run at the upgrade command 2021-08-09 16:17:40 +02:00
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
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 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 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 30d11f48a7
refactor: break up cli pkg into nice small chunks 2021-08-02 02:10:41 +01:00