Skip to content

extension-meta

Overview

Command: r2r eac extension-meta Purpose: Output extension metadata for r2r CLI Category: other

Syntax

r2r eac extension-meta

Output

Returns JSON metadata about the EAC extension for the r2r CLI tool.

{
  "name": "eac",
  "version": "1.0.0",
  "description": "Engineering Automation Commands",
  "commands": [...],
  "author": "..."
}

Use Case

This command is primarily used by the r2r CLI tool to discover and integrate EAC commands as an extension.

Examples

# Output metadata
r2r eac extension-meta

# Validate extension format
r2r eac extension-meta | jq '.commands | length'

See Also


Tutorials | How-to Guides | Explanation | Reference

You are here: Reference — information-oriented technical descriptions of the system.