From 1f6880fcad6d090566ff8b4a8fac74610c25cc16 Mon Sep 17 00:00:00 2001 From: Andrey Smirnov Date: Tue, 7 Oct 2014 15:26:03 +0400 Subject: [PATCH] Disable api command, it's not committed yet. #117 --- cmd/cmd.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/cmd.go b/cmd/cmd.go index 86df0f33..c20d451c 100644 --- a/cmd/cmd.go +++ b/cmd/cmd.go @@ -76,7 +76,7 @@ package environment to new version.`, makeCmdPublish(), makeCmdVersion(), makeCmdPackage(), - makeCmdAPI(), + //makeCmdAPI(), }, }