Apps.yml syntax

Hello,

In the tk-config-basic setup, is there a descriptor value that can be used for pulling a GitHub repo/branch for an App in Toolkit? I am looking at env/common/apps.yml.

Syntax for app_store:

> common.apps.tk-multi-demo:
>   location:
>     version: v1.0.0
>     type: app_store
>     name: tk-multi-demo

What would it be if I wanted to pull from GitHub? Is that even possible?

1 Like

Hey! This page should help you, it lists all the descriptors available.
There is one for pulling git branches from a remote.

2 Likes