Workflow Hub Inspect
Show a hub workflow entry
Usage
Terminal
dxflow workflow hub inspect <NAME> [OPTIONS]
Arguments
| Argument | Description |
|---|---|
NAME | Hub entry to show, as listed by dxflow workflow hub search |
Options
| Flag | Shorthand | Description | Type | Default |
|---|---|---|---|---|
--yaml | -y | Show the workflow definition section | bool | false |
--json | -j | Show the configuration section | bool | false |
--ini | -i | Show the override section | bool | false |
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