blob: 2dd675f6cff06062c24b70aebfe85826f1a17a21 [file] [view]
# fx get-flash-source
Builds and returns a list of a desired set of build artifacts
```none
usage: fx get-flash-source [--build] [--allow-empty | --expect-one]
Builds and returns the source file for `fx flash` with an appropriate
prefix. This returns 'flash-manifest:<path>' or 'product-bundle:<path>'
depending on the type of source relevant for the current build
configuration.
--build build the artifacts as well as returning a list of them
```
[get-flash-source source code](https://cs.opensource.google/fuchsia/fuchsia/+/main:tools/devshell/get-flash-source)