Lines Matching full:blobs
148 .. _west-blobs:
150 Working with binary blobs: ``west blobs``
153 The ``blobs`` command allows users to interact with :ref:`binary blobs
154 <bin-blobs>` declared in one or more :ref:`modules <modules>` via their
157 The ``blobs`` command has three sub-commands, used to list, fetch or clean (i.e.
158 delete) the binary blobs themselves.
160 You can list binary blobs while specifying the format of the output::
162 west blobs list -f '{module}: {type} {path}'
165 ``west blobs -h``.
167 Fetching blobs works in a similar manner::
169 west blobs fetch
171 Note that, as described in :ref:`the modules section <modules-bin-blobs>`,
172 fetched blobs are stored in a :file:`zephyr/blobs/` folder relative to the root
177 west blobs clean
180 fetch or clean blobs for by typing the module names as a command-line