Overview
The--version flag displays the currently installed version of the Devark CLI.
Syntax
Example Output
The version number follows Semantic Versioning (SemVer) with the format
MAJOR.MINOR.PATCH.Usage
Check Current Version
- Displays only the version number
- Does not show the Devark logo (unlike other commands)
- Exits immediately after displaying the version
Verify Installation
Use this command to verify that Devark is properly installed:Checking for Updates
- npm
- yarn
- pnpm
Check if a newer version is available:Update to the latest version:
Version Information
Where Version is Stored
The version number is read from thepackage.json file in the Devark CLI installation directory. This ensures the displayed version always matches the installed package version.
Version History
For a complete changelog and release notes, visit the Devark GitHub Releases page.Troubleshooting
Command Not Found
If you seecommand not found: devark:
Permission Errors
If you encounter permission errors during installation:Related Commands
- devark add - Add backend modules to your project

