Jose Diaz-Gonzalez
75ad99415f
feat: create backup-schedule-cat subcommand
2018-04-23 14:39:41 -04:00
Jody McIntyre
deb9317edf
Support a separate data root for Docker binds
...
We run Dokku, and therefore dokku redis, in its own Docker container.
In order to make this work we map a path from the host into the
container as `/var/lib/dokku/services/redis`. Unfortunately the path
on the host is user-configurable, and generally _won't_ be the same
as the path in the container. This means that when we run `docker`
commands (e.g. to spin up Redis containers), the directory used for
bind mounts (the `-v` option) needs to be different.
This commit allows us to do this, but keeps the existing behaviour
(the redis root for Docker binds is the same as the redis root for
other uses) by default.
2018-04-10 20:44:59 -04:00
Jose Diaz-Gonzalez
3f257c4aca
feat: implement exists and linked subcommands
2018-02-25 15:42:27 -05:00
Jose Diaz-Gonzalez
b493c6a2a5
feat: add support for enhanced help output
2017-09-11 01:25:41 -04:00
Jose Diaz-Gonzalez
ada1241e26
feat: support alternate flags for destroying services
2017-09-10 03:54:58 -04:00
Jose Diaz-Gonzalez
29e06fa758
feat: Adds possibility to set encryption for s3
2017-09-09 14:27:52 -04:00
Jose Diaz-Gonzalez
1af20f31bb
feat: add OPTIONAL_PARAMETERS to backup-auth
2017-09-09 02:52:25 -04:00
Jose Diaz-Gonzalez
43ebfed5d6
docs: clarify that data is deleted on destroy. Closes dokku/dokku-redis#72
2017-08-26 18:39:03 -04:00
Jose Diaz-Gonzalez
d4c9a4044f
Parse arguments in service_create calls
...
Refs #64
2017-08-26 05:43:02 -04:00
Jose Diaz-Gonzalez
91edffd159
fix: preserve the service version on clone
2017-08-26 05:31:01 -04:00
Jose Diaz-Gonzalez
f1d1a9d945
feat: Add a --use-iam flag to backup subcommand
2017-08-26 04:23:24 -04:00
fzerorubigd
a0a9326f39
pass password to redis-cli instance on connect sub-command
2017-04-22 22:33:12 +04:30
Jose Diaz-Gonzalez
fdc927203c
feat: add s3 backup support
2016-10-31 11:39:36 -06:00
Jose Diaz-Gonzalez
114f0c961c
Fix command name
2016-08-29 10:52:48 -04:00
Jose Diaz-Gonzalez
d0e373dcfe
Remove config data
2016-08-29 10:52:42 -04:00
Jose Diaz-Gonzalez
37023d262e
Fix help output for enter command
2016-08-29 09:45:31 -04:00
Jose Diaz-Gonzalez
d23b521142
Add the ability to enter a running container
2016-08-29 08:19:59 -04:00
Jose Diaz-Gonzalez
1df0950aad
Rename promote function to service_promote
2016-08-29 02:55:55 -04:00
Jose Diaz-Gonzalez
fb3ff0f5a5
Add support for flags on the service:info command
2016-08-28 05:33:28 -04:00
Jose Diaz-Gonzalez
754e3500bd
Remove remaining direct dokku calls
2016-05-16 00:27:41 -04:00
Jose Diaz-Gonzalez
f1e0989150
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:56 -04:00
Jose Diaz-Gonzalez
fdf0c89532
Move all commands into subcommand structure
2016-05-15 22:47:15 -04:00