ResourceConfig
geni resource config get
Show a workflow's current credential, const, and trigger bindings.
geni resource config get [id] [flags]Shows the workflow's current runtime config: which credential is wired to each service slot, the value of each const, and each trigger's binding (schedule, timezone, poll inputs).
Synopsis
geni resource config get
geni resource config get wf_01HX --json| Arg / Flag | Notes |
|---|---|
[id] | Workflow id. Omit to use the marker in --dir. |
--dir <path> | Resource directory. Defaults to cwd. |
--json | Machine-readable output. |
Set bindings with geni resource config set.