Commit Graph

16 Commits

Author SHA1 Message Date
9f2bb3f74f refactor!: remove auto dns, too magic, too broken 2022-01-19 11:20:51 +01:00
0e688f1407 refactor!: migrate to urfave/cli v1
Better flexible flags handling.
2022-01-18 14:38:20 +01:00
94522178b1 fix: handle noinput case 2022-01-01 21:34:58 +01:00
810bc27967 fix: dont assume ipv4 exists 2022-01-01 21:34:49 +01:00
35d95fb9fb docs: better example 2022-01-01 21:34:33 +01:00
f5d2d3adf6 refactor: formatter gets own package 2021-12-28 01:24:23 +01:00
b1d9d9d858 refactor: wording & short options 2021-12-27 16:12:29 +01:00
3b5354b2a5 refactor: less quotes 2021-12-25 02:03:09 +01:00
190c1033e6 fix: handle skipping 2021-12-23 01:46:57 +01:00
15d1e9dee0 refactor: less quotes 2021-12-23 01:41:29 +01:00
0362928840 fix!: parse ttl correctly 2021-12-23 01:41:12 +01:00
db453f0ab1 feat: auto flag for dns 2021-12-22 20:46:50 +01:00
4d2a2d42fb fix: ensure provider is set 2021-10-25 20:01:20 +02:00
a7970132c2 fix: server/record improved output + interactivity 2021-10-25 09:02:24 +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
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