Commit Graph

31 Commits

Author SHA1 Message Date
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