node-deis:NodeJS 中 Deis 应用程序的 Deis 绑定

时间:2024-07-25 06:30:46
【文件属性】:

文件名称:node-deis:NodeJS 中 Deis 应用程序的 Deis 绑定

文件大小:6KB

文件格式:ZIP

更新时间:2024-07-25 06:30:46

JavaScript

节点 从您的 Node 应用程序管理 Deis。 npm install node-deis --save 首先创建您的客户。 var NodeDeis = require ( './index' ) ; var client = new NodeDeis ( { controller : 'deis.yourdomain.com' , secure : true , // Optional version : 1 , // Optional username : 'awesome_user' , password : 'sup3r5str3ng7h!1!1' , appname : 'myAwesomeDeisApp' } ) ; 如果缺少所有未标记为可选的属性,则会抛出错误。 一旦你有了一个客户端,


【文件预览】:
node-deis-master
----.gitignore(597B)
----package.json(757B)
----LICENSE(1KB)
----index.js(3KB)
----README.md(3KB)
----lib()
--------domain.js(2KB)
--------connect.js(1019B)

网友评论