This is generated documentation for the array component.
| Name | Type | Description |
|---|---|---|
array |
object[] |
| Name | Type | Description |
|---|---|---|
value |
object |
| Name | Type | Description |
|---|---|---|
result |
bool |
Given the following configuration:
Operation configuration as op-config.json:
{
"array": "XXX"
}$ wick invoke common/array:0.1.0 includes --op-with=@op-config.json -- --value="XXX"Or with inline configuration:
$ wick invoke common/array:0.1.0 includes \
--op-with='{ "array":"XXX" }' \
-- --value="XXX"| Name | Type | Description |
|---|---|---|
array |
object[] |
| Name | Type | Description |
|---|---|---|
value |
object |
| Name | Type | Description |
|---|---|---|
result |
bool |
Given the following configuration:
Operation configuration as op-config.json:
{
"array": "XXX"
}$ wick invoke common/array:0.1.0 includes_glob --op-with=@op-config.json -- --value="XXX"Or with inline configuration:
$ wick invoke common/array:0.1.0 includes_glob \
--op-with='{ "array":"XXX" }' \
-- --value="XXX"