Documentation
Overview ¶
Command led implements a 'led' binary WITHOUT support for "kitchen" based tasks. If you need support for kitchen based tasks, see 'infra/tools/led'.
TODO(crbug.com/1015181) Hopefully kitchen isn't long for this world and will be gone soon (~mid 2020).
Subpackages include:
* ledcli - The implementation of the CLI executable, paramaterized with an object to handle kitchen jobs. * ledcmd - Implementation of 'heavyweight' led subcommands, usually those which interact with external services. * job - The job definition which is passed between subcommands, as well as structured editing APIs. * job/jobcreate - Library for generating jobs from external sources * job/jobexport - Library for exporting jobs to external sinks
Directories
Path | Synopsis |
---|---|
job | |
job/experiments | |
job/jobcreate | |
job/jobexport | |
ledcli | Package ledcli implements the subcommands for the `led` command line tool. |
ledcmd | Package ledcmd implements the subcommands for the `led` command line tool which interact with external services. |