mirror of
https://github.com/dokku/dokku.git
synced 2025-12-29 00:25:08 +01:00
This will allow dropping many of the "source config/functions" calls littered over the codebase. Plugin triggers are the way to perform cross-plugin communication :)
7 lines
319 B
Makefile
7 lines
319 B
Makefile
SUBCOMMANDS = subcommands/bundle subcommands/clear subcommands/export subcommands/get subcommands/keys subcommands/show subcommands/set subcommands/unset
|
|
TRIGGERS = triggers/config-export triggers/config-get triggers/config-get-global
|
|
BUILD = commands subcommands triggers
|
|
PLUGIN_NAME = config
|
|
|
|
include ../../common.mk
|