Skip to content

Latest commit

 

History

History
59 lines (40 loc) · 934 Bytes

README.md

File metadata and controls

59 lines (40 loc) · 934 Bytes

Yashiro

Yashiro is a templating engine with the external stores.

Service

AWS

Usage

See Godoc.

go get github.com/dwango/yashiro

Authorization

AWS

{
    "Version": "2012-10-17",
    "Statement": [
        {
            "Effect": "Allow",
            "Action": [
                "ssm:GetParameter",
                "secretsmanager:GetSecretValue"
            ],
            "Resource": ["*"],
        },
    ]
}

CLI Tool

Installation

From release page

Download binary from release page.

Homebrew Users

Download and install by homebrew.

brew tap dwango/yashiro
brew install ysr

Example

See example.