campaign-cli 0.7.8 → 0.7.9
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
- package/src/main.js +4 -0
package/package.json
CHANGED
package/src/main.js
CHANGED
|
@@ -152,6 +152,10 @@ program
|
|
|
152
152
|
"Path to the configuration file. Defaults ./config/acc.config.json.",
|
|
153
153
|
defaultConfigPath,
|
|
154
154
|
)
|
|
155
|
+
.option(
|
|
156
|
+
"--metadata <schemasIds>",
|
|
157
|
+
"Comma-separated list of schema ids to retrieve, e.g. nms:delivery,nms:operation",
|
|
158
|
+
)
|
|
155
159
|
.option(
|
|
156
160
|
"--verbose",
|
|
157
161
|
"Verbose output with details on each configuration item. Defaults to false.",
|