Commit Graph

43 Commits

Author SHA1 Message Date
Jose Diaz-Gonzalez
0f9e567ead refactor: call service_container_rm from subcommands/destroy 2019-03-08 23:27:55 -05:00
Jose Diaz-Gonzalez
28a8a0f84e fix: ensure any backup cron files are deleted when the service is destroyed
Closes dokku/dokku-redis#118
2018-12-02 05:10:07 -05:00
Jose Diaz-Gonzalez
1465f6f3ca fix: correct documentation around the passphrase parameter
Closes dokku/dokku-mysql#101
2018-12-02 04:33:58 -05:00
Jose Diaz-Gonzalez
1542a9556f fix: correct issues in upgrade and fix tests 2018-10-11 14:16:47 -04:00
Jose Diaz-Gonzalez
621e018999 feat: skip upgrade if service is already up to date 2018-10-11 00:04:52 -04:00
Jose Diaz-Gonzalez
73a8ccc085 fix: ensure flags are properly represented in help output 2018-10-10 23:31:52 -04:00
Jose Diaz-Gonzalez
8823baf480 feat: add support for restarting containers to ensure links continue to work properly when the application has resolved dns of the link 2018-10-10 23:14:45 -04:00
Jose Diaz-Gonzalez
76e0d5fd87 fix: correct short-flag for image-version and custom-env 2018-10-10 03:02:56 -04:00
Jose Diaz-Gonzalez
0a8d599965 fix: correct name for upgrade flags in help output 2018-10-10 03:00:22 -04:00
Jose Diaz-Gonzalez
902545bdb4 chore: correct verbiage around upgrades 2018-10-10 02:54:34 -04:00
Jose Diaz-Gonzalez
ea3cd5ef30 fix: pass correct variable for upgrade command 2018-10-10 02:49:30 -04:00
Jose Diaz-Gonzalez
c05c47187a fix: do not force-set plugin image and version to existing image and version 2018-10-10 02:39:11 -04:00
Jose Diaz-Gonzalez
9ee6c3c5cf chore: remove unnecessary call 2018-10-10 02:32:59 -04:00
Jose Diaz-Gonzalez
59d285f2f1 feat: add ability to upgrade service image and image-version 2018-10-10 00:14:08 -04:00
Jose Diaz-Gonzalez
57554f6288 feat: add command to list linked services for a given app 2018-07-21 16:32:00 -04:00
Jose Diaz-Gonzalez
0cb8bd5f9a feat: properly handle custom aliases and error states for alias usage when calling link subcommand. Refs dokku/dokku-redis#64 2018-04-24 03:22:02 -04:00
Jose Diaz-Gonzalez
527b3bc54b feat: implement link querystring flags. Refs dokku/dokku-redis#64 2018-04-24 01:40:27 -04:00
Jose Diaz-Gonzalez
a66c040cbc feat: implement clone flags. Closes dokku/dokku-redis#105 2018-04-24 00:57:22 -04:00
Jose Diaz-Gonzalez
a2b1fbb737 refactor: move unimplemented command detection into config file 2018-04-24 00:27:22 -04:00
Jose Diaz-Gonzalez
6a32161049 fix: properly handle use-iam flag. Closes dokku/dokku-redis#88 2018-04-23 17:11:50 -04:00
Jimmy Lin
537667c722 Add backup-schedule-info to cat the CRONFILE 2018-04-23 08:58:38 -04:00
Jose Diaz-Gonzalez
759eede6d6 feat: support a separate data root for Docker bind mounts
This does not fix the :backup subcommand, which uses a temporary directory mounted to /backup.
2018-04-10 23:33:53 -04:00
Jose Diaz-Gonzalez
5b03672708 feat: implement exists and linked subcommands 2018-02-25 15:41:27 -05:00
Jose Diaz-Gonzalez
00f9cb8b62 feat: add support for enhanced help output 2017-09-11 01:25:34 -04:00
Jose Diaz-Gonzalez
4ed900ee19 feat: support alternate flags for destroying services 2017-09-10 03:54:50 -04:00
Jose Diaz-Gonzalez
8a598e3c15 feat: Adds possibility to set encryption for s3 2017-09-09 14:29:09 -04:00
Jose Diaz-Gonzalez
226ed9e4c8 feat: add OPTIONAL_PARAMETERS to backup-auth 2017-09-09 02:53:10 -04:00
Jose Diaz-Gonzalez
47fe74ccfd docs: clarify that data is deleted on destroy. Closes dokku/dokku-redis#72 2017-08-26 18:39:01 -04:00
Jose Diaz-Gonzalez
e7802ca80e feat: add ability to specify custom flags on clone/create
Refs dokku/dokku-redis#64
2017-08-26 18:10:21 -04:00
Jose Diaz-Gonzalez
aa56974040 fix: preserve the service version on clone 2017-08-26 05:31:07 -04:00
Jose Diaz-Gonzalez
4f6c9c361c Merge pull request #76 from graf/master
Clone service with the same version
2017-08-26 05:24:13 -04:00
Jordan Sitkin
0a9d80e344 add --use-iam flag to backup 2017-05-01 16:31:54 -07:00
Jose Diaz-Gonzalez
cba4a7f0cd feat: add s3 backup support 2016-10-31 11:39:31 -06:00
Jose Diaz-Gonzalez
f7b9e0e219 Fix command name 2016-08-29 10:50:03 -04:00
Jose Diaz-Gonzalez
63fa2547b7 Remove config data 2016-08-29 10:49:54 -04:00
Jose Diaz-Gonzalez
d7cf4ab1b8 Fix help output for enter command 2016-08-29 09:45:26 -04:00
Jose Diaz-Gonzalez
02316598de Add the ability to enter a running container 2016-08-29 08:19:56 -04:00
Jose Diaz-Gonzalez
18e6d81aa8 Rename promote function to service_promote 2016-08-29 02:55:47 -04:00
Jose Diaz-Gonzalez
470840739d Add support for flags on the service:info command 2016-08-28 05:34:55 -04:00
Pavel Abolmasov
6a86efcd5d Preserve service version when clone 2016-05-25 12:29:14 +04:00
Jose Diaz-Gonzalez
6090fa6aa6 Remove remaining direct dokku calls 2016-05-16 00:27:26 -04:00
Jose Diaz-Gonzalez
9216488fb3 Conform to function declaration standards
- declare desc variable
- declare all positional arguments
- set the cmd
- properly handle DOKKU_APP_NAME
2016-05-16 00:04:39 -04:00
Jose Diaz-Gonzalez
85f0110356 Move all commands into subcommand structure 2016-05-15 23:07:24 -04:00