From af8ee4b78d3d188d7fb7f933c71bb94b78bcdafd Mon Sep 17 00:00:00 2001 From: Troels Thomsen Date: Thu, 12 Sep 2013 20:35:09 -0700 Subject: [PATCH] Add completion entry for "plugins:update" command --- src/_heroku | 1 + 1 file changed, 1 insertion(+) diff --git a/src/_heroku b/src/_heroku index 853ea9c..82ec0fd 100644 --- a/src/_heroku +++ b/src/_heroku @@ -65,6 +65,7 @@ _1st_arguments=( "plugins":"list installed plugins" "plugins\:install":"install a plugin" "plugins\:uninstall":"uninstall a plugin" + "plugins\:update":"updates all plugins or a single plugin by name" "ps\:dynos":"scale to QTY web processes" "ps\:workers":"scale to QTY background processes" "ps":"list processes for an app"