Socket
Book a DemoInstallSign in
Socket

ddocs

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ddocs

deploys couchdb design documents, designed to be a part of a CI flow

Source
npmnpm
Version
0.0.0
Version published
Weekly downloads
0
-100%
Maintainers
1
Weekly downloads
 
Created
Source

Pushes design documents of a component to a target couchdb host

Options:
  -c, --component    Path to component.json                                         [required]
  -e, --environment  environment specifier, used to compose env-dependent db names  [required]
  -h, --host         target couchdb host to update                                  [required]
  -w, --worlds       list of worlds
  -l, --logLevel     log level - DEBUG|INFO|WARN|ERROR|FATAL                        [default: "INFO"]

Usage:

node index.js -c <path to component.json> \
              -e <env> \
              -h <url to with host and port, no DB names> \
              [-w "<list of worlds>"] \
              [-l <log leve>]

Example:

node index.js -c D:\ws\osg-web-comm\reports-db\ddocs.json -e lat -h http://uaadmin:uaadmin@couch.db:5984/ -w "0 1 100 113 2"

Keywords

CI

FAQs

Package last updated on 17 Mar 2015

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts