View Source Lightning.ExportUtils (Lightning v2.10.4)

Module that expose a function generating a complete and valid yaml string from a project and its workflows.

Summary

Functions

Link to this function

build_yaml_tree(workflows, project)

View Source
Link to this function

generate_new_yaml(project, snapshots \\ nil)

View Source
@spec generate_new_yaml(
  Lightning.Projects.Project.t(),
  [Lightning.Workflows.Snapshot.t()] | nil
) ::
  {:ok, binary()}