1.0.11 • Published 4 years ago

@fintlabs/yaiact-cli v1.0.11

Weekly downloads
11
License
MIT
Repository
-
Last release
4 years ago

YAIACT-CLI - Azure

Yet another Infrastructure as Code Tool

The goal for this tool is to be able to simplify and modulaise creation of Azure Resource Management templates (ARMs).

With this to you can create separate ARM json files for each resources in your deployment and the tool will join these files into on ARM template build time.

Getting started

Prerequests

Installing yaiact globally

npm install @fintlabs/yaiact-cli@latest -g

Setting up a new yaiact project

npx @fintlabs/yaiact-cli init my-project-name

This will setup a node project with the necessary dependencies.

Create a new resource group

With yarn

yarn new-rg <resource group name> <subscription name> <location>

With npm

npm run new-rg <resource group name> <subscription name> <location>

With yaiact-cli

yaiact new rg <resource group name> <subscription name> <location>

This will create a new folder in the data folder. This is where you create your arm snipes.

Build the ARM template

With yarn

yarn build

With npm

npm run build

With yaiact-cli

yaiact arm

This will create the ARM templates for your resource groups in the output directory.

1.0.11

4 years ago

1.0.10

4 years ago

1.0.9

4 years ago

1.0.8

4 years ago

1.0.7

4 years ago

1.0.6

4 years ago

1.0.5

4 years ago

1.0.4

4 years ago

1.0.3

4 years ago

1.0.2

4 years ago

1.0.0

4 years ago

1.0.1

4 years ago