@prismatic-io/prism 4.6.9 → 4.7.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.
Files changed (66) hide show
  1. package/lib/auth.js +3 -3
  2. package/lib/commands/alerts/events/list.js +6 -7
  3. package/lib/commands/alerts/groups/delete.js +4 -5
  4. package/lib/commands/alerts/groups/list.js +2 -2
  5. package/lib/commands/alerts/monitors/clear.js +4 -5
  6. package/lib/commands/alerts/monitors/delete.js +4 -5
  7. package/lib/commands/alerts/monitors/list.js +2 -2
  8. package/lib/commands/alerts/triggers/list.js +2 -2
  9. package/lib/commands/alerts/webhooks/delete.js +4 -5
  10. package/lib/commands/alerts/webhooks/list.js +2 -2
  11. package/lib/commands/authorization-methods/list.js +2 -2
  12. package/lib/commands/components/actions/list.js +7 -7
  13. package/lib/commands/components/data-sources/list.js +7 -7
  14. package/lib/commands/components/delete.js +4 -5
  15. package/lib/commands/components/dev/run.js +1 -1
  16. package/lib/commands/components/dev/test.js +22 -21
  17. package/lib/commands/components/init/index.js +4 -5
  18. package/lib/commands/components/list.js +19 -2
  19. package/lib/commands/components/publish.js +9 -5
  20. package/lib/commands/components/triggers/list.js +7 -7
  21. package/lib/commands/customers/credentials/delete.js +4 -5
  22. package/lib/commands/customers/credentials/list.js +2 -2
  23. package/lib/commands/customers/credentials/update.js +4 -5
  24. package/lib/commands/customers/delete.js +4 -5
  25. package/lib/commands/customers/list.js +2 -2
  26. package/lib/commands/customers/update.js +4 -5
  27. package/lib/commands/customers/users/delete.js +4 -5
  28. package/lib/commands/customers/users/list.js +6 -7
  29. package/lib/commands/customers/users/roles.js +2 -2
  30. package/lib/commands/customers/users/update.js +4 -5
  31. package/lib/commands/instances/config-vars/list.js +5 -9
  32. package/lib/commands/instances/delete.js +4 -5
  33. package/lib/commands/instances/deploy.js +4 -5
  34. package/lib/commands/instances/disable.js +4 -5
  35. package/lib/commands/instances/enable.js +4 -5
  36. package/lib/commands/instances/flow-configs/list.js +5 -5
  37. package/lib/commands/instances/flow-configs/test.js +7 -8
  38. package/lib/commands/instances/list.js +2 -2
  39. package/lib/commands/instances/update.js +32 -9
  40. package/lib/commands/integrations/available.js +4 -5
  41. package/lib/commands/integrations/delete.js +4 -5
  42. package/lib/commands/integrations/export.js +4 -5
  43. package/lib/commands/integrations/flows/list.js +6 -7
  44. package/lib/commands/integrations/flows/test.js +6 -6
  45. package/lib/commands/integrations/fork.js +4 -5
  46. package/lib/commands/integrations/list.js +2 -2
  47. package/lib/commands/integrations/marketplace.js +4 -5
  48. package/lib/commands/integrations/publish.js +4 -5
  49. package/lib/commands/integrations/update.js +4 -5
  50. package/lib/commands/integrations/versions/index.js +6 -7
  51. package/lib/commands/login.js +1 -1
  52. package/lib/commands/logs/severities/list.js +2 -2
  53. package/lib/commands/organization/credentials/delete.js +4 -5
  54. package/lib/commands/organization/credentials/list.js +2 -2
  55. package/lib/commands/organization/credentials/update.js +4 -5
  56. package/lib/commands/organization/signingkeys/delete.js +4 -5
  57. package/lib/commands/organization/signingkeys/list.js +2 -2
  58. package/lib/commands/organization/users/delete.js +4 -5
  59. package/lib/commands/organization/users/list.js +2 -2
  60. package/lib/commands/organization/users/roles.js +2 -2
  61. package/lib/commands/organization/users/update.js +4 -5
  62. package/lib/utils/component/publish.js +18 -14
  63. package/lib/utils/execution/logs.js +1 -1
  64. package/lib/utils/user/query.js +2 -0
  65. package/oclif.manifest.json +4062 -1
  66. package/package.json +8 -7
@@ -1 +1,4062 @@
1
- {"version":"4.6.9","commands":{"login":{"id":"login","description":"Log in to your Prismatic account","strict":true,"pluginName":"@prismatic-io/prism","pluginAlias":"@prismatic-io/prism","pluginType":"core","aliases":[],"flags":{"force":{"name":"force","type":"boolean","char":"f","description":"re-authenticate, even if you are already logged in","allowNo":false},"url":{"name":"url","type":"boolean","char":"u","description":"returns a challenge url without automatically opening a browser","allowNo":false}},"args":[],"_globalFlags":{}},"logout":{"id":"logout","description":"Log out of your Prismatic account","strict":true,"pluginName":"@prismatic-io/prism","pluginAlias":"@prismatic-io/prism","pluginType":"core","aliases":[],"flags":{"browser":{"name":"browser","type":"boolean","char":"b","description":"additionally log out of your default browser's session","allowNo":false}},"args":[],"_globalFlags":{}},"authorization-methods:list":{"id":"authorization-methods:list","description":"List Authorization Methods that Components can use","strict":true,"pluginName":"@prismatic-io/prism","pluginAlias":"@prismatic-io/prism","pluginType":"core","aliases":[],"flags":{"columns":{"name":"columns","type":"option","description":"only show provided columns (comma-separated)","multiple":false,"exclusive":["extended"]},"sort":{"name":"sort","type":"option","description":"property to sort by (prepend '-' for descending)","multiple":false},"filter":{"name":"filter","type":"option","description":"filter property by partial string matching, ex: name=foo","multiple":false},"csv":{"name":"csv","type":"boolean","description":"output is csv format [alias: --output=csv]","allowNo":false,"exclusive":["no-truncate"]},"output":{"name":"output","type":"option","description":"output in a more machine friendly format","multiple":false,"options":["csv","json","yaml"],"exclusive":["no-truncate","csv"]},"extended":{"name":"extended","type":"boolean","char":"x","description":"show extra columns","allowNo":false,"exclusive":["columns"]},"no-truncate":{"name":"no-truncate","type":"boolean","description":"do not truncate output to fit screen","allowNo":false,"exclusive":["csv"]},"no-header":{"name":"no-header","type":"boolean","description":"hide table header from output","allowNo":false,"exclusive":["csv"]}},"args":[],"_globalFlags":{}},"components:delete":{"id":"components:delete","description":"Delete a Component","strict":true,"pluginName":"@prismatic-io/prism","pluginAlias":"@prismatic-io/prism","pluginType":"core","aliases":[],"flags":{},"args":[{"name":"component","description":"ID of the component to delete","required":true}]},"components:list":{"id":"components:list","description":"List available Components","strict":true,"pluginName":"@prismatic-io/prism","pluginAlias":"@prismatic-io/prism","pluginType":"core","aliases":[],"flags":{"columns":{"name":"columns","type":"option","description":"only show provided columns (comma-separated)","multiple":false,"exclusive":["extended"]},"sort":{"name":"sort","type":"option","description":"property to sort by (prepend '-' for descending)","multiple":false},"filter":{"name":"filter","type":"option","description":"filter property by partial string matching, ex: name=foo","multiple":false},"csv":{"name":"csv","type":"boolean","description":"output is csv format [alias: --output=csv]","allowNo":false,"exclusive":["no-truncate"]},"output":{"name":"output","type":"option","description":"output in a more machine friendly format","multiple":false,"options":["csv","json","yaml"],"exclusive":["no-truncate","csv"]},"extended":{"name":"extended","type":"boolean","char":"x","description":"show extra columns","allowNo":false,"exclusive":["columns"]},"no-truncate":{"name":"no-truncate","type":"boolean","description":"do not truncate output to fit screen","allowNo":false,"exclusive":["csv"]},"no-header":{"name":"no-header","type":"boolean","description":"hide table header from output","allowNo":false,"exclusive":["csv"]},"showAllVersions":{"name":"showAllVersions","type":"boolean","char":"a","description":"If specified this command returns all versions of all components rather than only the latest version","required":false,"allowNo":false}},"args":[],"_globalFlags":{}},"components:publish":{"id":"components:publish","description":"Publish a Component to Prismatic","strict":true,"pluginName":"@prismatic-io/prism","pluginAlias":"@prismatic-io/prism","pluginType":"core","aliases":[],"flags":{"comment":{"name":"comment","type":"option","char":"c","description":"Comment about changes in this Publish","required":false,"multiple":false},"confirm":{"name":"confirm","type":"boolean","description":"Interactively confirm publish","allowNo":true},"check-signature":{"name":"check-signature","type":"boolean","description":"Check signature of existing component and confirm publish if matched","allowNo":true},"skip-on-signature-match":{"name":"skip-on-signature-match","type":"boolean","description":"Skips component publish if the new signature matches the existing signature","required":false,"allowNo":false},"customer":{"name":"customer","type":"option","description":"ID of customer with which to associate the component","multiple":false}},"args":[],"_globalFlags":{}},"customers:create":{"id":"customers:create","description":"Create a new Customer","strict":true,"pluginName":"@prismatic-io/prism","pluginAlias":"@prismatic-io/prism","pluginType":"core","aliases":[],"examples":[{"description":"Apply multiple labels to a customer","command":"prism customers:create --name \"Widgets Inc\" --externalId \"abc-123\" --label \"Prod Customers\" --label \"Beta Testers\""}],"flags":{"name":{"name":"name","type":"option","char":"n","description":"short name of the new customer","required":true,"multiple":false},"description":{"name":"description","type":"option","char":"d","description":"longer description of the customer","required":false,"multiple":false},"externalId":{"name":"externalId","type":"option","char":"e","description":"external ID of the customer from your system","multiple":false},"label":{"name":"label","type":"option","char":"l","description":"a label to apply to the customer","multiple":true}},"args":[],"_globalFlags":{}},"customers:delete":{"id":"customers:delete","description":"Delete a Customer","strict":true,"pluginName":"@prismatic-io/prism","pluginAlias":"@prismatic-io/prism","pluginType":"core","aliases":[],"flags":{},"args":[{"name":"customer","description":"ID of the customer to delete","required":true}]},"customers:list":{"id":"customers:list","description":"List your Customers","strict":true,"pluginName":"@prismatic-io/prism","pluginAlias":"@prismatic-io/prism","pluginType":"core","aliases":[],"flags":{"columns":{"name":"columns","type":"option","description":"only show provided columns (comma-separated)","multiple":false,"exclusive":["extended"]},"sort":{"name":"sort","type":"option","description":"property to sort by (prepend '-' for descending)","multiple":false},"filter":{"name":"filter","type":"option","description":"filter property by partial string matching, ex: name=foo","multiple":false},"csv":{"name":"csv","type":"boolean","description":"output is csv format [alias: --output=csv]","allowNo":false,"exclusive":["no-truncate"]},"output":{"name":"output","type":"option","description":"output in a more machine friendly format","multiple":false,"options":["csv","json","yaml"],"exclusive":["no-truncate","csv"]},"extended":{"name":"extended","type":"boolean","char":"x","description":"show extra columns","allowNo":false,"exclusive":["columns"]},"no-truncate":{"name":"no-truncate","type":"boolean","description":"do not truncate output to fit screen","allowNo":false,"exclusive":["csv"]},"no-header":{"name":"no-header","type":"boolean","description":"hide table header from output","allowNo":false,"exclusive":["csv"]}},"args":[],"_globalFlags":{}},"customers:update":{"id":"customers:update","description":"Update a Customer","strict":true,"pluginName":"@prismatic-io/prism","pluginAlias":"@prismatic-io/prism","pluginType":"core","aliases":[],"examples":[{"description":"Apply multiple labels to a customer (note: previously set labels will be overwritten)","command":"prism customers:update Q3VzdG9tZXI6MmUzZDllOTUtMWIyMy00N2FjLTk3MjUtMzU1OTA2YzgyZWZj --label \"Prod Customers\" --label \"Beta Testers\""}],"flags":{"name":{"name":"name","type":"option","char":"n","description":"name of the customer","required":false,"multiple":false},"description":{"name":"description","type":"option","char":"d","description":"description of the customer","required":false,"multiple":false},"externalId":{"name":"externalId","type":"option","char":"e","description":"external ID of the customer from your system","multiple":false},"label":{"name":"label","type":"option","char":"l","description":"a label to apply to the customer","multiple":true}},"args":[{"name":"customer","description":"ID of a customer","required":true}],"_globalFlags":{}},"instances:create":{"id":"instances:create","description":"Create an Instance","strict":true,"pluginName":"@prismatic-io/prism","pluginAlias":"@prismatic-io/prism","pluginType":"core","aliases":[],"flags":{"name":{"name":"name","type":"option","char":"n","description":"name of your new instance.","required":true,"multiple":false},"integration":{"name":"integration","type":"option","char":"i","description":"ID of the integration or a specific integration version ID this is an instance of","required":true,"multiple":false},"customer":{"name":"customer","type":"option","char":"c","description":"ID of customer to deploy to","required":true,"multiple":false},"description":{"name":"description","type":"option","char":"d","description":"longer description of the instance","required":false,"multiple":false},"config-vars":{"name":"config-vars","type":"option","char":"v","description":"config variables to bind to steps of your instance","required":false,"multiple":false}},"args":[],"_globalFlags":{}},"instances:delete":{"id":"instances:delete","description":"Delete an Instance","strict":true,"pluginName":"@prismatic-io/prism","pluginAlias":"@prismatic-io/prism","pluginType":"core","aliases":[],"flags":{},"args":[{"name":"instance","description":"ID of the instance to delete","required":true}]},"instances:deploy":{"id":"instances:deploy","description":"Deploy an Instance","strict":true,"pluginName":"@prismatic-io/prism","pluginAlias":"@prismatic-io/prism","pluginType":"core","aliases":[],"flags":{"force":{"name":"force","type":"boolean","char":"f","description":"Force deployment even when there are certain conditions that would normally prevent it","allowNo":false}},"args":[{"name":"instance","description":"ID of an instance","required":true}],"_globalFlags":{}},"instances:disable":{"id":"instances:disable","description":"Disable an Instance","strict":true,"pluginName":"@prismatic-io/prism","pluginAlias":"@prismatic-io/prism","pluginType":"core","aliases":[],"flags":{},"args":[{"name":"instance","description":"ID of an instance","required":true}]},"instances:enable":{"id":"instances:enable","description":"Enable an Instance","strict":true,"pluginName":"@prismatic-io/prism","pluginAlias":"@prismatic-io/prism","pluginType":"core","aliases":[],"flags":{},"args":[{"name":"instance","description":"ID of an instance","required":true}]},"instances:list":{"id":"instances:list","description":"List Instances","strict":true,"pluginName":"@prismatic-io/prism","pluginAlias":"@prismatic-io/prism","pluginType":"core","aliases":[],"flags":{"customer":{"name":"customer","type":"option","char":"c","description":"ID of a customer","required":false,"multiple":false},"integration":{"name":"integration","type":"option","char":"i","description":"ID of an integration","required":false,"multiple":false},"columns":{"name":"columns","type":"option","description":"only show provided columns (comma-separated)","multiple":false,"exclusive":["extended"]},"sort":{"name":"sort","type":"option","description":"property to sort by (prepend '-' for descending)","multiple":false},"filter":{"name":"filter","type":"option","description":"filter property by partial string matching, ex: name=foo","multiple":false},"csv":{"name":"csv","type":"boolean","description":"output is csv format [alias: --output=csv]","allowNo":false,"exclusive":["no-truncate"]},"output":{"name":"output","type":"option","description":"output in a more machine friendly format","multiple":false,"options":["csv","json","yaml"],"exclusive":["no-truncate","csv"]},"extended":{"name":"extended","type":"boolean","char":"x","description":"show extra columns","allowNo":false,"exclusive":["columns"]},"no-truncate":{"name":"no-truncate","type":"boolean","description":"do not truncate output to fit screen","allowNo":false,"exclusive":["csv"]},"no-header":{"name":"no-header","type":"boolean","description":"hide table header from output","allowNo":false,"exclusive":["csv"]}},"args":[],"_globalFlags":{}},"instances:update":{"id":"instances:update","description":"Update an Instance","strict":true,"pluginName":"@prismatic-io/prism","pluginAlias":"@prismatic-io/prism","pluginType":"core","aliases":[],"flags":{"name":{"name":"name","type":"option","char":"n","description":"Name of the instance","multiple":false},"description":{"name":"description","type":"option","char":"d","description":"Description for the instance","multiple":false},"version":{"name":"version","type":"option","char":"v","description":"ID of integration version","required":false,"multiple":false}},"args":[{"name":"instance","description":"ID of an instance","required":true}],"_globalFlags":{}},"integrations:available":{"id":"integrations:available","description":"Mark an Integration version as available or unavailable","strict":true,"pluginName":"@prismatic-io/prism","pluginAlias":"@prismatic-io/prism","pluginType":"core","aliases":[],"flags":{"available":{"name":"available","type":"boolean","char":"a","description":"Version is available or unavailable","required":true,"allowNo":true}},"args":[{"name":"integration","description":"ID of an integration version","required":true}],"_globalFlags":{}},"integrations:create":{"id":"integrations:create","description":"Create an Integration","strict":true,"pluginName":"@prismatic-io/prism","pluginAlias":"@prismatic-io/prism","pluginType":"core","aliases":[],"flags":{"name":{"name":"name","type":"option","char":"n","description":"name of the integration to create","required":true,"multiple":false},"description":{"name":"description","type":"option","char":"d","description":"longer description of the integration","required":true,"multiple":false},"customer":{"name":"customer","type":"option","char":"c","description":"ID of customer with which to associate the integration","multiple":false}},"args":[],"_globalFlags":{}},"integrations:delete":{"id":"integrations:delete","description":"Delete an Integration","strict":true,"pluginName":"@prismatic-io/prism","pluginAlias":"@prismatic-io/prism","pluginType":"core","aliases":[],"flags":{},"args":[{"name":"integration","description":"ID of the integration to delete","required":true}]},"integrations:export":{"id":"integrations:export","description":"Export an integration to YAML definition","strict":true,"pluginName":"@prismatic-io/prism","pluginAlias":"@prismatic-io/prism","pluginType":"core","aliases":[],"flags":{"latest-components":{"name":"latest-components","type":"boolean","char":"l","description":"Use the latest available version of each Component upon import","allowNo":false}},"args":[{"name":"integration","description":"ID of an integration to export","required":true}],"_globalFlags":{}},"integrations:fork":{"id":"integrations:fork","description":"Fork an Integration","strict":true,"pluginName":"@prismatic-io/prism","pluginAlias":"@prismatic-io/prism","pluginType":"core","aliases":[],"flags":{"name":{"name":"name","type":"option","char":"n","description":"name of the forked integration","required":true,"multiple":false},"description":{"name":"description","type":"option","char":"d","description":"longer description of the forked integration","required":true,"multiple":false}},"args":[{"name":"parent","description":"ID of the Integration to fork","required":true}],"_globalFlags":{}},"integrations:import":{"id":"integrations:import","description":"Import an Integration using a YAML definition file","strict":true,"pluginName":"@prismatic-io/prism","pluginAlias":"@prismatic-io/prism","pluginType":"core","aliases":[],"flags":{"path":{"name":"path","type":"option","char":"p","description":"path to the YAML definition of the integration to import","required":true,"multiple":false},"integrationId":{"name":"integrationId","type":"option","char":"i","description":"The ID of the integration being imported","required":false,"multiple":false},"icon-path":{"name":"icon-path","type":"option","description":"path to the PNG icon for the integration","required":false,"multiple":false}},"args":[],"_globalFlags":{}},"integrations:list":{"id":"integrations:list","description":"List Integrations","strict":true,"pluginName":"@prismatic-io/prism","pluginAlias":"@prismatic-io/prism","pluginType":"core","aliases":[],"flags":{"columns":{"name":"columns","type":"option","description":"only show provided columns (comma-separated)","multiple":false,"exclusive":["extended"]},"sort":{"name":"sort","type":"option","description":"property to sort by (prepend '-' for descending)","multiple":false},"filter":{"name":"filter","type":"option","description":"filter property by partial string matching, ex: name=foo","multiple":false},"csv":{"name":"csv","type":"boolean","description":"output is csv format [alias: --output=csv]","allowNo":false,"exclusive":["no-truncate"]},"output":{"name":"output","type":"option","description":"output in a more machine friendly format","multiple":false,"options":["csv","json","yaml"],"exclusive":["no-truncate","csv"]},"extended":{"name":"extended","type":"boolean","char":"x","description":"show extra columns","allowNo":false,"exclusive":["columns"]},"no-truncate":{"name":"no-truncate","type":"boolean","description":"do not truncate output to fit screen","allowNo":false,"exclusive":["csv"]},"no-header":{"name":"no-header","type":"boolean","description":"hide table header from output","allowNo":false,"exclusive":["csv"]},"showAllVersions":{"name":"showAllVersions","type":"boolean","char":"a","description":"If specified this command returns all versions of all integrations rather than only the latest version","allowNo":false},"customer":{"name":"customer","type":"option","char":"c","description":"If specified this command returns only integrations that are available to the specified customer ID","multiple":false},"org-only":{"name":"org-only","type":"boolean","char":"o","description":"If specified this command returns only org integrations","allowNo":false}},"args":[],"_globalFlags":{}},"integrations:marketplace":{"id":"integrations:marketplace","description":"Make a version of an Integration available in the Marketplace","strict":true,"pluginName":"@prismatic-io/prism","pluginAlias":"@prismatic-io/prism","pluginType":"core","aliases":[],"flags":{"available":{"name":"available","type":"boolean","char":"a","description":"Mark this Integration version available in the marketplace","required":true,"allowNo":true},"deployable":{"name":"deployable","type":"boolean","char":"d","description":"Mark this Integration version as deployable in the marketplace; does not apply if not also marked available","allowNo":true},"overview":{"name":"overview","type":"option","char":"o","description":"Overview to describe the purpose of the integration","required":true,"multiple":false}},"args":[{"name":"integration","description":"ID of an integration version to make marketplace available","required":true}],"_globalFlags":{}},"integrations:publish":{"id":"integrations:publish","description":"Publish a version of an Integration for use in Instances","strict":true,"pluginName":"@prismatic-io/prism","pluginAlias":"@prismatic-io/prism","pluginType":"core","aliases":[],"flags":{"comment":{"name":"comment","type":"option","char":"c","description":"comment about changes in this publication","required":false,"multiple":false}},"args":[{"name":"integration","description":"ID of an integration to publish","required":true}],"_globalFlags":{}},"integrations:update":{"id":"integrations:update","description":"Update an Integration's name or description","strict":true,"pluginName":"@prismatic-io/prism","pluginAlias":"@prismatic-io/prism","pluginType":"core","aliases":[],"flags":{"name":{"name":"name","type":"option","char":"n","description":"new name to give the integration","multiple":false},"description":{"name":"description","type":"option","char":"d","description":"new description to give the integration","multiple":false},"customer":{"name":"customer","type":"option","char":"c","description":"ID of customer with which to associate the integration","multiple":false},"test-config-vars":{"name":"test-config-vars","type":"option","description":"JSON-formatted config variables to be used for testing","multiple":false},"default-config-vars":{"name":"default-config-vars","type":"option","description":"JSON-formatted default values for config variables that are replaced with instance or test config variables","multiple":false}},"args":[{"name":"integration","description":"ID of an integration","required":true}],"_globalFlags":{}},"me":{"id":"me","description":"Print your user profile information","strict":true,"pluginName":"@prismatic-io/prism","pluginAlias":"@prismatic-io/prism","pluginType":"core","aliases":[],"flags":{},"args":[]},"me:token":{"id":"me:token","description":"Print your authorization tokens","strict":true,"pluginName":"@prismatic-io/prism","pluginAlias":"@prismatic-io/prism","pluginType":"core","aliases":[],"flags":{"type":{"name":"type","type":"option","char":"t","description":"Which token type to print","multiple":false,"options":["access","refresh"],"default":"access"}},"args":[],"_globalFlags":{}},"organization:update":{"id":"organization:update","description":"Update your Organization","strict":true,"pluginName":"@prismatic-io/prism","pluginAlias":"@prismatic-io/prism","pluginType":"core","aliases":[],"flags":{"name":{"name":"name","type":"option","char":"n","description":"name of the organization","multiple":false}},"args":[],"_globalFlags":{}},"organization:updateAvatarUrl":{"id":"organization:updateAvatarUrl","description":"Update your Organization Avatar URL","strict":true,"pluginName":"@prismatic-io/prism","pluginAlias":"@prismatic-io/prism","pluginType":"core","aliases":[],"flags":{"organizationId":{"name":"organizationId","type":"option","description":"ID of an organization","required":true,"multiple":false},"avatarUrl":{"name":"avatarUrl","type":"option","char":"n","description":"Url of the organization avatar","required":false,"multiple":false}},"args":[],"_globalFlags":{}},"alerts:events:list":{"id":"alerts:events:list","description":"List Alert Events for an Alert Monitor","strict":true,"pluginName":"@prismatic-io/prism","pluginAlias":"@prismatic-io/prism","pluginType":"core","aliases":[],"flags":{"columns":{"name":"columns","type":"option","description":"only show provided columns (comma-separated)","multiple":false,"exclusive":["extended"]},"sort":{"name":"sort","type":"option","description":"property to sort by (prepend '-' for descending)","multiple":false},"filter":{"name":"filter","type":"option","description":"filter property by partial string matching, ex: name=foo","multiple":false},"csv":{"name":"csv","type":"boolean","description":"output is csv format [alias: --output=csv]","allowNo":false,"exclusive":["no-truncate"]},"output":{"name":"output","type":"option","description":"output in a more machine friendly format","multiple":false,"options":["csv","json","yaml"],"exclusive":["no-truncate","csv"]},"extended":{"name":"extended","type":"boolean","char":"x","description":"show extra columns","allowNo":false,"exclusive":["columns"]},"no-truncate":{"name":"no-truncate","type":"boolean","description":"do not truncate output to fit screen","allowNo":false,"exclusive":["csv"]},"no-header":{"name":"no-header","type":"boolean","description":"hide table header from output","allowNo":false,"exclusive":["csv"]}},"args":[{"name":"alertMonitorId","description":"ID of an alert monitor","required":true}],"_globalFlags":{}},"alerts:groups:create":{"id":"alerts:groups:create","description":"Create an Alert Group","strict":true,"pluginName":"@prismatic-io/prism","pluginAlias":"@prismatic-io/prism","pluginType":"core","aliases":[],"flags":{"name":{"name":"name","type":"option","char":"n","description":"name of the group to be created","required":true,"multiple":false},"users":{"name":"users","type":"option","char":"u","description":"JSON-formatted list of Prismatic user IDs to alert","required":false,"multiple":false},"webhooks":{"name":"webhooks","type":"option","char":"w","description":"JSON-formatted list of Alert Webhook IDs to alert","required":false,"multiple":false}},"args":[],"_globalFlags":{}},"alerts:groups:delete":{"id":"alerts:groups:delete","description":"Delete an Alert Group","strict":true,"pluginName":"@prismatic-io/prism","pluginAlias":"@prismatic-io/prism","pluginType":"core","aliases":[],"flags":{},"args":[{"name":"group","description":"ID of the group to delete","required":true}]},"alerts:groups:list":{"id":"alerts:groups:list","description":"List Alert Groups in your Organization","strict":true,"pluginName":"@prismatic-io/prism","pluginAlias":"@prismatic-io/prism","pluginType":"core","aliases":[],"flags":{"columns":{"name":"columns","type":"option","description":"only show provided columns (comma-separated)","multiple":false,"exclusive":["extended"]},"sort":{"name":"sort","type":"option","description":"property to sort by (prepend '-' for descending)","multiple":false},"filter":{"name":"filter","type":"option","description":"filter property by partial string matching, ex: name=foo","multiple":false},"csv":{"name":"csv","type":"boolean","description":"output is csv format [alias: --output=csv]","allowNo":false,"exclusive":["no-truncate"]},"output":{"name":"output","type":"option","description":"output in a more machine friendly format","multiple":false,"options":["csv","json","yaml"],"exclusive":["no-truncate","csv"]},"extended":{"name":"extended","type":"boolean","char":"x","description":"show extra columns","allowNo":false,"exclusive":["columns"]},"no-truncate":{"name":"no-truncate","type":"boolean","description":"do not truncate output to fit screen","allowNo":false,"exclusive":["csv"]},"no-header":{"name":"no-header","type":"boolean","description":"hide table header from output","allowNo":false,"exclusive":["csv"]}},"args":[],"_globalFlags":{}},"alerts:monitors:clear":{"id":"alerts:monitors:clear","description":"Clear an Alert Monitor","strict":true,"pluginName":"@prismatic-io/prism","pluginAlias":"@prismatic-io/prism","pluginType":"core","aliases":[],"flags":{},"args":[{"name":"monitor","description":"ID of the monitor to clear","required":true}]},"alerts:monitors:create":{"id":"alerts:monitors:create","description":"Create an Alert Monitor by attaching an Alert Trigger and a set of users and webhooks to an Instance","strict":true,"pluginName":"@prismatic-io/prism","pluginAlias":"@prismatic-io/prism","pluginType":"core","aliases":[],"flags":{"name":{"name":"name","type":"option","char":"n","description":"name of the alert monitor to be created","required":true,"multiple":false},"instance":{"name":"instance","type":"option","char":"i","description":"ID of the instance to monitor","required":true,"multiple":false},"triggers":{"name":"triggers","type":"option","char":"t","description":"JSON-formatted list of trigger IDs that should trigger this monitor","required":true,"multiple":false},"duration":{"name":"duration","type":"option","char":"d","description":"greatest time allowed (in seconds) for time-based triggers","required":false,"multiple":false},"log-severity":{"name":"log-severity","type":"option","char":"s","description":"greatest log level {debug, info, warn, error} allowed for log-based triggers","required":false,"multiple":false},"groups":{"name":"groups","type":"option","char":"g","description":"JSON-formatted list of group IDs to alert","required":false,"multiple":false},"users":{"name":"users","type":"option","char":"u","description":"JSON-formatted list of Prismatic user IDs alert","required":false,"multiple":false}},"args":[],"_globalFlags":{}},"alerts:monitors:delete":{"id":"alerts:monitors:delete","description":"Delete an Alert Monitor","strict":true,"pluginName":"@prismatic-io/prism","pluginAlias":"@prismatic-io/prism","pluginType":"core","aliases":[],"flags":{},"args":[{"name":"monitor","description":"ID of the monitor to delete","required":true}]},"alerts:monitors:list":{"id":"alerts:monitors:list","description":"List Alert Monitors for Customer Instances","strict":true,"pluginName":"@prismatic-io/prism","pluginAlias":"@prismatic-io/prism","pluginType":"core","aliases":[],"flags":{"columns":{"name":"columns","type":"option","description":"only show provided columns (comma-separated)","multiple":false,"exclusive":["extended"]},"sort":{"name":"sort","type":"option","description":"property to sort by (prepend '-' for descending)","multiple":false},"filter":{"name":"filter","type":"option","description":"filter property by partial string matching, ex: name=foo","multiple":false},"csv":{"name":"csv","type":"boolean","description":"output is csv format [alias: --output=csv]","allowNo":false,"exclusive":["no-truncate"]},"output":{"name":"output","type":"option","description":"output in a more machine friendly format","multiple":false,"options":["csv","json","yaml"],"exclusive":["no-truncate","csv"]},"extended":{"name":"extended","type":"boolean","char":"x","description":"show extra columns","allowNo":false,"exclusive":["columns"]},"no-truncate":{"name":"no-truncate","type":"boolean","description":"do not truncate output to fit screen","allowNo":false,"exclusive":["csv"]},"no-header":{"name":"no-header","type":"boolean","description":"hide table header from output","allowNo":false,"exclusive":["csv"]}},"args":[],"_globalFlags":{}},"alerts:triggers:list":{"id":"alerts:triggers:list","description":"List Alert Triggers","strict":true,"pluginName":"@prismatic-io/prism","pluginAlias":"@prismatic-io/prism","pluginType":"core","aliases":[],"flags":{"columns":{"name":"columns","type":"option","description":"only show provided columns (comma-separated)","multiple":false,"exclusive":["extended"]},"sort":{"name":"sort","type":"option","description":"property to sort by (prepend '-' for descending)","multiple":false},"filter":{"name":"filter","type":"option","description":"filter property by partial string matching, ex: name=foo","multiple":false},"csv":{"name":"csv","type":"boolean","description":"output is csv format [alias: --output=csv]","allowNo":false,"exclusive":["no-truncate"]},"output":{"name":"output","type":"option","description":"output in a more machine friendly format","multiple":false,"options":["csv","json","yaml"],"exclusive":["no-truncate","csv"]},"extended":{"name":"extended","type":"boolean","char":"x","description":"show extra columns","allowNo":false,"exclusive":["columns"]},"no-truncate":{"name":"no-truncate","type":"boolean","description":"do not truncate output to fit screen","allowNo":false,"exclusive":["csv"]},"no-header":{"name":"no-header","type":"boolean","description":"hide table header from output","allowNo":false,"exclusive":["csv"]}},"args":[],"_globalFlags":{}},"alerts:webhooks:create":{"id":"alerts:webhooks:create","description":"Create an Alert Webhook","strict":true,"pluginName":"@prismatic-io/prism","pluginAlias":"@prismatic-io/prism","pluginType":"core","aliases":[],"flags":{"name":{"name":"name","type":"option","char":"n","description":"name of the webhook to be created","required":true,"multiple":false},"url":{"name":"url","type":"option","char":"u","description":"URL that will receive a POST request for an alert","required":true,"multiple":false},"headers":{"name":"headers","type":"option","char":"h","description":"JSON-formatted object of key/value pairs to include in the request header","required":false,"multiple":false},"payloadTemplate":{"name":"payloadTemplate","type":"option","char":"p","description":"template string that will be used as the request body, see documentation for details","required":true,"multiple":false}},"args":[],"_globalFlags":{}},"alerts:webhooks:delete":{"id":"alerts:webhooks:delete","description":"Delete an Alert Webhook","strict":true,"pluginName":"@prismatic-io/prism","pluginAlias":"@prismatic-io/prism","pluginType":"core","aliases":[],"flags":{},"args":[{"name":"webhook","description":"ID of the webhook to delete","required":true}]},"alerts:webhooks:list":{"id":"alerts:webhooks:list","description":"List Alert Webhooks","strict":true,"pluginName":"@prismatic-io/prism","pluginAlias":"@prismatic-io/prism","pluginType":"core","aliases":[],"flags":{"columns":{"name":"columns","type":"option","description":"only show provided columns (comma-separated)","multiple":false,"exclusive":["extended"]},"sort":{"name":"sort","type":"option","description":"property to sort by (prepend '-' for descending)","multiple":false},"filter":{"name":"filter","type":"option","description":"filter property by partial string matching, ex: name=foo","multiple":false},"csv":{"name":"csv","type":"boolean","description":"output is csv format [alias: --output=csv]","allowNo":false,"exclusive":["no-truncate"]},"output":{"name":"output","type":"option","description":"output in a more machine friendly format","multiple":false,"options":["csv","json","yaml"],"exclusive":["no-truncate","csv"]},"extended":{"name":"extended","type":"boolean","char":"x","description":"show extra columns","allowNo":false,"exclusive":["columns"]},"no-truncate":{"name":"no-truncate","type":"boolean","description":"do not truncate output to fit screen","allowNo":false,"exclusive":["csv"]},"no-header":{"name":"no-header","type":"boolean","description":"hide table header from output","allowNo":false,"exclusive":["csv"]}},"args":[],"_globalFlags":{}},"components:actions:list":{"id":"components:actions:list","description":"List Actions that Components implement","strict":true,"pluginName":"@prismatic-io/prism","pluginAlias":"@prismatic-io/prism","pluginType":"core","aliases":[],"flags":{"columns":{"name":"columns","type":"option","description":"only show provided columns (comma-separated)","multiple":false,"exclusive":["extended"]},"sort":{"name":"sort","type":"option","description":"property to sort by (prepend '-' for descending)","multiple":false},"filter":{"name":"filter","type":"option","description":"filter property by partial string matching, ex: name=foo","multiple":false},"csv":{"name":"csv","type":"boolean","description":"output is csv format [alias: --output=csv]","allowNo":false,"exclusive":["no-truncate"]},"output":{"name":"output","type":"option","description":"output in a more machine friendly format","multiple":false,"options":["csv","json","yaml"],"exclusive":["no-truncate","csv"]},"extended":{"name":"extended","type":"boolean","char":"x","description":"show extra columns","allowNo":false,"exclusive":["columns"]},"no-truncate":{"name":"no-truncate","type":"boolean","description":"do not truncate output to fit screen","allowNo":false,"exclusive":["csv"]},"no-header":{"name":"no-header","type":"boolean","description":"hide table header from output","allowNo":false,"exclusive":["csv"]},"public":{"name":"public","type":"boolean","description":"Show actions for the public component with the given key. Use this flag when you have a private component with the same key as a public component.","required":false,"allowNo":false},"private":{"name":"private","type":"boolean","description":"Show actions for the private component with the given key. Use this flag when you have a private component with the same key as a public component.","required":false,"allowNo":false}},"args":[{"name":"Component Key","description":"The key of the component to show actions for (e.g. 'salesforce')","required":true}],"_globalFlags":{}},"components:data-sources:list":{"id":"components:data-sources:list","description":"List Data Sources that Components implement","strict":true,"pluginName":"@prismatic-io/prism","pluginAlias":"@prismatic-io/prism","pluginType":"core","aliases":[],"flags":{"columns":{"name":"columns","type":"option","description":"only show provided columns (comma-separated)","multiple":false,"exclusive":["extended"]},"sort":{"name":"sort","type":"option","description":"property to sort by (prepend '-' for descending)","multiple":false},"filter":{"name":"filter","type":"option","description":"filter property by partial string matching, ex: name=foo","multiple":false},"csv":{"name":"csv","type":"boolean","description":"output is csv format [alias: --output=csv]","allowNo":false,"exclusive":["no-truncate"]},"output":{"name":"output","type":"option","description":"output in a more machine friendly format","multiple":false,"options":["csv","json","yaml"],"exclusive":["no-truncate","csv"]},"extended":{"name":"extended","type":"boolean","char":"x","description":"show extra columns","allowNo":false,"exclusive":["columns"]},"no-truncate":{"name":"no-truncate","type":"boolean","description":"do not truncate output to fit screen","allowNo":false,"exclusive":["csv"]},"no-header":{"name":"no-header","type":"boolean","description":"hide table header from output","allowNo":false,"exclusive":["csv"]},"public":{"name":"public","type":"boolean","description":"Show data sources for the public component with the given key. Use this flag when you have a private component with the same key as a public component.","required":false,"allowNo":false},"private":{"name":"private","type":"boolean","description":"Show data sources for the private component with the given key. Use this flag when you have a private component with the same key as a public component.","required":false,"allowNo":false}},"args":[{"name":"Component Key","description":"The key of the component to show data sources for (e.g. 'salesforce')","required":true}],"_globalFlags":{}},"components:dev:run":{"id":"components:dev:run","description":"Fetch an integration's active connection and execute a CLI command with that connection's fields as an environment variable.","strict":false,"usage":"components:dev:run -i <value> -c <value> -- /command/to/run","pluginName":"@prismatic-io/prism","pluginAlias":"@prismatic-io/prism","pluginType":"core","aliases":[],"examples":[{"description":"To simply print an integration's basic auth config variable named \"My Credentials\" and pipe the resulting JSON to jq, run:","command":"$ prism components:dev:run\n --integrationId SW50ZWexample\n --connectionKey \"My Connection\" --\n printenv PRISMATIC_CONNECTION_VALUE | jq"},{"description":"If one of your integrations has an authenticated OAuth 2.0 config variable \"Slack Connection\", you could run your component's unit tests with that environment variable:","command":"$ prism components:dev:run -i SW50ZWexample -c \"Slack Connection\" -- yarn run test"}],"flags":{"integrationId":{"name":"integrationId","type":"option","char":"i","description":"Integration ID","required":true,"multiple":false},"connectionKey":{"name":"connectionKey","type":"option","char":"c","description":"Key of the connection config variable to fetch meta/state for","required":true,"multiple":false}},"args":[],"--":true,"_globalFlags":{}},"components:dev:test":{"id":"components:dev:test","description":"Run an action of a component within a test integration in the integration runner","strict":true,"pluginName":"@prismatic-io/prism","pluginAlias":"@prismatic-io/prism","pluginType":"core","aliases":[],"flags":{"envPath":{"name":"envPath","type":"option","char":"e","description":"Path to dotenv file to load for supplying testing values","required":false,"multiple":false,"default":".env"},"build":{"name":"build","type":"boolean","char":"b","description":"Build the component prior to testing","required":false,"allowNo":true},"output-file":{"name":"output-file","type":"option","char":"o","description":"Output the results of the action to a specified file","required":false,"multiple":false},"print-results":{"name":"print-results","type":"boolean","description":"Print the results of the action to stdout","required":false,"allowNo":false},"clean-up":{"name":"clean-up","type":"boolean","description":"Clean up the integration and temporary component after running the action","required":false,"allowNo":false}},"args":[],"_globalFlags":{}},"components:init:action":{"id":"components:init:action","description":"Initialize a new Action file","strict":true,"pluginName":"@prismatic-io/prism","pluginAlias":"@prismatic-io/prism","pluginType":"core","aliases":[],"flags":{},"args":[]},"components:init:component":{"id":"components:init:component","description":"Initialize a new Component","strict":true,"pluginName":"@prismatic-io/prism","pluginAlias":"@prismatic-io/prism","pluginType":"core","aliases":[],"flags":{},"args":[]},"components:init:connection":{"id":"components:init:connection","description":"Initialize a new Connection file","strict":true,"pluginName":"@prismatic-io/prism","pluginAlias":"@prismatic-io/prism","pluginType":"core","aliases":[],"flags":{},"args":[]},"components:init:dataSource":{"id":"components:init:dataSource","description":"Initialize a new Data Source file","strict":true,"pluginName":"@prismatic-io/prism","pluginAlias":"@prismatic-io/prism","pluginType":"core","aliases":[],"flags":{},"args":[]},"components:init":{"id":"components:init","description":"Initialize a new Component","strict":true,"pluginName":"@prismatic-io/prism","pluginAlias":"@prismatic-io/prism","pluginType":"core","aliases":[],"flags":{"wsdl-path":{"name":"wsdl-path","type":"option","description":"Path to the WSDL definition file used to generate a Component","required":false,"multiple":false},"open-api-path":{"name":"open-api-path","type":"option","description":"The path to an OpenAPI Specification file (JSON or YAML) used to generate a Component","required":false,"multiple":false},"verbose":{"name":"verbose","type":"boolean","description":"Output more verbose logging from Component generation","required":false,"allowNo":false}},"args":[{"name":"name","description":"Name of the new component to create (alphanumeric characters, hyphens, and underscores)","required":true}],"_globalFlags":{}},"components:init:trigger":{"id":"components:init:trigger","description":"Initialize a new Trigger file","strict":true,"pluginName":"@prismatic-io/prism","pluginAlias":"@prismatic-io/prism","pluginType":"core","aliases":[],"flags":{},"args":[]},"components:triggers:list":{"id":"components:triggers:list","description":"List Triggers that Components implement","strict":true,"pluginName":"@prismatic-io/prism","pluginAlias":"@prismatic-io/prism","pluginType":"core","aliases":[],"flags":{"columns":{"name":"columns","type":"option","description":"only show provided columns (comma-separated)","multiple":false,"exclusive":["extended"]},"sort":{"name":"sort","type":"option","description":"property to sort by (prepend '-' for descending)","multiple":false},"filter":{"name":"filter","type":"option","description":"filter property by partial string matching, ex: name=foo","multiple":false},"csv":{"name":"csv","type":"boolean","description":"output is csv format [alias: --output=csv]","allowNo":false,"exclusive":["no-truncate"]},"output":{"name":"output","type":"option","description":"output in a more machine friendly format","multiple":false,"options":["csv","json","yaml"],"exclusive":["no-truncate","csv"]},"extended":{"name":"extended","type":"boolean","char":"x","description":"show extra columns","allowNo":false,"exclusive":["columns"]},"no-truncate":{"name":"no-truncate","type":"boolean","description":"do not truncate output to fit screen","allowNo":false,"exclusive":["csv"]},"no-header":{"name":"no-header","type":"boolean","description":"hide table header from output","allowNo":false,"exclusive":["csv"]},"public":{"name":"public","type":"boolean","description":"Show actions for the public component with the given key. Use this flag when you have a private component with the same key as a public component.","required":false,"allowNo":false},"private":{"name":"private","type":"boolean","description":"Show actions for the private component with the given key. Use this flag when you have a private component with the same key as a public component.","required":false,"allowNo":false}},"args":[{"name":"Component Key","description":"The key of the component to show triggers for (e.g. 'salesforce')","required":true}],"_globalFlags":{}},"customers:credentials:create":{"id":"customers:credentials:create","description":"Create a set of Customer-specific Credentials for use by Instance Actions","strict":true,"pluginName":"@prismatic-io/prism","pluginAlias":"@prismatic-io/prism","pluginType":"core","aliases":[],"flags":{"customer":{"name":"customer","type":"option","char":"c","description":"ID of the customer","required":true,"multiple":false},"label":{"name":"label","type":"option","char":"l","description":"name to give the new credentials","required":true,"multiple":false},"authorization-method":{"name":"authorization-method","type":"option","char":"a","description":"ID of the authorization method","required":true,"multiple":false},"fields":{"name":"fields","type":"option","char":"f","description":"username, password, etc., in JSON format","multiple":false}},"args":[],"_globalFlags":{}},"customers:credentials:delete":{"id":"customers:credentials:delete","description":"Delete a Customer Credential","strict":true,"pluginName":"@prismatic-io/prism","pluginAlias":"@prismatic-io/prism","pluginType":"core","aliases":[],"flags":{},"args":[{"name":"credential","description":"ID of the credential to delete","required":true}]},"customers:credentials:list":{"id":"customers:credentials:list","description":"List Credentials for a Customer","strict":true,"pluginName":"@prismatic-io/prism","pluginAlias":"@prismatic-io/prism","pluginType":"core","aliases":[],"flags":{"customer":{"name":"customer","type":"option","char":"c","description":"ID of a customer","required":true,"multiple":false},"columns":{"name":"columns","type":"option","description":"only show provided columns (comma-separated)","multiple":false,"exclusive":["extended"]},"sort":{"name":"sort","type":"option","description":"property to sort by (prepend '-' for descending)","multiple":false},"filter":{"name":"filter","type":"option","description":"filter property by partial string matching, ex: name=foo","multiple":false},"csv":{"name":"csv","type":"boolean","description":"output is csv format [alias: --output=csv]","allowNo":false,"exclusive":["no-truncate"]},"output":{"name":"output","type":"option","description":"output in a more machine friendly format","multiple":false,"options":["csv","json","yaml"],"exclusive":["no-truncate","csv"]},"extended":{"name":"extended","type":"boolean","char":"x","description":"show extra columns","allowNo":false,"exclusive":["columns"]},"no-truncate":{"name":"no-truncate","type":"boolean","description":"do not truncate output to fit screen","allowNo":false,"exclusive":["csv"]},"no-header":{"name":"no-header","type":"boolean","description":"hide table header from output","allowNo":false,"exclusive":["csv"]}},"args":[],"_globalFlags":{}},"customers:credentials:update":{"id":"customers:credentials:update","description":"Update a Customer-specific Credential for use by Instance Actions","strict":true,"pluginName":"@prismatic-io/prism","pluginAlias":"@prismatic-io/prism","pluginType":"core","aliases":[],"flags":{"label":{"name":"label","type":"option","char":"l","description":"new name to give the credential","required":true,"multiple":false},"fields":{"name":"fields","type":"option","char":"f","description":"username, password, etc., in JSON format","required":true,"multiple":false}},"args":[{"name":"credential","description":"ID of a credential","required":true}],"_globalFlags":{}},"customers:users:create":{"id":"customers:users:create","description":"Create a User for the specified Customer","strict":true,"pluginName":"@prismatic-io/prism","pluginAlias":"@prismatic-io/prism","pluginType":"core","aliases":[],"flags":{"email":{"name":"email","type":"option","char":"e","description":"email address","required":true,"multiple":false},"role":{"name":"role","type":"option","char":"r","description":"ID of the role to assign the user","required":true,"multiple":false},"customer":{"name":"customer","type":"option","char":"c","description":"ID of the customer this user is associated with","required":true,"multiple":false},"name":{"name":"name","type":"option","char":"n","description":"name of the new user","required":false,"multiple":false}},"args":[],"_globalFlags":{}},"customers:users:delete":{"id":"customers:users:delete","description":"Delete a Customer User","strict":true,"pluginName":"@prismatic-io/prism","pluginAlias":"@prismatic-io/prism","pluginType":"core","aliases":[],"flags":{},"args":[{"name":"user","description":"ID of the user to delete","required":true}]},"customers:users:list":{"id":"customers:users:list","description":"List Customer Users","strict":true,"pluginName":"@prismatic-io/prism","pluginAlias":"@prismatic-io/prism","pluginType":"core","aliases":[],"flags":{"columns":{"name":"columns","type":"option","description":"only show provided columns (comma-separated)","multiple":false,"exclusive":["extended"]},"sort":{"name":"sort","type":"option","description":"property to sort by (prepend '-' for descending)","multiple":false},"filter":{"name":"filter","type":"option","description":"filter property by partial string matching, ex: name=foo","multiple":false},"csv":{"name":"csv","type":"boolean","description":"output is csv format [alias: --output=csv]","allowNo":false,"exclusive":["no-truncate"]},"output":{"name":"output","type":"option","description":"output in a more machine friendly format","multiple":false,"options":["csv","json","yaml"],"exclusive":["no-truncate","csv"]},"extended":{"name":"extended","type":"boolean","char":"x","description":"show extra columns","allowNo":false,"exclusive":["columns"]},"no-truncate":{"name":"no-truncate","type":"boolean","description":"do not truncate output to fit screen","allowNo":false,"exclusive":["csv"]},"no-header":{"name":"no-header","type":"boolean","description":"hide table header from output","allowNo":false,"exclusive":["csv"]}},"args":[{"name":"customer","description":"ID of the customer","required":true}],"_globalFlags":{}},"customers:users:roles":{"id":"customers:users:roles","description":"List Roles you can grant to Customer Users","strict":true,"pluginName":"@prismatic-io/prism","pluginAlias":"@prismatic-io/prism","pluginType":"core","aliases":[],"flags":{"columns":{"name":"columns","type":"option","description":"only show provided columns (comma-separated)","multiple":false,"exclusive":["extended"]},"sort":{"name":"sort","type":"option","description":"property to sort by (prepend '-' for descending)","multiple":false},"filter":{"name":"filter","type":"option","description":"filter property by partial string matching, ex: name=foo","multiple":false},"csv":{"name":"csv","type":"boolean","description":"output is csv format [alias: --output=csv]","allowNo":false,"exclusive":["no-truncate"]},"output":{"name":"output","type":"option","description":"output in a more machine friendly format","multiple":false,"options":["csv","json","yaml"],"exclusive":["no-truncate","csv"]},"extended":{"name":"extended","type":"boolean","char":"x","description":"show extra columns","allowNo":false,"exclusive":["columns"]},"no-truncate":{"name":"no-truncate","type":"boolean","description":"do not truncate output to fit screen","allowNo":false,"exclusive":["csv"]},"no-header":{"name":"no-header","type":"boolean","description":"hide table header from output","allowNo":false,"exclusive":["csv"]}},"args":[],"_globalFlags":{}},"customers:users:update":{"id":"customers:users:update","description":"Update a User","strict":true,"pluginName":"@prismatic-io/prism","pluginAlias":"@prismatic-io/prism","pluginType":"core","aliases":[],"flags":{"name":{"name":"name","type":"option","char":"n","description":"name of the user","required":false,"multiple":false},"phone":{"name":"phone","type":"option","char":"p","description":"phone number of the user","required":false,"multiple":false},"dark-mode":{"name":"dark-mode","type":"option","char":"d","description":"whether the user should have dark mode enabled","required":false,"multiple":false},"dark-mode-os-sync":{"name":"dark-mode-os-sync","type":"option","char":"o","description":"whether dark mode should sync with OS settings","required":false,"multiple":false}},"args":[{"name":"user","description":"ID of a user","required":true}],"_globalFlags":{}},"executions:step-result:get":{"id":"executions:step-result:get","description":"Gets the Result of a specified Step in an Instance Execution","strict":true,"pluginName":"@prismatic-io/prism","pluginAlias":"@prismatic-io/prism","pluginType":"core","aliases":[],"flags":{"executionId":{"name":"executionId","type":"option","char":"e","description":"ID of an Execution","required":true,"multiple":false},"stepName":{"name":"stepName","type":"option","char":"s","description":"Name of an Integration Step","required":true,"multiple":false},"outputPath":{"name":"outputPath","type":"option","char":"p","description":"Output result to a file. Output will be printed to stdout if this is omitted","required":false,"multiple":false}},"args":[],"_globalFlags":{}},"instances:config-vars:list":{"id":"instances:config-vars:list","description":"List Config Variables used on an Instance","strict":true,"pluginName":"@prismatic-io/prism","pluginAlias":"@prismatic-io/prism","pluginType":"core","aliases":[],"flags":{"columns":{"name":"columns","type":"option","description":"only show provided columns (comma-separated)","multiple":false,"exclusive":["extended"]},"sort":{"name":"sort","type":"option","description":"property to sort by (prepend '-' for descending)","multiple":false},"filter":{"name":"filter","type":"option","description":"filter property by partial string matching, ex: name=foo","multiple":false},"csv":{"name":"csv","type":"boolean","description":"output is csv format [alias: --output=csv]","allowNo":false,"exclusive":["no-truncate"]},"output":{"name":"output","type":"option","description":"output in a more machine friendly format","multiple":false,"options":["csv","json","yaml"],"exclusive":["no-truncate","csv"]},"extended":{"name":"extended","type":"boolean","char":"x","description":"show extra columns","allowNo":false,"exclusive":["columns"]},"no-truncate":{"name":"no-truncate","type":"boolean","description":"do not truncate output to fit screen","allowNo":false,"exclusive":["csv"]},"no-header":{"name":"no-header","type":"boolean","description":"hide table header from output","allowNo":false,"exclusive":["csv"]}},"args":[{"name":"instance","description":"ID of an instance","required":true}],"_globalFlags":{}},"instances:flow-configs:list":{"id":"instances:flow-configs:list","description":"List Instance Flow Configs","strict":true,"pluginName":"@prismatic-io/prism","pluginAlias":"@prismatic-io/prism","pluginType":"core","aliases":[],"flags":{"columns":{"name":"columns","type":"option","description":"only show provided columns (comma-separated)","multiple":false,"exclusive":["extended"]},"sort":{"name":"sort","type":"option","description":"property to sort by (prepend '-' for descending)","multiple":false},"filter":{"name":"filter","type":"option","description":"filter property by partial string matching, ex: name=foo","multiple":false},"csv":{"name":"csv","type":"boolean","description":"output is csv format [alias: --output=csv]","allowNo":false,"exclusive":["no-truncate"]},"output":{"name":"output","type":"option","description":"output in a more machine friendly format","multiple":false,"options":["csv","json","yaml"],"exclusive":["no-truncate","csv"]},"extended":{"name":"extended","type":"boolean","char":"x","description":"show extra columns","allowNo":false,"exclusive":["columns"]},"no-truncate":{"name":"no-truncate","type":"boolean","description":"do not truncate output to fit screen","allowNo":false,"exclusive":["csv"]},"no-header":{"name":"no-header","type":"boolean","description":"hide table header from output","allowNo":false,"exclusive":["csv"]}},"args":[{"name":"instance","description":"ID of an Instance","required":true}],"_globalFlags":{}},"instances:flow-configs:test":{"id":"instances:flow-configs:test","description":"Test a Flow Config of an Instance","strict":true,"pluginName":"@prismatic-io/prism","pluginAlias":"@prismatic-io/prism","pluginType":"core","aliases":[],"flags":{"extended":{"name":"extended","type":"boolean","char":"x","description":"show extra columns","allowNo":false,"exclusive":["columns"]},"columns":{"name":"columns","type":"option","description":"only show provided columns (comma-separated)","multiple":false,"exclusive":["extended"]},"tail":{"name":"tail","type":"boolean","char":"t","description":"Tail logs of the flow config test run","required":false,"allowNo":false},"payload":{"name":"payload","type":"option","char":"p","description":"Optional JSON-formatted data payload to submit with the test","required":false,"multiple":false},"contentType":{"name":"contentType","type":"option","char":"c","description":"Optional content-type for the test payload","required":false,"multiple":false}},"args":[{"name":"flowConfig","description":"ID of a Flow Config to test","required":true}],"_globalFlags":{}},"integrations:flows:list":{"id":"integrations:flows:list","description":"List Integration Flows","strict":true,"pluginName":"@prismatic-io/prism","pluginAlias":"@prismatic-io/prism","pluginType":"core","aliases":[],"flags":{"columns":{"name":"columns","type":"option","description":"only show provided columns (comma-separated)","multiple":false,"exclusive":["extended"]},"sort":{"name":"sort","type":"option","description":"property to sort by (prepend '-' for descending)","multiple":false},"filter":{"name":"filter","type":"option","description":"filter property by partial string matching, ex: name=foo","multiple":false},"csv":{"name":"csv","type":"boolean","description":"output is csv format [alias: --output=csv]","allowNo":false,"exclusive":["no-truncate"]},"output":{"name":"output","type":"option","description":"output in a more machine friendly format","multiple":false,"options":["csv","json","yaml"],"exclusive":["no-truncate","csv"]},"extended":{"name":"extended","type":"boolean","char":"x","description":"show extra columns","allowNo":false,"exclusive":["columns"]},"no-truncate":{"name":"no-truncate","type":"boolean","description":"do not truncate output to fit screen","allowNo":false,"exclusive":["csv"]},"no-header":{"name":"no-header","type":"boolean","description":"hide table header from output","allowNo":false,"exclusive":["csv"]}},"args":[{"name":"integration","description":"ID of an Integration","required":true}],"_globalFlags":{}},"integrations:flows:test":{"id":"integrations:flows:test","description":"Run a test of an Integration Flow","strict":true,"pluginName":"@prismatic-io/prism","pluginAlias":"@prismatic-io/prism","pluginType":"core","aliases":[],"flags":{"extended":{"name":"extended","type":"boolean","char":"x","description":"show extra columns","allowNo":false,"exclusive":["columns"]},"columns":{"name":"columns","type":"option","description":"only show provided columns (comma-separated)","multiple":false,"exclusive":["extended"]},"tail":{"name":"tail","type":"boolean","char":"t","description":"Tail logs of the integration test run","required":false,"allowNo":false},"payload":{"name":"payload","type":"option","char":"p","description":"Optional JSON-formatted data payload to submit with the test","required":false,"multiple":false},"contentType":{"name":"contentType","type":"option","char":"c","description":"Optional content-type for the test payload","required":false,"multiple":false}},"args":[{"name":"flow","description":"ID of a flow to test","required":true}],"_globalFlags":{}},"integrations:versions":{"id":"integrations:versions","description":"List Integration versions","strict":true,"pluginName":"@prismatic-io/prism","pluginAlias":"@prismatic-io/prism","pluginType":"core","aliases":[],"flags":{"columns":{"name":"columns","type":"option","description":"only show provided columns (comma-separated)","multiple":false,"exclusive":["extended"]},"sort":{"name":"sort","type":"option","description":"property to sort by (prepend '-' for descending)","multiple":false},"filter":{"name":"filter","type":"option","description":"filter property by partial string matching, ex: name=foo","multiple":false},"csv":{"name":"csv","type":"boolean","description":"output is csv format [alias: --output=csv]","allowNo":false,"exclusive":["no-truncate"]},"output":{"name":"output","type":"option","description":"output in a more machine friendly format","multiple":false,"options":["csv","json","yaml"],"exclusive":["no-truncate","csv"]},"extended":{"name":"extended","type":"boolean","char":"x","description":"show extra columns","allowNo":false,"exclusive":["columns"]},"no-truncate":{"name":"no-truncate","type":"boolean","description":"do not truncate output to fit screen","allowNo":false,"exclusive":["csv"]},"no-header":{"name":"no-header","type":"boolean","description":"hide table header from output","allowNo":false,"exclusive":["csv"]},"latest-available":{"name":"latest-available","type":"boolean","char":"l","description":"Show only the latest available version","allowNo":false}},"args":[{"name":"integration","description":"ID of an integration","required":true}],"_globalFlags":{}},"logs:severities:list":{"id":"logs:severities:list","description":"List Log Severities for use by Alert Triggers","strict":true,"pluginName":"@prismatic-io/prism","pluginAlias":"@prismatic-io/prism","pluginType":"core","aliases":[],"flags":{"columns":{"name":"columns","type":"option","description":"only show provided columns (comma-separated)","multiple":false,"exclusive":["extended"]},"sort":{"name":"sort","type":"option","description":"property to sort by (prepend '-' for descending)","multiple":false},"filter":{"name":"filter","type":"option","description":"filter property by partial string matching, ex: name=foo","multiple":false},"csv":{"name":"csv","type":"boolean","description":"output is csv format [alias: --output=csv]","allowNo":false,"exclusive":["no-truncate"]},"output":{"name":"output","type":"option","description":"output in a more machine friendly format","multiple":false,"options":["csv","json","yaml"],"exclusive":["no-truncate","csv"]},"extended":{"name":"extended","type":"boolean","char":"x","description":"show extra columns","allowNo":false,"exclusive":["columns"]},"no-truncate":{"name":"no-truncate","type":"boolean","description":"do not truncate output to fit screen","allowNo":false,"exclusive":["csv"]},"no-header":{"name":"no-header","type":"boolean","description":"hide table header from output","allowNo":false,"exclusive":["csv"]}},"args":[],"_globalFlags":{}},"me:token:revoke":{"id":"me:token:revoke","description":"Revoke all refresh tokens for your user","strict":true,"pluginName":"@prismatic-io/prism","pluginAlias":"@prismatic-io/prism","pluginType":"core","aliases":[],"flags":{},"args":[]},"organization:credentials:create":{"id":"organization:credentials:create","description":"Create a set of Organization-level Credentials for use by Instance Actions","strict":true,"pluginName":"@prismatic-io/prism","pluginAlias":"@prismatic-io/prism","pluginType":"core","aliases":[],"flags":{"label":{"name":"label","type":"option","char":"l","description":"name to give the new credentials","required":true,"multiple":false},"authorization-method":{"name":"authorization-method","type":"option","char":"a","description":"ID of the authorization method","required":true,"multiple":false},"fields":{"name":"fields","type":"option","char":"f","description":"username, password, etc., in JSON format","multiple":false}},"args":[],"_globalFlags":{}},"organization:credentials:delete":{"id":"organization:credentials:delete","description":"Delete an Organization Credential","strict":true,"pluginName":"@prismatic-io/prism","pluginAlias":"@prismatic-io/prism","pluginType":"core","aliases":[],"flags":{},"args":[{"name":"credential","description":"ID of the credential to delete","required":true}]},"organization:credentials:list":{"id":"organization:credentials:list","description":"List Credentials available to the entire Organization","strict":true,"pluginName":"@prismatic-io/prism","pluginAlias":"@prismatic-io/prism","pluginType":"core","aliases":[],"flags":{"columns":{"name":"columns","type":"option","description":"only show provided columns (comma-separated)","multiple":false,"exclusive":["extended"]},"sort":{"name":"sort","type":"option","description":"property to sort by (prepend '-' for descending)","multiple":false},"filter":{"name":"filter","type":"option","description":"filter property by partial string matching, ex: name=foo","multiple":false},"csv":{"name":"csv","type":"boolean","description":"output is csv format [alias: --output=csv]","allowNo":false,"exclusive":["no-truncate"]},"output":{"name":"output","type":"option","description":"output in a more machine friendly format","multiple":false,"options":["csv","json","yaml"],"exclusive":["no-truncate","csv"]},"extended":{"name":"extended","type":"boolean","char":"x","description":"show extra columns","allowNo":false,"exclusive":["columns"]},"no-truncate":{"name":"no-truncate","type":"boolean","description":"do not truncate output to fit screen","allowNo":false,"exclusive":["csv"]},"no-header":{"name":"no-header","type":"boolean","description":"hide table header from output","allowNo":false,"exclusive":["csv"]}},"args":[],"_globalFlags":{}},"organization:credentials:update":{"id":"organization:credentials:update","description":"Update a Customer-specific Credential for use by Instance Actions","strict":true,"pluginName":"@prismatic-io/prism","pluginAlias":"@prismatic-io/prism","pluginType":"core","aliases":[],"flags":{"label":{"name":"label","type":"option","char":"l","description":"new name to give the credential","required":true,"multiple":false},"fields":{"name":"fields","type":"option","char":"f","description":"username, password, etc., in JSON format","required":true,"multiple":false}},"args":[{"name":"credential","description":"ID of a credential","required":true}],"_globalFlags":{}},"organization:signingkeys:delete":{"id":"organization:signingkeys:delete","description":"Delete an embedded marketplace signing key","strict":true,"pluginName":"@prismatic-io/prism","pluginAlias":"@prismatic-io/prism","pluginType":"core","aliases":[],"flags":{},"args":[{"name":"signingKeyId","description":"ID of the signing key to delete","required":true}]},"organization:signingkeys:generate":{"id":"organization:signingkeys:generate","description":"Generate an embedded marketplace signing key","strict":true,"pluginName":"@prismatic-io/prism","pluginAlias":"@prismatic-io/prism","pluginType":"core","aliases":[],"flags":{},"args":[]},"organization:signingkeys:import":{"id":"organization:signingkeys:import","description":"Import a RSA public key for use with embedded marketplace","strict":true,"pluginName":"@prismatic-io/prism","pluginAlias":"@prismatic-io/prism","pluginType":"core","aliases":[],"flags":{"public-key-file":{"name":"public-key-file","type":"option","char":"p","description":"public key file","required":true,"multiple":false}},"args":[],"_globalFlags":{}},"organization:signingkeys:list":{"id":"organization:signingkeys:list","description":"List embedded signing keys for embedded marketplace","strict":true,"pluginName":"@prismatic-io/prism","pluginAlias":"@prismatic-io/prism","pluginType":"core","aliases":[],"flags":{"columns":{"name":"columns","type":"option","description":"only show provided columns (comma-separated)","multiple":false,"exclusive":["extended"]},"sort":{"name":"sort","type":"option","description":"property to sort by (prepend '-' for descending)","multiple":false},"filter":{"name":"filter","type":"option","description":"filter property by partial string matching, ex: name=foo","multiple":false},"csv":{"name":"csv","type":"boolean","description":"output is csv format [alias: --output=csv]","allowNo":false,"exclusive":["no-truncate"]},"output":{"name":"output","type":"option","description":"output in a more machine friendly format","multiple":false,"options":["csv","json","yaml"],"exclusive":["no-truncate","csv"]},"extended":{"name":"extended","type":"boolean","char":"x","description":"show extra columns","allowNo":false,"exclusive":["columns"]},"no-truncate":{"name":"no-truncate","type":"boolean","description":"do not truncate output to fit screen","allowNo":false,"exclusive":["csv"]},"no-header":{"name":"no-header","type":"boolean","description":"hide table header from output","allowNo":false,"exclusive":["csv"]}},"args":[],"_globalFlags":{}},"organization:users:create":{"id":"organization:users:create","description":"Create a User for your Organization","strict":true,"pluginName":"@prismatic-io/prism","pluginAlias":"@prismatic-io/prism","pluginType":"core","aliases":[],"flags":{"name":{"name":"name","type":"option","char":"n","description":"name of the user","multiple":false},"email":{"name":"email","type":"option","char":"e","description":"email address of the user","required":true,"multiple":false},"role":{"name":"role","type":"option","char":"r","description":"role the user should assume","required":true,"multiple":false}},"args":[],"_globalFlags":{}},"organization:users:delete":{"id":"organization:users:delete","description":"Delete an Organization User","strict":true,"pluginName":"@prismatic-io/prism","pluginAlias":"@prismatic-io/prism","pluginType":"core","aliases":[],"flags":{},"args":[{"name":"user","description":"ID of the user to delete","required":true}]},"organization:users:list":{"id":"organization:users:list","description":"List Users of your Organization","strict":true,"pluginName":"@prismatic-io/prism","pluginAlias":"@prismatic-io/prism","pluginType":"core","aliases":[],"flags":{"columns":{"name":"columns","type":"option","description":"only show provided columns (comma-separated)","multiple":false,"exclusive":["extended"]},"sort":{"name":"sort","type":"option","description":"property to sort by (prepend '-' for descending)","multiple":false},"filter":{"name":"filter","type":"option","description":"filter property by partial string matching, ex: name=foo","multiple":false},"csv":{"name":"csv","type":"boolean","description":"output is csv format [alias: --output=csv]","allowNo":false,"exclusive":["no-truncate"]},"output":{"name":"output","type":"option","description":"output in a more machine friendly format","multiple":false,"options":["csv","json","yaml"],"exclusive":["no-truncate","csv"]},"extended":{"name":"extended","type":"boolean","char":"x","description":"show extra columns","allowNo":false,"exclusive":["columns"]},"no-truncate":{"name":"no-truncate","type":"boolean","description":"do not truncate output to fit screen","allowNo":false,"exclusive":["csv"]},"no-header":{"name":"no-header","type":"boolean","description":"hide table header from output","allowNo":false,"exclusive":["csv"]}},"args":[],"_globalFlags":{}},"organization:users:roles":{"id":"organization:users:roles","description":"List Roles you can grant to other users in your Organization","strict":true,"pluginName":"@prismatic-io/prism","pluginAlias":"@prismatic-io/prism","pluginType":"core","aliases":[],"flags":{"columns":{"name":"columns","type":"option","description":"only show provided columns (comma-separated)","multiple":false,"exclusive":["extended"]},"sort":{"name":"sort","type":"option","description":"property to sort by (prepend '-' for descending)","multiple":false},"filter":{"name":"filter","type":"option","description":"filter property by partial string matching, ex: name=foo","multiple":false},"csv":{"name":"csv","type":"boolean","description":"output is csv format [alias: --output=csv]","allowNo":false,"exclusive":["no-truncate"]},"output":{"name":"output","type":"option","description":"output in a more machine friendly format","multiple":false,"options":["csv","json","yaml"],"exclusive":["no-truncate","csv"]},"extended":{"name":"extended","type":"boolean","char":"x","description":"show extra columns","allowNo":false,"exclusive":["columns"]},"no-truncate":{"name":"no-truncate","type":"boolean","description":"do not truncate output to fit screen","allowNo":false,"exclusive":["csv"]},"no-header":{"name":"no-header","type":"boolean","description":"hide table header from output","allowNo":false,"exclusive":["csv"]}},"args":[],"_globalFlags":{}},"organization:users:update":{"id":"organization:users:update","description":"Update a User","strict":true,"pluginName":"@prismatic-io/prism","pluginAlias":"@prismatic-io/prism","pluginType":"core","aliases":[],"flags":{"name":{"name":"name","type":"option","char":"n","description":"name of the user","multiple":false},"phone":{"name":"phone","type":"option","char":"p","description":"phone number of the user","multiple":false},"dark-mode":{"name":"dark-mode","type":"option","char":"d","description":"whether the user should have dark mode enabled","multiple":false},"dark-mode-os-sync":{"name":"dark-mode-os-sync","type":"option","char":"o","description":"whether dark mode should sync with OS settings","multiple":false}},"args":[{"name":"user","description":"ID of a user","required":true}],"_globalFlags":{}}}}
1
+ {
2
+ "version": "4.7.1",
3
+ "commands": {
4
+ "login": {
5
+ "id": "login",
6
+ "description": "Log in to your Prismatic account",
7
+ "strict": true,
8
+ "pluginName": "@prismatic-io/prism",
9
+ "pluginAlias": "@prismatic-io/prism",
10
+ "pluginType": "core",
11
+ "aliases": [],
12
+ "flags": {
13
+ "force": {
14
+ "name": "force",
15
+ "type": "boolean",
16
+ "char": "f",
17
+ "description": "re-authenticate, even if you are already logged in",
18
+ "allowNo": false
19
+ },
20
+ "url": {
21
+ "name": "url",
22
+ "type": "boolean",
23
+ "char": "u",
24
+ "description": "returns a challenge url without automatically opening a browser",
25
+ "allowNo": false
26
+ }
27
+ },
28
+ "args": {}
29
+ },
30
+ "logout": {
31
+ "id": "logout",
32
+ "description": "Log out of your Prismatic account",
33
+ "strict": true,
34
+ "pluginName": "@prismatic-io/prism",
35
+ "pluginAlias": "@prismatic-io/prism",
36
+ "pluginType": "core",
37
+ "aliases": [],
38
+ "flags": {
39
+ "browser": {
40
+ "name": "browser",
41
+ "type": "boolean",
42
+ "char": "b",
43
+ "description": "additionally log out of your default browser's session",
44
+ "allowNo": false
45
+ }
46
+ },
47
+ "args": {}
48
+ },
49
+ "authorization-methods:list": {
50
+ "id": "authorization-methods:list",
51
+ "description": "List Authorization Methods that Components can use",
52
+ "strict": true,
53
+ "pluginName": "@prismatic-io/prism",
54
+ "pluginAlias": "@prismatic-io/prism",
55
+ "pluginType": "core",
56
+ "aliases": [],
57
+ "flags": {
58
+ "columns": {
59
+ "name": "columns",
60
+ "type": "option",
61
+ "description": "only show provided columns (comma-separated)",
62
+ "multiple": false,
63
+ "exclusive": [
64
+ "extended"
65
+ ]
66
+ },
67
+ "sort": {
68
+ "name": "sort",
69
+ "type": "option",
70
+ "description": "property to sort by (prepend '-' for descending)",
71
+ "multiple": false
72
+ },
73
+ "filter": {
74
+ "name": "filter",
75
+ "type": "option",
76
+ "description": "filter property by partial string matching, ex: name=foo",
77
+ "multiple": false
78
+ },
79
+ "csv": {
80
+ "name": "csv",
81
+ "type": "boolean",
82
+ "description": "output is csv format [alias: --output=csv]",
83
+ "allowNo": false,
84
+ "exclusive": [
85
+ "no-truncate"
86
+ ]
87
+ },
88
+ "output": {
89
+ "name": "output",
90
+ "type": "option",
91
+ "description": "output in a more machine friendly format",
92
+ "multiple": false,
93
+ "options": [
94
+ "csv",
95
+ "json",
96
+ "yaml"
97
+ ],
98
+ "exclusive": [
99
+ "no-truncate",
100
+ "csv"
101
+ ]
102
+ },
103
+ "extended": {
104
+ "name": "extended",
105
+ "type": "boolean",
106
+ "char": "x",
107
+ "description": "show extra columns",
108
+ "allowNo": false,
109
+ "exclusive": [
110
+ "columns"
111
+ ]
112
+ },
113
+ "no-truncate": {
114
+ "name": "no-truncate",
115
+ "type": "boolean",
116
+ "description": "do not truncate output to fit screen",
117
+ "allowNo": false,
118
+ "exclusive": [
119
+ "csv"
120
+ ]
121
+ },
122
+ "no-header": {
123
+ "name": "no-header",
124
+ "type": "boolean",
125
+ "description": "hide table header from output",
126
+ "allowNo": false,
127
+ "exclusive": [
128
+ "csv"
129
+ ]
130
+ }
131
+ },
132
+ "args": {}
133
+ },
134
+ "components:delete": {
135
+ "id": "components:delete",
136
+ "description": "Delete a Component",
137
+ "strict": true,
138
+ "pluginName": "@prismatic-io/prism",
139
+ "pluginAlias": "@prismatic-io/prism",
140
+ "pluginType": "core",
141
+ "aliases": [],
142
+ "flags": {},
143
+ "args": {
144
+ "component": {
145
+ "name": "component",
146
+ "description": "ID of the component to delete",
147
+ "required": true
148
+ }
149
+ }
150
+ },
151
+ "components:list": {
152
+ "id": "components:list",
153
+ "description": "List available Components",
154
+ "strict": true,
155
+ "pluginName": "@prismatic-io/prism",
156
+ "pluginAlias": "@prismatic-io/prism",
157
+ "pluginType": "core",
158
+ "aliases": [],
159
+ "flags": {
160
+ "columns": {
161
+ "name": "columns",
162
+ "type": "option",
163
+ "description": "only show provided columns (comma-separated)",
164
+ "multiple": false,
165
+ "exclusive": [
166
+ "extended"
167
+ ]
168
+ },
169
+ "sort": {
170
+ "name": "sort",
171
+ "type": "option",
172
+ "description": "property to sort by (prepend '-' for descending)",
173
+ "multiple": false
174
+ },
175
+ "filter": {
176
+ "name": "filter",
177
+ "type": "option",
178
+ "description": "filter property by partial string matching, ex: name=foo",
179
+ "multiple": false
180
+ },
181
+ "csv": {
182
+ "name": "csv",
183
+ "type": "boolean",
184
+ "description": "output is csv format [alias: --output=csv]",
185
+ "allowNo": false,
186
+ "exclusive": [
187
+ "no-truncate"
188
+ ]
189
+ },
190
+ "output": {
191
+ "name": "output",
192
+ "type": "option",
193
+ "description": "output in a more machine friendly format",
194
+ "multiple": false,
195
+ "options": [
196
+ "csv",
197
+ "json",
198
+ "yaml"
199
+ ],
200
+ "exclusive": [
201
+ "no-truncate",
202
+ "csv"
203
+ ]
204
+ },
205
+ "extended": {
206
+ "name": "extended",
207
+ "type": "boolean",
208
+ "char": "x",
209
+ "description": "show extra columns",
210
+ "allowNo": false,
211
+ "exclusive": [
212
+ "columns"
213
+ ]
214
+ },
215
+ "no-truncate": {
216
+ "name": "no-truncate",
217
+ "type": "boolean",
218
+ "description": "do not truncate output to fit screen",
219
+ "allowNo": false,
220
+ "exclusive": [
221
+ "csv"
222
+ ]
223
+ },
224
+ "no-header": {
225
+ "name": "no-header",
226
+ "type": "boolean",
227
+ "description": "hide table header from output",
228
+ "allowNo": false,
229
+ "exclusive": [
230
+ "csv"
231
+ ]
232
+ },
233
+ "showAllVersions": {
234
+ "name": "showAllVersions",
235
+ "type": "boolean",
236
+ "char": "a",
237
+ "description": "If specified this command returns all versions of all components rather than only the latest version",
238
+ "required": false,
239
+ "allowNo": false
240
+ }
241
+ },
242
+ "args": {}
243
+ },
244
+ "components:publish": {
245
+ "id": "components:publish",
246
+ "description": "Publish a Component to Prismatic",
247
+ "strict": true,
248
+ "pluginName": "@prismatic-io/prism",
249
+ "pluginAlias": "@prismatic-io/prism",
250
+ "pluginType": "core",
251
+ "aliases": [],
252
+ "flags": {
253
+ "comment": {
254
+ "name": "comment",
255
+ "type": "option",
256
+ "char": "c",
257
+ "description": "Comment about changes in this Publish",
258
+ "required": false,
259
+ "multiple": false
260
+ },
261
+ "confirm": {
262
+ "name": "confirm",
263
+ "type": "boolean",
264
+ "description": "Interactively confirm publish",
265
+ "allowNo": true
266
+ },
267
+ "check-signature": {
268
+ "name": "check-signature",
269
+ "type": "boolean",
270
+ "description": "Check signature of existing component and confirm publish if matched",
271
+ "allowNo": true
272
+ },
273
+ "skip-on-signature-match": {
274
+ "name": "skip-on-signature-match",
275
+ "type": "boolean",
276
+ "description": "Skips component publish if the new signature matches the existing signature",
277
+ "required": false,
278
+ "allowNo": false
279
+ },
280
+ "customer": {
281
+ "name": "customer",
282
+ "type": "option",
283
+ "description": "ID of customer with which to associate the component",
284
+ "multiple": false
285
+ }
286
+ },
287
+ "args": {}
288
+ },
289
+ "customers:create": {
290
+ "id": "customers:create",
291
+ "description": "Create a new Customer",
292
+ "strict": true,
293
+ "pluginName": "@prismatic-io/prism",
294
+ "pluginAlias": "@prismatic-io/prism",
295
+ "pluginType": "core",
296
+ "aliases": [],
297
+ "examples": [
298
+ {
299
+ "description": "Apply multiple labels to a customer",
300
+ "command": "prism customers:create --name \"Widgets Inc\" --externalId \"abc-123\" --label \"Prod Customers\" --label \"Beta Testers\""
301
+ }
302
+ ],
303
+ "flags": {
304
+ "name": {
305
+ "name": "name",
306
+ "type": "option",
307
+ "char": "n",
308
+ "description": "short name of the new customer",
309
+ "required": true,
310
+ "multiple": false
311
+ },
312
+ "description": {
313
+ "name": "description",
314
+ "type": "option",
315
+ "char": "d",
316
+ "description": "longer description of the customer",
317
+ "required": false,
318
+ "multiple": false
319
+ },
320
+ "externalId": {
321
+ "name": "externalId",
322
+ "type": "option",
323
+ "char": "e",
324
+ "description": "external ID of the customer from your system",
325
+ "multiple": false
326
+ },
327
+ "label": {
328
+ "name": "label",
329
+ "type": "option",
330
+ "char": "l",
331
+ "description": "a label to apply to the customer",
332
+ "multiple": true
333
+ }
334
+ },
335
+ "args": {}
336
+ },
337
+ "customers:delete": {
338
+ "id": "customers:delete",
339
+ "description": "Delete a Customer",
340
+ "strict": true,
341
+ "pluginName": "@prismatic-io/prism",
342
+ "pluginAlias": "@prismatic-io/prism",
343
+ "pluginType": "core",
344
+ "aliases": [],
345
+ "flags": {},
346
+ "args": {
347
+ "customer": {
348
+ "name": "customer",
349
+ "description": "ID of the customer to delete",
350
+ "required": true
351
+ }
352
+ }
353
+ },
354
+ "customers:list": {
355
+ "id": "customers:list",
356
+ "description": "List your Customers",
357
+ "strict": true,
358
+ "pluginName": "@prismatic-io/prism",
359
+ "pluginAlias": "@prismatic-io/prism",
360
+ "pluginType": "core",
361
+ "aliases": [],
362
+ "flags": {
363
+ "columns": {
364
+ "name": "columns",
365
+ "type": "option",
366
+ "description": "only show provided columns (comma-separated)",
367
+ "multiple": false,
368
+ "exclusive": [
369
+ "extended"
370
+ ]
371
+ },
372
+ "sort": {
373
+ "name": "sort",
374
+ "type": "option",
375
+ "description": "property to sort by (prepend '-' for descending)",
376
+ "multiple": false
377
+ },
378
+ "filter": {
379
+ "name": "filter",
380
+ "type": "option",
381
+ "description": "filter property by partial string matching, ex: name=foo",
382
+ "multiple": false
383
+ },
384
+ "csv": {
385
+ "name": "csv",
386
+ "type": "boolean",
387
+ "description": "output is csv format [alias: --output=csv]",
388
+ "allowNo": false,
389
+ "exclusive": [
390
+ "no-truncate"
391
+ ]
392
+ },
393
+ "output": {
394
+ "name": "output",
395
+ "type": "option",
396
+ "description": "output in a more machine friendly format",
397
+ "multiple": false,
398
+ "options": [
399
+ "csv",
400
+ "json",
401
+ "yaml"
402
+ ],
403
+ "exclusive": [
404
+ "no-truncate",
405
+ "csv"
406
+ ]
407
+ },
408
+ "extended": {
409
+ "name": "extended",
410
+ "type": "boolean",
411
+ "char": "x",
412
+ "description": "show extra columns",
413
+ "allowNo": false,
414
+ "exclusive": [
415
+ "columns"
416
+ ]
417
+ },
418
+ "no-truncate": {
419
+ "name": "no-truncate",
420
+ "type": "boolean",
421
+ "description": "do not truncate output to fit screen",
422
+ "allowNo": false,
423
+ "exclusive": [
424
+ "csv"
425
+ ]
426
+ },
427
+ "no-header": {
428
+ "name": "no-header",
429
+ "type": "boolean",
430
+ "description": "hide table header from output",
431
+ "allowNo": false,
432
+ "exclusive": [
433
+ "csv"
434
+ ]
435
+ }
436
+ },
437
+ "args": {}
438
+ },
439
+ "customers:update": {
440
+ "id": "customers:update",
441
+ "description": "Update a Customer",
442
+ "strict": true,
443
+ "pluginName": "@prismatic-io/prism",
444
+ "pluginAlias": "@prismatic-io/prism",
445
+ "pluginType": "core",
446
+ "aliases": [],
447
+ "examples": [
448
+ {
449
+ "description": "Apply multiple labels to a customer (note: previously set labels will be overwritten)",
450
+ "command": "prism customers:update Q3VzdG9tZXI6MmUzZDllOTUtMWIyMy00N2FjLTk3MjUtMzU1OTA2YzgyZWZj --label \"Prod Customers\" --label \"Beta Testers\""
451
+ }
452
+ ],
453
+ "flags": {
454
+ "name": {
455
+ "name": "name",
456
+ "type": "option",
457
+ "char": "n",
458
+ "description": "name of the customer",
459
+ "required": false,
460
+ "multiple": false
461
+ },
462
+ "description": {
463
+ "name": "description",
464
+ "type": "option",
465
+ "char": "d",
466
+ "description": "description of the customer",
467
+ "required": false,
468
+ "multiple": false
469
+ },
470
+ "externalId": {
471
+ "name": "externalId",
472
+ "type": "option",
473
+ "char": "e",
474
+ "description": "external ID of the customer from your system",
475
+ "multiple": false
476
+ },
477
+ "label": {
478
+ "name": "label",
479
+ "type": "option",
480
+ "char": "l",
481
+ "description": "a label to apply to the customer",
482
+ "multiple": true
483
+ }
484
+ },
485
+ "args": {
486
+ "customer": {
487
+ "name": "customer",
488
+ "description": "ID of a customer",
489
+ "required": true
490
+ }
491
+ }
492
+ },
493
+ "instances:create": {
494
+ "id": "instances:create",
495
+ "description": "Create an Instance",
496
+ "strict": true,
497
+ "pluginName": "@prismatic-io/prism",
498
+ "pluginAlias": "@prismatic-io/prism",
499
+ "pluginType": "core",
500
+ "aliases": [],
501
+ "flags": {
502
+ "name": {
503
+ "name": "name",
504
+ "type": "option",
505
+ "char": "n",
506
+ "description": "name of your new instance.",
507
+ "required": true,
508
+ "multiple": false
509
+ },
510
+ "integration": {
511
+ "name": "integration",
512
+ "type": "option",
513
+ "char": "i",
514
+ "description": "ID of the integration or a specific integration version ID this is an instance of",
515
+ "required": true,
516
+ "multiple": false
517
+ },
518
+ "customer": {
519
+ "name": "customer",
520
+ "type": "option",
521
+ "char": "c",
522
+ "description": "ID of customer to deploy to",
523
+ "required": true,
524
+ "multiple": false
525
+ },
526
+ "description": {
527
+ "name": "description",
528
+ "type": "option",
529
+ "char": "d",
530
+ "description": "longer description of the instance",
531
+ "required": false,
532
+ "multiple": false
533
+ },
534
+ "config-vars": {
535
+ "name": "config-vars",
536
+ "type": "option",
537
+ "char": "v",
538
+ "description": "config variables to bind to steps of your instance",
539
+ "required": false,
540
+ "multiple": false
541
+ }
542
+ },
543
+ "args": {}
544
+ },
545
+ "instances:delete": {
546
+ "id": "instances:delete",
547
+ "description": "Delete an Instance",
548
+ "strict": true,
549
+ "pluginName": "@prismatic-io/prism",
550
+ "pluginAlias": "@prismatic-io/prism",
551
+ "pluginType": "core",
552
+ "aliases": [],
553
+ "flags": {},
554
+ "args": {
555
+ "instance": {
556
+ "name": "instance",
557
+ "description": "ID of the instance to delete",
558
+ "required": true
559
+ }
560
+ }
561
+ },
562
+ "instances:deploy": {
563
+ "id": "instances:deploy",
564
+ "description": "Deploy an Instance",
565
+ "strict": true,
566
+ "pluginName": "@prismatic-io/prism",
567
+ "pluginAlias": "@prismatic-io/prism",
568
+ "pluginType": "core",
569
+ "aliases": [],
570
+ "flags": {
571
+ "force": {
572
+ "name": "force",
573
+ "type": "boolean",
574
+ "char": "f",
575
+ "description": "Force deployment even when there are certain conditions that would normally prevent it",
576
+ "allowNo": false
577
+ }
578
+ },
579
+ "args": {
580
+ "instance": {
581
+ "name": "instance",
582
+ "description": "ID of an instance",
583
+ "required": true
584
+ }
585
+ }
586
+ },
587
+ "instances:disable": {
588
+ "id": "instances:disable",
589
+ "description": "Disable an Instance",
590
+ "strict": true,
591
+ "pluginName": "@prismatic-io/prism",
592
+ "pluginAlias": "@prismatic-io/prism",
593
+ "pluginType": "core",
594
+ "aliases": [],
595
+ "flags": {},
596
+ "args": {
597
+ "instance": {
598
+ "name": "instance",
599
+ "description": "ID of an instance",
600
+ "required": true
601
+ }
602
+ }
603
+ },
604
+ "instances:enable": {
605
+ "id": "instances:enable",
606
+ "description": "Enable an Instance",
607
+ "strict": true,
608
+ "pluginName": "@prismatic-io/prism",
609
+ "pluginAlias": "@prismatic-io/prism",
610
+ "pluginType": "core",
611
+ "aliases": [],
612
+ "flags": {},
613
+ "args": {
614
+ "instance": {
615
+ "name": "instance",
616
+ "description": "ID of an instance",
617
+ "required": true
618
+ }
619
+ }
620
+ },
621
+ "instances:list": {
622
+ "id": "instances:list",
623
+ "description": "List Instances",
624
+ "strict": true,
625
+ "pluginName": "@prismatic-io/prism",
626
+ "pluginAlias": "@prismatic-io/prism",
627
+ "pluginType": "core",
628
+ "aliases": [],
629
+ "flags": {
630
+ "customer": {
631
+ "name": "customer",
632
+ "type": "option",
633
+ "char": "c",
634
+ "description": "ID of a customer",
635
+ "required": false,
636
+ "multiple": false
637
+ },
638
+ "integration": {
639
+ "name": "integration",
640
+ "type": "option",
641
+ "char": "i",
642
+ "description": "ID of an integration",
643
+ "required": false,
644
+ "multiple": false
645
+ },
646
+ "columns": {
647
+ "name": "columns",
648
+ "type": "option",
649
+ "description": "only show provided columns (comma-separated)",
650
+ "multiple": false,
651
+ "exclusive": [
652
+ "extended"
653
+ ]
654
+ },
655
+ "sort": {
656
+ "name": "sort",
657
+ "type": "option",
658
+ "description": "property to sort by (prepend '-' for descending)",
659
+ "multiple": false
660
+ },
661
+ "filter": {
662
+ "name": "filter",
663
+ "type": "option",
664
+ "description": "filter property by partial string matching, ex: name=foo",
665
+ "multiple": false
666
+ },
667
+ "csv": {
668
+ "name": "csv",
669
+ "type": "boolean",
670
+ "description": "output is csv format [alias: --output=csv]",
671
+ "allowNo": false,
672
+ "exclusive": [
673
+ "no-truncate"
674
+ ]
675
+ },
676
+ "output": {
677
+ "name": "output",
678
+ "type": "option",
679
+ "description": "output in a more machine friendly format",
680
+ "multiple": false,
681
+ "options": [
682
+ "csv",
683
+ "json",
684
+ "yaml"
685
+ ],
686
+ "exclusive": [
687
+ "no-truncate",
688
+ "csv"
689
+ ]
690
+ },
691
+ "extended": {
692
+ "name": "extended",
693
+ "type": "boolean",
694
+ "char": "x",
695
+ "description": "show extra columns",
696
+ "allowNo": false,
697
+ "exclusive": [
698
+ "columns"
699
+ ]
700
+ },
701
+ "no-truncate": {
702
+ "name": "no-truncate",
703
+ "type": "boolean",
704
+ "description": "do not truncate output to fit screen",
705
+ "allowNo": false,
706
+ "exclusive": [
707
+ "csv"
708
+ ]
709
+ },
710
+ "no-header": {
711
+ "name": "no-header",
712
+ "type": "boolean",
713
+ "description": "hide table header from output",
714
+ "allowNo": false,
715
+ "exclusive": [
716
+ "csv"
717
+ ]
718
+ }
719
+ },
720
+ "args": {}
721
+ },
722
+ "instances:update": {
723
+ "id": "instances:update",
724
+ "description": "Update an Instance",
725
+ "strict": true,
726
+ "pluginName": "@prismatic-io/prism",
727
+ "pluginAlias": "@prismatic-io/prism",
728
+ "pluginType": "core",
729
+ "aliases": [],
730
+ "flags": {
731
+ "name": {
732
+ "name": "name",
733
+ "type": "option",
734
+ "char": "n",
735
+ "description": "Name of the instance",
736
+ "multiple": false
737
+ },
738
+ "description": {
739
+ "name": "description",
740
+ "type": "option",
741
+ "char": "d",
742
+ "description": "Description for the instance",
743
+ "multiple": false
744
+ },
745
+ "version": {
746
+ "name": "version",
747
+ "type": "option",
748
+ "char": "v",
749
+ "description": "ID of integration version",
750
+ "multiple": false
751
+ },
752
+ "deploy": {
753
+ "name": "deploy",
754
+ "type": "boolean",
755
+ "description": "Deploy the instance after updating",
756
+ "allowNo": false
757
+ }
758
+ },
759
+ "args": {
760
+ "instance": {
761
+ "name": "instance",
762
+ "description": "ID of an instance",
763
+ "required": true
764
+ }
765
+ }
766
+ },
767
+ "integrations:available": {
768
+ "id": "integrations:available",
769
+ "description": "Mark an Integration version as available or unavailable",
770
+ "strict": true,
771
+ "pluginName": "@prismatic-io/prism",
772
+ "pluginAlias": "@prismatic-io/prism",
773
+ "pluginType": "core",
774
+ "aliases": [],
775
+ "flags": {
776
+ "available": {
777
+ "name": "available",
778
+ "type": "boolean",
779
+ "char": "a",
780
+ "description": "Version is available or unavailable",
781
+ "required": true,
782
+ "allowNo": true
783
+ }
784
+ },
785
+ "args": {
786
+ "integration": {
787
+ "name": "integration",
788
+ "description": "ID of an integration version",
789
+ "required": true
790
+ }
791
+ }
792
+ },
793
+ "integrations:create": {
794
+ "id": "integrations:create",
795
+ "description": "Create an Integration",
796
+ "strict": true,
797
+ "pluginName": "@prismatic-io/prism",
798
+ "pluginAlias": "@prismatic-io/prism",
799
+ "pluginType": "core",
800
+ "aliases": [],
801
+ "flags": {
802
+ "name": {
803
+ "name": "name",
804
+ "type": "option",
805
+ "char": "n",
806
+ "description": "name of the integration to create",
807
+ "required": true,
808
+ "multiple": false
809
+ },
810
+ "description": {
811
+ "name": "description",
812
+ "type": "option",
813
+ "char": "d",
814
+ "description": "longer description of the integration",
815
+ "required": true,
816
+ "multiple": false
817
+ },
818
+ "customer": {
819
+ "name": "customer",
820
+ "type": "option",
821
+ "char": "c",
822
+ "description": "ID of customer with which to associate the integration",
823
+ "multiple": false
824
+ }
825
+ },
826
+ "args": {}
827
+ },
828
+ "integrations:delete": {
829
+ "id": "integrations:delete",
830
+ "description": "Delete an Integration",
831
+ "strict": true,
832
+ "pluginName": "@prismatic-io/prism",
833
+ "pluginAlias": "@prismatic-io/prism",
834
+ "pluginType": "core",
835
+ "aliases": [],
836
+ "flags": {},
837
+ "args": {
838
+ "integration": {
839
+ "name": "integration",
840
+ "description": "ID of the integration to delete",
841
+ "required": true
842
+ }
843
+ }
844
+ },
845
+ "integrations:export": {
846
+ "id": "integrations:export",
847
+ "description": "Export an integration to YAML definition",
848
+ "strict": true,
849
+ "pluginName": "@prismatic-io/prism",
850
+ "pluginAlias": "@prismatic-io/prism",
851
+ "pluginType": "core",
852
+ "aliases": [],
853
+ "flags": {
854
+ "latest-components": {
855
+ "name": "latest-components",
856
+ "type": "boolean",
857
+ "char": "l",
858
+ "description": "Use the latest available version of each Component upon import",
859
+ "allowNo": false
860
+ }
861
+ },
862
+ "args": {
863
+ "integration": {
864
+ "name": "integration",
865
+ "description": "ID of an integration to export",
866
+ "required": true
867
+ }
868
+ }
869
+ },
870
+ "integrations:fork": {
871
+ "id": "integrations:fork",
872
+ "description": "Fork an Integration",
873
+ "strict": true,
874
+ "pluginName": "@prismatic-io/prism",
875
+ "pluginAlias": "@prismatic-io/prism",
876
+ "pluginType": "core",
877
+ "aliases": [],
878
+ "flags": {
879
+ "name": {
880
+ "name": "name",
881
+ "type": "option",
882
+ "char": "n",
883
+ "description": "name of the forked integration",
884
+ "required": true,
885
+ "multiple": false
886
+ },
887
+ "description": {
888
+ "name": "description",
889
+ "type": "option",
890
+ "char": "d",
891
+ "description": "longer description of the forked integration",
892
+ "required": true,
893
+ "multiple": false
894
+ }
895
+ },
896
+ "args": {
897
+ "parent": {
898
+ "name": "parent",
899
+ "description": "ID of the Integration to fork",
900
+ "required": true
901
+ }
902
+ }
903
+ },
904
+ "integrations:import": {
905
+ "id": "integrations:import",
906
+ "description": "Import an Integration using a YAML definition file",
907
+ "strict": true,
908
+ "pluginName": "@prismatic-io/prism",
909
+ "pluginAlias": "@prismatic-io/prism",
910
+ "pluginType": "core",
911
+ "aliases": [],
912
+ "flags": {
913
+ "path": {
914
+ "name": "path",
915
+ "type": "option",
916
+ "char": "p",
917
+ "description": "path to the YAML definition of the integration to import",
918
+ "required": true,
919
+ "multiple": false
920
+ },
921
+ "integrationId": {
922
+ "name": "integrationId",
923
+ "type": "option",
924
+ "char": "i",
925
+ "description": "The ID of the integration being imported",
926
+ "required": false,
927
+ "multiple": false
928
+ },
929
+ "icon-path": {
930
+ "name": "icon-path",
931
+ "type": "option",
932
+ "description": "path to the PNG icon for the integration",
933
+ "required": false,
934
+ "multiple": false
935
+ }
936
+ },
937
+ "args": {}
938
+ },
939
+ "integrations:list": {
940
+ "id": "integrations:list",
941
+ "description": "List Integrations",
942
+ "strict": true,
943
+ "pluginName": "@prismatic-io/prism",
944
+ "pluginAlias": "@prismatic-io/prism",
945
+ "pluginType": "core",
946
+ "aliases": [],
947
+ "flags": {
948
+ "columns": {
949
+ "name": "columns",
950
+ "type": "option",
951
+ "description": "only show provided columns (comma-separated)",
952
+ "multiple": false,
953
+ "exclusive": [
954
+ "extended"
955
+ ]
956
+ },
957
+ "sort": {
958
+ "name": "sort",
959
+ "type": "option",
960
+ "description": "property to sort by (prepend '-' for descending)",
961
+ "multiple": false
962
+ },
963
+ "filter": {
964
+ "name": "filter",
965
+ "type": "option",
966
+ "description": "filter property by partial string matching, ex: name=foo",
967
+ "multiple": false
968
+ },
969
+ "csv": {
970
+ "name": "csv",
971
+ "type": "boolean",
972
+ "description": "output is csv format [alias: --output=csv]",
973
+ "allowNo": false,
974
+ "exclusive": [
975
+ "no-truncate"
976
+ ]
977
+ },
978
+ "output": {
979
+ "name": "output",
980
+ "type": "option",
981
+ "description": "output in a more machine friendly format",
982
+ "multiple": false,
983
+ "options": [
984
+ "csv",
985
+ "json",
986
+ "yaml"
987
+ ],
988
+ "exclusive": [
989
+ "no-truncate",
990
+ "csv"
991
+ ]
992
+ },
993
+ "extended": {
994
+ "name": "extended",
995
+ "type": "boolean",
996
+ "char": "x",
997
+ "description": "show extra columns",
998
+ "allowNo": false,
999
+ "exclusive": [
1000
+ "columns"
1001
+ ]
1002
+ },
1003
+ "no-truncate": {
1004
+ "name": "no-truncate",
1005
+ "type": "boolean",
1006
+ "description": "do not truncate output to fit screen",
1007
+ "allowNo": false,
1008
+ "exclusive": [
1009
+ "csv"
1010
+ ]
1011
+ },
1012
+ "no-header": {
1013
+ "name": "no-header",
1014
+ "type": "boolean",
1015
+ "description": "hide table header from output",
1016
+ "allowNo": false,
1017
+ "exclusive": [
1018
+ "csv"
1019
+ ]
1020
+ },
1021
+ "showAllVersions": {
1022
+ "name": "showAllVersions",
1023
+ "type": "boolean",
1024
+ "char": "a",
1025
+ "description": "If specified this command returns all versions of all integrations rather than only the latest version",
1026
+ "allowNo": false
1027
+ },
1028
+ "customer": {
1029
+ "name": "customer",
1030
+ "type": "option",
1031
+ "char": "c",
1032
+ "description": "If specified this command returns only integrations that are available to the specified customer ID",
1033
+ "multiple": false
1034
+ },
1035
+ "org-only": {
1036
+ "name": "org-only",
1037
+ "type": "boolean",
1038
+ "char": "o",
1039
+ "description": "If specified this command returns only org integrations",
1040
+ "allowNo": false
1041
+ }
1042
+ },
1043
+ "args": {}
1044
+ },
1045
+ "integrations:marketplace": {
1046
+ "id": "integrations:marketplace",
1047
+ "description": "Make a version of an Integration available in the Marketplace",
1048
+ "strict": true,
1049
+ "pluginName": "@prismatic-io/prism",
1050
+ "pluginAlias": "@prismatic-io/prism",
1051
+ "pluginType": "core",
1052
+ "aliases": [],
1053
+ "flags": {
1054
+ "available": {
1055
+ "name": "available",
1056
+ "type": "boolean",
1057
+ "char": "a",
1058
+ "description": "Mark this Integration version available in the marketplace",
1059
+ "required": true,
1060
+ "allowNo": true
1061
+ },
1062
+ "deployable": {
1063
+ "name": "deployable",
1064
+ "type": "boolean",
1065
+ "char": "d",
1066
+ "description": "Mark this Integration version as deployable in the marketplace; does not apply if not also marked available",
1067
+ "allowNo": true
1068
+ },
1069
+ "overview": {
1070
+ "name": "overview",
1071
+ "type": "option",
1072
+ "char": "o",
1073
+ "description": "Overview to describe the purpose of the integration",
1074
+ "required": true,
1075
+ "multiple": false
1076
+ }
1077
+ },
1078
+ "args": {
1079
+ "integration": {
1080
+ "name": "integration",
1081
+ "description": "ID of an integration version to make marketplace available",
1082
+ "required": true
1083
+ }
1084
+ }
1085
+ },
1086
+ "integrations:publish": {
1087
+ "id": "integrations:publish",
1088
+ "description": "Publish a version of an Integration for use in Instances",
1089
+ "strict": true,
1090
+ "pluginName": "@prismatic-io/prism",
1091
+ "pluginAlias": "@prismatic-io/prism",
1092
+ "pluginType": "core",
1093
+ "aliases": [],
1094
+ "flags": {
1095
+ "comment": {
1096
+ "name": "comment",
1097
+ "type": "option",
1098
+ "char": "c",
1099
+ "description": "comment about changes in this publication",
1100
+ "required": false,
1101
+ "multiple": false
1102
+ }
1103
+ },
1104
+ "args": {
1105
+ "integration": {
1106
+ "name": "integration",
1107
+ "description": "ID of an integration to publish",
1108
+ "required": true
1109
+ }
1110
+ }
1111
+ },
1112
+ "integrations:update": {
1113
+ "id": "integrations:update",
1114
+ "description": "Update an Integration's name or description",
1115
+ "strict": true,
1116
+ "pluginName": "@prismatic-io/prism",
1117
+ "pluginAlias": "@prismatic-io/prism",
1118
+ "pluginType": "core",
1119
+ "aliases": [],
1120
+ "flags": {
1121
+ "name": {
1122
+ "name": "name",
1123
+ "type": "option",
1124
+ "char": "n",
1125
+ "description": "new name to give the integration",
1126
+ "multiple": false
1127
+ },
1128
+ "description": {
1129
+ "name": "description",
1130
+ "type": "option",
1131
+ "char": "d",
1132
+ "description": "new description to give the integration",
1133
+ "multiple": false
1134
+ },
1135
+ "customer": {
1136
+ "name": "customer",
1137
+ "type": "option",
1138
+ "char": "c",
1139
+ "description": "ID of customer with which to associate the integration",
1140
+ "multiple": false
1141
+ },
1142
+ "test-config-vars": {
1143
+ "name": "test-config-vars",
1144
+ "type": "option",
1145
+ "description": "JSON-formatted config variables to be used for testing",
1146
+ "multiple": false
1147
+ },
1148
+ "default-config-vars": {
1149
+ "name": "default-config-vars",
1150
+ "type": "option",
1151
+ "description": "JSON-formatted default values for config variables that are replaced with instance or test config variables",
1152
+ "multiple": false
1153
+ }
1154
+ },
1155
+ "args": {
1156
+ "integration": {
1157
+ "name": "integration",
1158
+ "description": "ID of an integration",
1159
+ "required": true
1160
+ }
1161
+ }
1162
+ },
1163
+ "me": {
1164
+ "id": "me",
1165
+ "description": "Print your user profile information",
1166
+ "strict": true,
1167
+ "pluginName": "@prismatic-io/prism",
1168
+ "pluginAlias": "@prismatic-io/prism",
1169
+ "pluginType": "core",
1170
+ "aliases": [],
1171
+ "flags": {},
1172
+ "args": {}
1173
+ },
1174
+ "me:token": {
1175
+ "id": "me:token",
1176
+ "description": "Print your authorization tokens",
1177
+ "strict": true,
1178
+ "pluginName": "@prismatic-io/prism",
1179
+ "pluginAlias": "@prismatic-io/prism",
1180
+ "pluginType": "core",
1181
+ "aliases": [],
1182
+ "flags": {
1183
+ "type": {
1184
+ "name": "type",
1185
+ "type": "option",
1186
+ "char": "t",
1187
+ "description": "Which token type to print",
1188
+ "multiple": false,
1189
+ "options": [
1190
+ "access",
1191
+ "refresh"
1192
+ ],
1193
+ "default": "access"
1194
+ }
1195
+ },
1196
+ "args": {}
1197
+ },
1198
+ "organization:update": {
1199
+ "id": "organization:update",
1200
+ "description": "Update your Organization",
1201
+ "strict": true,
1202
+ "pluginName": "@prismatic-io/prism",
1203
+ "pluginAlias": "@prismatic-io/prism",
1204
+ "pluginType": "core",
1205
+ "aliases": [],
1206
+ "flags": {
1207
+ "name": {
1208
+ "name": "name",
1209
+ "type": "option",
1210
+ "char": "n",
1211
+ "description": "name of the organization",
1212
+ "multiple": false
1213
+ }
1214
+ },
1215
+ "args": {}
1216
+ },
1217
+ "organization:updateAvatarUrl": {
1218
+ "id": "organization:updateAvatarUrl",
1219
+ "description": "Update your Organization Avatar URL",
1220
+ "strict": true,
1221
+ "pluginName": "@prismatic-io/prism",
1222
+ "pluginAlias": "@prismatic-io/prism",
1223
+ "pluginType": "core",
1224
+ "aliases": [],
1225
+ "flags": {
1226
+ "organizationId": {
1227
+ "name": "organizationId",
1228
+ "type": "option",
1229
+ "description": "ID of an organization",
1230
+ "required": true,
1231
+ "multiple": false
1232
+ },
1233
+ "avatarUrl": {
1234
+ "name": "avatarUrl",
1235
+ "type": "option",
1236
+ "char": "n",
1237
+ "description": "Url of the organization avatar",
1238
+ "required": false,
1239
+ "multiple": false
1240
+ }
1241
+ },
1242
+ "args": {}
1243
+ },
1244
+ "alerts:events:list": {
1245
+ "id": "alerts:events:list",
1246
+ "description": "List Alert Events for an Alert Monitor",
1247
+ "strict": true,
1248
+ "pluginName": "@prismatic-io/prism",
1249
+ "pluginAlias": "@prismatic-io/prism",
1250
+ "pluginType": "core",
1251
+ "aliases": [],
1252
+ "flags": {
1253
+ "columns": {
1254
+ "name": "columns",
1255
+ "type": "option",
1256
+ "description": "only show provided columns (comma-separated)",
1257
+ "multiple": false,
1258
+ "exclusive": [
1259
+ "extended"
1260
+ ]
1261
+ },
1262
+ "sort": {
1263
+ "name": "sort",
1264
+ "type": "option",
1265
+ "description": "property to sort by (prepend '-' for descending)",
1266
+ "multiple": false
1267
+ },
1268
+ "filter": {
1269
+ "name": "filter",
1270
+ "type": "option",
1271
+ "description": "filter property by partial string matching, ex: name=foo",
1272
+ "multiple": false
1273
+ },
1274
+ "csv": {
1275
+ "name": "csv",
1276
+ "type": "boolean",
1277
+ "description": "output is csv format [alias: --output=csv]",
1278
+ "allowNo": false,
1279
+ "exclusive": [
1280
+ "no-truncate"
1281
+ ]
1282
+ },
1283
+ "output": {
1284
+ "name": "output",
1285
+ "type": "option",
1286
+ "description": "output in a more machine friendly format",
1287
+ "multiple": false,
1288
+ "options": [
1289
+ "csv",
1290
+ "json",
1291
+ "yaml"
1292
+ ],
1293
+ "exclusive": [
1294
+ "no-truncate",
1295
+ "csv"
1296
+ ]
1297
+ },
1298
+ "extended": {
1299
+ "name": "extended",
1300
+ "type": "boolean",
1301
+ "char": "x",
1302
+ "description": "show extra columns",
1303
+ "allowNo": false,
1304
+ "exclusive": [
1305
+ "columns"
1306
+ ]
1307
+ },
1308
+ "no-truncate": {
1309
+ "name": "no-truncate",
1310
+ "type": "boolean",
1311
+ "description": "do not truncate output to fit screen",
1312
+ "allowNo": false,
1313
+ "exclusive": [
1314
+ "csv"
1315
+ ]
1316
+ },
1317
+ "no-header": {
1318
+ "name": "no-header",
1319
+ "type": "boolean",
1320
+ "description": "hide table header from output",
1321
+ "allowNo": false,
1322
+ "exclusive": [
1323
+ "csv"
1324
+ ]
1325
+ }
1326
+ },
1327
+ "args": {
1328
+ "alertMonitorId": {
1329
+ "name": "alertMonitorId",
1330
+ "description": "ID of an alert monitor",
1331
+ "required": true
1332
+ }
1333
+ }
1334
+ },
1335
+ "alerts:groups:create": {
1336
+ "id": "alerts:groups:create",
1337
+ "description": "Create an Alert Group",
1338
+ "strict": true,
1339
+ "pluginName": "@prismatic-io/prism",
1340
+ "pluginAlias": "@prismatic-io/prism",
1341
+ "pluginType": "core",
1342
+ "aliases": [],
1343
+ "flags": {
1344
+ "name": {
1345
+ "name": "name",
1346
+ "type": "option",
1347
+ "char": "n",
1348
+ "description": "name of the group to be created",
1349
+ "required": true,
1350
+ "multiple": false
1351
+ },
1352
+ "users": {
1353
+ "name": "users",
1354
+ "type": "option",
1355
+ "char": "u",
1356
+ "description": "JSON-formatted list of Prismatic user IDs to alert",
1357
+ "required": false,
1358
+ "multiple": false
1359
+ },
1360
+ "webhooks": {
1361
+ "name": "webhooks",
1362
+ "type": "option",
1363
+ "char": "w",
1364
+ "description": "JSON-formatted list of Alert Webhook IDs to alert",
1365
+ "required": false,
1366
+ "multiple": false
1367
+ }
1368
+ },
1369
+ "args": {}
1370
+ },
1371
+ "alerts:groups:delete": {
1372
+ "id": "alerts:groups:delete",
1373
+ "description": "Delete an Alert Group",
1374
+ "strict": true,
1375
+ "pluginName": "@prismatic-io/prism",
1376
+ "pluginAlias": "@prismatic-io/prism",
1377
+ "pluginType": "core",
1378
+ "aliases": [],
1379
+ "flags": {},
1380
+ "args": {
1381
+ "group": {
1382
+ "name": "group",
1383
+ "description": "ID of the group to delete",
1384
+ "required": true
1385
+ }
1386
+ }
1387
+ },
1388
+ "alerts:groups:list": {
1389
+ "id": "alerts:groups:list",
1390
+ "description": "List Alert Groups in your Organization",
1391
+ "strict": true,
1392
+ "pluginName": "@prismatic-io/prism",
1393
+ "pluginAlias": "@prismatic-io/prism",
1394
+ "pluginType": "core",
1395
+ "aliases": [],
1396
+ "flags": {
1397
+ "columns": {
1398
+ "name": "columns",
1399
+ "type": "option",
1400
+ "description": "only show provided columns (comma-separated)",
1401
+ "multiple": false,
1402
+ "exclusive": [
1403
+ "extended"
1404
+ ]
1405
+ },
1406
+ "sort": {
1407
+ "name": "sort",
1408
+ "type": "option",
1409
+ "description": "property to sort by (prepend '-' for descending)",
1410
+ "multiple": false
1411
+ },
1412
+ "filter": {
1413
+ "name": "filter",
1414
+ "type": "option",
1415
+ "description": "filter property by partial string matching, ex: name=foo",
1416
+ "multiple": false
1417
+ },
1418
+ "csv": {
1419
+ "name": "csv",
1420
+ "type": "boolean",
1421
+ "description": "output is csv format [alias: --output=csv]",
1422
+ "allowNo": false,
1423
+ "exclusive": [
1424
+ "no-truncate"
1425
+ ]
1426
+ },
1427
+ "output": {
1428
+ "name": "output",
1429
+ "type": "option",
1430
+ "description": "output in a more machine friendly format",
1431
+ "multiple": false,
1432
+ "options": [
1433
+ "csv",
1434
+ "json",
1435
+ "yaml"
1436
+ ],
1437
+ "exclusive": [
1438
+ "no-truncate",
1439
+ "csv"
1440
+ ]
1441
+ },
1442
+ "extended": {
1443
+ "name": "extended",
1444
+ "type": "boolean",
1445
+ "char": "x",
1446
+ "description": "show extra columns",
1447
+ "allowNo": false,
1448
+ "exclusive": [
1449
+ "columns"
1450
+ ]
1451
+ },
1452
+ "no-truncate": {
1453
+ "name": "no-truncate",
1454
+ "type": "boolean",
1455
+ "description": "do not truncate output to fit screen",
1456
+ "allowNo": false,
1457
+ "exclusive": [
1458
+ "csv"
1459
+ ]
1460
+ },
1461
+ "no-header": {
1462
+ "name": "no-header",
1463
+ "type": "boolean",
1464
+ "description": "hide table header from output",
1465
+ "allowNo": false,
1466
+ "exclusive": [
1467
+ "csv"
1468
+ ]
1469
+ }
1470
+ },
1471
+ "args": {}
1472
+ },
1473
+ "alerts:monitors:clear": {
1474
+ "id": "alerts:monitors:clear",
1475
+ "description": "Clear an Alert Monitor",
1476
+ "strict": true,
1477
+ "pluginName": "@prismatic-io/prism",
1478
+ "pluginAlias": "@prismatic-io/prism",
1479
+ "pluginType": "core",
1480
+ "aliases": [],
1481
+ "flags": {},
1482
+ "args": {
1483
+ "monitor": {
1484
+ "name": "monitor",
1485
+ "description": "ID of the monitor to clear",
1486
+ "required": true
1487
+ }
1488
+ }
1489
+ },
1490
+ "alerts:monitors:create": {
1491
+ "id": "alerts:monitors:create",
1492
+ "description": "Create an Alert Monitor by attaching an Alert Trigger and a set of users and webhooks to an Instance",
1493
+ "strict": true,
1494
+ "pluginName": "@prismatic-io/prism",
1495
+ "pluginAlias": "@prismatic-io/prism",
1496
+ "pluginType": "core",
1497
+ "aliases": [],
1498
+ "flags": {
1499
+ "name": {
1500
+ "name": "name",
1501
+ "type": "option",
1502
+ "char": "n",
1503
+ "description": "name of the alert monitor to be created",
1504
+ "required": true,
1505
+ "multiple": false
1506
+ },
1507
+ "instance": {
1508
+ "name": "instance",
1509
+ "type": "option",
1510
+ "char": "i",
1511
+ "description": "ID of the instance to monitor",
1512
+ "required": true,
1513
+ "multiple": false
1514
+ },
1515
+ "triggers": {
1516
+ "name": "triggers",
1517
+ "type": "option",
1518
+ "char": "t",
1519
+ "description": "JSON-formatted list of trigger IDs that should trigger this monitor",
1520
+ "required": true,
1521
+ "multiple": false
1522
+ },
1523
+ "duration": {
1524
+ "name": "duration",
1525
+ "type": "option",
1526
+ "char": "d",
1527
+ "description": "greatest time allowed (in seconds) for time-based triggers",
1528
+ "required": false,
1529
+ "multiple": false
1530
+ },
1531
+ "log-severity": {
1532
+ "name": "log-severity",
1533
+ "type": "option",
1534
+ "char": "s",
1535
+ "description": "greatest log level {debug, info, warn, error} allowed for log-based triggers",
1536
+ "required": false,
1537
+ "multiple": false
1538
+ },
1539
+ "groups": {
1540
+ "name": "groups",
1541
+ "type": "option",
1542
+ "char": "g",
1543
+ "description": "JSON-formatted list of group IDs to alert",
1544
+ "required": false,
1545
+ "multiple": false
1546
+ },
1547
+ "users": {
1548
+ "name": "users",
1549
+ "type": "option",
1550
+ "char": "u",
1551
+ "description": "JSON-formatted list of Prismatic user IDs alert",
1552
+ "required": false,
1553
+ "multiple": false
1554
+ }
1555
+ },
1556
+ "args": {}
1557
+ },
1558
+ "alerts:monitors:delete": {
1559
+ "id": "alerts:monitors:delete",
1560
+ "description": "Delete an Alert Monitor",
1561
+ "strict": true,
1562
+ "pluginName": "@prismatic-io/prism",
1563
+ "pluginAlias": "@prismatic-io/prism",
1564
+ "pluginType": "core",
1565
+ "aliases": [],
1566
+ "flags": {},
1567
+ "args": {
1568
+ "monitor": {
1569
+ "name": "monitor",
1570
+ "description": "ID of the monitor to delete",
1571
+ "required": true
1572
+ }
1573
+ }
1574
+ },
1575
+ "alerts:monitors:list": {
1576
+ "id": "alerts:monitors:list",
1577
+ "description": "List Alert Monitors for Customer Instances",
1578
+ "strict": true,
1579
+ "pluginName": "@prismatic-io/prism",
1580
+ "pluginAlias": "@prismatic-io/prism",
1581
+ "pluginType": "core",
1582
+ "aliases": [],
1583
+ "flags": {
1584
+ "columns": {
1585
+ "name": "columns",
1586
+ "type": "option",
1587
+ "description": "only show provided columns (comma-separated)",
1588
+ "multiple": false,
1589
+ "exclusive": [
1590
+ "extended"
1591
+ ]
1592
+ },
1593
+ "sort": {
1594
+ "name": "sort",
1595
+ "type": "option",
1596
+ "description": "property to sort by (prepend '-' for descending)",
1597
+ "multiple": false
1598
+ },
1599
+ "filter": {
1600
+ "name": "filter",
1601
+ "type": "option",
1602
+ "description": "filter property by partial string matching, ex: name=foo",
1603
+ "multiple": false
1604
+ },
1605
+ "csv": {
1606
+ "name": "csv",
1607
+ "type": "boolean",
1608
+ "description": "output is csv format [alias: --output=csv]",
1609
+ "allowNo": false,
1610
+ "exclusive": [
1611
+ "no-truncate"
1612
+ ]
1613
+ },
1614
+ "output": {
1615
+ "name": "output",
1616
+ "type": "option",
1617
+ "description": "output in a more machine friendly format",
1618
+ "multiple": false,
1619
+ "options": [
1620
+ "csv",
1621
+ "json",
1622
+ "yaml"
1623
+ ],
1624
+ "exclusive": [
1625
+ "no-truncate",
1626
+ "csv"
1627
+ ]
1628
+ },
1629
+ "extended": {
1630
+ "name": "extended",
1631
+ "type": "boolean",
1632
+ "char": "x",
1633
+ "description": "show extra columns",
1634
+ "allowNo": false,
1635
+ "exclusive": [
1636
+ "columns"
1637
+ ]
1638
+ },
1639
+ "no-truncate": {
1640
+ "name": "no-truncate",
1641
+ "type": "boolean",
1642
+ "description": "do not truncate output to fit screen",
1643
+ "allowNo": false,
1644
+ "exclusive": [
1645
+ "csv"
1646
+ ]
1647
+ },
1648
+ "no-header": {
1649
+ "name": "no-header",
1650
+ "type": "boolean",
1651
+ "description": "hide table header from output",
1652
+ "allowNo": false,
1653
+ "exclusive": [
1654
+ "csv"
1655
+ ]
1656
+ }
1657
+ },
1658
+ "args": {}
1659
+ },
1660
+ "alerts:triggers:list": {
1661
+ "id": "alerts:triggers:list",
1662
+ "description": "List Alert Triggers",
1663
+ "strict": true,
1664
+ "pluginName": "@prismatic-io/prism",
1665
+ "pluginAlias": "@prismatic-io/prism",
1666
+ "pluginType": "core",
1667
+ "aliases": [],
1668
+ "flags": {
1669
+ "columns": {
1670
+ "name": "columns",
1671
+ "type": "option",
1672
+ "description": "only show provided columns (comma-separated)",
1673
+ "multiple": false,
1674
+ "exclusive": [
1675
+ "extended"
1676
+ ]
1677
+ },
1678
+ "sort": {
1679
+ "name": "sort",
1680
+ "type": "option",
1681
+ "description": "property to sort by (prepend '-' for descending)",
1682
+ "multiple": false
1683
+ },
1684
+ "filter": {
1685
+ "name": "filter",
1686
+ "type": "option",
1687
+ "description": "filter property by partial string matching, ex: name=foo",
1688
+ "multiple": false
1689
+ },
1690
+ "csv": {
1691
+ "name": "csv",
1692
+ "type": "boolean",
1693
+ "description": "output is csv format [alias: --output=csv]",
1694
+ "allowNo": false,
1695
+ "exclusive": [
1696
+ "no-truncate"
1697
+ ]
1698
+ },
1699
+ "output": {
1700
+ "name": "output",
1701
+ "type": "option",
1702
+ "description": "output in a more machine friendly format",
1703
+ "multiple": false,
1704
+ "options": [
1705
+ "csv",
1706
+ "json",
1707
+ "yaml"
1708
+ ],
1709
+ "exclusive": [
1710
+ "no-truncate",
1711
+ "csv"
1712
+ ]
1713
+ },
1714
+ "extended": {
1715
+ "name": "extended",
1716
+ "type": "boolean",
1717
+ "char": "x",
1718
+ "description": "show extra columns",
1719
+ "allowNo": false,
1720
+ "exclusive": [
1721
+ "columns"
1722
+ ]
1723
+ },
1724
+ "no-truncate": {
1725
+ "name": "no-truncate",
1726
+ "type": "boolean",
1727
+ "description": "do not truncate output to fit screen",
1728
+ "allowNo": false,
1729
+ "exclusive": [
1730
+ "csv"
1731
+ ]
1732
+ },
1733
+ "no-header": {
1734
+ "name": "no-header",
1735
+ "type": "boolean",
1736
+ "description": "hide table header from output",
1737
+ "allowNo": false,
1738
+ "exclusive": [
1739
+ "csv"
1740
+ ]
1741
+ }
1742
+ },
1743
+ "args": {}
1744
+ },
1745
+ "alerts:webhooks:create": {
1746
+ "id": "alerts:webhooks:create",
1747
+ "description": "Create an Alert Webhook",
1748
+ "strict": true,
1749
+ "pluginName": "@prismatic-io/prism",
1750
+ "pluginAlias": "@prismatic-io/prism",
1751
+ "pluginType": "core",
1752
+ "aliases": [],
1753
+ "flags": {
1754
+ "name": {
1755
+ "name": "name",
1756
+ "type": "option",
1757
+ "char": "n",
1758
+ "description": "name of the webhook to be created",
1759
+ "required": true,
1760
+ "multiple": false
1761
+ },
1762
+ "url": {
1763
+ "name": "url",
1764
+ "type": "option",
1765
+ "char": "u",
1766
+ "description": "URL that will receive a POST request for an alert",
1767
+ "required": true,
1768
+ "multiple": false
1769
+ },
1770
+ "headers": {
1771
+ "name": "headers",
1772
+ "type": "option",
1773
+ "char": "h",
1774
+ "description": "JSON-formatted object of key/value pairs to include in the request header",
1775
+ "required": false,
1776
+ "multiple": false
1777
+ },
1778
+ "payloadTemplate": {
1779
+ "name": "payloadTemplate",
1780
+ "type": "option",
1781
+ "char": "p",
1782
+ "description": "template string that will be used as the request body, see documentation for details",
1783
+ "required": true,
1784
+ "multiple": false
1785
+ }
1786
+ },
1787
+ "args": {}
1788
+ },
1789
+ "alerts:webhooks:delete": {
1790
+ "id": "alerts:webhooks:delete",
1791
+ "description": "Delete an Alert Webhook",
1792
+ "strict": true,
1793
+ "pluginName": "@prismatic-io/prism",
1794
+ "pluginAlias": "@prismatic-io/prism",
1795
+ "pluginType": "core",
1796
+ "aliases": [],
1797
+ "flags": {},
1798
+ "args": {
1799
+ "webhook": {
1800
+ "name": "webhook",
1801
+ "description": "ID of the webhook to delete",
1802
+ "required": true
1803
+ }
1804
+ }
1805
+ },
1806
+ "alerts:webhooks:list": {
1807
+ "id": "alerts:webhooks:list",
1808
+ "description": "List Alert Webhooks",
1809
+ "strict": true,
1810
+ "pluginName": "@prismatic-io/prism",
1811
+ "pluginAlias": "@prismatic-io/prism",
1812
+ "pluginType": "core",
1813
+ "aliases": [],
1814
+ "flags": {
1815
+ "columns": {
1816
+ "name": "columns",
1817
+ "type": "option",
1818
+ "description": "only show provided columns (comma-separated)",
1819
+ "multiple": false,
1820
+ "exclusive": [
1821
+ "extended"
1822
+ ]
1823
+ },
1824
+ "sort": {
1825
+ "name": "sort",
1826
+ "type": "option",
1827
+ "description": "property to sort by (prepend '-' for descending)",
1828
+ "multiple": false
1829
+ },
1830
+ "filter": {
1831
+ "name": "filter",
1832
+ "type": "option",
1833
+ "description": "filter property by partial string matching, ex: name=foo",
1834
+ "multiple": false
1835
+ },
1836
+ "csv": {
1837
+ "name": "csv",
1838
+ "type": "boolean",
1839
+ "description": "output is csv format [alias: --output=csv]",
1840
+ "allowNo": false,
1841
+ "exclusive": [
1842
+ "no-truncate"
1843
+ ]
1844
+ },
1845
+ "output": {
1846
+ "name": "output",
1847
+ "type": "option",
1848
+ "description": "output in a more machine friendly format",
1849
+ "multiple": false,
1850
+ "options": [
1851
+ "csv",
1852
+ "json",
1853
+ "yaml"
1854
+ ],
1855
+ "exclusive": [
1856
+ "no-truncate",
1857
+ "csv"
1858
+ ]
1859
+ },
1860
+ "extended": {
1861
+ "name": "extended",
1862
+ "type": "boolean",
1863
+ "char": "x",
1864
+ "description": "show extra columns",
1865
+ "allowNo": false,
1866
+ "exclusive": [
1867
+ "columns"
1868
+ ]
1869
+ },
1870
+ "no-truncate": {
1871
+ "name": "no-truncate",
1872
+ "type": "boolean",
1873
+ "description": "do not truncate output to fit screen",
1874
+ "allowNo": false,
1875
+ "exclusive": [
1876
+ "csv"
1877
+ ]
1878
+ },
1879
+ "no-header": {
1880
+ "name": "no-header",
1881
+ "type": "boolean",
1882
+ "description": "hide table header from output",
1883
+ "allowNo": false,
1884
+ "exclusive": [
1885
+ "csv"
1886
+ ]
1887
+ }
1888
+ },
1889
+ "args": {}
1890
+ },
1891
+ "components:actions:list": {
1892
+ "id": "components:actions:list",
1893
+ "description": "List Actions that Components implement",
1894
+ "strict": true,
1895
+ "pluginName": "@prismatic-io/prism",
1896
+ "pluginAlias": "@prismatic-io/prism",
1897
+ "pluginType": "core",
1898
+ "aliases": [],
1899
+ "flags": {
1900
+ "columns": {
1901
+ "name": "columns",
1902
+ "type": "option",
1903
+ "description": "only show provided columns (comma-separated)",
1904
+ "multiple": false,
1905
+ "exclusive": [
1906
+ "extended"
1907
+ ]
1908
+ },
1909
+ "sort": {
1910
+ "name": "sort",
1911
+ "type": "option",
1912
+ "description": "property to sort by (prepend '-' for descending)",
1913
+ "multiple": false
1914
+ },
1915
+ "filter": {
1916
+ "name": "filter",
1917
+ "type": "option",
1918
+ "description": "filter property by partial string matching, ex: name=foo",
1919
+ "multiple": false
1920
+ },
1921
+ "csv": {
1922
+ "name": "csv",
1923
+ "type": "boolean",
1924
+ "description": "output is csv format [alias: --output=csv]",
1925
+ "allowNo": false,
1926
+ "exclusive": [
1927
+ "no-truncate"
1928
+ ]
1929
+ },
1930
+ "output": {
1931
+ "name": "output",
1932
+ "type": "option",
1933
+ "description": "output in a more machine friendly format",
1934
+ "multiple": false,
1935
+ "options": [
1936
+ "csv",
1937
+ "json",
1938
+ "yaml"
1939
+ ],
1940
+ "exclusive": [
1941
+ "no-truncate",
1942
+ "csv"
1943
+ ]
1944
+ },
1945
+ "extended": {
1946
+ "name": "extended",
1947
+ "type": "boolean",
1948
+ "char": "x",
1949
+ "description": "show extra columns",
1950
+ "allowNo": false,
1951
+ "exclusive": [
1952
+ "columns"
1953
+ ]
1954
+ },
1955
+ "no-truncate": {
1956
+ "name": "no-truncate",
1957
+ "type": "boolean",
1958
+ "description": "do not truncate output to fit screen",
1959
+ "allowNo": false,
1960
+ "exclusive": [
1961
+ "csv"
1962
+ ]
1963
+ },
1964
+ "no-header": {
1965
+ "name": "no-header",
1966
+ "type": "boolean",
1967
+ "description": "hide table header from output",
1968
+ "allowNo": false,
1969
+ "exclusive": [
1970
+ "csv"
1971
+ ]
1972
+ },
1973
+ "public": {
1974
+ "name": "public",
1975
+ "type": "boolean",
1976
+ "description": "Show actions for the public component with the given key. Use this flag when you have a private component with the same key as a public component.",
1977
+ "required": false,
1978
+ "allowNo": false
1979
+ },
1980
+ "private": {
1981
+ "name": "private",
1982
+ "type": "boolean",
1983
+ "description": "Show actions for the private component with the given key. Use this flag when you have a private component with the same key as a public component.",
1984
+ "required": false,
1985
+ "allowNo": false
1986
+ }
1987
+ },
1988
+ "args": {
1989
+ "componentKey": {
1990
+ "name": "componentKey",
1991
+ "description": "The key of the component to show actions for (e.g. 'salesforce')",
1992
+ "required": true
1993
+ }
1994
+ }
1995
+ },
1996
+ "components:data-sources:list": {
1997
+ "id": "components:data-sources:list",
1998
+ "description": "List Data Sources that Components implement",
1999
+ "strict": true,
2000
+ "pluginName": "@prismatic-io/prism",
2001
+ "pluginAlias": "@prismatic-io/prism",
2002
+ "pluginType": "core",
2003
+ "aliases": [],
2004
+ "flags": {
2005
+ "columns": {
2006
+ "name": "columns",
2007
+ "type": "option",
2008
+ "description": "only show provided columns (comma-separated)",
2009
+ "multiple": false,
2010
+ "exclusive": [
2011
+ "extended"
2012
+ ]
2013
+ },
2014
+ "sort": {
2015
+ "name": "sort",
2016
+ "type": "option",
2017
+ "description": "property to sort by (prepend '-' for descending)",
2018
+ "multiple": false
2019
+ },
2020
+ "filter": {
2021
+ "name": "filter",
2022
+ "type": "option",
2023
+ "description": "filter property by partial string matching, ex: name=foo",
2024
+ "multiple": false
2025
+ },
2026
+ "csv": {
2027
+ "name": "csv",
2028
+ "type": "boolean",
2029
+ "description": "output is csv format [alias: --output=csv]",
2030
+ "allowNo": false,
2031
+ "exclusive": [
2032
+ "no-truncate"
2033
+ ]
2034
+ },
2035
+ "output": {
2036
+ "name": "output",
2037
+ "type": "option",
2038
+ "description": "output in a more machine friendly format",
2039
+ "multiple": false,
2040
+ "options": [
2041
+ "csv",
2042
+ "json",
2043
+ "yaml"
2044
+ ],
2045
+ "exclusive": [
2046
+ "no-truncate",
2047
+ "csv"
2048
+ ]
2049
+ },
2050
+ "extended": {
2051
+ "name": "extended",
2052
+ "type": "boolean",
2053
+ "char": "x",
2054
+ "description": "show extra columns",
2055
+ "allowNo": false,
2056
+ "exclusive": [
2057
+ "columns"
2058
+ ]
2059
+ },
2060
+ "no-truncate": {
2061
+ "name": "no-truncate",
2062
+ "type": "boolean",
2063
+ "description": "do not truncate output to fit screen",
2064
+ "allowNo": false,
2065
+ "exclusive": [
2066
+ "csv"
2067
+ ]
2068
+ },
2069
+ "no-header": {
2070
+ "name": "no-header",
2071
+ "type": "boolean",
2072
+ "description": "hide table header from output",
2073
+ "allowNo": false,
2074
+ "exclusive": [
2075
+ "csv"
2076
+ ]
2077
+ },
2078
+ "public": {
2079
+ "name": "public",
2080
+ "type": "boolean",
2081
+ "description": "Show data sources for the public component with the given key. Use this flag when you have a private component with the same key as a public component.",
2082
+ "required": false,
2083
+ "allowNo": false
2084
+ },
2085
+ "private": {
2086
+ "name": "private",
2087
+ "type": "boolean",
2088
+ "description": "Show data sources for the private component with the given key. Use this flag when you have a private component with the same key as a public component.",
2089
+ "required": false,
2090
+ "allowNo": false
2091
+ }
2092
+ },
2093
+ "args": {
2094
+ "componentKey": {
2095
+ "name": "componentKey",
2096
+ "description": "The key of the component to show data sources for (e.g. 'salesforce')",
2097
+ "required": true
2098
+ }
2099
+ }
2100
+ },
2101
+ "components:dev:run": {
2102
+ "id": "components:dev:run",
2103
+ "description": "Fetch an integration's active connection and execute a CLI command with that connection's fields as an environment variable.",
2104
+ "strict": false,
2105
+ "usage": "components:dev:run -i <value> -c <value> -- /command/to/run",
2106
+ "pluginName": "@prismatic-io/prism",
2107
+ "pluginAlias": "@prismatic-io/prism",
2108
+ "pluginType": "core",
2109
+ "aliases": [],
2110
+ "examples": [
2111
+ {
2112
+ "description": "To simply print an integration's basic auth config variable named \"My Credentials\" and pipe the resulting JSON to jq, run:",
2113
+ "command": "$ prism components:dev:run\n --integrationId SW50ZWexample\n --connectionKey \"My Connection\" --\n printenv PRISMATIC_CONNECTION_VALUE | jq"
2114
+ },
2115
+ {
2116
+ "description": "If one of your integrations has an authenticated OAuth 2.0 config variable \"Slack Connection\", you could run your component's unit tests with that environment variable:",
2117
+ "command": "$ prism components:dev:run -i SW50ZWexample -c \"Slack Connection\" -- yarn run test"
2118
+ }
2119
+ ],
2120
+ "flags": {
2121
+ "integrationId": {
2122
+ "name": "integrationId",
2123
+ "type": "option",
2124
+ "char": "i",
2125
+ "description": "Integration ID",
2126
+ "required": true,
2127
+ "multiple": false
2128
+ },
2129
+ "connectionKey": {
2130
+ "name": "connectionKey",
2131
+ "type": "option",
2132
+ "char": "c",
2133
+ "description": "Key of the connection config variable to fetch meta/state for",
2134
+ "required": true,
2135
+ "multiple": false
2136
+ }
2137
+ },
2138
+ "args": {}
2139
+ },
2140
+ "components:dev:test": {
2141
+ "id": "components:dev:test",
2142
+ "description": "Run an action of a component within a test integration in the integration runner",
2143
+ "strict": true,
2144
+ "pluginName": "@prismatic-io/prism",
2145
+ "pluginAlias": "@prismatic-io/prism",
2146
+ "pluginType": "core",
2147
+ "aliases": [],
2148
+ "flags": {
2149
+ "envPath": {
2150
+ "name": "envPath",
2151
+ "type": "option",
2152
+ "char": "e",
2153
+ "description": "Path to dotenv file to load for supplying testing values",
2154
+ "required": false,
2155
+ "multiple": false,
2156
+ "default": ".env"
2157
+ },
2158
+ "build": {
2159
+ "name": "build",
2160
+ "type": "boolean",
2161
+ "char": "b",
2162
+ "description": "Build the component prior to testing",
2163
+ "required": false,
2164
+ "allowNo": true
2165
+ },
2166
+ "output-file": {
2167
+ "name": "output-file",
2168
+ "type": "option",
2169
+ "char": "o",
2170
+ "description": "Output the results of the action to a specified file",
2171
+ "required": false,
2172
+ "multiple": false
2173
+ },
2174
+ "print-results": {
2175
+ "name": "print-results",
2176
+ "type": "boolean",
2177
+ "description": "Print the results of the action to stdout",
2178
+ "required": false,
2179
+ "allowNo": false
2180
+ },
2181
+ "clean-up": {
2182
+ "name": "clean-up",
2183
+ "type": "boolean",
2184
+ "description": "Clean up the integration and temporary component after running the action",
2185
+ "required": false,
2186
+ "allowNo": false
2187
+ }
2188
+ },
2189
+ "args": {}
2190
+ },
2191
+ "components:init:action": {
2192
+ "id": "components:init:action",
2193
+ "description": "Initialize a new Action file",
2194
+ "strict": true,
2195
+ "pluginName": "@prismatic-io/prism",
2196
+ "pluginAlias": "@prismatic-io/prism",
2197
+ "pluginType": "core",
2198
+ "aliases": [],
2199
+ "flags": {},
2200
+ "args": {}
2201
+ },
2202
+ "components:init:component": {
2203
+ "id": "components:init:component",
2204
+ "description": "Initialize a new Component",
2205
+ "strict": true,
2206
+ "pluginName": "@prismatic-io/prism",
2207
+ "pluginAlias": "@prismatic-io/prism",
2208
+ "pluginType": "core",
2209
+ "aliases": [],
2210
+ "flags": {},
2211
+ "args": {}
2212
+ },
2213
+ "components:init:connection": {
2214
+ "id": "components:init:connection",
2215
+ "description": "Initialize a new Connection file",
2216
+ "strict": true,
2217
+ "pluginName": "@prismatic-io/prism",
2218
+ "pluginAlias": "@prismatic-io/prism",
2219
+ "pluginType": "core",
2220
+ "aliases": [],
2221
+ "flags": {},
2222
+ "args": {}
2223
+ },
2224
+ "components:init:dataSource": {
2225
+ "id": "components:init:dataSource",
2226
+ "description": "Initialize a new Data Source file",
2227
+ "strict": true,
2228
+ "pluginName": "@prismatic-io/prism",
2229
+ "pluginAlias": "@prismatic-io/prism",
2230
+ "pluginType": "core",
2231
+ "aliases": [],
2232
+ "flags": {},
2233
+ "args": {}
2234
+ },
2235
+ "components:init": {
2236
+ "id": "components:init",
2237
+ "description": "Initialize a new Component",
2238
+ "strict": true,
2239
+ "pluginName": "@prismatic-io/prism",
2240
+ "pluginAlias": "@prismatic-io/prism",
2241
+ "pluginType": "core",
2242
+ "aliases": [],
2243
+ "flags": {
2244
+ "wsdl-path": {
2245
+ "name": "wsdl-path",
2246
+ "type": "option",
2247
+ "description": "Path to the WSDL definition file used to generate a Component",
2248
+ "required": false,
2249
+ "multiple": false
2250
+ },
2251
+ "open-api-path": {
2252
+ "name": "open-api-path",
2253
+ "type": "option",
2254
+ "description": "The path to an OpenAPI Specification file (JSON or YAML) used to generate a Component",
2255
+ "required": false,
2256
+ "multiple": false
2257
+ },
2258
+ "verbose": {
2259
+ "name": "verbose",
2260
+ "type": "boolean",
2261
+ "description": "Output more verbose logging from Component generation",
2262
+ "required": false,
2263
+ "allowNo": false
2264
+ }
2265
+ },
2266
+ "args": {
2267
+ "name": {
2268
+ "name": "name",
2269
+ "description": "Name of the new component to create (alphanumeric characters, hyphens, and underscores)",
2270
+ "required": true
2271
+ }
2272
+ }
2273
+ },
2274
+ "components:init:trigger": {
2275
+ "id": "components:init:trigger",
2276
+ "description": "Initialize a new Trigger file",
2277
+ "strict": true,
2278
+ "pluginName": "@prismatic-io/prism",
2279
+ "pluginAlias": "@prismatic-io/prism",
2280
+ "pluginType": "core",
2281
+ "aliases": [],
2282
+ "flags": {},
2283
+ "args": {}
2284
+ },
2285
+ "components:triggers:list": {
2286
+ "id": "components:triggers:list",
2287
+ "description": "List Triggers that Components implement",
2288
+ "strict": true,
2289
+ "pluginName": "@prismatic-io/prism",
2290
+ "pluginAlias": "@prismatic-io/prism",
2291
+ "pluginType": "core",
2292
+ "aliases": [],
2293
+ "flags": {
2294
+ "columns": {
2295
+ "name": "columns",
2296
+ "type": "option",
2297
+ "description": "only show provided columns (comma-separated)",
2298
+ "multiple": false,
2299
+ "exclusive": [
2300
+ "extended"
2301
+ ]
2302
+ },
2303
+ "sort": {
2304
+ "name": "sort",
2305
+ "type": "option",
2306
+ "description": "property to sort by (prepend '-' for descending)",
2307
+ "multiple": false
2308
+ },
2309
+ "filter": {
2310
+ "name": "filter",
2311
+ "type": "option",
2312
+ "description": "filter property by partial string matching, ex: name=foo",
2313
+ "multiple": false
2314
+ },
2315
+ "csv": {
2316
+ "name": "csv",
2317
+ "type": "boolean",
2318
+ "description": "output is csv format [alias: --output=csv]",
2319
+ "allowNo": false,
2320
+ "exclusive": [
2321
+ "no-truncate"
2322
+ ]
2323
+ },
2324
+ "output": {
2325
+ "name": "output",
2326
+ "type": "option",
2327
+ "description": "output in a more machine friendly format",
2328
+ "multiple": false,
2329
+ "options": [
2330
+ "csv",
2331
+ "json",
2332
+ "yaml"
2333
+ ],
2334
+ "exclusive": [
2335
+ "no-truncate",
2336
+ "csv"
2337
+ ]
2338
+ },
2339
+ "extended": {
2340
+ "name": "extended",
2341
+ "type": "boolean",
2342
+ "char": "x",
2343
+ "description": "show extra columns",
2344
+ "allowNo": false,
2345
+ "exclusive": [
2346
+ "columns"
2347
+ ]
2348
+ },
2349
+ "no-truncate": {
2350
+ "name": "no-truncate",
2351
+ "type": "boolean",
2352
+ "description": "do not truncate output to fit screen",
2353
+ "allowNo": false,
2354
+ "exclusive": [
2355
+ "csv"
2356
+ ]
2357
+ },
2358
+ "no-header": {
2359
+ "name": "no-header",
2360
+ "type": "boolean",
2361
+ "description": "hide table header from output",
2362
+ "allowNo": false,
2363
+ "exclusive": [
2364
+ "csv"
2365
+ ]
2366
+ },
2367
+ "public": {
2368
+ "name": "public",
2369
+ "type": "boolean",
2370
+ "description": "Show actions for the public component with the given key. Use this flag when you have a private component with the same key as a public component.",
2371
+ "required": false,
2372
+ "allowNo": false
2373
+ },
2374
+ "private": {
2375
+ "name": "private",
2376
+ "type": "boolean",
2377
+ "description": "Show actions for the private component with the given key. Use this flag when you have a private component with the same key as a public component.",
2378
+ "required": false,
2379
+ "allowNo": false
2380
+ }
2381
+ },
2382
+ "args": {
2383
+ "componentKey": {
2384
+ "name": "componentKey",
2385
+ "description": "The key of the component to show triggers for (e.g. 'salesforce')",
2386
+ "required": true
2387
+ }
2388
+ }
2389
+ },
2390
+ "customers:credentials:create": {
2391
+ "id": "customers:credentials:create",
2392
+ "description": "Create a set of Customer-specific Credentials for use by Instance Actions",
2393
+ "strict": true,
2394
+ "pluginName": "@prismatic-io/prism",
2395
+ "pluginAlias": "@prismatic-io/prism",
2396
+ "pluginType": "core",
2397
+ "aliases": [],
2398
+ "flags": {
2399
+ "customer": {
2400
+ "name": "customer",
2401
+ "type": "option",
2402
+ "char": "c",
2403
+ "description": "ID of the customer",
2404
+ "required": true,
2405
+ "multiple": false
2406
+ },
2407
+ "label": {
2408
+ "name": "label",
2409
+ "type": "option",
2410
+ "char": "l",
2411
+ "description": "name to give the new credentials",
2412
+ "required": true,
2413
+ "multiple": false
2414
+ },
2415
+ "authorization-method": {
2416
+ "name": "authorization-method",
2417
+ "type": "option",
2418
+ "char": "a",
2419
+ "description": "ID of the authorization method",
2420
+ "required": true,
2421
+ "multiple": false
2422
+ },
2423
+ "fields": {
2424
+ "name": "fields",
2425
+ "type": "option",
2426
+ "char": "f",
2427
+ "description": "username, password, etc., in JSON format",
2428
+ "multiple": false
2429
+ }
2430
+ },
2431
+ "args": {}
2432
+ },
2433
+ "customers:credentials:delete": {
2434
+ "id": "customers:credentials:delete",
2435
+ "description": "Delete a Customer Credential",
2436
+ "strict": true,
2437
+ "pluginName": "@prismatic-io/prism",
2438
+ "pluginAlias": "@prismatic-io/prism",
2439
+ "pluginType": "core",
2440
+ "aliases": [],
2441
+ "flags": {},
2442
+ "args": {
2443
+ "credential": {
2444
+ "name": "credential",
2445
+ "description": "ID of the credential to delete",
2446
+ "required": true
2447
+ }
2448
+ }
2449
+ },
2450
+ "customers:credentials:list": {
2451
+ "id": "customers:credentials:list",
2452
+ "description": "List Credentials for a Customer",
2453
+ "strict": true,
2454
+ "pluginName": "@prismatic-io/prism",
2455
+ "pluginAlias": "@prismatic-io/prism",
2456
+ "pluginType": "core",
2457
+ "aliases": [],
2458
+ "flags": {
2459
+ "customer": {
2460
+ "name": "customer",
2461
+ "type": "option",
2462
+ "char": "c",
2463
+ "description": "ID of a customer",
2464
+ "required": true,
2465
+ "multiple": false
2466
+ },
2467
+ "columns": {
2468
+ "name": "columns",
2469
+ "type": "option",
2470
+ "description": "only show provided columns (comma-separated)",
2471
+ "multiple": false,
2472
+ "exclusive": [
2473
+ "extended"
2474
+ ]
2475
+ },
2476
+ "sort": {
2477
+ "name": "sort",
2478
+ "type": "option",
2479
+ "description": "property to sort by (prepend '-' for descending)",
2480
+ "multiple": false
2481
+ },
2482
+ "filter": {
2483
+ "name": "filter",
2484
+ "type": "option",
2485
+ "description": "filter property by partial string matching, ex: name=foo",
2486
+ "multiple": false
2487
+ },
2488
+ "csv": {
2489
+ "name": "csv",
2490
+ "type": "boolean",
2491
+ "description": "output is csv format [alias: --output=csv]",
2492
+ "allowNo": false,
2493
+ "exclusive": [
2494
+ "no-truncate"
2495
+ ]
2496
+ },
2497
+ "output": {
2498
+ "name": "output",
2499
+ "type": "option",
2500
+ "description": "output in a more machine friendly format",
2501
+ "multiple": false,
2502
+ "options": [
2503
+ "csv",
2504
+ "json",
2505
+ "yaml"
2506
+ ],
2507
+ "exclusive": [
2508
+ "no-truncate",
2509
+ "csv"
2510
+ ]
2511
+ },
2512
+ "extended": {
2513
+ "name": "extended",
2514
+ "type": "boolean",
2515
+ "char": "x",
2516
+ "description": "show extra columns",
2517
+ "allowNo": false,
2518
+ "exclusive": [
2519
+ "columns"
2520
+ ]
2521
+ },
2522
+ "no-truncate": {
2523
+ "name": "no-truncate",
2524
+ "type": "boolean",
2525
+ "description": "do not truncate output to fit screen",
2526
+ "allowNo": false,
2527
+ "exclusive": [
2528
+ "csv"
2529
+ ]
2530
+ },
2531
+ "no-header": {
2532
+ "name": "no-header",
2533
+ "type": "boolean",
2534
+ "description": "hide table header from output",
2535
+ "allowNo": false,
2536
+ "exclusive": [
2537
+ "csv"
2538
+ ]
2539
+ }
2540
+ },
2541
+ "args": {}
2542
+ },
2543
+ "customers:credentials:update": {
2544
+ "id": "customers:credentials:update",
2545
+ "description": "Update a Customer-specific Credential for use by Instance Actions",
2546
+ "strict": true,
2547
+ "pluginName": "@prismatic-io/prism",
2548
+ "pluginAlias": "@prismatic-io/prism",
2549
+ "pluginType": "core",
2550
+ "aliases": [],
2551
+ "flags": {
2552
+ "label": {
2553
+ "name": "label",
2554
+ "type": "option",
2555
+ "char": "l",
2556
+ "description": "new name to give the credential",
2557
+ "required": true,
2558
+ "multiple": false
2559
+ },
2560
+ "fields": {
2561
+ "name": "fields",
2562
+ "type": "option",
2563
+ "char": "f",
2564
+ "description": "username, password, etc., in JSON format",
2565
+ "required": true,
2566
+ "multiple": false
2567
+ }
2568
+ },
2569
+ "args": {
2570
+ "credential": {
2571
+ "name": "credential",
2572
+ "description": "ID of a credential",
2573
+ "required": true
2574
+ }
2575
+ }
2576
+ },
2577
+ "customers:users:create": {
2578
+ "id": "customers:users:create",
2579
+ "description": "Create a User for the specified Customer",
2580
+ "strict": true,
2581
+ "pluginName": "@prismatic-io/prism",
2582
+ "pluginAlias": "@prismatic-io/prism",
2583
+ "pluginType": "core",
2584
+ "aliases": [],
2585
+ "flags": {
2586
+ "email": {
2587
+ "name": "email",
2588
+ "type": "option",
2589
+ "char": "e",
2590
+ "description": "email address",
2591
+ "required": true,
2592
+ "multiple": false
2593
+ },
2594
+ "role": {
2595
+ "name": "role",
2596
+ "type": "option",
2597
+ "char": "r",
2598
+ "description": "ID of the role to assign the user",
2599
+ "required": true,
2600
+ "multiple": false
2601
+ },
2602
+ "customer": {
2603
+ "name": "customer",
2604
+ "type": "option",
2605
+ "char": "c",
2606
+ "description": "ID of the customer this user is associated with",
2607
+ "required": true,
2608
+ "multiple": false
2609
+ },
2610
+ "name": {
2611
+ "name": "name",
2612
+ "type": "option",
2613
+ "char": "n",
2614
+ "description": "name of the new user",
2615
+ "required": false,
2616
+ "multiple": false
2617
+ }
2618
+ },
2619
+ "args": {}
2620
+ },
2621
+ "customers:users:delete": {
2622
+ "id": "customers:users:delete",
2623
+ "description": "Delete a Customer User",
2624
+ "strict": true,
2625
+ "pluginName": "@prismatic-io/prism",
2626
+ "pluginAlias": "@prismatic-io/prism",
2627
+ "pluginType": "core",
2628
+ "aliases": [],
2629
+ "flags": {},
2630
+ "args": {
2631
+ "user": {
2632
+ "name": "user",
2633
+ "description": "ID of the user to delete",
2634
+ "required": true
2635
+ }
2636
+ }
2637
+ },
2638
+ "customers:users:list": {
2639
+ "id": "customers:users:list",
2640
+ "description": "List Customer Users",
2641
+ "strict": true,
2642
+ "pluginName": "@prismatic-io/prism",
2643
+ "pluginAlias": "@prismatic-io/prism",
2644
+ "pluginType": "core",
2645
+ "aliases": [],
2646
+ "flags": {
2647
+ "columns": {
2648
+ "name": "columns",
2649
+ "type": "option",
2650
+ "description": "only show provided columns (comma-separated)",
2651
+ "multiple": false,
2652
+ "exclusive": [
2653
+ "extended"
2654
+ ]
2655
+ },
2656
+ "sort": {
2657
+ "name": "sort",
2658
+ "type": "option",
2659
+ "description": "property to sort by (prepend '-' for descending)",
2660
+ "multiple": false
2661
+ },
2662
+ "filter": {
2663
+ "name": "filter",
2664
+ "type": "option",
2665
+ "description": "filter property by partial string matching, ex: name=foo",
2666
+ "multiple": false
2667
+ },
2668
+ "csv": {
2669
+ "name": "csv",
2670
+ "type": "boolean",
2671
+ "description": "output is csv format [alias: --output=csv]",
2672
+ "allowNo": false,
2673
+ "exclusive": [
2674
+ "no-truncate"
2675
+ ]
2676
+ },
2677
+ "output": {
2678
+ "name": "output",
2679
+ "type": "option",
2680
+ "description": "output in a more machine friendly format",
2681
+ "multiple": false,
2682
+ "options": [
2683
+ "csv",
2684
+ "json",
2685
+ "yaml"
2686
+ ],
2687
+ "exclusive": [
2688
+ "no-truncate",
2689
+ "csv"
2690
+ ]
2691
+ },
2692
+ "extended": {
2693
+ "name": "extended",
2694
+ "type": "boolean",
2695
+ "char": "x",
2696
+ "description": "show extra columns",
2697
+ "allowNo": false,
2698
+ "exclusive": [
2699
+ "columns"
2700
+ ]
2701
+ },
2702
+ "no-truncate": {
2703
+ "name": "no-truncate",
2704
+ "type": "boolean",
2705
+ "description": "do not truncate output to fit screen",
2706
+ "allowNo": false,
2707
+ "exclusive": [
2708
+ "csv"
2709
+ ]
2710
+ },
2711
+ "no-header": {
2712
+ "name": "no-header",
2713
+ "type": "boolean",
2714
+ "description": "hide table header from output",
2715
+ "allowNo": false,
2716
+ "exclusive": [
2717
+ "csv"
2718
+ ]
2719
+ }
2720
+ },
2721
+ "args": {
2722
+ "customer": {
2723
+ "name": "customer",
2724
+ "description": "ID of the customer",
2725
+ "required": true
2726
+ }
2727
+ }
2728
+ },
2729
+ "customers:users:roles": {
2730
+ "id": "customers:users:roles",
2731
+ "description": "List Roles you can grant to Customer Users",
2732
+ "strict": true,
2733
+ "pluginName": "@prismatic-io/prism",
2734
+ "pluginAlias": "@prismatic-io/prism",
2735
+ "pluginType": "core",
2736
+ "aliases": [],
2737
+ "flags": {
2738
+ "columns": {
2739
+ "name": "columns",
2740
+ "type": "option",
2741
+ "description": "only show provided columns (comma-separated)",
2742
+ "multiple": false,
2743
+ "exclusive": [
2744
+ "extended"
2745
+ ]
2746
+ },
2747
+ "sort": {
2748
+ "name": "sort",
2749
+ "type": "option",
2750
+ "description": "property to sort by (prepend '-' for descending)",
2751
+ "multiple": false
2752
+ },
2753
+ "filter": {
2754
+ "name": "filter",
2755
+ "type": "option",
2756
+ "description": "filter property by partial string matching, ex: name=foo",
2757
+ "multiple": false
2758
+ },
2759
+ "csv": {
2760
+ "name": "csv",
2761
+ "type": "boolean",
2762
+ "description": "output is csv format [alias: --output=csv]",
2763
+ "allowNo": false,
2764
+ "exclusive": [
2765
+ "no-truncate"
2766
+ ]
2767
+ },
2768
+ "output": {
2769
+ "name": "output",
2770
+ "type": "option",
2771
+ "description": "output in a more machine friendly format",
2772
+ "multiple": false,
2773
+ "options": [
2774
+ "csv",
2775
+ "json",
2776
+ "yaml"
2777
+ ],
2778
+ "exclusive": [
2779
+ "no-truncate",
2780
+ "csv"
2781
+ ]
2782
+ },
2783
+ "extended": {
2784
+ "name": "extended",
2785
+ "type": "boolean",
2786
+ "char": "x",
2787
+ "description": "show extra columns",
2788
+ "allowNo": false,
2789
+ "exclusive": [
2790
+ "columns"
2791
+ ]
2792
+ },
2793
+ "no-truncate": {
2794
+ "name": "no-truncate",
2795
+ "type": "boolean",
2796
+ "description": "do not truncate output to fit screen",
2797
+ "allowNo": false,
2798
+ "exclusive": [
2799
+ "csv"
2800
+ ]
2801
+ },
2802
+ "no-header": {
2803
+ "name": "no-header",
2804
+ "type": "boolean",
2805
+ "description": "hide table header from output",
2806
+ "allowNo": false,
2807
+ "exclusive": [
2808
+ "csv"
2809
+ ]
2810
+ }
2811
+ },
2812
+ "args": {}
2813
+ },
2814
+ "customers:users:update": {
2815
+ "id": "customers:users:update",
2816
+ "description": "Update a User",
2817
+ "strict": true,
2818
+ "pluginName": "@prismatic-io/prism",
2819
+ "pluginAlias": "@prismatic-io/prism",
2820
+ "pluginType": "core",
2821
+ "aliases": [],
2822
+ "flags": {
2823
+ "name": {
2824
+ "name": "name",
2825
+ "type": "option",
2826
+ "char": "n",
2827
+ "description": "name of the user",
2828
+ "required": false,
2829
+ "multiple": false
2830
+ },
2831
+ "phone": {
2832
+ "name": "phone",
2833
+ "type": "option",
2834
+ "char": "p",
2835
+ "description": "phone number of the user",
2836
+ "required": false,
2837
+ "multiple": false
2838
+ },
2839
+ "dark-mode": {
2840
+ "name": "dark-mode",
2841
+ "type": "option",
2842
+ "char": "d",
2843
+ "description": "whether the user should have dark mode enabled",
2844
+ "required": false,
2845
+ "multiple": false
2846
+ },
2847
+ "dark-mode-os-sync": {
2848
+ "name": "dark-mode-os-sync",
2849
+ "type": "option",
2850
+ "char": "o",
2851
+ "description": "whether dark mode should sync with OS settings",
2852
+ "required": false,
2853
+ "multiple": false
2854
+ }
2855
+ },
2856
+ "args": {
2857
+ "user": {
2858
+ "name": "user",
2859
+ "description": "ID of a user",
2860
+ "required": true
2861
+ }
2862
+ }
2863
+ },
2864
+ "executions:step-result:get": {
2865
+ "id": "executions:step-result:get",
2866
+ "description": "Gets the Result of a specified Step in an Instance Execution",
2867
+ "strict": true,
2868
+ "pluginName": "@prismatic-io/prism",
2869
+ "pluginAlias": "@prismatic-io/prism",
2870
+ "pluginType": "core",
2871
+ "aliases": [],
2872
+ "flags": {
2873
+ "executionId": {
2874
+ "name": "executionId",
2875
+ "type": "option",
2876
+ "char": "e",
2877
+ "description": "ID of an Execution",
2878
+ "required": true,
2879
+ "multiple": false
2880
+ },
2881
+ "stepName": {
2882
+ "name": "stepName",
2883
+ "type": "option",
2884
+ "char": "s",
2885
+ "description": "Name of an Integration Step",
2886
+ "required": true,
2887
+ "multiple": false
2888
+ },
2889
+ "outputPath": {
2890
+ "name": "outputPath",
2891
+ "type": "option",
2892
+ "char": "p",
2893
+ "description": "Output result to a file. Output will be printed to stdout if this is omitted",
2894
+ "required": false,
2895
+ "multiple": false
2896
+ }
2897
+ },
2898
+ "args": {}
2899
+ },
2900
+ "instances:config-vars:list": {
2901
+ "id": "instances:config-vars:list",
2902
+ "description": "List Config Variables used on an Instance",
2903
+ "strict": true,
2904
+ "pluginName": "@prismatic-io/prism",
2905
+ "pluginAlias": "@prismatic-io/prism",
2906
+ "pluginType": "core",
2907
+ "aliases": [],
2908
+ "flags": {
2909
+ "columns": {
2910
+ "name": "columns",
2911
+ "type": "option",
2912
+ "description": "only show provided columns (comma-separated)",
2913
+ "multiple": false,
2914
+ "exclusive": [
2915
+ "extended"
2916
+ ]
2917
+ },
2918
+ "sort": {
2919
+ "name": "sort",
2920
+ "type": "option",
2921
+ "description": "property to sort by (prepend '-' for descending)",
2922
+ "multiple": false
2923
+ },
2924
+ "filter": {
2925
+ "name": "filter",
2926
+ "type": "option",
2927
+ "description": "filter property by partial string matching, ex: name=foo",
2928
+ "multiple": false
2929
+ },
2930
+ "csv": {
2931
+ "name": "csv",
2932
+ "type": "boolean",
2933
+ "description": "output is csv format [alias: --output=csv]",
2934
+ "allowNo": false,
2935
+ "exclusive": [
2936
+ "no-truncate"
2937
+ ]
2938
+ },
2939
+ "output": {
2940
+ "name": "output",
2941
+ "type": "option",
2942
+ "description": "output in a more machine friendly format",
2943
+ "multiple": false,
2944
+ "options": [
2945
+ "csv",
2946
+ "json",
2947
+ "yaml"
2948
+ ],
2949
+ "exclusive": [
2950
+ "no-truncate",
2951
+ "csv"
2952
+ ]
2953
+ },
2954
+ "extended": {
2955
+ "name": "extended",
2956
+ "type": "boolean",
2957
+ "char": "x",
2958
+ "description": "show extra columns",
2959
+ "allowNo": false,
2960
+ "exclusive": [
2961
+ "columns"
2962
+ ]
2963
+ },
2964
+ "no-truncate": {
2965
+ "name": "no-truncate",
2966
+ "type": "boolean",
2967
+ "description": "do not truncate output to fit screen",
2968
+ "allowNo": false,
2969
+ "exclusive": [
2970
+ "csv"
2971
+ ]
2972
+ },
2973
+ "no-header": {
2974
+ "name": "no-header",
2975
+ "type": "boolean",
2976
+ "description": "hide table header from output",
2977
+ "allowNo": false,
2978
+ "exclusive": [
2979
+ "csv"
2980
+ ]
2981
+ }
2982
+ },
2983
+ "args": {
2984
+ "instance": {
2985
+ "name": "instance",
2986
+ "description": "ID of an instance",
2987
+ "required": true
2988
+ }
2989
+ }
2990
+ },
2991
+ "instances:flow-configs:list": {
2992
+ "id": "instances:flow-configs:list",
2993
+ "description": "List Instance Flow Configs",
2994
+ "strict": true,
2995
+ "pluginName": "@prismatic-io/prism",
2996
+ "pluginAlias": "@prismatic-io/prism",
2997
+ "pluginType": "core",
2998
+ "aliases": [],
2999
+ "flags": {
3000
+ "columns": {
3001
+ "name": "columns",
3002
+ "type": "option",
3003
+ "description": "only show provided columns (comma-separated)",
3004
+ "multiple": false,
3005
+ "exclusive": [
3006
+ "extended"
3007
+ ]
3008
+ },
3009
+ "sort": {
3010
+ "name": "sort",
3011
+ "type": "option",
3012
+ "description": "property to sort by (prepend '-' for descending)",
3013
+ "multiple": false
3014
+ },
3015
+ "filter": {
3016
+ "name": "filter",
3017
+ "type": "option",
3018
+ "description": "filter property by partial string matching, ex: name=foo",
3019
+ "multiple": false
3020
+ },
3021
+ "csv": {
3022
+ "name": "csv",
3023
+ "type": "boolean",
3024
+ "description": "output is csv format [alias: --output=csv]",
3025
+ "allowNo": false,
3026
+ "exclusive": [
3027
+ "no-truncate"
3028
+ ]
3029
+ },
3030
+ "output": {
3031
+ "name": "output",
3032
+ "type": "option",
3033
+ "description": "output in a more machine friendly format",
3034
+ "multiple": false,
3035
+ "options": [
3036
+ "csv",
3037
+ "json",
3038
+ "yaml"
3039
+ ],
3040
+ "exclusive": [
3041
+ "no-truncate",
3042
+ "csv"
3043
+ ]
3044
+ },
3045
+ "extended": {
3046
+ "name": "extended",
3047
+ "type": "boolean",
3048
+ "char": "x",
3049
+ "description": "show extra columns",
3050
+ "allowNo": false,
3051
+ "exclusive": [
3052
+ "columns"
3053
+ ]
3054
+ },
3055
+ "no-truncate": {
3056
+ "name": "no-truncate",
3057
+ "type": "boolean",
3058
+ "description": "do not truncate output to fit screen",
3059
+ "allowNo": false,
3060
+ "exclusive": [
3061
+ "csv"
3062
+ ]
3063
+ },
3064
+ "no-header": {
3065
+ "name": "no-header",
3066
+ "type": "boolean",
3067
+ "description": "hide table header from output",
3068
+ "allowNo": false,
3069
+ "exclusive": [
3070
+ "csv"
3071
+ ]
3072
+ }
3073
+ },
3074
+ "args": {
3075
+ "instance": {
3076
+ "name": "instance",
3077
+ "description": "ID of an Instance",
3078
+ "required": true
3079
+ }
3080
+ }
3081
+ },
3082
+ "instances:flow-configs:test": {
3083
+ "id": "instances:flow-configs:test",
3084
+ "description": "Test a Flow Config of an Instance",
3085
+ "strict": true,
3086
+ "pluginName": "@prismatic-io/prism",
3087
+ "pluginAlias": "@prismatic-io/prism",
3088
+ "pluginType": "core",
3089
+ "aliases": [],
3090
+ "flags": {
3091
+ "extended": {
3092
+ "name": "extended",
3093
+ "type": "boolean",
3094
+ "char": "x",
3095
+ "description": "show extra columns",
3096
+ "allowNo": false,
3097
+ "exclusive": [
3098
+ "columns"
3099
+ ]
3100
+ },
3101
+ "columns": {
3102
+ "name": "columns",
3103
+ "type": "option",
3104
+ "description": "only show provided columns (comma-separated)",
3105
+ "multiple": false,
3106
+ "exclusive": [
3107
+ "extended"
3108
+ ]
3109
+ },
3110
+ "tail": {
3111
+ "name": "tail",
3112
+ "type": "boolean",
3113
+ "char": "t",
3114
+ "description": "Tail logs of the flow config test run",
3115
+ "required": false,
3116
+ "allowNo": false
3117
+ },
3118
+ "payload": {
3119
+ "name": "payload",
3120
+ "type": "option",
3121
+ "char": "p",
3122
+ "description": "Optional JSON-formatted data payload to submit with the test",
3123
+ "required": false,
3124
+ "multiple": false
3125
+ },
3126
+ "contentType": {
3127
+ "name": "contentType",
3128
+ "type": "option",
3129
+ "char": "c",
3130
+ "description": "Optional content-type for the test payload",
3131
+ "required": false,
3132
+ "multiple": false
3133
+ }
3134
+ },
3135
+ "args": {
3136
+ "flowConfig": {
3137
+ "name": "flowConfig",
3138
+ "description": "ID of a Flow Config to test",
3139
+ "required": true
3140
+ }
3141
+ }
3142
+ },
3143
+ "integrations:flows:list": {
3144
+ "id": "integrations:flows:list",
3145
+ "description": "List Integration Flows",
3146
+ "strict": true,
3147
+ "pluginName": "@prismatic-io/prism",
3148
+ "pluginAlias": "@prismatic-io/prism",
3149
+ "pluginType": "core",
3150
+ "aliases": [],
3151
+ "flags": {
3152
+ "columns": {
3153
+ "name": "columns",
3154
+ "type": "option",
3155
+ "description": "only show provided columns (comma-separated)",
3156
+ "multiple": false,
3157
+ "exclusive": [
3158
+ "extended"
3159
+ ]
3160
+ },
3161
+ "sort": {
3162
+ "name": "sort",
3163
+ "type": "option",
3164
+ "description": "property to sort by (prepend '-' for descending)",
3165
+ "multiple": false
3166
+ },
3167
+ "filter": {
3168
+ "name": "filter",
3169
+ "type": "option",
3170
+ "description": "filter property by partial string matching, ex: name=foo",
3171
+ "multiple": false
3172
+ },
3173
+ "csv": {
3174
+ "name": "csv",
3175
+ "type": "boolean",
3176
+ "description": "output is csv format [alias: --output=csv]",
3177
+ "allowNo": false,
3178
+ "exclusive": [
3179
+ "no-truncate"
3180
+ ]
3181
+ },
3182
+ "output": {
3183
+ "name": "output",
3184
+ "type": "option",
3185
+ "description": "output in a more machine friendly format",
3186
+ "multiple": false,
3187
+ "options": [
3188
+ "csv",
3189
+ "json",
3190
+ "yaml"
3191
+ ],
3192
+ "exclusive": [
3193
+ "no-truncate",
3194
+ "csv"
3195
+ ]
3196
+ },
3197
+ "extended": {
3198
+ "name": "extended",
3199
+ "type": "boolean",
3200
+ "char": "x",
3201
+ "description": "show extra columns",
3202
+ "allowNo": false,
3203
+ "exclusive": [
3204
+ "columns"
3205
+ ]
3206
+ },
3207
+ "no-truncate": {
3208
+ "name": "no-truncate",
3209
+ "type": "boolean",
3210
+ "description": "do not truncate output to fit screen",
3211
+ "allowNo": false,
3212
+ "exclusive": [
3213
+ "csv"
3214
+ ]
3215
+ },
3216
+ "no-header": {
3217
+ "name": "no-header",
3218
+ "type": "boolean",
3219
+ "description": "hide table header from output",
3220
+ "allowNo": false,
3221
+ "exclusive": [
3222
+ "csv"
3223
+ ]
3224
+ }
3225
+ },
3226
+ "args": {
3227
+ "integration": {
3228
+ "name": "integration",
3229
+ "description": "ID of an Integration",
3230
+ "required": true
3231
+ }
3232
+ }
3233
+ },
3234
+ "integrations:flows:test": {
3235
+ "id": "integrations:flows:test",
3236
+ "description": "Run a test of an Integration Flow",
3237
+ "strict": true,
3238
+ "pluginName": "@prismatic-io/prism",
3239
+ "pluginAlias": "@prismatic-io/prism",
3240
+ "pluginType": "core",
3241
+ "aliases": [],
3242
+ "flags": {
3243
+ "extended": {
3244
+ "name": "extended",
3245
+ "type": "boolean",
3246
+ "char": "x",
3247
+ "description": "show extra columns",
3248
+ "allowNo": false,
3249
+ "exclusive": [
3250
+ "columns"
3251
+ ]
3252
+ },
3253
+ "columns": {
3254
+ "name": "columns",
3255
+ "type": "option",
3256
+ "description": "only show provided columns (comma-separated)",
3257
+ "multiple": false,
3258
+ "exclusive": [
3259
+ "extended"
3260
+ ]
3261
+ },
3262
+ "tail": {
3263
+ "name": "tail",
3264
+ "type": "boolean",
3265
+ "char": "t",
3266
+ "description": "Tail logs of the integration test run",
3267
+ "required": false,
3268
+ "allowNo": false
3269
+ },
3270
+ "payload": {
3271
+ "name": "payload",
3272
+ "type": "option",
3273
+ "char": "p",
3274
+ "description": "Optional JSON-formatted data payload to submit with the test",
3275
+ "required": false,
3276
+ "multiple": false
3277
+ },
3278
+ "contentType": {
3279
+ "name": "contentType",
3280
+ "type": "option",
3281
+ "char": "c",
3282
+ "description": "Optional content-type for the test payload",
3283
+ "required": false,
3284
+ "multiple": false
3285
+ }
3286
+ },
3287
+ "args": {
3288
+ "flow": {
3289
+ "name": "flow",
3290
+ "description": "ID of a flow to test",
3291
+ "required": true
3292
+ }
3293
+ }
3294
+ },
3295
+ "integrations:versions": {
3296
+ "id": "integrations:versions",
3297
+ "description": "List Integration versions",
3298
+ "strict": true,
3299
+ "pluginName": "@prismatic-io/prism",
3300
+ "pluginAlias": "@prismatic-io/prism",
3301
+ "pluginType": "core",
3302
+ "aliases": [],
3303
+ "flags": {
3304
+ "columns": {
3305
+ "name": "columns",
3306
+ "type": "option",
3307
+ "description": "only show provided columns (comma-separated)",
3308
+ "multiple": false,
3309
+ "exclusive": [
3310
+ "extended"
3311
+ ]
3312
+ },
3313
+ "sort": {
3314
+ "name": "sort",
3315
+ "type": "option",
3316
+ "description": "property to sort by (prepend '-' for descending)",
3317
+ "multiple": false
3318
+ },
3319
+ "filter": {
3320
+ "name": "filter",
3321
+ "type": "option",
3322
+ "description": "filter property by partial string matching, ex: name=foo",
3323
+ "multiple": false
3324
+ },
3325
+ "csv": {
3326
+ "name": "csv",
3327
+ "type": "boolean",
3328
+ "description": "output is csv format [alias: --output=csv]",
3329
+ "allowNo": false,
3330
+ "exclusive": [
3331
+ "no-truncate"
3332
+ ]
3333
+ },
3334
+ "output": {
3335
+ "name": "output",
3336
+ "type": "option",
3337
+ "description": "output in a more machine friendly format",
3338
+ "multiple": false,
3339
+ "options": [
3340
+ "csv",
3341
+ "json",
3342
+ "yaml"
3343
+ ],
3344
+ "exclusive": [
3345
+ "no-truncate",
3346
+ "csv"
3347
+ ]
3348
+ },
3349
+ "extended": {
3350
+ "name": "extended",
3351
+ "type": "boolean",
3352
+ "char": "x",
3353
+ "description": "show extra columns",
3354
+ "allowNo": false,
3355
+ "exclusive": [
3356
+ "columns"
3357
+ ]
3358
+ },
3359
+ "no-truncate": {
3360
+ "name": "no-truncate",
3361
+ "type": "boolean",
3362
+ "description": "do not truncate output to fit screen",
3363
+ "allowNo": false,
3364
+ "exclusive": [
3365
+ "csv"
3366
+ ]
3367
+ },
3368
+ "no-header": {
3369
+ "name": "no-header",
3370
+ "type": "boolean",
3371
+ "description": "hide table header from output",
3372
+ "allowNo": false,
3373
+ "exclusive": [
3374
+ "csv"
3375
+ ]
3376
+ },
3377
+ "latest-available": {
3378
+ "name": "latest-available",
3379
+ "type": "boolean",
3380
+ "char": "l",
3381
+ "description": "Show only the latest available version",
3382
+ "allowNo": false
3383
+ }
3384
+ },
3385
+ "args": {
3386
+ "integration": {
3387
+ "name": "integration",
3388
+ "description": "ID of an integration",
3389
+ "required": true
3390
+ }
3391
+ }
3392
+ },
3393
+ "logs:severities:list": {
3394
+ "id": "logs:severities:list",
3395
+ "description": "List Log Severities for use by Alert Triggers",
3396
+ "strict": true,
3397
+ "pluginName": "@prismatic-io/prism",
3398
+ "pluginAlias": "@prismatic-io/prism",
3399
+ "pluginType": "core",
3400
+ "aliases": [],
3401
+ "flags": {
3402
+ "columns": {
3403
+ "name": "columns",
3404
+ "type": "option",
3405
+ "description": "only show provided columns (comma-separated)",
3406
+ "multiple": false,
3407
+ "exclusive": [
3408
+ "extended"
3409
+ ]
3410
+ },
3411
+ "sort": {
3412
+ "name": "sort",
3413
+ "type": "option",
3414
+ "description": "property to sort by (prepend '-' for descending)",
3415
+ "multiple": false
3416
+ },
3417
+ "filter": {
3418
+ "name": "filter",
3419
+ "type": "option",
3420
+ "description": "filter property by partial string matching, ex: name=foo",
3421
+ "multiple": false
3422
+ },
3423
+ "csv": {
3424
+ "name": "csv",
3425
+ "type": "boolean",
3426
+ "description": "output is csv format [alias: --output=csv]",
3427
+ "allowNo": false,
3428
+ "exclusive": [
3429
+ "no-truncate"
3430
+ ]
3431
+ },
3432
+ "output": {
3433
+ "name": "output",
3434
+ "type": "option",
3435
+ "description": "output in a more machine friendly format",
3436
+ "multiple": false,
3437
+ "options": [
3438
+ "csv",
3439
+ "json",
3440
+ "yaml"
3441
+ ],
3442
+ "exclusive": [
3443
+ "no-truncate",
3444
+ "csv"
3445
+ ]
3446
+ },
3447
+ "extended": {
3448
+ "name": "extended",
3449
+ "type": "boolean",
3450
+ "char": "x",
3451
+ "description": "show extra columns",
3452
+ "allowNo": false,
3453
+ "exclusive": [
3454
+ "columns"
3455
+ ]
3456
+ },
3457
+ "no-truncate": {
3458
+ "name": "no-truncate",
3459
+ "type": "boolean",
3460
+ "description": "do not truncate output to fit screen",
3461
+ "allowNo": false,
3462
+ "exclusive": [
3463
+ "csv"
3464
+ ]
3465
+ },
3466
+ "no-header": {
3467
+ "name": "no-header",
3468
+ "type": "boolean",
3469
+ "description": "hide table header from output",
3470
+ "allowNo": false,
3471
+ "exclusive": [
3472
+ "csv"
3473
+ ]
3474
+ }
3475
+ },
3476
+ "args": {}
3477
+ },
3478
+ "me:token:revoke": {
3479
+ "id": "me:token:revoke",
3480
+ "description": "Revoke all refresh tokens for your user",
3481
+ "strict": true,
3482
+ "pluginName": "@prismatic-io/prism",
3483
+ "pluginAlias": "@prismatic-io/prism",
3484
+ "pluginType": "core",
3485
+ "aliases": [],
3486
+ "flags": {},
3487
+ "args": {}
3488
+ },
3489
+ "organization:credentials:create": {
3490
+ "id": "organization:credentials:create",
3491
+ "description": "Create a set of Organization-level Credentials for use by Instance Actions",
3492
+ "strict": true,
3493
+ "pluginName": "@prismatic-io/prism",
3494
+ "pluginAlias": "@prismatic-io/prism",
3495
+ "pluginType": "core",
3496
+ "aliases": [],
3497
+ "flags": {
3498
+ "label": {
3499
+ "name": "label",
3500
+ "type": "option",
3501
+ "char": "l",
3502
+ "description": "name to give the new credentials",
3503
+ "required": true,
3504
+ "multiple": false
3505
+ },
3506
+ "authorization-method": {
3507
+ "name": "authorization-method",
3508
+ "type": "option",
3509
+ "char": "a",
3510
+ "description": "ID of the authorization method",
3511
+ "required": true,
3512
+ "multiple": false
3513
+ },
3514
+ "fields": {
3515
+ "name": "fields",
3516
+ "type": "option",
3517
+ "char": "f",
3518
+ "description": "username, password, etc., in JSON format",
3519
+ "multiple": false
3520
+ }
3521
+ },
3522
+ "args": {}
3523
+ },
3524
+ "organization:credentials:delete": {
3525
+ "id": "organization:credentials:delete",
3526
+ "description": "Delete an Organization Credential",
3527
+ "strict": true,
3528
+ "pluginName": "@prismatic-io/prism",
3529
+ "pluginAlias": "@prismatic-io/prism",
3530
+ "pluginType": "core",
3531
+ "aliases": [],
3532
+ "flags": {},
3533
+ "args": {
3534
+ "credential": {
3535
+ "name": "credential",
3536
+ "description": "ID of the credential to delete",
3537
+ "required": true
3538
+ }
3539
+ }
3540
+ },
3541
+ "organization:credentials:list": {
3542
+ "id": "organization:credentials:list",
3543
+ "description": "List Credentials available to the entire Organization",
3544
+ "strict": true,
3545
+ "pluginName": "@prismatic-io/prism",
3546
+ "pluginAlias": "@prismatic-io/prism",
3547
+ "pluginType": "core",
3548
+ "aliases": [],
3549
+ "flags": {
3550
+ "columns": {
3551
+ "name": "columns",
3552
+ "type": "option",
3553
+ "description": "only show provided columns (comma-separated)",
3554
+ "multiple": false,
3555
+ "exclusive": [
3556
+ "extended"
3557
+ ]
3558
+ },
3559
+ "sort": {
3560
+ "name": "sort",
3561
+ "type": "option",
3562
+ "description": "property to sort by (prepend '-' for descending)",
3563
+ "multiple": false
3564
+ },
3565
+ "filter": {
3566
+ "name": "filter",
3567
+ "type": "option",
3568
+ "description": "filter property by partial string matching, ex: name=foo",
3569
+ "multiple": false
3570
+ },
3571
+ "csv": {
3572
+ "name": "csv",
3573
+ "type": "boolean",
3574
+ "description": "output is csv format [alias: --output=csv]",
3575
+ "allowNo": false,
3576
+ "exclusive": [
3577
+ "no-truncate"
3578
+ ]
3579
+ },
3580
+ "output": {
3581
+ "name": "output",
3582
+ "type": "option",
3583
+ "description": "output in a more machine friendly format",
3584
+ "multiple": false,
3585
+ "options": [
3586
+ "csv",
3587
+ "json",
3588
+ "yaml"
3589
+ ],
3590
+ "exclusive": [
3591
+ "no-truncate",
3592
+ "csv"
3593
+ ]
3594
+ },
3595
+ "extended": {
3596
+ "name": "extended",
3597
+ "type": "boolean",
3598
+ "char": "x",
3599
+ "description": "show extra columns",
3600
+ "allowNo": false,
3601
+ "exclusive": [
3602
+ "columns"
3603
+ ]
3604
+ },
3605
+ "no-truncate": {
3606
+ "name": "no-truncate",
3607
+ "type": "boolean",
3608
+ "description": "do not truncate output to fit screen",
3609
+ "allowNo": false,
3610
+ "exclusive": [
3611
+ "csv"
3612
+ ]
3613
+ },
3614
+ "no-header": {
3615
+ "name": "no-header",
3616
+ "type": "boolean",
3617
+ "description": "hide table header from output",
3618
+ "allowNo": false,
3619
+ "exclusive": [
3620
+ "csv"
3621
+ ]
3622
+ }
3623
+ },
3624
+ "args": {}
3625
+ },
3626
+ "organization:credentials:update": {
3627
+ "id": "organization:credentials:update",
3628
+ "description": "Update a Customer-specific Credential for use by Instance Actions",
3629
+ "strict": true,
3630
+ "pluginName": "@prismatic-io/prism",
3631
+ "pluginAlias": "@prismatic-io/prism",
3632
+ "pluginType": "core",
3633
+ "aliases": [],
3634
+ "flags": {
3635
+ "label": {
3636
+ "name": "label",
3637
+ "type": "option",
3638
+ "char": "l",
3639
+ "description": "new name to give the credential",
3640
+ "required": true,
3641
+ "multiple": false
3642
+ },
3643
+ "fields": {
3644
+ "name": "fields",
3645
+ "type": "option",
3646
+ "char": "f",
3647
+ "description": "username, password, etc., in JSON format",
3648
+ "required": true,
3649
+ "multiple": false
3650
+ }
3651
+ },
3652
+ "args": {
3653
+ "credential": {
3654
+ "name": "credential",
3655
+ "description": "ID of a credential",
3656
+ "required": true
3657
+ }
3658
+ }
3659
+ },
3660
+ "organization:signingkeys:delete": {
3661
+ "id": "organization:signingkeys:delete",
3662
+ "description": "Delete an embedded marketplace signing key",
3663
+ "strict": true,
3664
+ "pluginName": "@prismatic-io/prism",
3665
+ "pluginAlias": "@prismatic-io/prism",
3666
+ "pluginType": "core",
3667
+ "aliases": [],
3668
+ "flags": {},
3669
+ "args": {
3670
+ "signingKeyId": {
3671
+ "name": "signingKeyId",
3672
+ "description": "ID of the signing key to delete",
3673
+ "required": true
3674
+ }
3675
+ }
3676
+ },
3677
+ "organization:signingkeys:generate": {
3678
+ "id": "organization:signingkeys:generate",
3679
+ "description": "Generate an embedded marketplace signing key",
3680
+ "strict": true,
3681
+ "pluginName": "@prismatic-io/prism",
3682
+ "pluginAlias": "@prismatic-io/prism",
3683
+ "pluginType": "core",
3684
+ "aliases": [],
3685
+ "flags": {},
3686
+ "args": {}
3687
+ },
3688
+ "organization:signingkeys:import": {
3689
+ "id": "organization:signingkeys:import",
3690
+ "description": "Import a RSA public key for use with embedded marketplace",
3691
+ "strict": true,
3692
+ "pluginName": "@prismatic-io/prism",
3693
+ "pluginAlias": "@prismatic-io/prism",
3694
+ "pluginType": "core",
3695
+ "aliases": [],
3696
+ "flags": {
3697
+ "public-key-file": {
3698
+ "name": "public-key-file",
3699
+ "type": "option",
3700
+ "char": "p",
3701
+ "description": "public key file",
3702
+ "required": true,
3703
+ "multiple": false
3704
+ }
3705
+ },
3706
+ "args": {}
3707
+ },
3708
+ "organization:signingkeys:list": {
3709
+ "id": "organization:signingkeys:list",
3710
+ "description": "List embedded signing keys for embedded marketplace",
3711
+ "strict": true,
3712
+ "pluginName": "@prismatic-io/prism",
3713
+ "pluginAlias": "@prismatic-io/prism",
3714
+ "pluginType": "core",
3715
+ "aliases": [],
3716
+ "flags": {
3717
+ "columns": {
3718
+ "name": "columns",
3719
+ "type": "option",
3720
+ "description": "only show provided columns (comma-separated)",
3721
+ "multiple": false,
3722
+ "exclusive": [
3723
+ "extended"
3724
+ ]
3725
+ },
3726
+ "sort": {
3727
+ "name": "sort",
3728
+ "type": "option",
3729
+ "description": "property to sort by (prepend '-' for descending)",
3730
+ "multiple": false
3731
+ },
3732
+ "filter": {
3733
+ "name": "filter",
3734
+ "type": "option",
3735
+ "description": "filter property by partial string matching, ex: name=foo",
3736
+ "multiple": false
3737
+ },
3738
+ "csv": {
3739
+ "name": "csv",
3740
+ "type": "boolean",
3741
+ "description": "output is csv format [alias: --output=csv]",
3742
+ "allowNo": false,
3743
+ "exclusive": [
3744
+ "no-truncate"
3745
+ ]
3746
+ },
3747
+ "output": {
3748
+ "name": "output",
3749
+ "type": "option",
3750
+ "description": "output in a more machine friendly format",
3751
+ "multiple": false,
3752
+ "options": [
3753
+ "csv",
3754
+ "json",
3755
+ "yaml"
3756
+ ],
3757
+ "exclusive": [
3758
+ "no-truncate",
3759
+ "csv"
3760
+ ]
3761
+ },
3762
+ "extended": {
3763
+ "name": "extended",
3764
+ "type": "boolean",
3765
+ "char": "x",
3766
+ "description": "show extra columns",
3767
+ "allowNo": false,
3768
+ "exclusive": [
3769
+ "columns"
3770
+ ]
3771
+ },
3772
+ "no-truncate": {
3773
+ "name": "no-truncate",
3774
+ "type": "boolean",
3775
+ "description": "do not truncate output to fit screen",
3776
+ "allowNo": false,
3777
+ "exclusive": [
3778
+ "csv"
3779
+ ]
3780
+ },
3781
+ "no-header": {
3782
+ "name": "no-header",
3783
+ "type": "boolean",
3784
+ "description": "hide table header from output",
3785
+ "allowNo": false,
3786
+ "exclusive": [
3787
+ "csv"
3788
+ ]
3789
+ }
3790
+ },
3791
+ "args": {}
3792
+ },
3793
+ "organization:users:create": {
3794
+ "id": "organization:users:create",
3795
+ "description": "Create a User for your Organization",
3796
+ "strict": true,
3797
+ "pluginName": "@prismatic-io/prism",
3798
+ "pluginAlias": "@prismatic-io/prism",
3799
+ "pluginType": "core",
3800
+ "aliases": [],
3801
+ "flags": {
3802
+ "name": {
3803
+ "name": "name",
3804
+ "type": "option",
3805
+ "char": "n",
3806
+ "description": "name of the user",
3807
+ "multiple": false
3808
+ },
3809
+ "email": {
3810
+ "name": "email",
3811
+ "type": "option",
3812
+ "char": "e",
3813
+ "description": "email address of the user",
3814
+ "required": true,
3815
+ "multiple": false
3816
+ },
3817
+ "role": {
3818
+ "name": "role",
3819
+ "type": "option",
3820
+ "char": "r",
3821
+ "description": "role the user should assume",
3822
+ "required": true,
3823
+ "multiple": false
3824
+ }
3825
+ },
3826
+ "args": {}
3827
+ },
3828
+ "organization:users:delete": {
3829
+ "id": "organization:users:delete",
3830
+ "description": "Delete an Organization User",
3831
+ "strict": true,
3832
+ "pluginName": "@prismatic-io/prism",
3833
+ "pluginAlias": "@prismatic-io/prism",
3834
+ "pluginType": "core",
3835
+ "aliases": [],
3836
+ "flags": {},
3837
+ "args": {
3838
+ "user": {
3839
+ "name": "user",
3840
+ "description": "ID of the user to delete",
3841
+ "required": true
3842
+ }
3843
+ }
3844
+ },
3845
+ "organization:users:list": {
3846
+ "id": "organization:users:list",
3847
+ "description": "List Users of your Organization",
3848
+ "strict": true,
3849
+ "pluginName": "@prismatic-io/prism",
3850
+ "pluginAlias": "@prismatic-io/prism",
3851
+ "pluginType": "core",
3852
+ "aliases": [],
3853
+ "flags": {
3854
+ "columns": {
3855
+ "name": "columns",
3856
+ "type": "option",
3857
+ "description": "only show provided columns (comma-separated)",
3858
+ "multiple": false,
3859
+ "exclusive": [
3860
+ "extended"
3861
+ ]
3862
+ },
3863
+ "sort": {
3864
+ "name": "sort",
3865
+ "type": "option",
3866
+ "description": "property to sort by (prepend '-' for descending)",
3867
+ "multiple": false
3868
+ },
3869
+ "filter": {
3870
+ "name": "filter",
3871
+ "type": "option",
3872
+ "description": "filter property by partial string matching, ex: name=foo",
3873
+ "multiple": false
3874
+ },
3875
+ "csv": {
3876
+ "name": "csv",
3877
+ "type": "boolean",
3878
+ "description": "output is csv format [alias: --output=csv]",
3879
+ "allowNo": false,
3880
+ "exclusive": [
3881
+ "no-truncate"
3882
+ ]
3883
+ },
3884
+ "output": {
3885
+ "name": "output",
3886
+ "type": "option",
3887
+ "description": "output in a more machine friendly format",
3888
+ "multiple": false,
3889
+ "options": [
3890
+ "csv",
3891
+ "json",
3892
+ "yaml"
3893
+ ],
3894
+ "exclusive": [
3895
+ "no-truncate",
3896
+ "csv"
3897
+ ]
3898
+ },
3899
+ "extended": {
3900
+ "name": "extended",
3901
+ "type": "boolean",
3902
+ "char": "x",
3903
+ "description": "show extra columns",
3904
+ "allowNo": false,
3905
+ "exclusive": [
3906
+ "columns"
3907
+ ]
3908
+ },
3909
+ "no-truncate": {
3910
+ "name": "no-truncate",
3911
+ "type": "boolean",
3912
+ "description": "do not truncate output to fit screen",
3913
+ "allowNo": false,
3914
+ "exclusive": [
3915
+ "csv"
3916
+ ]
3917
+ },
3918
+ "no-header": {
3919
+ "name": "no-header",
3920
+ "type": "boolean",
3921
+ "description": "hide table header from output",
3922
+ "allowNo": false,
3923
+ "exclusive": [
3924
+ "csv"
3925
+ ]
3926
+ }
3927
+ },
3928
+ "args": {}
3929
+ },
3930
+ "organization:users:roles": {
3931
+ "id": "organization:users:roles",
3932
+ "description": "List Roles you can grant to other users in your Organization",
3933
+ "strict": true,
3934
+ "pluginName": "@prismatic-io/prism",
3935
+ "pluginAlias": "@prismatic-io/prism",
3936
+ "pluginType": "core",
3937
+ "aliases": [],
3938
+ "flags": {
3939
+ "columns": {
3940
+ "name": "columns",
3941
+ "type": "option",
3942
+ "description": "only show provided columns (comma-separated)",
3943
+ "multiple": false,
3944
+ "exclusive": [
3945
+ "extended"
3946
+ ]
3947
+ },
3948
+ "sort": {
3949
+ "name": "sort",
3950
+ "type": "option",
3951
+ "description": "property to sort by (prepend '-' for descending)",
3952
+ "multiple": false
3953
+ },
3954
+ "filter": {
3955
+ "name": "filter",
3956
+ "type": "option",
3957
+ "description": "filter property by partial string matching, ex: name=foo",
3958
+ "multiple": false
3959
+ },
3960
+ "csv": {
3961
+ "name": "csv",
3962
+ "type": "boolean",
3963
+ "description": "output is csv format [alias: --output=csv]",
3964
+ "allowNo": false,
3965
+ "exclusive": [
3966
+ "no-truncate"
3967
+ ]
3968
+ },
3969
+ "output": {
3970
+ "name": "output",
3971
+ "type": "option",
3972
+ "description": "output in a more machine friendly format",
3973
+ "multiple": false,
3974
+ "options": [
3975
+ "csv",
3976
+ "json",
3977
+ "yaml"
3978
+ ],
3979
+ "exclusive": [
3980
+ "no-truncate",
3981
+ "csv"
3982
+ ]
3983
+ },
3984
+ "extended": {
3985
+ "name": "extended",
3986
+ "type": "boolean",
3987
+ "char": "x",
3988
+ "description": "show extra columns",
3989
+ "allowNo": false,
3990
+ "exclusive": [
3991
+ "columns"
3992
+ ]
3993
+ },
3994
+ "no-truncate": {
3995
+ "name": "no-truncate",
3996
+ "type": "boolean",
3997
+ "description": "do not truncate output to fit screen",
3998
+ "allowNo": false,
3999
+ "exclusive": [
4000
+ "csv"
4001
+ ]
4002
+ },
4003
+ "no-header": {
4004
+ "name": "no-header",
4005
+ "type": "boolean",
4006
+ "description": "hide table header from output",
4007
+ "allowNo": false,
4008
+ "exclusive": [
4009
+ "csv"
4010
+ ]
4011
+ }
4012
+ },
4013
+ "args": {}
4014
+ },
4015
+ "organization:users:update": {
4016
+ "id": "organization:users:update",
4017
+ "description": "Update a User",
4018
+ "strict": true,
4019
+ "pluginName": "@prismatic-io/prism",
4020
+ "pluginAlias": "@prismatic-io/prism",
4021
+ "pluginType": "core",
4022
+ "aliases": [],
4023
+ "flags": {
4024
+ "name": {
4025
+ "name": "name",
4026
+ "type": "option",
4027
+ "char": "n",
4028
+ "description": "name of the user",
4029
+ "multiple": false
4030
+ },
4031
+ "phone": {
4032
+ "name": "phone",
4033
+ "type": "option",
4034
+ "char": "p",
4035
+ "description": "phone number of the user",
4036
+ "multiple": false
4037
+ },
4038
+ "dark-mode": {
4039
+ "name": "dark-mode",
4040
+ "type": "option",
4041
+ "char": "d",
4042
+ "description": "whether the user should have dark mode enabled",
4043
+ "multiple": false
4044
+ },
4045
+ "dark-mode-os-sync": {
4046
+ "name": "dark-mode-os-sync",
4047
+ "type": "option",
4048
+ "char": "o",
4049
+ "description": "whether dark mode should sync with OS settings",
4050
+ "multiple": false
4051
+ }
4052
+ },
4053
+ "args": {
4054
+ "user": {
4055
+ "name": "user",
4056
+ "description": "ID of a user",
4057
+ "required": true
4058
+ }
4059
+ }
4060
+ }
4061
+ }
4062
+ }