get valid-commands
Overview
Command: r2r eac get valid-commands
Purpose: Get all valid commands in structured format
Category: get
Syntax
Examples
# Get all commands
r2r eac get valid-commands | jq '.'
# Extract command names
r2r eac get valid-commands | jq -r '.commands[].command'
# Filter by category
r2r eac get valid-commands | jq '.commands[] | select(.category == "show")'
See Also
- show valid-commands - Formatted table
- get commands
Tutorials | How-to Guides | Explanation | Reference
You are here: Reference — information-oriented technical descriptions of the system.