Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

bln-ops-blueprint-library

Package Overview
Dependencies
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

bln-ops-blueprint-library

Helper tool for parsing and rendering templates

  • 2.0.0
  • latest
  • npm
  • Socket score

Version published
Maintainers
1
Created
Source

bln-ops-blueprint

Description

A NodeJS CLI tool for rendering templates based on provided configuration. Useful when generating K8s YAML configuration files for new environments or clusters.

Requirements

  • NodeJS 8.12 or higher
  • NPM 6.10 or higher

Run npm i to install required dependencies and npm link to add the CLI tool to

Usage

To see available commands:

blueprint -h
Usage: blueprint [options] [command]

Options:
  -V, --version              output the version number
  -h, --help                 output usage information

Commands:
  render [options]           render a yaml service configuration file based on a template
  generate-config [options]  generate a config file with secrets that can be used consumed by blueprint

Render Templates Example

blueprint generate-config --vpc <cluster> --environment <environment> -m template/mapping.js -o ~/temp/blueprint-env.json

blueprint render -i template/<environment-type>.yaml -c ~/temp/blueprint-env.json -o vpc/<cluster>/env/<env>

Squrl encrypted config

blueprint render --encrypted-config vpc/zoo-ki3/env/shared-pre-prod/blueprint.config -i template/implementation.yaml -o vpc/zoo-ki3/env/shared-pre-prod/

FAQs

Package last updated on 11 Jun 2021

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