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.
Files changed (2) hide show
  1. package/package.json +1 -1
  2. package/src/main.js +4 -0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "campaign-cli",
3
- "version": "0.7.8",
3
+ "version": "0.7.9",
4
4
  "description": "Save time, reduce risk and improve code health with acc CLI",
5
5
  "keywords": [
6
6
  "adobe",
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.",