31 Commits

Author SHA1 Message Date
0486091768
fix: handle flags order validatio better
Some checks failed
continuous-integration/drone/push Build is failing
Closes coop-cloud/organising#214.
2021-11-02 14:08:54 +01:00
f833ccb864
fix: handle recipe name passing correctly
Some checks failed
continuous-integration/drone/push Build is failing
Closes coop-cloud/organising#224.
2021-11-02 13:33:46 +01:00
960e47437c
fix: show defaults, dont set 2021-10-26 00:25:14 +02:00
8e3f90a7f3
fix: server inputs handling + better logging 2021-10-25 23:48:49 +02:00
a7970132c2
fix: server/record improved output + interactivity
All checks were successful
continuous-integration/drone/push Build is passing
2021-10-25 09:02:24 +02:00
2d091a6b00
refactor: name to match logic 2021-10-25 09:02:13 +02:00
147687d7ce
fix: handle inputs for server new correctly 2021-10-25 08:23:29 +02:00
313e3beb1e
refactor!: abra server interface more coherent
This follows our app new UX and interactive mode design.
2021-10-22 10:31:33 +02:00
94c7f59113
fix: dont use e.g. if already has default 2021-10-22 09:23:28 +02:00
5ae06bbd42
refactor!: abra domain -> abra record + prompts
This reconciles the fact that we manage records and not domains which
was a bad first naming take on this imho. Now it is clear that we are
manipulating domain name records and not entire zones.

The UX of record creation/deletion now mirrors the UX of new apps. All
the things are prompted for.
2021-10-22 08:58:18 +02:00
9f9248b987
feat: select prompt for recipes on app new 2021-10-22 08:21:46 +02:00
a491332c1c
feat: support no-input mode for deploy ops 2021-10-21 20:48:45 +02:00
da8d72620a
test: warning not to test cli [ci skip] 2021-10-20 10:15:55 +01:00
597b4b586e
WIP: domain listing with Gandi
All checks were successful
continuous-integration/drone/push Build is passing
Rethinking the interface already.
2021-10-18 22:16:29 +02:00
2f9b11f389
feat: support deploying with chaos mode
Some checks failed
continuous-integration/drone/push Build is failing
2021-10-18 08:14:06 +02:00
0140f96ca1
fix: make sure to clone recipe
All checks were successful
continuous-integration/drone/push Build is passing
Closes coop-cloud/organising#193.
2021-10-11 00:34:23 +02:00
9fcdc45851
feat: debug logging
Closes coop-cloud/organising#164.
2021-09-11 11:45:26 +02:00
683ef0c3de
fix: make more server new command more robust
All checks were successful
continuous-integration/drone/push Build is passing
See coop-cloud/organising#163.
2021-09-10 14:49:25 +02:00
3c3d8dc0e7
WIP: add first run at app rollback command
All checks were successful
continuous-integration/drone/push Build is passing
See coop-cloud/organising#146.
2021-09-10 11:49:29 +02:00
f1659b3bda
feat: support abra upgrading 2021-09-07 15:23:10 +02:00
356c8f8c4e
refactor: construct recipe struct proper
Some checks failed
continuous-integration/drone/push Build is failing
2021-09-06 01:41:16 +02:00
a0625bf133
refactor: centralise recipe validation 2021-09-06 00:45:13 +02:00
c03d187256
fix: error out correctly and fix doc string
Some checks failed
continuous-integration/drone/push Build is failing
2021-09-06 00:26:45 +02:00
d4333c2dc0
refactor: use app getting instead of boilerplate
Some checks failed
continuous-integration/drone/push Build is failing
2021-09-05 23:17:35 +02:00
ec40d88134
refactor: centralise app name validation
All checks were successful
continuous-integration/drone/push Build is passing
2021-09-05 22:04:48 +02:00
b7742d5e18
refactor: use pkg directory structure 2021-09-05 21:37:03 +02:00
c99f0fc908
refactor: recipe validation
All checks were successful
continuous-integration/drone/push Build is passing
2021-09-05 01:55:10 +02:00
6732edf8db
feat: implement app remove
See coop-cloud/go-abra#43.
2021-08-06 12:00:24 +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
30d11f48a7
refactor: break up cli pkg into nice small chunks 2021-08-02 02:10:41 +01:00