capability
Manage capabilities in your project.
capability list
Section titled “capability list”List discovered capabilities and their enabled status.
omnidev capability listVerbose output
Section titled “Verbose output”Use --verbose to see detailed version information and check for available updates:
omnidev capability list --verboseThis shows:
- Version: from
capability.toml,plugin.json,package.json, or commit/content hash - Version source: where the version was detected from
- Commit: for git sources
- Content hash: for file sources (SHA-256)
- Last update: timestamp of last sync
- Update available: when a newer version exists in the remote repository
Example output:
Capabilities:
✓ enabled My Cap ID: my-cap Version: 1.0.0 → 1.1.0 availablecapability enable <name>
Section titled “capability enable <name>”Enable a capability in the active profile.
omnidev capability enable taskscapability disable <name>
Section titled “capability disable <name>”Disable a capability in the active profile.
omnidev capability disable tasksAfter enabling or disabling, run:
omnidev syncTo create a new capability, see capability new.