Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

148 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Introduction

Convert yaml into Azure ARM parameters templates (json). Checkout the examples.

Node

node ./index.js

NPM

  "scripts": {
    "puff": "puff",
    "puffin": "puff -d"
}

Generate

$ npm run puff

Delete

$ npm run puffin

.puffignore

A file named .puffignore on the execution folder can provide a list of patterns to be ignored.

# ignore all files inside the ignore folder (including nested folders)
ignore/**/*

# ignore all files that matches the pattern (including nested folders)
**/*-old

# ignore specic file
folder/file.yml

Comments must always start at the beggining of the line ignore.yml # won't work

Negative pattern are not allowed !(ignore/**/dont-ignore.yml) won't create an exeption to a previous ignore rule like .gitignore does.

Examples

Outputs (json)

About

Converts YAML to Azure ARM Template Parameters files, helping you control deployments into multiple environments, globally.

Topics

Resources

Stars

Watchers

Forks

Releases

Packages

Contributors

Languages