Workflow Hub Inspect

Show a hub workflow entry

Usage

Terminal
dxflow workflow hub inspect <NAME> [OPTIONS]

Options

FlagShorthandDescriptionTypeDefault
--yaml-yShow the workflow definition sectionboolfalse
--json-jShow the configuration sectionboolfalse
--ini-iShow the override sectionboolfalse

With no flag the full entry document is printed. A flag limits the output to that section; the --yaml section is the definition deployed by workflow create hub://<name>.

Example

Terminal
dxflow workflow hub inspect <name>

dxflow workflow hub inspect <name> --yaml