blob: db7a4ceaada0db6ffba7761f0135b3de90e07e38 [file] [log] [blame]
{
"name": "openwhisk",
"displayName": "OpenWhisk",
"description": "",
"version": "0.0.3",
"publisher": "AndrewTrice",
"engines": {
"vscode": "^0.10.10"
},
"categories": [
"Other"
],
"activationEvents": [
"onCommand:extension.wsk.list",
"onCommand:extension.wsk.help",
"onCommand:extension.wsk.action",
"onCommand:extension.wsk.action.list",
"onCommand:extension.wsk.action.invoke",
"onCommand:extension.wsk.action.create",
"onCommand:extension.wsk.action.update",
"onCommand:extension.wsk.action.delete",
"onCommand:extension.wsk.action.get",
"onCommand:extension.wsk.action.init",
"onCommand:extension.wsk.action.rest",
"onCommand:extension.wsk.util.bluemix",
"onCommand:extension.wsk.util.docs",
"onCommand:extension.wsk.property.get",
"onCommand:extension.wsk.property.set",
"onCommand:extension.wsk.property.unset",
"onCommand:extension.wsk.action.sequence.create",
"onCommand:extension.wsk.trigger",
"onCommand:extension.wsk.trigger.list",
"onCommand:extension.wsk.trigger.create",
"onCommand:extension.wsk.trigger.update",
"onCommand:extension.wsk.trigger.delete",
"onCommand:extension.wsk.trigger.get",
"onCommand:extension.wsk.trigger.fire",
"onCommand:extension.wsk.rule",
"onCommand:extension.wsk.rule.list",
"onCommand:extension.wsk.rule.create",
"onCommand:extension.wsk.rule.update",
"onCommand:extension.wsk.rule.delete",
"onCommand:extension.wsk.rule.enable",
"onCommand:extension.wsk.rule.disable",
"onCommand:extension.wsk.rule.status",
"onCommand:extension.wsk.rule.get",
"onCommand:extension.wsk.activation",
"onCommand:extension.wsk.activation.list",
"onCommand:extension.wsk.activation.get",
"onCommand:extension.wsk.activation.logs",
"onCommand:extension.wsk.activation.result"
],
"main": "./static-src/extension",
"contributes": {
"commands": [
{
"command": "extension.wsk.list",
"title": "wsk list"
},
{
"command": "extension.wsk.help",
"title": "wsk"
},
{
"command": "extension.wsk.help",
"title": "wsk help"
},
{
"command": "extension.wsk.action",
"title": "wsk action"
},
{
"command": "extension.wsk.action.list",
"title": "wsk action list"
},
{
"command": "extension.wsk.action.invoke",
"title": "wsk action invoke"
},
{
"command": "extension.wsk.action.create",
"title": "wsk action create"
},
{
"command": "extension.wsk.action.sequence.create",
"title": "wsk sequence create"
},
{
"command": "extension.wsk.action.update",
"title": "wsk action update"
},
{
"command": "extension.wsk.action.delete",
"title": "wsk action delete"
},
{
"command": "extension.wsk.action.get",
"title": "wsk action get"
},
{
"command": "extension.wsk.action.init",
"title": "wsk action init"
},
{
"command": "extension.wsk.action.rest",
"title": "wsk action REST"
},
{
"command": "extension.wsk.util.bluemix",
"title": "wsk bluemix"
},
{
"command": "extension.wsk.util.docs",
"title": "wsk docs"
},
{
"command": "extension.wsk.property.get",
"title": "wsk property get"
},
{
"command": "extension.wsk.property.set",
"title": "wsk property set"
},
{
"command": "extension.wsk.property.unset",
"title": "wsk property unset"
},
{
"command": "extension.wsk.trigger",
"title": "wsk trigger"
},
{
"command": "extension.wsk.trigger.list",
"title": "wsk trigger list"
},
{
"command": "extension.wsk.trigger.create",
"title": "wsk trigger create"
},
{
"command": "extension.wsk.trigger.update",
"title": "wsk trigger update"
},
{
"command": "extension.wsk.trigger.delete",
"title": "wsk trigger delete"
},
{
"command": "extension.wsk.trigger.get",
"title": "wsk trigger get"
},
{
"command": "extension.wsk.trigger.fire",
"title": "wsk trigger fire"
},
{
"command": "extension.wsk.rule",
"title": "wsk rule"
},
{
"command": "extension.wsk.rule.list",
"title": "wsk rule list"
},
{
"command": "extension.wsk.rule.create",
"title": "wsk rule create"
},
{
"command": "extension.wsk.rule.update",
"title": "wsk rule update"
},
{
"command": "extension.wsk.rule.delete",
"title": "wsk rule delete"
},
{
"command": "extension.wsk.rule.enable",
"title": "wsk rule enable"
},
{
"command": "extension.wsk.rule.disable",
"title": "wsk rule disable"
},
{
"command": "extension.wsk.rule.status",
"title": "wsk rule status"
},
{
"command": "extension.wsk.rule.get",
"title": "wsk rule get"
},
{
"command": "extension.wsk.activation",
"title": "wsk activation"
},
{
"command": "extension.wsk.activation.list",
"title": "wsk activation list"
},
{
"command": "extension.wsk.activation.get",
"title": "wsk activation get"
},
{
"command": "extension.wsk.activation.logs",
"title": "wsk activation logs"
},
{
"command": "extension.wsk.activation.result",
"title": "wsk activation result"
}
]
},
"scripts": {
"postinstall": "rm -rf ./node_modules/openwhisk/test/"
},
"devDependencies": {
"vscode": "^0.11.0"
},
"dependencies": {
"open": "0.0.5",
"openwhisk": "https://github.com/triceam/openwhisk-client-js/tarball/master",
"request-promise": "^3.0.0"
}
}