You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -74,4 +78,26 @@ set the `http_proxy` or `https_proxy` environment variable to enable proxy suppo
74
78
!!! note
75
79
Configuring a proxy is generally not necessary for local Vagrant clusters.
76
80
81
+
# CLI Plugins
82
+
83
+
Plugins allow developers to extend the functionality of the [Deis Client][], adding new commands or features.
84
+
85
+
If an unknown command is specified, the client will attempt to execute the command as a dash-separated command. In this case, `deis resource:command` will execute `deis-resource` with the argument list `command`. In full form:
86
+
87
+
$ # these two are identical
88
+
$ deis accounts:list
89
+
$ deis-accounts list
90
+
91
+
Any flags after the command will also be sent to the plugin as an argument:
0 commit comments