@prismatic-io/prism 7.9.0 → 7.9.1

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.
@@ -1464,7 +1464,7 @@
1464
1464
  },
1465
1465
  "search": {
1466
1466
  "char": "s",
1467
- "description": "If specificed search for integrations by name (case insensitive).",
1467
+ "description": "If specified, search for integrations by name (case insensitive).",
1468
1468
  "name": "search",
1469
1469
  "hasDynamicHelp": false,
1470
1470
  "multiple": false,
@@ -5703,6 +5703,13 @@
5703
5703
  "required": false,
5704
5704
  "allowNo": false,
5705
5705
  "type": "boolean"
5706
+ },
5707
+ "latest-components": {
5708
+ "char": "l",
5709
+ "description": "Use the latest available version of each component upon import. Defaults to true.",
5710
+ "name": "latest-components",
5711
+ "allowNo": true,
5712
+ "type": "boolean"
5706
5713
  }
5707
5714
  },
5708
5715
  "hasDynamicHelp": false,
@@ -5772,5 +5779,5 @@
5772
5779
  "enableJsonFlag": false
5773
5780
  }
5774
5781
  },
5775
- "version": "7.9.0"
5782
+ "version": "7.9.1"
5776
5783
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@prismatic-io/prism",
3
- "version": "7.9.0",
3
+ "version": "7.9.1",
4
4
  "description": "Build, deploy, and support integrations in Prismatic from the comfort of your command line",
5
5
  "keywords": ["prismatic", "cli"],
6
6
  "homepage": "https://prismatic.io",