2.16.4 • Published 1 year ago

@halfserious/yadu v2.16.4

Weekly downloads
-
License
GNU GPL 2
Repository
github
Last release
1 year ago

YaDU (Yet another Deployment Utility)


Quality Gate Status


Introduction

THIS IS STILL A WORK IN PROGRESS

This tool is used to deploy, upgrade and package AWS lambdas. It also manage our MySQL Schema Changes / Online Schema Changes using Liquibase CLI.

It is developed using NodeJS and ShellJS when it is not simple to use Javascript.

We planned to create a complete and intuitive tool to work alongside with SAM (from AWS)

Installation

npm install -g @halfserious/yadu

Using root account or if you have a permission error:

npm install --unsafe-perm -g @halfserious/yadu

To skip the Liquibase Installation:

export SKIP_POST=1
npm install -g @halfserious/yadu

Usage

For specific documentation:

Get CLI help

yadu --help

Use an AWS profile

yadu --profile='profile_name'

alternatives:

  • export AWS_PROFILE=""
  • export PROFILE=""
  • By default, it uses 'default'

Specify a region

yadu --region='us-east-1'

alternatives:

  • export AWS_REGION=""
  • export REGION=""
  • By default, it uses 'us-east-1'

Configuration

It uses the environment variables, AWS Secret Manager, Local .env and arguments

PriorityDescriptionCommand
4 (Loaded First)Load data from your local environment variablesexport FOO=BAR or SetX FOO BAR
3Load data from AWS secret manager into your process.env--secret=<String,String,...>
2Load data from local .env.environment fileNODE_ENV="<String>" or --env="<String>"
1 (Loaded Last)Override using the arguments (Check the CLI commands)--help

Support

MacOs & Linux

Linux (Docker) : npm install -g --unsafe-perm @halfserious/yadu

On MacOS : npm install -g @halfserious/yadu

Windows

Tested on windows 10 using

  • Git bash
  • Powershell

npm install -g @halfserious/yadu

Contribution

All contributions are welcome ! We use the issues to track Feature requests, bugs and others.

We are still working on the core of this utility, so it is possible that breaking changes will be published.

2.16.4

1 year ago

2.15.0

2 years ago

2.16.3

2 years ago

2.16.1

2 years ago

2.16.2

2 years ago

2.16.0

2 years ago

2.14.9

2 years ago

2.14.7

2 years ago

2.14.8

2 years ago

2.14.5

2 years ago

2.14.6

2 years ago

2.14.3

2 years ago

2.14.4

2 years ago

2.14.1

2 years ago

2.14.2

2 years ago

2.14.0

2 years ago

2.13.2

3 years ago

2.13.3

3 years ago

2.13.0

3 years ago

2.13.1

3 years ago

2.12.0

3 years ago

2.11.0

3 years ago

2.10.1

3 years ago

2.10.0

3 years ago

2.9.0

3 years ago

2.8.1

3 years ago

2.8.0

3 years ago

2.7.3

3 years ago

2.7.2

3 years ago

2.7.1

3 years ago

2.7.0

3 years ago

2.6.15

3 years ago

2.6.13

3 years ago

2.6.14

3 years ago

2.6.11

3 years ago

2.6.12

3 years ago

2.6.10

3 years ago

2.6.9

3 years ago

2.6.8

3 years ago

2.6.7

3 years ago

2.6.6

3 years ago

2.6.5

3 years ago

2.6.4

3 years ago

2.6.3-alpha

3 years ago

2.5.5-alpha

3 years ago

2.6.1

3 years ago

2.6.0

3 years ago

2.6.2

3 years ago

2.5.4-alpha

3 years ago

2.6.2-alpha

3 years ago

2.5.2

3 years ago

2.5.3

3 years ago

2.5.0

3 years ago

2.4.1

3 years ago

2.5.1

3 years ago

2.3.0

3 years ago

2.2.1

3 years ago

2.2.0

3 years ago

2.2.3

3 years ago

2.4.0

3 years ago

2.2.2

3 years ago

2.2.5

3 years ago

2.2.4

3 years ago

2.2.11

3 years ago

2.2.7

3 years ago

2.2.6

3 years ago

2.2.10

3 years ago

2.2.9

3 years ago

2.2.8

3 years ago

2.1.2

3 years ago

2.1.1

3 years ago

2.1.4

3 years ago

2.1.3

3 years ago

2.1.6

3 years ago

2.1.5

3 years ago

2.1.0

3 years ago

1.1.6

3 years ago

1.1.5

3 years ago

1.1.4

3 years ago

1.1.3

3 years ago