Commit Graph

278 Commits

Author SHA1 Message Date
3wc
ceccb28380
.. and update CHANGELOG and fix typos 2021-05-30 22:03:43 +02:00
3wc
b033fe9450
Add app .. volume commands, working vol deletion
Fixes #161
2021-05-30 22:00:59 +02:00
3wc
a7f7c965c4 deploy --fast (The Homer Simpson way)
"Like the wrong way, but faster"
2021-05-30 20:14:41 +02:00
3wc
e04c5228de Downgrade duplicate message about versions to info
Fixes #155
2021-05-30 20:12:35 +02:00
3wc
70974690f9 Switch from wget to cURL 2021-05-30 00:21:04 +02:00
3wc
a4f3fc5ce2 Bad YAML = showstopper
Fixes #154
2021-05-30 00:20:59 +02:00
3wc
a1534a244a Remove bogus slash in GIT_URL
Fixes #164
2021-05-29 23:37:31 +02:00
decentral1se
1b85bf3d37
Fix secret length generation 2021-05-14 16:11:10 +02:00
1a4cf9be17
refactor: changed misc prompts to convention
Missed issue beore since I only changed the function, not these strays
Contiunation of PR #162
2021-05-12 15:37:42 +01:00
decentral1se
f374b1bfa1
New patch release 2021-05-10 10:39:57 +02:00
decentral1se
3a353f4062
Possible fix to invalid length "20"?
See coop-cloud/abra#160.
2021-05-10 10:36:23 +02:00
e8ac353453
feat: switches to conventional confirmation prompt 2021-05-08 21:45:52 +01:00
3wc
552abdd980 Don't clobber global $DOMAIN variable
Closes #156
2021-05-06 00:43:16 +02:00
3wc
935007dd86 Improve recipe new subcommand 2021-05-03 03:22:32 +02:00
3wc
ffc569e275 Further fix to #151 2021-04-30 22:55:59 +02:00
decentral1se
4aec218719
Publish 0.7.3 2021-04-28 10:46:38 +02:00
3wc
be3fd59c8c Fix minor version increment in recipe .. release
Closes #145
2021-04-27 19:30:47 +02:00
3wc
280238d95d Make recipe .. release handle missing app service
Closes #151
2021-04-27 19:09:39 +02:00
3wc
762d12b61e More consistent debugging output 2021-04-18 03:44:30 +02:00
3wc
150c54da40 Add recipe create; tweak recipe version handling 2021-04-18 03:44:08 +02:00
3wc
75bd599a33 Update abra for new apps URL 2021-04-18 03:44:08 +02:00
decentral1se
41573c3260
Add state debug for deployment checking 2021-04-18 00:12:11 +02:00
decentral1se
037e08a41a
Bump version to match latest release
Woops.
2021-04-18 00:05:51 +02:00
decentral1se
c19c4db897
Choose latest commit message for new tags
Closes coop-cloud/abra#144.
2021-04-17 23:54:06 +02:00
3wc
208b11af0a Only check for pw(q)gen if we're tryna use them
Ref #147
2021-04-17 12:31:19 +02:00
decentral1se
35f553ae5a
Release patch fix 2021-04-07 21:00:08 +02:00
decentral1se
8e6b620e8c
Release latest version 2021-04-07 20:54:16 +02:00
3wc
523fc2850c Make --no-prompt more consistent 2021-04-07 20:47:11 +02:00
decentral1se
2ccef8948d
Support abra-hetzner
Closes coop-cloud/abra#88.
2021-04-07 20:09:00 +02:00
decentral1se
08de1e0676
Fix plugin require logic 2021-04-07 19:54:48 +02:00
decentral1se
b2e66a01fc
Require JQ for abra-hetzner 2021-04-07 19:51:24 +02:00
3wc
23f8cfc8dd Download apps.json for app new 2021-04-07 18:32:04 +02:00
decentral1se
10bcb68c9d
Appease shellcheck 2021-04-07 13:18:55 +02:00
decentral1se
d936080393
Allow skipping domain polling
Closes coop-cloud/abra#140.
2021-04-07 13:15:26 +02:00
decentral1se
809ee6e68b
Always inform we're polling the domain
Closes coop-cloud/abra#141.
2021-04-07 13:14:53 +02:00
3wc
9815230eba Handle missing app versions during .. new
Closes #138
2021-04-07 01:28:33 +02:00
3wc
8cb556275f Make sure to get apps.json for recipe subcommands
Closes #136
2021-04-05 16:11:50 +02:00
3wc
028c7dbde5 Tweak recipe .. release docs 2021-04-05 13:26:49 +02:00
3wc
103a4941c7 Reliability improvements to recipe .. release 2021-04-05 13:26:49 +02:00
3wc
a261114bbc Add --force to recipe .. release 2021-04-05 13:26:49 +02:00
3wc
e2640fac08 Add .. recipe .. release subcommand
Closes #134
2021-04-05 13:26:49 +02:00
3wc
33280f90b3 Rejig rollback, add <version> to deploy
Ref #132
2021-04-05 13:26:49 +02:00
3wc
8b60ece3d4 Add "recipe" commands, rejig vendoring, vendor jq 2021-04-05 13:26:49 +02:00
3wc
47efae4e6c Keep a fresh copy of apps.json
Ref #132
2021-04-05 13:26:49 +02:00
3wc
05cf00d272 Clean-up; require_binary, comments, shellcheck 2021-04-05 00:07:03 +02:00
3wc
c3e3f0a1f8 Use version info from compose file(s) not abra.sh
Ref #131
2021-04-04 14:29:29 +02:00
3wc
df4e5045be Add --skip-version-check option to app ... deploy 2021-04-04 14:28:00 +02:00
decentral1se
701784930b
Reinstate --force for the deploy command
Follow up to 07e3678c78.

Also remove bad docs for commands without `--force` now.
2021-03-26 00:40:23 +01:00
decentral1se
9836d27052
Add abra doctor command
Closes coop-cloud/abra#119.
2021-03-26 00:26:34 +01:00
decentral1se
e361b493b1
Recognise undeployed apps when undeploying
Closes coop-cloud/abra#123.
2021-03-26 00:01:07 +01:00