tree: da1c4b20517aa4fb19b149c5a5d54895440ee3d4 [path history] [tgz]
  1. fetch/
  2. lib/
  3. src/
  4. update/
  5. BUILD.gn
  6. OWNERS
  7. README.md
src/developer/ffx/plugins/pdk/README.md

Product Development Kit (PDK) plugin for ffx

Decentralized Product Integration Roadmap

RFC-0124

The PDK plugin for ffx is an experimental plugin used in the development of the decentralized product integration roadmap.

The PDK plugin provides a mechanism to make source or prebuilt artifacts from the Fuchsia source tree or from petal repositories available for the assembly of a Fuchsia product outside of the Fuchsia source tree.

Prerequisites

Since the plugin is experimental, it must first be enabled like so:

ffx config set experimental_pdk true

Use

The plugin has two commands: update and fetch.

ffx pdk update

ffx pdk fetch

See ffx help pdk for more details.