This website requires JavaScript.
fd735a1310
Add app <domain> check
to sniff out missing vars
3wc
2020-11-06 23:14:26 +02:00
e307286db7
Add --status
option to app ls
3wc
2020-11-06 22:32:53 +02:00
dd570e224b
Ignore those build failures
Luke Murphy
2020-11-05 16:02:21 +01:00
f495ec0d94
Appease shellcheck
Luke Murphy
2020-11-05 16:00:50 +01:00
b75bce531b
Merge pull request 'PASSWORD/KEY distinction+match for secret generation' (#33 ) from new-pass-keys-generation into main
decentral1se
2020-11-05 15:57:39 +01:00
0d62f01d5a
Merge branch 'main' into new-pass-keys-generation
decentral1se
2020-11-05 15:57:32 +01:00
eec55896a4
Implement password/key handling
Luke Murphy
2020-11-05 15:56:31 +01:00
c2a56c6c09
Drop this broken catch-all
Luke Murphy
2020-11-01 21:15:06 +01:00
74dfd75fb1
Use same [] style once more
Luke Murphy
2020-11-01 20:55:47 +01:00
e8c0efa91e
Add --auto to app new for generation
Luke Murphy
2020-11-01 20:54:43 +01:00
6bae48431c
Use same style as other [] options
Luke Murphy
2020-11-01 20:41:58 +01:00
543072ab37
Add zsh completion, remove compat hacks from bash
3wc
2020-11-01 21:08:45 +02:00
57e3a34133
Make sure to clone on deploy as well
Luke Murphy
2020-11-01 17:08:44 +01:00
33a49a8457
Trim whitespace
Luke Murphy
2020-11-01 17:05:13 +01:00
5806e40c1c
Add require_app_clone
Luke Murphy
2020-11-01 17:04:58 +01:00
0d24a8e5cc
Tryna fix Drone CI
3wc
2020-11-01 16:52:36 +02:00
e01f06423e
Whoops! (Actual compopt
fix
3wc
2020-11-01 15:22:45 +02:00
80f06ba0e1
Support >2 COMPOSE_FILEs
3wc
2020-10-31 17:51:56 +02:00
f8306b282d
Split tests into separate files, add secret tests
3wc
2020-10-31 17:06:41 +02:00
2bdfe8baa8
Handle missing compopt
3wc
2020-10-30 21:40:09 +02:00
b226396764
Consistent y/n confirmation prompts
3wc
2020-10-30 20:57:13 +02:00
a3cd6d2281
Add git and bash to Drone test env
3wc
2020-10-30 18:32:01 +02:00
50651aeea1
Mollify shellcheck
3wc
2020-10-30 18:30:53 +02:00
57e24eaf0a
Always run tests on local Docker
3wc
2020-10-30 18:30:43 +02:00
50ca4f8029
Tighten up options for secret
commands
3wc
2020-10-30 18:24:22 +02:00
0433da3689
Fix subcommand -> function mapper
3wc
2020-10-30 18:17:06 +02:00
3e0b9e9475
Working completion app
and server
3wc
2020-10-30 17:50:20 +02:00
c6b841de6c
First stab
3wc
2020-10-30 16:34:15 +02:00
2daffc8694
Use bash select
, tweak args
3wc
2020-10-30 16:25:48 +02:00
b15a214049
WIP: app secret rm
Luke Murphy
2020-10-30 02:09:59 +01:00
8d7194fcce
Add quotes
Luke Murphy
2020-10-30 00:39:24 +01:00
188dc56dd1
Also run via sh
Luke Murphy
2020-10-30 00:34:37 +01:00
dbfe6f8097
Add initial CLI parsing for secret deletion
Luke Murphy
2020-10-30 00:32:03 +01:00
26b994ab84
Add --pass for new apps command
Luke Murphy
2020-10-30 00:04:53 +01:00
dba3c391bd
Handle missing tput
gracefully
3wc
2020-10-29 19:40:19 +02:00
5a72ed0cfb
Make config
more chill, small gardening
3wc
2020-10-29 19:39:51 +02:00
b5d84d5e0d
Test for git, container, and test app new ...
3wc
2020-10-29 19:38:42 +02:00
e3983c2440
Run bats in dind
container, add git & bash
3wc
2020-10-29 19:38:15 +02:00
85b8a4f459
Add config command
3wc
2020-10-28 10:25:56 +02:00
6e38dc35e5
Fix run
subcommand
3wc
2020-10-28 02:48:04 +02:00
841e4fc61a
Explode if can't clone the app
Luke Murphy
2020-10-28 18:24:28 +01:00
c1d12eacc5
Fix typo
Luke Murphy
2020-10-28 18:24:15 +01:00
3b730d314b
Use basename when listing servers for abra new
Luke Murphy
2020-10-28 18:05:53 +01:00
5df3a9fffb
Account for 0 or 1 servers
Luke Murphy
2020-10-28 17:33:48 +01:00
3e3fe0e349
Create under servers directory
Luke Murphy
2020-10-28 17:32:38 +01:00
db766f4aec
Don't explode if you already have the context
Luke Murphy
2020-10-28 17:32:30 +01:00
8909a46d8c
Add --force option to app .. delete
3wc
2020-10-28 01:52:27 +02:00
8d139d4d28
Add undeploy/delete commands
3wc
2020-10-28 01:40:35 +02:00
b6b80298c2
Add .. secret auto
command
3wc
2020-10-28 00:29:40 +02:00
b1e8ac4498
Local server list, more tidying
3wc
2020-10-27 23:46:03 +02:00
c5785089d6
Tidy up CLI commands, add app list
3wc
2020-10-27 21:38:20 +02:00
bec3272a41
.abra dir, abra new
3wc
2020-10-27 17:52:13 +02:00
dc3b772b72
Use server naming
Luke Murphy
2020-10-26 18:40:04 +01:00
07d4f8cbdf
Remove abra.yml / yq stuff for now
Luke Murphy
2020-10-26 18:36:28 +01:00
37c59a53ef
Drop interactive flags
Luke Murphy
2020-10-26 18:31:03 +01:00
87a54594f6
Fix typo, clean up after
Luke Murphy
2020-10-26 18:25:40 +01:00
e2e76edaaf
Remove old test file
Luke Murphy
2020-10-26 18:19:41 +01:00
ab7772e8f7
Shuffle that
Luke Murphy
2020-10-26 18:16:54 +01:00
7304612f5f
Use actual plugin
Luke Murphy
2020-10-26 18:14:41 +01:00
5a07f08ab3
Use new syntax
Luke Murphy
2020-10-26 18:13:23 +01:00
1e158cce55
Use cwd for coverage
Luke Murphy
2020-10-26 18:09:39 +01:00
2102193df1
Fix syntax
Luke Murphy
2020-10-26 18:05:27 +01:00
1b4258f1ea
Add shellcheck target, drop default
Luke Murphy
2020-10-26 18:04:14 +01:00
cc060b8546
Fix error code
Luke Murphy
2020-10-26 18:02:24 +01:00
dce46603bf
Add codecov target too
Luke Murphy
2020-10-26 18:01:12 +01:00
64d04a29ab
Run full kcov
Luke Murphy
2020-10-26 18:01:00 +01:00
db7eb30447
Drop curl
Luke Murphy
2020-10-26 17:50:06 +01:00
f648b251bf
Remove yq target and newline test target
Luke Murphy
2020-10-26 17:49:21 +01:00
86a790bbe4
Make tests run locally isolated
Luke Murphy
2020-10-26 17:48:19 +01:00
b423d61fce
Remove install targets
Luke Murphy
2020-10-26 17:48:12 +01:00
f03c509552
Use shellcheck image
Luke Murphy
2020-10-26 17:40:02 +01:00
e6458e5e60
Update parser once more
Luke Murphy
2020-10-26 17:30:37 +01:00
9580199616
Remove extra secrets help
Luke Murphy
2020-10-26 17:19:32 +01:00
b59e902d18
Fix logs
, cp
, `multilogs
3wc
2020-10-26 16:54:55 +02:00
c50b1d8760
Goodbye, parse_subcommand! 👋
3wc
2020-10-26 16:06:40 +02:00
b49b510c43
Load custom commands in a function
3wc
2020-10-26 13:46:54 +02:00
b68bfdfb43
Regnerate Docopt
3wc
2020-10-26 13:35:58 +02:00
983e4af08c
Use docopts variables
3wc
2020-10-26 13:33:06 +02:00
6cf7cf843a
Update server subcommands
3wc
2020-10-26 11:58:15 +02:00
d37d8a0c66
Add default --tail option to abra logs
3wc
2020-10-26 11:57:48 +02:00
da33064a5f
Add codecov badge
Luke Murphy
2020-10-26 11:49:06 +01:00
be2fffd858
Run plain bin
Luke Murphy
2020-10-26 11:40:41 +01:00
38f0c92bc7
Try avoid error exit code
Luke Murphy
2020-10-26 11:38:32 +01:00
c1fbb75657
Wait a sec, collect, not just report
Luke Murphy
2020-10-26 11:37:13 +01:00
33fd0eeb8d
Point codecov at report folder
Luke Murphy
2020-10-26 11:36:12 +01:00
5955505752
Get reports only
Luke Murphy
2020-10-26 11:36:04 +01:00
e022fe2310
Use kcov image
Luke Murphy
2020-10-26 11:28:19 +01:00
02fa9025dc
Install kcov directly now
Luke Murphy
2020-10-26 11:26:28 +01:00
2250713c05
Split up codecov steps
Luke Murphy
2020-10-26 11:25:55 +01:00
2b77cfebf9
Disable failing test for now
Luke Murphy
2020-10-26 11:25:39 +01:00
aff01e6741
Install kcov holding package
Luke Murphy
2020-10-26 11:24:05 +01:00
0eb5d14ad8
Drop unit tests temporarily
Luke Murphy
2020-10-26 11:21:58 +01:00
6d6208a63c
Add code coverage CI
Luke Murphy
2020-10-26 11:20:17 +01:00
1e059ffe7f
Add coverage target
Luke Murphy
2020-10-26 11:20:09 +01:00
eb12f2392c
Ignore coverage folder
Luke Murphy
2020-10-26 11:19:38 +01:00
a13e58c6c0
Finally work out subcommands
Luke Murphy
2020-10-26 10:05:03 +01:00
44c41830a7
Finalise docopt parser integration
Luke Murphy
2020-10-26 09:46:14 +01:00
ae6c2c26ae
A first stab at docopt-sh integration
Luke Murphy
2020-10-25 21:41:17 +01:00
dad72c820a
Re-jig names and add test target in Makefile
Luke Murphy
2020-10-25 21:31:41 +01:00
eec9a8ba1a
Add link to site
Luke Murphy
2020-10-25 21:22:29 +01:00