version command displays the Rust Ironclad Framework version, package version, and current working directory.
Usage
With Alias
Output Example
Information Displayed
The command shows:- Framework name: Rust Ironclad
- Package version: Read from
Cargo.tomlusingenv!("CARGO_PKG_VERSION") - Working directory: Current working directory where the command was executed
When to Use
Use this command to:- Verify the CLI is installed correctly
- Check which version of the framework you’re running
- Confirm the working directory is correct
- Debug CLI installation issues
- Include version information in bug reports
Version Information
The version number follows Semantic Versioning:- Major version: Breaking changes
- Minor version: New features (backward compatible)
- Patch version: Bug fixes
1.0.0 means Major.Minor.Patch
Related Commands
Test Command
Run CLI diagnostics
CLI Overview
View all available CLI commands
Test Command
For more detailed diagnostics, use thetest command: