Lines Matching +full:built +full:- +full:in
3 West (Zephyr's meta-tool)
6 The Zephyr project includes a swiss-army knife command line tool named
7 ``west``\ [#west-name]_. West is developed in its own `repository`_.
9 West's built-in commands provide a multiple repository management system with
15 Like ``git`` and ``docker``, the top-level ``west`` command takes some common
16 options, a sub-command to run, and then options and arguments for that
17 sub-command::
19 west [common-opts] <command> [opts] <args>
23 python3 -m west [common-opts] <command> [opts] <args>
25 You can run ``west --help`` (or ``west -h`` for short) to get top-level help
26 for available west commands, and ``west <command> -h`` for detailed help on
33 release-notes.rst
36 built-in.rst
42 build-flash-debug.rst
44 zephyr-cmds.rst
46 moving-to-west.rst
47 without-west.rst
49 For details on west's Python APIs, see :ref:`west-apis`.
53 .. [#west-name]
60 https://github.com/zephyrproject-rtos/west