kinvey-dlc-cli
Advanced tools
# Changelog | ||
## 0.0.4 (2016-02-25) | ||
* BACK-1209: Implement `logs` command | ||
## 0.0.3 (2016-01-08) | ||
@@ -4,0 +7,0 @@ * BACK-905: Refactor routes. |
201
LICENSE.txt
@@ -194,23 +194,24 @@ Copyright 2016 Kinvey, Inc. | ||
Summary: | ||
* archiver-0.15 [MIT] - Directory archiver. | ||
* async-1.4 [MIT] - Asynchronous control flow. | ||
* chai-3.3 [MIT] - Assertion library. | ||
* chalk-1.1 [MIT] - Logging formatter. | ||
* coffee-script-1.10 [MIT] - Project language. | ||
* coffeelint-1.12 [MIT] - Linting CoffeeScript. | ||
* commander-2.8 [MIT] - CLI argument parser. | ||
* config-1.16 [MIT] - Project configuration. | ||
* custom-logger-0.3 [MIT] - CLI logger. | ||
* inquirer-0.10 [MIT] - CLI prompts. | ||
* isemail-1.2 [BSD-3-Clause] - E-mail validator. | ||
* lodash.merge-3.3 [MIT] - Object merger. | ||
* mocha-2.3 [MIT] - Testing library. | ||
* nock-2.12 [MIT] - Mocking Node's http. | ||
* os-homedir-1.0 [MIT] - Cross-platform home directory. | ||
* request-2.63 [Apache-2.0] - HTTP request library. | ||
* sinon-1.17 [BSD-3-Clause] - Spy, stub, and mock library. | ||
* sinon-chai-2.8 [BSD-2-Clause] - Assertion library for Sinon.JS. | ||
* update-notifier-0.5 [BSD-2-Clause] - Package update notifier. | ||
* archiver-0.15.1 [MIT] - Directory archiver. | ||
* async-1.4.2 [MIT] - Asynchronous control flow. | ||
* chai-3.3.0 [MIT] - Assertion library. | ||
* chalk-1.1.1 [MIT] - Logging formatter. | ||
* coffee-script-1.10.0 [MIT] - Project language. | ||
* coffeelint-1.12.1 [MIT] - Linting CoffeeScript. | ||
* commander-2.8.1 [MIT] - CLI argument parser. | ||
* config-1.16.0 [MIT] - Project configuration. | ||
* custom-logger-0.3.1 [MIT] - CLI logger. | ||
* inquirer-0.10.0 [MIT] - CLI prompts. | ||
* isemail-1.2.0 [BSD-2-Clause] - E-mail validator. | ||
* lodash.merge-3.3.2 [MIT] - Object merger. | ||
* mocha-2.3.3 [MIT] - Testing library. | ||
* nock-2.12.0 [MIT] - Mocking Node's http. | ||
* os-homedir-1.0.1 [MIT] - Cross-platform home directory. | ||
* request-2.63.0 [Apache-2.0] - HTTP request library. | ||
* sinon-1.17.0 [BSD-3-Clause] - Spy, stub, and mock library. | ||
* sinon-chai-2.8.0 [BSD-2-Clause] - Assertion library for Sinon.JS. | ||
* update-notifier-0.5.0 [BSD-2-Clause] - Package update notifier. | ||
@@ -220,33 +221,33 @@ | ||
>>> archiver-0.15 | ||
>>> async-1.4 | ||
>>> chai-3.3 | ||
>>> chalk-1.1 | ||
>>> coffee-script-1.10 | ||
>>> coffeelint-1.12 | ||
>>> commander-2.8 | ||
>>> config-1.16 | ||
>>> custom-logger-0.3 | ||
>>> inquirer-0.10 | ||
>>> isemail-1.2 | ||
>>> lodash.merge-3.3 | ||
>>> mocha-2.3 | ||
>>> nock-2.12 | ||
>>> os-homedir-1.0 | ||
>>> sinon-1.17 | ||
>>> sinon-chai-2.8 | ||
>>> update-notifier-0.5 | ||
>>> archiver-0.15.1 | ||
>>> async-1.4.2 | ||
>>> chai-3.3.0 | ||
>>> chalk-1.1.1 | ||
>>> coffee-script-1.10.0 | ||
>>> coffeelint-1.12.1 | ||
>>> commander-2.8.1 | ||
>>> config-1.16.0 | ||
>>> custom-logger-0.3.1 | ||
>>> inquirer-0.10.0 | ||
>>> isemail-1.2.0 | ||
>>> lodash.merge-3.3.2 | ||
>>> mocha-2.3.3 | ||
>>> nock-2.12.0 | ||
>>> os-homedir-1.0.1 | ||
>>> sinon-1.17.0 | ||
>>> sinon-chai-2.8.0 | ||
>>> update-notifier-0.5.0 | ||
SECTION 2: Apache License, V2.0 | ||
>>> request-2.63 | ||
>>> request-2.63.0 | ||
--------------- SECTION 1: BSD-STYLE, MIT-STYLE, OR SIMILAR STYLE LICENSES ---------- | ||
BSD-STYLE, MIT-STYLE, OR SIMILAR STYLE is applicable to the following component(s). | ||
--------------- SECTION 1: BSD-STYLE, MIT-STYLE, OR SIMILAR STYLE LICENSES ---------- | ||
>>> archiver-0.15 (https://github.com/archiverjs/node-archiver/blob/master/LICENSE) | ||
BSD-STYLE, MIT-STYLE, OR SIMILAR STYLE LICENSES is applicable to the following component(s). | ||
>>> archiver-0.15.1 (https://github.com/archiverjs/node-archiver/blob/master/LICENSE) | ||
Copyright (c) 2012-2014 Chris Talkington, contributors. | ||
@@ -275,5 +276,4 @@ | ||
>>> async-1.4.2 (https://github.com/caolan/async/blob/master/LICENSE) | ||
>>> async-1.4 (https://github.com/caolan/async/blob/master/LICENSE) | ||
Copyright (c) 2010-2014 Caolan McMahon | ||
@@ -300,16 +300,28 @@ | ||
>>> chai-3.3 (https://github.com/chaijs/chai/blob/master/README.md#license) | ||
>>> chai-3.3.0 (https://github.com/chaijs/chai/blob/master/README.md) | ||
(The MIT License) | ||
Copyright (c) 2011-2015 Jake Luer jake@alogicalparadox.com | ||
Copyright (c) 2011-2015 Jake Luer <jake@alogicalparadox.com> | ||
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: | ||
Permission is hereby granted, free of charge, to any person obtaining a copy | ||
of this software and associated documentation files (the "Software"), to deal | ||
in the Software without restriction, including without limitation the rights | ||
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell | ||
copies of the Software, and to permit persons to whom the Software is | ||
furnished to do so, subject to the following conditions: | ||
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. | ||
The above copyright notice and this permission notice shall be included in | ||
all copies or substantial portions of the Software. | ||
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. | ||
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR | ||
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, | ||
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE | ||
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER | ||
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, | ||
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN | ||
THE SOFTWARE. | ||
>>> chalk-1.1 (https://github.com/sindresorhus/chalk/blob/master/license) | ||
>>> chalk-1.1.1 (https://github.com/chalk/chalk/blob/master/license) | ||
@@ -339,3 +351,3 @@ The MIT License (MIT) | ||
>>> coffee-script-1.10 (https://github.com/jashkenas/coffeescript/blob/master/LICENSE) | ||
>>> coffee-script-1.10.0 (https://github.com/jashkenas/coffeescript/blob/master/LICENSE) | ||
@@ -366,3 +378,3 @@ Copyright (c) 2009-2015 Jeremy Ashkenas | ||
>>> coffeelint-1.12 (https://github.com/clutchski/coffeelint/blob/master/LICENSE) | ||
>>> coffeelint-1.12.1 (https://github.com/clutchski/coffeelint/blob/master/LICENSE) | ||
@@ -391,3 +403,3 @@ CoffeeLint | ||
>>> commander-2.8 (https://github.com/tj/commander.js/blob/master/LICENSE) | ||
>>> commander-2.8.1 (https://github.com/tj/commander.js/blob/master/LICENSE) | ||
@@ -418,3 +430,3 @@ (The MIT License) | ||
>>> config-1.16 (https://github.com/lorenwest/node-config/blob/master/LICENSE) | ||
>>> config-1.16.0 (https://github.com/lorenwest/node-config/blob/master/LICENSE) | ||
@@ -442,3 +454,3 @@ // Copyright 2010-2015, Loren West and other contributors | ||
>>> custom-logger-0.3 (https://github.com/felixmc/custom-logger/blob/master/LICENSE) | ||
>>> custom-logger-0.3.1 (https://github.com/felixmc/custom-logger/blob/master/LICENSE) | ||
@@ -469,32 +481,14 @@ (The MIT License) | ||
>>> inquirer-0.10 (https://github.com/SBoudrias/Inquirer.js/blob/master/LICENSE-MIT) | ||
>>> inquirer-0.10.0 (https://github.com/sboudrias/Inquirer.js/blob/master/README.md) | ||
Copyright (c) 2012 Simon Boudrias | ||
Copyright (c) 2012 Simon Boudrias (twitter: @vaxilart) | ||
Licensed under the MIT license. | ||
Permission is hereby granted, free of charge, to any person | ||
obtaining a copy of this software and associated documentation | ||
files (the "Software"), to deal in the Software without | ||
restriction, including without limitation the rights to use, | ||
copy, modify, merge, publish, distribute, sublicense, and/or sell | ||
copies of the Software, and to permit persons to whom the | ||
Software is furnished to do so, subject to the following | ||
conditions: | ||
The above copyright notice and this permission notice shall be | ||
included in all copies or substantial portions of the Software. | ||
>>> isemail-1.2.0 (https://github.com/hapijs/isemail/blob/master/LICENSE) | ||
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, | ||
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES | ||
OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND | ||
NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT | ||
HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, | ||
WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING | ||
FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR | ||
OTHER DEALINGS IN THE SOFTWARE. | ||
Copyright © 2008-2011, Dominic Sayers | ||
Copyright © 2013-2014, GlobeSherpa | ||
Copyright © 2014-2015, Eli Skeggs | ||
>>> isemail-1.2 (https://github.com/hapijs/isemail/blob/master/LICENSE) | ||
Copyright © 2008-2011, Dominic Sayers | ||
Copyright © 2013, GlobeSherpa | ||
All rights reserved. | ||
@@ -511,3 +505,3 @@ | ||
>>> lodash.merge-3.3 (https://github.com/lodash/lodash/blob/master/LICENSE) | ||
>>> lodash.merge-3.3.2 (https://github.com/lodash/lodash/blob/master/LICENSE) | ||
@@ -538,3 +532,3 @@ Copyright 2012-2015 The Dojo Foundation <http://dojofoundation.org/> | ||
>>> mocha-2.3 (https://github.com/mochajs/mocha/blob/master/LICENSE) | ||
>>> mocha-2.3.3 (https://github.com/mochajs/mocha/blob/master/LICENSE) | ||
@@ -565,3 +559,3 @@ (The MIT License) | ||
>>> nock-2.12 | ||
>>> nock-2.12.0 (https://github.com/pgte/nock/blob/master/README.md) | ||
@@ -579,3 +573,3 @@ (The MIT License) | ||
>>> os-homedir-1.0 (https://github.com/sindresorhus/os-homedir/blob/master/license) | ||
>>> os-homedir-1.0.1 (https://github.com/sindresorhus/os-homedir/blob/master/license) | ||
@@ -605,3 +599,3 @@ The MIT License (MIT) | ||
>>> sinon-1.17 (https://github.com/cjohansen/Sinon.JS/blob/master/LICENSE) | ||
>>> sinon-1.17.0 (https://github.com/cjohansen/Sinon.JS/blob/master/LICENSE) | ||
@@ -637,4 +631,30 @@ (The BSD License) | ||
>>> sinon-chai-2.8 (https://github.com/domenic/sinon-chai/blob/master/LICENSE.txt) | ||
>>> sinon-chai-2.8.0 (https://github.com/domenic/sinon-chai/blob/master/LICENSE.txt) | ||
Dual licensed under WTFPL and BSD: | ||
--- | ||
Copyright © 2012–2015 Domenic Denicola <d@domenic.me> | ||
This work is free. You can redistribute it and/or modify it under the | ||
terms of the Do What The Fuck You Want To Public License, Version 2, | ||
as published by Sam Hocevar. See below for more details. | ||
DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE | ||
Version 2, December 2004 | ||
Copyright (C) 2004 Sam Hocevar <sam@hocevar.net> | ||
Everyone is permitted to copy and distribute verbatim or modified | ||
copies of this license document, and changing it is allowed as long | ||
as the name is changed. | ||
DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE | ||
TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION | ||
0. You just DO WHAT THE FUCK YOU WANT TO. | ||
--- | ||
Copyright © 2012–2015, Domenic Denicola <d@domenic.me> | ||
@@ -665,5 +685,5 @@ All rights reserved. | ||
>>> update-notifier-0.5 (https://github.com/yeoman/update-notifier/blob/master/readme.md) | ||
>>> update-notifier-0.5.0 (https://github.com/yeoman/update-notifier/blob/master/readme.md) | ||
BSD license and copyright Google | ||
[BSD license](http://opensource.org/licenses/bsd-license.php) and copyright Google | ||
@@ -676,3 +696,3 @@ | ||
>>> request-2.63 (https://github.com/request/request/blob/master/LICENSE) | ||
>>> request-2.63.0 (https://github.com/request/request/blob/master/LICENSE) | ||
@@ -733,2 +753,3 @@ Apache License | ||
END OF TERMS AND CONDITIONS | ||
END OF TERMS AND CONDITIONS | ||
{ | ||
"name" : "kinvey-dlc-cli", | ||
"version" : "0.0.3", | ||
"description" : "Utility for deploying Kinvey DLC microservices to Kinvey’s Node DLC PaaS.", | ||
"keywords" : [ "Kinvey" ], | ||
"homepage" : "http://www.kinvey.com", | ||
"bugs" : "https://github.com/Kinvey/dlc-cli/issues", | ||
"license" : "Apache-2.0", | ||
"author" : "Kinvey, Inc.", | ||
"contributors" : [ "Mark van Seventer <mark@kinvey.com>" ], | ||
"bin" : "./bin/cli.js", | ||
"repository" : { "type": "git", "url": "Kinvey/dlc-cli" }, | ||
"scripts" : { | ||
"start" : "./bin/cli.js", | ||
"pretest" : "./node_modules/.bin/coffeelint --file ./.coffeelint bin/ cmd/ config/ lib/ test/", | ||
"test" : "./node_modules/.bin/mocha test/" | ||
"name": "kinvey-dlc-cli", | ||
"version": "0.0.4", | ||
"description": "Utility for deploying Kinvey DLC microservices to Kinvey’s Node DLC PaaS.", | ||
"keywords": [ | ||
"Kinvey" | ||
], | ||
"homepage": "http://www.kinvey.com", | ||
"bugs": "https://github.com/Kinvey/dlc-cli/issues", | ||
"license": "Apache-2.0", | ||
"author": "Kinvey, Inc.", | ||
"contributors": [ | ||
"Mark van Seventer <mark@kinvey.com>" | ||
], | ||
"bin": "./bin/cli.js", | ||
"repository": { | ||
"type": "git", | ||
"url": "Kinvey/dlc-cli" | ||
}, | ||
"dependencies" : { | ||
"archiver" : "0.15.1", | ||
"async" : "1.4.2", | ||
"chalk" : "1.1.1", | ||
"coffee-script" : "1.10.0", | ||
"commander" : "2.8.1", | ||
"config" : "1.16.0", | ||
"custom-logger" : "0.3.1", | ||
"inquirer" : "0.10.0", | ||
"isemail" : "1.2.0", | ||
"lodash.merge" : "3.3.2", | ||
"os-homedir" : "1.0.1", | ||
"request" : "2.63.0", | ||
"update-notifier" : "0.5.0" | ||
"scripts": { | ||
"start": "./bin/cli.js", | ||
"pretest": "./node_modules/.bin/coffeelint --file ./.coffeelint bin/ cmd/ config/ lib/ test/", | ||
"test": "./node_modules/.bin/mocha test/" | ||
}, | ||
"dependencies": { | ||
"archiver": "0.15.1", | ||
"async": "1.4.2", | ||
"chalk": "1.1.1", | ||
"coffee-script": "1.10.0", | ||
"commander": "2.8.1", | ||
"config": "1.16.0", | ||
"custom-logger": "0.3.1", | ||
"inquirer": "0.10.0", | ||
"isemail": "1.2.0", | ||
"lodash.merge": "3.3.2", | ||
"moment": "2.11.2", | ||
"os-homedir": "1.0.1", | ||
"request": "2.63.0", | ||
"update-notifier": "0.5.0" | ||
}, | ||
"devDependencies": { | ||
"chai" : "3.3.0", | ||
"coffeelint" : "1.12.1", | ||
"mocha" : "2.3.3", | ||
"nock" : "2.12.0", | ||
"sinon" : "1.17.0", | ||
"sinon-chai" : "2.8.0" | ||
"chai": "3.3.0", | ||
"coffeelint": "1.12.1", | ||
"mocha": "2.3.3", | ||
"nock": "2.12.0", | ||
"sinon": "1.17.0", | ||
"sinon-chai": "2.8.0" | ||
}, | ||
"engines" : { "node" : ">=0.10.x" }, | ||
"os" : [ "darwin", "linux", "win32" ], | ||
"engines": { | ||
"node": ">=0.10.x" | ||
}, | ||
"os": [ | ||
"darwin", | ||
"linux", | ||
"win32" | ||
], | ||
"preferGlobal": true | ||
} | ||
} |
@@ -15,3 +15,5 @@ # Kinvey DLC CLI | ||
* `list` - list the configured Kinvey-backed Data Link Connectors for the current app. | ||
* `logs` - display the logs of the Data Link Connector (currently N/A). | ||
* `logs` - query logs for this Kinvey-backed Data Link Connector. | ||
* Logs are displayed in the following format: `<runtime id> <timestamp> - <message>` | ||
* E.g. `ac7df839104d 2016-02-23T20:00:29.334Z - hello world` | ||
* `recycle` - recycle the Data Link Connector. | ||
@@ -18,0 +20,0 @@ * `status <job>` - return the job status of a `deploy` command. |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
88867
5.64%47
4.44%14
7.69%