tree: 2f528dccce6f2fd52e63e97b09be06c2d09aa0c0 [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.