We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cb38de5 commit 2f92d87Copy full SHA for 2f92d87
2 files changed
scripts/west-commands.yml scripts/private-west-commands.ymlscripts/west-commands.yml renamed to scripts/private-west-commands.yml
@@ -2,6 +2,9 @@
2
#
3
# SPDX-License-Identifier: Apache-2.0
4
5
+# This file contains all the west extension commands private to this project.
6
+# It should only be included in the `west.yml` manifest of the Astarte device
7
+
8
west-commands:
9
- file: scripts/docs.py
10
commands:
west.yml
@@ -4,7 +4,7 @@
manifest:
self:
- west-commands: scripts/west-commands.yml
+ west-commands: scripts/private-west-commands.yml
remotes:
- name: zephyrproject-rtos
0 commit comments