Skip to content
/ yashiro Public

Yashiro is a templating engine with the external stores.

License

Notifications You must be signed in to change notification settings

dwango/yashiro

Repository files navigation

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.