forked from awslabs/aws-cfn-template-flip
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsnapcraft.yaml
More file actions
28 lines (22 loc) · 711 Bytes
/
snapcraft.yaml
File metadata and controls
28 lines (22 loc) · 711 Bytes
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
name: cfn-flip
version: git
summary: Converts AWS CloudFormation templates between JSON and YAML formats.
description: |
AWS CloudFormation Template Flip is a tool that converts AWS CloudFormation templates between JSON and YAML formats, making use of the YAML format’s short function syntax where possible.
The term "Flip" is inspired by the well-known Unix command-line tool flip which converts text files between Unix, Mac, and MS-DOS formats.
license: Apache-2.0
base: core18
grade: stable
confinement: strict
parts:
cfn-flip:
plugin: python
python-version: python3
source: .
apps:
cfn-flip:
command: bin/cfn-flip
plugs:
- home
environment:
LANG: C.UTF-8