Skip to content

get valid-commands

Overview

Command: r2r eac get valid-commands Purpose: Get all valid commands in structured format Category: get

Syntax

r2r eac get valid-commands

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


Tutorials | How-to Guides | Explanation | Reference

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