volos-redis-manager-cli
Advanced tools
Comparing version 0.0.2 to 0.0.4
@@ -0,1 +1,16 @@ | ||
/* Copyright 2015 Nimbus Technologies Pty. Ltd. | ||
Licensed under the Apache License, Version 2.0 (the "License"); | ||
you may not use this file except in compliance with the License. | ||
You may obtain a copy of the License at | ||
http://www.apache.org/licenses/LICENSE-2.0 | ||
Unless required by applicable law or agreed to in writing, software | ||
distributed under the License is distributed on an "AS IS" BASIS, | ||
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. | ||
See the License for the specific language governing permissions and | ||
limitations under the License. | ||
*/ | ||
/* jshint node:true */ | ||
@@ -2,0 +17,0 @@ /* global require, module, process */ |
@@ -1,2 +0,16 @@ | ||
/* jshint node:true */ | ||
/* Copyright 2015 Nimbus Technologies Pty. Ltd. | ||
Licensed under the Apache License, Version 2.0 (the "License"); | ||
you may not use this file except in compliance with the License. | ||
You may obtain a copy of the License at | ||
http://www.apache.org/licenses/LICENSE-2.0 | ||
Unless required by applicable law or agreed to in writing, software | ||
distributed under the License is distributed on an "AS IS" BASIS, | ||
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. | ||
See the License for the specific language governing permissions and | ||
limitations under the License. | ||
*/ | ||
/* global require, module, process */ | ||
@@ -166,2 +180,2 @@ 'use strict'; | ||
}); | ||
} | ||
} |
{ | ||
"name": "volos-redis-manager-cli", | ||
"version": "0.0.2", | ||
"version": "0.0.4", | ||
"description": "A command-line interface to the Volos Redis Management tool", | ||
@@ -5,0 +5,0 @@ "main": "manage.js", |
@@ -39,13 +39,19 @@ # Volos-Redis-Manager-CLI | ||
Commands: | ||
addDev Add a new developer account | ||
getDev [id] Get developer account info | ||
delDev [id] Delete developer account info | ||
addApp Add a new Application | ||
getDevApp [email] [appName] Get an application based on user email and Application name | ||
Commands: | ||
Options: | ||
-h, --help output usage information | ||
-V, --version output the version number | ||
| Command | Parameters | Description | | ||
|---------|------------|-------------| | ||
|addDev | | Add a new developer account | | ||
|getDev | [id] | Get developer account info | ||
|delDev | [id] | Delete developer account info | | ||
|addApp | | Add a new Application | | ||
|getDevApp| [email] [appName]| Get an application based on user email and Application name | | ||
Options: | ||
| Short | Long | Description | | ||
|-------|----------|-------------| | ||
| -h | --help | output usage information | | ||
| -V | --version | output the version number | | ||
All parameters following the commands are optional. If they are omitted, the user will be prompted to supply the data. | ||
@@ -52,0 +58,0 @@ If you are not running the module from your swagger app's root directory, you can specify it with the `A127_ROOT` environment |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
34839
21
438
60