31 Commits

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

As discussed, this is explicitly using a type shorthand which is all
good.
2021-07-21 13:32:16 +02:00
302ebcb394
feat: add recipe ls command
All checks were successful
continuous-integration/drone/pr Build is passing
2021-07-21 13:28:46 +02:00
29971c36a0
refactor: moved all fatal errors to logrus
All checks were successful
continuous-integration/drone/push Build is passing
This will allow us to test commands that would normally exit
2021-07-21 09:04:34 +01:00
a74d214121
docs: use hyphen shortname and trim message
All checks were successful
continuous-integration/drone/push Build is passing
2021-07-21 00:19:06 +02:00
e064f18730
style: add missing type marker
All checks were successful
continuous-integration/drone/push Build is passing
2021-07-21 00:17:16 +02:00
7b2100c568
feat: add version command
All checks were successful
continuous-integration/drone/push Build is passing
2021-07-20 23:59:47 +02:00
6c748922b4
feat: added context flag to make dev easier
needed until we have proper server subcommand system
2021-07-17 09:29:25 +01:00
be46695d82
feat: added flags to base command
they already exist just attatching them to the command
2021-07-17 05:11:48 +01:00
9a0bd6dc11
refactor(cli): moved commands and cli out of main 2021-07-15 03:44:07 +01:00