Move all commands into subcommand structure
This commit is contained in:
11
subcommands/list
Executable file
11
subcommands/list
Executable file
@@ -0,0 +1,11 @@
|
||||
#!/usr/bin/env bash
|
||||
source "$(dirname "$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)")/config"
|
||||
set -eo pipefail; [[ $DOKKU_TRACE ]] && set -x
|
||||
source "$PLUGIN_BASE_PATH/common/functions"
|
||||
source "$(dirname "$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)")/functions"
|
||||
|
||||
redis-list-cmd() {
|
||||
service_list
|
||||
}
|
||||
|
||||
redis-list-cmd "$@"
|
||||
Reference in New Issue
Block a user