Actions
Inspect available actions and their schemas.
Verbs: list, get, get-params-schema, get-input-schema
Usage
revos actions list [--only-used] [--page-size <n>] [--order-by <field>] [--filter <expr>] [--fields <cols>] [--json]
revos actions get <action-id> [--json]
revos actions get-params-schema <action-id> [--json]
revos actions get-input-schema <action-id> [--json]
--only-used filters to actions that have been configured in at least one table.
Examples
revos actions list --json
revos actions list --only-used
revos actions get <action-id>
revos actions get-params-schema <action-id> --json
revos actions get-input-schema <action-id> --json