Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/npm/cli.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/cli.js
diff options
context:
space:
mode:
authorMikeal Rogers <mikeal.rogers@gmail.com>2010-03-23 01:50:34 +0300
committerisaacs <i@izs.me>2010-03-23 01:58:08 +0300
commit378f7b3d6d066f5726fe66e6512f749732bb33c0 (patch)
treefb55eccde91eb2b43315e414f99f9940eaed3ceb /cli.js
parente62fccbe94bfdefae6390ec3a28bf596c03b954b (diff)
adduser cli option, creates a couchdb user and stores new credentials locally
Diffstat (limited to 'cli.js')
-rwxr-xr-xcli.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/cli.js b/cli.js
index efda2af7a..acee5b590 100755
--- a/cli.js
+++ b/cli.js
@@ -25,6 +25,7 @@ var commands =
, "link"
, "publish"
, "tag"
+ , "adduser"
],
log = require("./lib/utils/log");