d722dc6a9b
This commit adds the user app gen tool for customer application development. This tool completely decouples app development from stx build, which means the app developers no longer need to fetch stx code/build tool nor to build app by stx build system. Features: 1. One command to package chart, generate manifest, checksum and package app. 2. Supports local dir, git repo and tarball as chart source. 3. The app manifest abstracts a few important fields from armada schema for user to lower the learning curve of armada. 4. Static value overrides allowed in app manifest Story: 2006974 Task: 37704 Change-Id: I25a85e9fd7bdd0130041499eb9b1fc1350a63756 Signed-off-by: Mingyuan Qi <mingyuan.qi@intel.com>
11 lines
195 B
Plaintext
11 lines
195 B
Plaintext
---
|
|
schema: armada/ChartGroup/v1
|
|
metadata:
|
|
schema: metadata/Document/v1
|
|
name: $NAME$
|
|
data:
|
|
description: $DESCRIPTION%This is a chartgroup$
|
|
sequenced: $SEQUENCED%false$
|
|
@CHART_GROUP|2@
|
|
|