@busy-web/cli
Advanced tools
Comparing version 0.2.3 to 0.2.4
(function e(t,n,r){function s(o,u){if(!n[o]){if(!t[o]){var a=typeof require=="function"&&require;if(!u&&a)return a(o,!0);if(i)return i(o,!0);var f=new Error("Cannot find module '"+o+"'");throw f.code="MODULE_NOT_FOUND",f}var l=n[o]={exports:{}};t[o][0].call(l.exports,function(e){var n=t[o][1][e];return s(n?n:e)},l,l.exports,e,t,n,r)}return n[o].exports}var i=typeof require=="function"&&require;for(var o=0;o<r.length;o++)s(r[o]);return s})({1:[function(require,module,exports){ | ||
module.exports={ | ||
"name": "@busy-web/cli", | ||
"version": "0.2.1", | ||
"version": "0.2.3", | ||
"description": "Command line tools to enhance web dev tasks", | ||
@@ -17,2 +17,7 @@ "main": "src/index.js", | ||
"license": "MIT", | ||
"dependencies": { | ||
"colors": "^1.1.2", | ||
"commander": "^2.13.0", | ||
"rsvp": "^4.7.0" | ||
}, | ||
"devDependencies": { | ||
@@ -24,9 +29,4 @@ "aliasify": "^2.1.0", | ||
"browserify": "^15.2.0", | ||
"colors": "^1.1.2", | ||
"commander": "^2.13.0", | ||
"gulp": "^3.9.1", | ||
"gulp-babel": "^7.0.0", | ||
"gulp-concat": "^2.6.1", | ||
"ora": "^1.3.0", | ||
"rsvp": "^4.7.0", | ||
"through": "^2.3.8", | ||
@@ -33,0 +33,0 @@ "vinyl-source-stream": "^2.0.0" |
{ | ||
"name": "@busy-web/cli", | ||
"version": "0.2.3", | ||
"version": "0.2.4", | ||
"description": "Command line tools to enhance web dev tasks", | ||
@@ -16,2 +16,7 @@ "main": "src/index.js", | ||
"license": "MIT", | ||
"dependencies": { | ||
"colors": "^1.1.2", | ||
"commander": "^2.13.0", | ||
"rsvp": "^4.7.0" | ||
}, | ||
"devDependencies": { | ||
@@ -23,9 +28,4 @@ "aliasify": "^2.1.0", | ||
"browserify": "^15.2.0", | ||
"colors": "^1.1.2", | ||
"commander": "^2.13.0", | ||
"gulp": "^3.9.1", | ||
"gulp-babel": "^7.0.0", | ||
"gulp-concat": "^2.6.1", | ||
"ora": "^1.3.0", | ||
"rsvp": "^4.7.0", | ||
"through": "^2.3.8", | ||
@@ -32,0 +32,0 @@ "vinyl-source-stream": "^2.0.0" |
# cli | ||
Command line to for node and emberjs shorcut commands | ||
## Usage | ||
#### docker config | ||
``` | ||
busyweb docker config <SITE_VAR:DOCKER_VAR> [<SITE_VAR:DOCKER_VAR>] | ||
``` |
Sorry, the diff of this file is not supported yet
9
12
160389
3
+ Addedcolors@^1.1.2
+ Addedcommander@^2.13.0
+ Addedrsvp@^4.7.0
+ Addedcolors@1.4.0(transitive)
+ Addedcommander@2.20.3(transitive)
+ Addedrsvp@4.8.5(transitive)