custom_app_yaml: Prepare an App Manifest

View source: R/custom_app.R

custom_app_yamlR Documentation

Prepare an App Manifest

Description

Convert an app manifest list object to a yaml for upload.

Usage

custom_app_yaml(app_manifest)

Arguments

app_manifest

list; an app manifest such as the one returned by create_custom_app.

Value

The manifest in yaml format (invisibly).

Examples

my_manifest <- create_custom_app("myApp")
my_manifest$`_metadata`$minor_version <- 1L
custom_app_yaml(my_manifest)

yonicd/slackteams documentation built on March 13, 2023, 6:26 a.m.