Commit Graph

41 Commits

Author SHA1 Message Date
Jose Diaz-Gonzalez
aa1a23d5a1 fix: ensure any backup cron files are deleted when the service is destroyed
Closes dokku/dokku-redis#118
2018-12-02 05:10:06 -05:00
Jose Diaz-Gonzalez
733e14ee73 fix: correct documentation around the passphrase parameter
Closes dokku/dokku-mysql#101
2018-12-02 04:33:58 -05:00
Jose Diaz-Gonzalez
b7724b826c fix: correct issues in upgrade and fix tests 2018-10-11 14:16:47 -04:00
Jose Diaz-Gonzalez
765f44dcfe feat: skip upgrade if service is already up to date 2018-10-11 00:04:52 -04:00
Jose Diaz-Gonzalez
c96d25706b fix: ensure flags are properly represented in help output 2018-10-10 23:31:52 -04:00
Jose Diaz-Gonzalez
5f2e184d68 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
1c35653e7e fix: correct short-flag for image-version and custom-env 2018-10-10 03:02:56 -04:00
Jose Diaz-Gonzalez
980e7d1650 fix: correct name for upgrade flags in help output 2018-10-10 03:00:22 -04:00
Jose Diaz-Gonzalez
a39ade3161 chore: correct verbiage around upgrades 2018-10-10 02:54:34 -04:00
Jose Diaz-Gonzalez
20dd893a77 fix: pass correct variable for upgrade command 2018-10-10 02:49:30 -04:00
Jose Diaz-Gonzalez
ab9da6349e fix: do not force-set plugin image and version to existing image and version 2018-10-10 02:39:10 -04:00
Jose Diaz-Gonzalez
c2ed798db0 chore: remove unnecessary call 2018-10-10 02:32:59 -04:00
Jose Diaz-Gonzalez
284ffa3177 feat: add ability to upgrade service image and image-version 2018-10-10 00:13:59 -04:00
Jose Diaz-Gonzalez
e07b387d86 feat: add command to list linked services for a given app 2018-07-21 16:31:55 -04:00
Jose Diaz-Gonzalez
57956e0dad feat: properly handle custom aliases and error states for alias usage when calling link subcommand. Refs dokku/dokku-redis#64 2018-04-24 03:21:55 -04:00
Jose Diaz-Gonzalez
4b8b0c4bd5 feat: implement link querystring flags. Refs dokku/dokku-redis#64 2018-04-24 01:40:21 -04:00
Jose Diaz-Gonzalez
7ec808d9f6 feat: implement clone flags. Closes dokku/dokku-redis#105 2018-04-24 00:57:16 -04:00
Jose Diaz-Gonzalez
02b0c1c7f9 refactor: move unimplemented command detection into config file 2018-04-24 00:27:17 -04:00
Jose Diaz-Gonzalez
46d1ac785c fix: properly handle use-iam flag. Closes dokku/dokku-redis#88 2018-04-23 17:11:37 -04:00
Jose Diaz-Gonzalez
77c64b4045 feat: create backup-schedule-cat subcommand 2018-04-23 14:39:26 -04:00
Jose Diaz-Gonzalez
793087097d 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:22:30 -04:00
Jose Diaz-Gonzalez
26be34feb7 feat: allow checking if a service exists 2018-01-12 12:26:34 -05:00
Jose Diaz-Gonzalez
65e2999f31 feat: allow checking if a service is linked to an app 2018-01-12 01:53:53 -05:00
Jose Diaz-Gonzalez
e5bead2f82 feat: add support for enhanced help output 2017-09-11 01:25:25 -04:00
Jose Diaz-Gonzalez
f7de4c08b6 feat: support alternate flags for destroying services 2017-09-10 03:54:40 -04:00
Jose Diaz-Gonzalez
21203f60e9 feat: Adds possibility to set encryption for s3 2017-09-09 14:29:58 -04:00
Jose Diaz-Gonzalez
1a11a8fbd7 feat: add OPTIONAL_PARAMETERS to backup-auth 2017-09-09 02:53:25 -04:00
Jose Diaz-Gonzalez
874a0f6ce6 docs: clarify that data is deleted on destroy. Closes dokku/dokku-redis#72 2017-08-26 18:39:00 -04:00
Jose Diaz-Gonzalez
afcfc0253c feat: add ability to specify custom flags on clone/create
Refs dokku/dokku-redis#64
2017-08-26 18:10:31 -04:00
Jose Diaz-Gonzalez
6de352e646 fix: preserve the service version on clone 2017-08-26 05:30:58 -04:00
Jose Diaz-Gonzalez
478de27464 feat: Add a --use-iam flag to backup subcommand 2017-08-26 04:23:13 -04:00
Jose Diaz-Gonzalez
cc5fac0376 feat: add s3 backup support 2016-10-31 11:39:25 -06:00
Jose Diaz-Gonzalez
bf5c99f04e Fix command name 2016-08-29 10:48:00 -04:00
Jose Diaz-Gonzalez
ec5108762c Remove mysql config data 2016-08-29 10:47:43 -04:00
Jose Diaz-Gonzalez
10b1fd4068 Fix help output for enter command 2016-08-29 09:45:21 -04:00
Jose Diaz-Gonzalez
a578c8ef58 Add the ability to enter a running container 2016-08-29 08:19:53 -04:00
Jose Diaz-Gonzalez
3ed32a0f05 Rename promote function to service_promote 2016-08-29 02:55:44 -04:00
Jose Diaz-Gonzalez
7a8d24931a Add support for flags on the service:info command 2016-08-28 05:37:34 -04:00
Jose Diaz-Gonzalez
69779da97d Remove remaining direct dokku calls 2016-05-16 00:24:38 -04:00
Jose Diaz-Gonzalez
0c71539f82 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:15 -04:00
Jose Diaz-Gonzalez
fce29c7fc4 Move all commands into subcommand structure 2016-05-15 22:15:11 -04:00