tree: 1bf1002c956536d2b15640bf31be06bc2688ba08 [path history] [tgz]
  1. CONTRIBUTING.md
  2. generate.go
  3. main.go
  4. README.md
cmd/fxicfg/README.md

fxicfg

Fxicfg is a starlark interpreter for generating textproto inputs to Fuchsia recipes. This tool is temporary, it should eventually be superceded by LUCI's lucicfg.

Usage

go install fuchsia.googlesource.com/infra/infra/cmd/fxicfg
fxicfg help

To generate protos, be sure to run this in the same directory as main.star.

fxicfg generate main.star

By default, this writes files into a “generated” directory. Any files in generated that weren't generated by main.star are removed.

See the configuration files in fuchsia.git for example starlark.