Environment Commands (owl env)¶
Tools for managing OWA environment plugins - modular components that capture desktop data.
Command Reference¶
owl env¶
Environment plugin management commands.
Usage:
owl env docs¶
Validate plugin documentation quality and show statistics.
Always validates documentation and returns meaningful exit codes: - 0: All validations passed - 1: Documentation issues found (warnings or failures) - 2: Command error (invalid arguments, plugin not found, etc.)
Usage:
owl env list¶
List environment plugins and components.
Usage:
owl env search¶
Search for components across all plugins using pattern matching.
Usage:
owl env stats¶
Show comprehensive statistics about the plugin ecosystem.
Usage:
owl env validate¶
Validate a plugin specification from YAML file or entry point.
This command can validate plugin specifications in two ways:
- From YAML files: owl env validate ./plugin.yaml
- From entry points: owl env validate owa.env.plugins.desktop:plugin_spec
The command automatically detects the input type and validates accordingly.
Usage:
Related Documentation¶
- Environment Guide - Environment system overview
- Custom EnvPlugins - Creating custom plugins
- CLI Tools - Complete CLI overview