Skip to content

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 [OPTIONS] COMMAND [ARGS]...
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 docs [OPTIONS] [plugin_namespace]
owl env list

List environment plugins and components.

Usage:

owl env list [OPTIONS] [namespaces]...

Search for components across all plugins using pattern matching.

Usage:

owl env search [OPTIONS] {pattern}
owl env stats

Show comprehensive statistics about the plugin ecosystem.

Usage:

owl env stats [OPTIONS]
owl env validate

Validate a plugin specification from YAML file or entry point.

This command can validate plugin specifications in two ways:

  1. From YAML files: owl env validate ./plugin.yaml
  2. From entry points: owl env validate owa.env.plugins.desktop:plugin_spec

The command automatically detects the input type and validates accordingly.

Usage:

owl env validate [OPTIONS] {spec_input}