New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

asgard-deployer

Package Overview
Dependencies
Maintainers
1
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

asgard-deployer

Executes automated deployments in Asgard

  • 1.2.4
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
5
decreased by-54.55%
Maintainers
1
Weekly downloads
 
Created
Source

Asgard Deployer

Executes automated deployments in Asgard.

Environment variables

  • NODE_ASGARD_DEPLOYER_ASGARD_HOST, e.g. https://asgard.mydomain.com (required)
  • NODE_ASGARD_DEPLOYER_AWS_REGION, e.g. eu-west-1 (required)
  • NODE_ASGARD_DEPLOYER_ASGARD_USERNAME, username if Asgard is behind basic auth (optional)
  • NODE_ASGARD_DEPLOYER_ASGARD_PASSWORD, password if Asgard is behind basic auth (optional)

Execution of deployment

Locally

Install module:

npm i asgard-deployer

Create a new automated deployment based on the most recently created auto-scaling group in the cluster:

node ./deploy.js "<cluster name>" <wait to complete>
  • <cluster name>: name of the Asgard cluster
  • <wait to complete>: true | false, deciding if process should be kept alive until entire deployment has completed (several minutes)

Globally

Install module:

npm i -g asgard-deployer

Run from command line:

asgard-deployer "<cluster name>" <wait to complete>

Development

The library is built using ES6, but code is generated to ES5 by Babel.

FAQs

Package last updated on 01 Jun 2016

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc