forked from awslabs/aws-cloudformation-template-formatter
-
Notifications
You must be signed in to change notification settings - Fork 0
/
snapcraft.yaml
33 lines (28 loc) · 786 Bytes
/
snapcraft.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
name: cfn-format
version: git
summary: Formats AWS CloudFormation templates.
description: >
cfn-format is a command line tool that reads an existing AWS CloudFormation template
and outputs a cleanly-formatted, easy-to-read copy of the same template
adhering to standards as used in AWS documentation.
cfn-format can output either YAML or JSON as desired.
license: Apache-2.0
base: core18
grade: stable
confinement: strict
parts:
cfn-format:
plugin: go
source: .
go-importpath: github.com/awslabs/aws-cloudformation-template-formatter
go-packages:
- github.com/awslabs/aws-cloudformation-template-formatter/cmd/cfn-format
build-packages:
- gcc
build-snaps:
- go
apps:
cfn-format:
command: cfn-format
plugs:
- home