Introduction
Zepp OS Dev Tools currently implements visual interaction with the npm package @zeppos/zeus-cli (CLI for short) command, and will support more features in the future.
Requirements
- Requires Visual Studio Code version 1.67.0 and above
Plugin Configuration
Run mode Terminal-based
, or GUI-based
:
- terminal: Command interaction is based on the terminal command line
- GUI: Command interaction is based on the GUI
The default value is GUI

The shortcut displayed in the status bar at the bottom:
- dev: The
zeus dev
command corresponding to the CLI
- preview: The
zeus preview
command corresponding to the CLI
- bridge: The
zeus bridge
command corresponding to the CLI
- build: The
zeus build
command corresponding to the CLI
- rocket: Full Feature List
The default value is []

Plugin Usage
Mode 1
Add zepp-os-explorer view for USER, STATUS, BUILD related information display and provide shortcut function buttons.

Mode 2
In any interface of VS Code, use the shortcut command Command + P
or Ctrl + P
to bring up the window and type >zeus
, then all supported commands will appear, click on the one you need to proceed.

Mode 3
On the editor page, open any file and you can see a little ZEPPOS icon in the title status bar in the upper right corner, click it to summon a pop-up list of all commands.

Mode 4
After activating the plug-in (i.e., having executed Mode 1 or 2 or 3 once, and the Plugin Configure 2 is effectively set), the common commands of the CLI will appear in the status bar at the bottom of VS Code, making subsequent development faster.

Support commands
zeus.commands
Full Feature List
zeus.docs
View Documents
zeus.check.install
Check if the @zeppos/zeus-cli
dependency is installed globally
zeus.create
The zeus create
command corresponding to the CLI
zeus.init
The zeus init
command corresponding to the CLI
zeus.login
The zeus login
command corresponding to the CLI
zeus.logout
The zeus logout
command corresponding to the CLI
zeus.status
The zeus status
command corresponding to the CLI
zeus.config
The zeus config
command corresponding to the CLI
zeus.dev
The zeus dev
command corresponding to the CLI
zeus.build
The zeus build
command corresponding to the CLI
zeus.preview
The zeus preview
command corresponding to the CLI
zeus.bridge
The zeus bridge
command corresponding to the CLI
zeus.simulator
Shortcut command for zeus config
to set simulator
If you are not familiar with the CLI and its commands, you can check out the CLI documentation