Lines Matching +full:west +full:- +full:commands
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
10 features inspired by Google's Repo tool and Git submodules. West is also
11 "pluggable": you can write your own west extension commands which add
12 additional features to west. Zephyr uses this to provide conveniences for
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>
21 Since west v0.8, you can also run west like this::
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]
57 west wind.
60 https://github.com/zephyrproject-rtos/west