we are following the instruction given in the below link.
https://docs.zephyrproject.org/latest/develop/getting_started/index.html
Getting error in this command
west zephyr-export
(.venv) C:\Users\Shan\zephyrproject>west zephyr-export
usage: west [-h] [-z ZEPHYR_BASE] [-v] [-V] <command> ...
west: unknown command "zephyr-export"; workspace C:\Users\Shan\zephyrproject does not define this extension command -- try "west help"
(.venv) C:\Users\Shan\zephyrproject>west help
usage: west [-h] [-z ZEPHYR_BASE] [-v] [-V] <command> ...
The Zephyr RTOS meta-tool.
optional arguments:
-h, --help get help for west or a command
-z ZEPHYR_BASE, --zephyr-base ZEPHYR_BASE
Override the Zephyr base directory. The default is
the manifest project with path "zephyr".
-v, --verbose Display verbose output. May be given multiple times
to increase verbosity.
-V, --version print the program version and exit
built-in commands for managing git repositories:
init: create a west workspace
update: update projects described in west manifest
list: print information about projects
manifest: manage the west manifest
compare: compare project status against the manifest
diff: "git diff" for one or more projects
status: "git status" for one or more projects
forall: run a command in one or more local projects
grep: run grep or a grep-like tool in one or more local
projects
other built-in commands:
help: get help for west or a command
config: get or set config file values
topdir: print the top level directory of the workspace
Run "west help <command>" for help on each <command>.
(.venv) C:\Users\Shan\zephyrproject>