@prismatic-io/prism 4.6.8 → 4.7.0

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