alaja action — Execute Alaja commands from JSON input.
Accepts JSON from stdin, a file, or inline data and dispatches commands
to Alaja.CLI.main/1. Supports single actions and batch operations.
Examples
echo '{"command": "success", "args": ["Done!"]}' | alaja action
alaja action --file actions.json
alaja action --data '{"command": "info", "args": ["Processing..."]}'