onepin nodes
Discover workflow node types and their config schemas from the CLI.
Discover the node types available in workflow definitions — the same data the canvas node-config panels are built from.
list
Synopsis
Description
Lists every node type with its input/output port definitions (GET /api/v1/nodes).
show
Synopsis
Description
Returns the full node definition plus runtime options for one node type (GET /api/v1/nodes/{node_type}) — including the complete config schema you need when editing a definition.
Related
- Workflow Definition — how node configs fit together
onepin workflows definition-schema— the JSON Schema for the whole definition

