TheDocumentation Index
Fetch the complete documentation index at: https://mintlify.com/MilesONerd/neurenix/llms.txt
Use this file to discover all available pages before exploring further.
help command provides comprehensive information about available Neurenix CLI commands and their usage.
Usage
Arguments
| Argument | Type | Description |
|---|---|---|
command | string | Specific command to get help for (optional) |
Examples
General help
Help for specific command
init command, equivalent to running:
Get help for run command
run command.
Get help for hardware command
Available Commands
All Neurenix CLI commands that can be queried withhelp:
Project Management
- init - Initialize new projects
- save - Save project state
Training & Evaluation
- run - Execute training scripts
- eval - Evaluate model performance
- monitor - Monitor training progress
Inference
- predict - Generate predictions
- serve - Deploy models as APIs
Model Operations
- export - Export to different formats
- optimize - Optimize model performance
Data Management
- dataset - Manage datasets
- preprocess - Preprocess data
System
- hardware - Configure hardware settings
- help - Display help information
Using —help Flag
Every command supports the--help flag for inline help:
Error Handling
Unknown command
Quick Reference
Get started
Common workflows
Help Output Format
Each command’s help includes:- Description: What the command does
- Usage: Basic syntax
- Arguments: Required and optional arguments
- Options: Available flags and parameters
- Examples: Common usage patterns
Interactive Help
For the most up-to-date help information, use the--help flag:
Additional Resources
Beyond the CLI help:Documentation
Visit the full documentation for detailed guides and tutorials:Command Documentation
Detailed documentation for each command:- init command
- run command
- predict command
- eval command
- export command
- hardware command
- preprocess command
- monitor command
- optimize command
- dataset command
- save command
- serve command
Examples
Check out example projects and workflows:Tips
1. Start with general help
2. Explore specific commands
3. Use —help for details
4. Combine with examples
The help output includes practical examples you can copy and modify.5. Check version info
See Also
- CLI Overview - Complete CLI documentation
- Getting Started - Quick start guide
- Examples - Example projects and workflows