Commit Graph

54 Commits

Author SHA1 Message Date
decentral1se 4e09f3b9a8
refactor: migrate authors to dedicated file [ci skip] 2022-02-02 21:00:00 +01:00
decentral1se 2277e4ef72
refactor!: remove no-input flag where not needed 2022-01-27 12:05:19 +01:00
decentral1se e670844b56 refactor!: app name -> domain 2022-01-27 10:33:21 +00:00
decentral1se c7062e0494
fix: initial subcmd completion
continuous-integration/drone/pr Build is passing Details
continuous-integration/drone/push Build is passing Details
Broken by migration to v1 API.
2022-01-20 11:42:04 +01:00
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 575485ec7a
refactor: more portable wget usage 2022-01-01 21:33:50 +01:00
decentral1se fffd8b2647
docs: add missing 'the' 2022-01-01 19:56:32 +01:00
decentral1se fb24357d38
refactor: merge top-level into one file 2021-12-28 01:26:40 +01:00
decentral1se b1d9d9d858
refactor: wording & short options
continuous-integration/drone/push Build is passing Details
2021-12-27 16:12:29 +01:00
decentral1se a06043375d
refactor: remove unused flag 2021-12-27 16:07:57 +01:00
decentral1se 4283f130a2
refactor: apps -> recipes 2021-12-25 14:04:07 +01:00
decentral1se 3b5354b2a5
refactor: less quotes
continuous-integration/drone/push Build is passing Details
2021-12-25 02:03:09 +01:00
decentral1se 844961d016
chore: add kawaiipunk
continuous-integration/drone/push Build is passing Details
See #145.
2021-12-23 01:16:36 +01:00
decentral1se a07e71f7df
fix: grand ssh, provisioning, perms refactor
continuous-integration/drone/push Build is failing Details
See coop-cloud/organising#280.
See coop-cloud/organising#273.
2021-12-22 20:08:15 +01:00
decentral1se a925da8dee
docs: marker for author ack 2021-12-19 15:58:33 +01:00
decentral1se 06f8078866
refactor: move flag to internal/common 2021-12-19 15:57:12 +01:00
decentral1se 5bae262a79
refactor: drop this, it's working solid, less verbose 2021-12-19 15:56:52 +01:00
decentral1se 6ad253b866
docs: point to autocomplete 2021-12-19 15:44:09 +01:00
decentral1se 7d8f3f1fab
fix: less loose permissions, less +x
Closes coop-cloud/organising#283.
2021-12-05 01:18:31 +01:00
decentral1se cc37615d83
refactor: move debug to internal 2021-11-18 20:04:40 +01:00
decentral1se 1caef09cd2
feat: autocomplete helper command
continuous-integration/drone/push Build is passing Details
Closes coop-cloud/organising#216.
2021-11-03 07:28:18 +01:00
decentral1se 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
decentral1se 0c8dba0681
docs: try handles directly [ci skip] 2021-10-21 20:53:04 +02:00
decentral1se a491332c1c
feat: support no-input mode for deploy ops 2021-10-21 20:48:45 +02:00
decentral1se 640032b8fe
fix: remove duplicate version command
continuous-integration/drone/push Build is passing Details
We can use --version/-v instead.
2021-10-20 17:48:50 +02:00
Roxie Gibson 96ccadc70f
refactor: move making app struct to construct func
continuous-integration/drone/push Build is passing Details
makes the code cleaner and easier to grab the app struct for testing
2021-10-20 09:45:38 +01:00
decentral1se 597b4b586e
WIP: domain listing with Gandi
continuous-integration/drone/push Build is passing Details
Rethinking the interface already.
2021-10-18 22:16:29 +02:00
decentral1se f75e264811
fix: ensure dirs are created
Also use debug logging for help.

Closes coop-cloud/organising#183.
Closes coop-cloud/organising#183.
2021-10-05 20:24:41 +02:00
decentral1se 2f218bd99f
fix: ensure ~/.abra is created
Also make that debug message less cringe.
2021-10-02 22:37:30 +02:00
decentral1se 62f6327b66
refactor: use usual naming style [ci skip] 2021-09-28 21:28:46 +02:00
knoflook 857d12d23c
feat: print stack traces for errors when debugging
continuous-integration/drone/pr Build is passing Details
2021-09-27 12:24:02 +02:00
decentral1se fdd46a4d98
chore: run formatter
continuous-integration/drone/push Build is passing Details
2021-09-17 07:38:38 +02:00
decentral1se d290a4ec0b
WIP: the beginning of catalogue generation
continuous-integration/drone/push Build is failing Details
See coop-cloud/organising#159.
2021-09-14 16:00:15 +02:00
decentral1se 9fcdc45851
feat: debug logging
Closes coop-cloud/organising#164.
2021-09-11 11:45:26 +02:00
decentral1se c441a1ab52
Merge branch 'abra-upgrade' into main 2021-09-07 15:24:48 +02:00
decentral1se f1659b3bda
feat: support abra upgrading 2021-09-07 15:23:10 +02:00
knoflook 1757fabb89
feat: bash and (fi)zsh completion along with docs
continuous-integration/drone/pr Build is passing Details
2021-09-07 13:18:21 +02:00
decentral1se 1de4f95267
docs: lower case that [ci skip] 2021-09-07 09:13:13 +02:00
decentral1se a3a66ef972
docs: short aliases, short descriptions [ci skip] 2021-09-05 01:21:16 +02:00
decentral1se 5287f097e7
refactor: drop unused flags for now 2021-09-05 00:56:51 +02:00
decentral1se 1961cdcfee
docs: add autonomic as author 2021-09-05 00:54:36 +02:00
decentral1se dac679db48
refactor: punctuation, error handling and package docs 2021-09-05 00:22:47 +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 30d11f48a7
refactor: break up cli pkg into nice small chunks 2021-08-02 02:10:41 +01:00
decentral1se 429c7e4e50
docs: take a pass on CLI usage docs and add ASCII 2021-07-26 23:58:34 +02:00
decentral1se 53576dc916
Revert "style: add missing type marker"
continuous-integration/drone/push Build is passing Details
This reverts commit e064f18730.

As discussed, this is explicitly using a type shorthand which is all
good.
2021-07-21 13:32:16 +02:00
decentral1se 302ebcb394
feat: add recipe ls command
continuous-integration/drone/pr Build is passing Details
2021-07-21 13:28:46 +02:00
Roxie Gibson 29971c36a0
refactor: moved all fatal errors to logrus
continuous-integration/drone/push Build is passing Details
This will allow us to test commands that would normally exit
2021-07-21 09:04:34 +01:00
decentral1se a74d214121
docs: use hyphen shortname and trim message
continuous-integration/drone/push Build is passing Details
2021-07-21 00:19:06 +02:00
decentral1se e064f18730
style: add missing type marker
continuous-integration/drone/push Build is passing Details
2021-07-21 00:17:16 +02:00