This package has been deprecated

Author message:

Package no longer supported. Contact Support at https://www.npmjs.com/support for more info.

acquia-cloud-client

0.0.4 • Public • Published

Summary

usage JS

api.envs(process.env.ACQUIA_SITE, function(err,envs){
  if(err){
    console.log("error looking up envs")
    return
  }
  for(var i = 0; i < envs.length; ++i){
    console.log("env: " + envs[i].name + ", version: " + envs[i].vcs_path);
  }
});

usage coffee e.g. hubot

api.envs process.env.ACQUIA_SITE, (err,envs)->
  if err
    res.reply("error looking up envs")
    return
  res.reply "env: " + site.name + ", version: " + site.vcs_path for site in envs

Installation

npm install --save acquia-cloud-client

Dependents (0)

Package Sidebar

Install

npm i acquia-cloud-client

Weekly Downloads

1

Version

0.0.4

License

ISC

Last publish

Collaborators

  • tonymet