@prismatic-io/prism 3.0.8 → 3.1.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 (43) hide show
  1. package/README.md +9 -8
  2. package/lib/commands/alerts/events/list.js +8 -6
  3. package/lib/commands/alerts/events/list.js.map +1 -1
  4. package/lib/commands/alerts/groups/create.js +2 -0
  5. package/lib/commands/alerts/groups/create.js.map +1 -1
  6. package/lib/commands/alerts/monitors/create.js +11 -0
  7. package/lib/commands/alerts/monitors/create.js.map +1 -1
  8. package/lib/commands/alerts/webhooks/create.js +1 -0
  9. package/lib/commands/alerts/webhooks/create.js.map +1 -1
  10. package/lib/commands/components/init.js +1 -1
  11. package/lib/commands/components/list.js +1 -0
  12. package/lib/commands/components/list.js.map +1 -1
  13. package/lib/commands/components/publish.js +3 -0
  14. package/lib/commands/components/publish.js.map +1 -1
  15. package/lib/commands/customers/create.js +1 -0
  16. package/lib/commands/customers/create.js.map +1 -1
  17. package/lib/commands/customers/update.js +2 -0
  18. package/lib/commands/customers/update.js.map +1 -1
  19. package/lib/commands/customers/users/create.js +5 -1
  20. package/lib/commands/customers/users/create.js.map +1 -1
  21. package/lib/commands/customers/users/list.js +8 -6
  22. package/lib/commands/customers/users/list.js.map +1 -1
  23. package/lib/commands/customers/users/update.js +12 -2
  24. package/lib/commands/customers/users/update.js.map +1 -1
  25. package/lib/commands/instances/config-vars/list.js +8 -6
  26. package/lib/commands/instances/config-vars/list.js.map +1 -1
  27. package/lib/commands/instances/create.js +2 -0
  28. package/lib/commands/instances/create.js.map +1 -1
  29. package/lib/commands/instances/flow-configs/list.js +3 -1
  30. package/lib/commands/instances/flow-configs/list.js.map +1 -1
  31. package/lib/commands/instances/flow-configs/test.js +8 -1
  32. package/lib/commands/instances/flow-configs/test.js.map +1 -1
  33. package/lib/commands/integrations/export.js +1 -1
  34. package/lib/commands/integrations/flows/list.js +7 -1
  35. package/lib/commands/integrations/flows/list.js.map +1 -1
  36. package/lib/commands/integrations/flows/test.js +6 -1
  37. package/lib/commands/integrations/flows/test.js.map +1 -1
  38. package/lib/commands/organization/updateAvatarUrl.js +1 -0
  39. package/lib/commands/organization/updateAvatarUrl.js.map +1 -1
  40. package/oclif.manifest.json +1 -1
  41. package/package.json +2 -2
  42. package/lib/commands/instances/credentials/list.js +0 -98
  43. package/lib/commands/instances/credentials/list.js.map +0 -1
package/README.md CHANGED
@@ -35,22 +35,23 @@ There, you will find information about the various subcommands you can run, trou
35
35
 
36
36
  ## What is Prismatic?
37
37
 
38
- Prismatic is the embedded integration platform for B2B software companies. It's the easiest way to build integrations and provide a first-class integration experience to your customers.
38
+ Prismatic is the integration platform for B2B software companies. It's the quickest way to build integrations to the other apps your customers use and to add a native integration marketplace to your product.
39
39
 
40
- Prismatic reduces integration effort and empowers every role with exactly what they need, so you can spend less time on integrations and more time on core product innovation.
40
+ Prismatic significantly reduces overall integration effort and enables non-dev teams to take on more of the integration workload, so that you can deliver integrations faster and spend more time on core product innovation.
41
41
 
42
42
  With Prismatic, you can:
43
43
 
44
- - Build reusable [integrations](https://prismatic.io/docs/integrations) in an intuitive low-code integration designer
44
+ - Build reusable [integrations](https://prismatic.io/docs/integrations) in a low-code integration designer that's tailored for your product
45
+ - Use [pre-built components](https://prismatic.io/docs/components/component-catalog) to handle most of your integrations' functionality, and write [custom components](https://prismatic.io/docs/custom-components/writing-custom-components) when needed
46
+ - Quickly add an [integration marketplace](https://prismatic.io/docs/integration-marketplace) to your product so customers can explore, activate, and monitor integrations
45
47
  - Easily deploy customer-specific integration [instances](https://prismatic.io/docs/instances) with unique configurations and credentials
46
- - Run your integrations in a purpose-built environment
47
- - Provide better support with built-in [logging](https://prismatic.io/docs/logging) and [alerting](https://prismatic.io/docs/monitoring-and-alerting)
48
- - Embed a white-labeled customer integration portal with an [integration marketplace](https://prismatic.io/docs/integration-marketplace/) and customer self-service tools
49
- - Mold the platform to your product, industry, and the way you build software
48
+ - Provide better support with tools like [logging](https://prismatic.io/docs/logging) and [alerting](https://prismatic.io/docs/monitoring-and-alerting)
49
+ - Run your integrations in a purpose-built environment designed for security and scalability
50
+ - Use powerful dev tools to mold the platform to your product, industry, and the way you build software
50
51
 
51
52
  ## Who uses Prismatic?
52
53
 
53
- Prismatic is for B2B (business-to-business) software companies, meaning software companies that provide applications used by businesses. It's a good fit for products/teams at any stage, including early stage SaaS, established SaaS, and legacy or on-prem systems.
54
+ Prismatic is for B2B (business-to-business) software companies, meaning software companies that provide applications used by businesses. It's a good fit for products/teams ranging from early-stage and growing SaaS startups to large, established software companies looking to improve the way they do integrations.
54
55
 
55
56
  Many B2B software teams serve customers in niche vertical markets, and we designed Prismatic with that in mind. We provide powerful and flexible tools so you can build exactly the integrations your customers need, no matter who your customers are, no matter what systems you need to connect to, no matter how "non-standard" your integration scenario.
56
57
 
@@ -34,8 +34,7 @@ const cli_ux_1 = require("cli-ux");
34
34
  class ListCommand extends command_1.Command {
35
35
  run() {
36
36
  return __awaiter(this, void 0, void 0, function* () {
37
- const { flags } = this.parse(ListCommand);
38
- const { alertMonitorId } = flags;
37
+ const { flags, args: { alertMonitorId }, } = this.parse(ListCommand);
39
38
  const result = yield graphql_1.default.query({
40
39
  query: graphql_1.gql `
41
40
  query listAlertEvents($alertMonitorId: ID) {
@@ -74,9 +73,12 @@ class ListCommand extends command_1.Command {
74
73
  }
75
74
  exports.default = ListCommand;
76
75
  ListCommand.description = "List Alert Events for an Alert Monitor";
77
- ListCommand.flags = Object.assign({ alertMonitorId: command_1.flags.string({
78
- char: "m",
79
- required: true,
76
+ ListCommand.args = [
77
+ {
78
+ name: "alertMonitorId",
80
79
  description: "ID of an alert monitor",
81
- }) }, cli_ux_1.cli.table.flags());
80
+ required: true,
81
+ },
82
+ ];
83
+ ListCommand.flags = Object.assign({}, cli_ux_1.cli.table.flags());
82
84
  //# sourceMappingURL=list.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"list.js","sourceRoot":"","sources":["../../../../src/commands/alerts/events/list.tsx"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,4CAAgD;AAChD,4DAA+C;AAC/C,mCAA6B;AAE7B,MAAqB,WAAY,SAAQ,iBAAO;IAWxC,GAAG;;YACP,MAAM,EAAE,KAAK,EAAE,GAAG,IAAI,CAAC,KAAK,CAAC,WAAW,CAAC,CAAC;YAC1C,MAAM,EAAE,cAAc,EAAE,GAAG,KAAK,CAAC;YAEjC,MAAM,MAAM,GAAG,MAAM,iBAAM,CAAC,KAAK,CAAC;gBAChC,KAAK,EAAE,aAAG,CAAA;;;;;;;;;;;;;OAaT;gBACD,SAAS,EAAE;oBACT,cAAc;iBACf;aACF,CAAC,CAAC;YAEH,YAAG,CAAC,KAAK,CACP,MAAM,CAAC,IAAI,CAAC,WAAW,CAAC,KAAK,EAC7B;gBACE,EAAE,EAAE;oBACF,QAAQ,EAAE,CAAC;oBACX,QAAQ,EAAE,IAAI;iBACf;gBACD,IAAI,EAAE;oBACJ,GAAG,EAAE,CAAC,GAAQ,EAAE,EAAE,CAAC,GAAG,CAAC,OAAO,CAAC,IAAI;oBACnC,MAAM,EAAE,MAAM;iBACf;gBACD,SAAS,EAAE;oBACT,MAAM,EAAE,WAAW;iBACpB;gBACD,OAAO,EAAE,EAAE;aACZ,oBACI,KAAK,EACX,CAAC;QACJ,CAAC;KAAA;;AArDH,8BAsDC;AArDQ,uBAAW,GAAG,wCAAwC,CAAC;AACvD,iBAAK,mBACV,cAAc,EAAE,eAAK,CAAC,MAAM,CAAC;QAC3B,IAAI,EAAE,GAAG;QACT,QAAQ,EAAE,IAAI;QACd,WAAW,EAAE,wBAAwB;KACtC,CAAC,IACC,YAAG,CAAC,KAAK,CAAC,KAAK,EAAE,EACpB"}
1
+ {"version":3,"file":"list.js","sourceRoot":"","sources":["../../../../src/commands/alerts/events/list.tsx"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,4CAAyC;AACzC,4DAA+C;AAC/C,mCAA6B;AAE7B,MAAqB,WAAY,SAAQ,iBAAO;IAaxC,GAAG;;YACP,MAAM,EACJ,KAAK,EACL,IAAI,EAAE,EAAE,cAAc,EAAE,GACzB,GAAG,IAAI,CAAC,KAAK,CAAC,WAAW,CAAC,CAAC;YAE5B,MAAM,MAAM,GAAG,MAAM,iBAAM,CAAC,KAAK,CAAC;gBAChC,KAAK,EAAE,aAAG,CAAA;;;;;;;;;;;;;OAaT;gBACD,SAAS,EAAE;oBACT,cAAc;iBACf;aACF,CAAC,CAAC;YAEH,YAAG,CAAC,KAAK,CACP,MAAM,CAAC,IAAI,CAAC,WAAW,CAAC,KAAK,EAC7B;gBACE,EAAE,EAAE;oBACF,QAAQ,EAAE,CAAC;oBACX,QAAQ,EAAE,IAAI;iBACf;gBACD,IAAI,EAAE;oBACJ,GAAG,EAAE,CAAC,GAAQ,EAAE,EAAE,CAAC,GAAG,CAAC,OAAO,CAAC,IAAI;oBACnC,MAAM,EAAE,MAAM;iBACf;gBACD,SAAS,EAAE;oBACT,MAAM,EAAE,WAAW;iBACpB;gBACD,OAAO,EAAE,EAAE;aACZ,oBACI,KAAK,EACX,CAAC;QACJ,CAAC;KAAA;;AAzDH,8BA0DC;AAzDQ,uBAAW,GAAG,wCAAwC,CAAC;AACvD,gBAAI,GAAG;IACZ;QACE,IAAI,EAAE,gBAAgB;QACtB,WAAW,EAAE,wBAAwB;QACrC,QAAQ,EAAE,IAAI;KACf;CACF,CAAC;AACK,iBAAK,qBACP,YAAG,CAAC,KAAK,CAAC,KAAK,EAAE,EACpB"}
@@ -76,10 +76,12 @@ CreateCommand.flags = {
76
76
  description: "name of the group to be created",
77
77
  }),
78
78
  users: command_1.flags.string({
79
+ required: false,
79
80
  char: "u",
80
81
  description: "JSON-formatted list of Prismatic user IDs to alert",
81
82
  }),
82
83
  webhooks: command_1.flags.string({
84
+ required: false,
83
85
  char: "w",
84
86
  description: "JSON-formatted list of Alert Webhook IDs to alert",
85
87
  }),
@@ -1 +1 @@
1
- {"version":3,"file":"create.js","sourceRoot":"","sources":["../../../../src/commands/alerts/groups/create.tsx"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,4CAAgD;AAChD,4DAA+C;AAC/C,4CAAuD;AAEvD,MAAqB,aAAc,SAAQ,iBAAO;IAkB1C,GAAG;;YACP,MAAM,EACJ,KAAK,EAAE,EAAE,IAAI,EAAE,KAAK,EAAE,QAAQ,EAAE,QAAQ,EAAE,WAAW,EAAE,GACxD,GAAG,IAAI,CAAC,KAAK,CAAC,aAAa,CAAC,CAAC;YAE9B,MAAM,KAAK,GAAG,6BAAoB,CAAC,QAAQ,CAAC,CAAC;YAC7C,MAAM,QAAQ,GAAG,6BAAoB,CAAC,WAAW,CAAC,CAAC;YAEnD,MAAM,MAAM,GAAG,MAAM,iBAAM,CAAC,MAAM,CAAC;gBACjC,QAAQ,EAAE,aAAG,CAAA;;;;;;;;;;;;;;;;;;OAkBZ;gBACD,SAAS,EAAE;oBACT,IAAI;oBACJ,KAAK;oBACL,QAAQ;iBACT;aACF,CAAC,CAAC;YAEH,IAAI,CAAC,GAAG,CAAC,MAAM,CAAC,IAAI,CAAC,gBAAgB,CAAC,UAAU,CAAC,EAAE,CAAC,CAAC;QACvD,CAAC;KAAA;;AAtDH,gCAuDC;AAtDQ,yBAAW,GAAG,uBAAuB,CAAC;AACtC,mBAAK,GAAG;IACb,IAAI,EAAE,eAAK,CAAC,MAAM,CAAC;QACjB,IAAI,EAAE,GAAG;QACT,QAAQ,EAAE,IAAI;QACd,WAAW,EAAE,iCAAiC;KAC/C,CAAC;IACF,KAAK,EAAE,eAAK,CAAC,MAAM,CAAC;QAClB,IAAI,EAAE,GAAG;QACT,WAAW,EAAE,oDAAoD;KAClE,CAAC;IACF,QAAQ,EAAE,eAAK,CAAC,MAAM,CAAC;QACrB,IAAI,EAAE,GAAG;QACT,WAAW,EAAE,mDAAmD;KACjE,CAAC;CACH,CAAC"}
1
+ {"version":3,"file":"create.js","sourceRoot":"","sources":["../../../../src/commands/alerts/groups/create.tsx"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,4CAAgD;AAChD,4DAA+C;AAC/C,4CAAuD;AAEvD,MAAqB,aAAc,SAAQ,iBAAO;IAoB1C,GAAG;;YACP,MAAM,EACJ,KAAK,EAAE,EAAE,IAAI,EAAE,KAAK,EAAE,QAAQ,EAAE,QAAQ,EAAE,WAAW,EAAE,GACxD,GAAG,IAAI,CAAC,KAAK,CAAC,aAAa,CAAC,CAAC;YAE9B,MAAM,KAAK,GAAG,6BAAoB,CAAC,QAAQ,CAAC,CAAC;YAC7C,MAAM,QAAQ,GAAG,6BAAoB,CAAC,WAAW,CAAC,CAAC;YAEnD,MAAM,MAAM,GAAG,MAAM,iBAAM,CAAC,MAAM,CAAC;gBACjC,QAAQ,EAAE,aAAG,CAAA;;;;;;;;;;;;;;;;;;OAkBZ;gBACD,SAAS,EAAE;oBACT,IAAI;oBACJ,KAAK;oBACL,QAAQ;iBACT;aACF,CAAC,CAAC;YAEH,IAAI,CAAC,GAAG,CAAC,MAAM,CAAC,IAAI,CAAC,gBAAgB,CAAC,UAAU,CAAC,EAAE,CAAC,CAAC;QACvD,CAAC;KAAA;;AAxDH,gCAyDC;AAxDQ,yBAAW,GAAG,uBAAuB,CAAC;AACtC,mBAAK,GAAG;IACb,IAAI,EAAE,eAAK,CAAC,MAAM,CAAC;QACjB,IAAI,EAAE,GAAG;QACT,QAAQ,EAAE,IAAI;QACd,WAAW,EAAE,iCAAiC;KAC/C,CAAC;IACF,KAAK,EAAE,eAAK,CAAC,MAAM,CAAC;QAClB,QAAQ,EAAE,KAAK;QACf,IAAI,EAAE,GAAG;QACT,WAAW,EAAE,oDAAoD;KAClE,CAAC;IACF,QAAQ,EAAE,eAAK,CAAC,MAAM,CAAC;QACrB,QAAQ,EAAE,KAAK;QACf,IAAI,EAAE,GAAG;QACT,WAAW,EAAE,mDAAmD;KACjE,CAAC;CACH,CAAC"}
@@ -88,33 +88,44 @@ exports.default = CreateCommand;
88
88
  CreateCommand.description = "Create an Alert Monitor by attaching an Alert Trigger and a set of users and webhooks to an Instance";
89
89
  CreateCommand.flags = {
90
90
  name: command_1.flags.string({
91
+ name: "name",
91
92
  char: "n",
92
93
  required: true,
93
94
  description: "name of the alert monitor to be created",
94
95
  }),
95
96
  instance: command_1.flags.string({
97
+ name: "instance",
96
98
  char: "i",
97
99
  required: true,
98
100
  description: "ID of the instance to monitor",
99
101
  }),
100
102
  triggers: command_1.flags.string({
103
+ name: "triggers",
101
104
  char: "t",
102
105
  required: true,
103
106
  description: "JSON-formatted list of trigger IDs that should trigger this monitor",
104
107
  }),
105
108
  duration: command_1.flags.integer({
109
+ name: "duration",
110
+ required: false,
106
111
  char: "d",
107
112
  description: "greatest time allowed (in seconds) for time-based triggers",
108
113
  }),
109
114
  "log-severity": command_1.flags.integer({
115
+ name: "log-severity",
116
+ required: false,
110
117
  char: "s",
111
118
  description: "greatest log level {debug, info, warn, error} allowed for log-based triggers",
112
119
  }),
113
120
  groups: command_1.flags.string({
121
+ required: false,
122
+ name: "groups",
114
123
  char: "g",
115
124
  description: "JSON-formatted list of group IDs to alert",
116
125
  }),
117
126
  users: command_1.flags.string({
127
+ required: false,
128
+ name: "users",
118
129
  char: "u",
119
130
  description: "JSON-formatted list of Prismatic user IDs alert",
120
131
  }),
@@ -1 +1 @@
1
- {"version":3,"file":"create.js","sourceRoot":"","sources":["../../../../src/commands/alerts/monitors/create.tsx"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,4CAAgD;AAChD,4DAA+C;AAC/C,4CAAuD;AAEvD,MAAqB,aAAc,SAAQ,iBAAO;IAwC1C,GAAG;;YACP,MAAM,EACJ,KAAK,EAAE,EACL,IAAI,EACJ,QAAQ,EACR,QAAQ,EAAE,WAAW,EACrB,QAAQ,EACR,cAAc,EAAE,WAAW,EAC3B,MAAM,EAAE,SAAS,EACjB,KAAK,EAAE,QAAQ,GAChB,GACF,GAAG,IAAI,CAAC,KAAK,CAAC,aAAa,CAAC,CAAC;YAE9B,MAAM,QAAQ,GAAG,6BAAoB,CAAC,WAAW,CAAC,CAAC;YACnD,MAAM,MAAM,GAAG,6BAAoB,CAAC,SAAS,CAAC,CAAC;YAC/C,MAAM,KAAK,GAAG,6BAAoB,CAAC,QAAQ,CAAC,CAAC;YAE7C,MAAM,MAAM,GAAG,MAAM,iBAAM,CAAC,MAAM,CAAC;gBACjC,QAAQ,EAAE,aAAG,CAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;OA8BZ;gBACD,SAAS,EAAE;oBACT,IAAI;oBACJ,QAAQ;oBACR,QAAQ;oBACR,WAAW;oBACX,QAAQ;oBACR,MAAM;oBACN,KAAK;iBACN;aACF,CAAC,CAAC;YAEH,IAAI,CAAC,GAAG,CAAC,MAAM,CAAC,IAAI,CAAC,kBAAkB,CAAC,YAAY,CAAC,EAAE,CAAC,CAAC;QAC3D,CAAC;KAAA;;AArGH,gCAsGC;AArGQ,yBAAW,GAChB,sGAAsG,CAAC;AAElG,mBAAK,GAAG;IACb,IAAI,EAAE,eAAK,CAAC,MAAM,CAAC;QACjB,IAAI,EAAE,GAAG;QACT,QAAQ,EAAE,IAAI;QACd,WAAW,EAAE,yCAAyC;KACvD,CAAC;IACF,QAAQ,EAAE,eAAK,CAAC,MAAM,CAAC;QACrB,IAAI,EAAE,GAAG;QACT,QAAQ,EAAE,IAAI;QACd,WAAW,EAAE,+BAA+B;KAC7C,CAAC;IACF,QAAQ,EAAE,eAAK,CAAC,MAAM,CAAC;QACrB,IAAI,EAAE,GAAG;QACT,QAAQ,EAAE,IAAI;QACd,WAAW,EACT,qEAAqE;KACxE,CAAC;IACF,QAAQ,EAAE,eAAK,CAAC,OAAO,CAAC;QACtB,IAAI,EAAE,GAAG;QACT,WAAW,EAAE,4DAA4D;KAC1E,CAAC;IACF,cAAc,EAAE,eAAK,CAAC,OAAO,CAAC;QAC5B,IAAI,EAAE,GAAG;QACT,WAAW,EACT,8EAA8E;KACjF,CAAC;IACF,MAAM,EAAE,eAAK,CAAC,MAAM,CAAC;QACnB,IAAI,EAAE,GAAG;QACT,WAAW,EAAE,2CAA2C;KACzD,CAAC;IACF,KAAK,EAAE,eAAK,CAAC,MAAM,CAAC;QAClB,IAAI,EAAE,GAAG;QACT,WAAW,EAAE,iDAAiD;KAC/D,CAAC;CACH,CAAC"}
1
+ {"version":3,"file":"create.js","sourceRoot":"","sources":["../../../../src/commands/alerts/monitors/create.tsx"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,4CAAgD;AAChD,4DAA+C;AAC/C,4CAAuD;AAEvD,MAAqB,aAAc,SAAQ,iBAAO;IAmD1C,GAAG;;YACP,MAAM,EACJ,KAAK,EAAE,EACL,IAAI,EACJ,QAAQ,EACR,QAAQ,EAAE,WAAW,EACrB,QAAQ,EACR,cAAc,EAAE,WAAW,EAC3B,MAAM,EAAE,SAAS,EACjB,KAAK,EAAE,QAAQ,GAChB,GACF,GAAG,IAAI,CAAC,KAAK,CAAC,aAAa,CAAC,CAAC;YAE9B,MAAM,QAAQ,GAAG,6BAAoB,CAAC,WAAW,CAAC,CAAC;YACnD,MAAM,MAAM,GAAG,6BAAoB,CAAC,SAAS,CAAC,CAAC;YAC/C,MAAM,KAAK,GAAG,6BAAoB,CAAC,QAAQ,CAAC,CAAC;YAE7C,MAAM,MAAM,GAAG,MAAM,iBAAM,CAAC,MAAM,CAAC;gBACjC,QAAQ,EAAE,aAAG,CAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;OA8BZ;gBACD,SAAS,EAAE;oBACT,IAAI;oBACJ,QAAQ;oBACR,QAAQ;oBACR,WAAW;oBACX,QAAQ;oBACR,MAAM;oBACN,KAAK;iBACN;aACF,CAAC,CAAC;YAEH,IAAI,CAAC,GAAG,CAAC,MAAM,CAAC,IAAI,CAAC,kBAAkB,CAAC,YAAY,CAAC,EAAE,CAAC,CAAC;QAC3D,CAAC;KAAA;;AAhHH,gCAiHC;AAhHQ,yBAAW,GAChB,sGAAsG,CAAC;AAElG,mBAAK,GAAG;IACb,IAAI,EAAE,eAAK,CAAC,MAAM,CAAC;QACjB,IAAI,EAAE,MAAM;QACZ,IAAI,EAAE,GAAG;QACT,QAAQ,EAAE,IAAI;QACd,WAAW,EAAE,yCAAyC;KACvD,CAAC;IACF,QAAQ,EAAE,eAAK,CAAC,MAAM,CAAC;QACrB,IAAI,EAAE,UAAU;QAChB,IAAI,EAAE,GAAG;QACT,QAAQ,EAAE,IAAI;QACd,WAAW,EAAE,+BAA+B;KAC7C,CAAC;IACF,QAAQ,EAAE,eAAK,CAAC,MAAM,CAAC;QACrB,IAAI,EAAE,UAAU;QAChB,IAAI,EAAE,GAAG;QACT,QAAQ,EAAE,IAAI;QACd,WAAW,EACT,qEAAqE;KACxE,CAAC;IACF,QAAQ,EAAE,eAAK,CAAC,OAAO,CAAC;QACtB,IAAI,EAAE,UAAU;QAChB,QAAQ,EAAE,KAAK;QACf,IAAI,EAAE,GAAG;QACT,WAAW,EAAE,4DAA4D;KAC1E,CAAC;IACF,cAAc,EAAE,eAAK,CAAC,OAAO,CAAC;QAC5B,IAAI,EAAE,cAAc;QACpB,QAAQ,EAAE,KAAK;QACf,IAAI,EAAE,GAAG;QACT,WAAW,EACT,8EAA8E;KACjF,CAAC;IACF,MAAM,EAAE,eAAK,CAAC,MAAM,CAAC;QACnB,QAAQ,EAAE,KAAK;QACf,IAAI,EAAE,QAAQ;QACd,IAAI,EAAE,GAAG;QACT,WAAW,EAAE,2CAA2C;KACzD,CAAC;IACF,KAAK,EAAE,eAAK,CAAC,MAAM,CAAC;QAClB,QAAQ,EAAE,KAAK;QACf,IAAI,EAAE,OAAO;QACb,IAAI,EAAE,GAAG;QACT,WAAW,EAAE,iDAAiD;KAC/D,CAAC;CACH,CAAC"}
@@ -85,6 +85,7 @@ CreateCommand.flags = {
85
85
  description: "URL that will receive a POST request for an alert",
86
86
  }),
87
87
  headers: command_1.flags.string({
88
+ required: false,
88
89
  char: "h",
89
90
  description: "JSON-formatted object of key/value pairs to include in the request header",
90
91
  }),
@@ -1 +1 @@
1
- {"version":3,"file":"create.js","sourceRoot":"","sources":["../../../../src/commands/alerts/webhooks/create.tsx"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,4CAAgD;AAChD,4DAA+C;AAE/C,MAAqB,aAAc,SAAQ,iBAAO;IA0B1C,GAAG;;YACP,MAAM,EACJ,KAAK,EAAE,EAAE,IAAI,EAAE,GAAG,EAAE,OAAO,EAAE,eAAe,EAAE,GAC/C,GAAG,IAAI,CAAC,KAAK,CAAC,aAAa,CAAC,CAAC;YAE9B,MAAM,MAAM,GAAG,MAAM,iBAAM,CAAC,MAAM,CAAC;gBACjC,QAAQ,EAAE,aAAG,CAAA;;;;;;;;;;;;;;;;;;;;;;;;OAwBZ;gBACD,SAAS,EAAE;oBACT,IAAI;oBACJ,GAAG;oBACH,OAAO;oBACP,eAAe;iBAChB;aACF,CAAC,CAAC;YAEH,IAAI,CAAC,GAAG,CAAC,MAAM,CAAC,IAAI,CAAC,kBAAkB,CAAC,YAAY,CAAC,EAAE,CAAC,CAAC;QAC3D,CAAC;KAAA;;AAlEH,gCAmEC;AAlEQ,yBAAW,GAAG,yBAAyB,CAAC;AACxC,mBAAK,GAAG;IACb,IAAI,EAAE,eAAK,CAAC,MAAM,CAAC;QACjB,IAAI,EAAE,GAAG;QACT,QAAQ,EAAE,IAAI;QACd,WAAW,EAAE,mCAAmC;KACjD,CAAC;IACF,GAAG,EAAE,eAAK,CAAC,MAAM,CAAC;QAChB,IAAI,EAAE,GAAG;QACT,QAAQ,EAAE,IAAI;QACd,WAAW,EAAE,mDAAmD;KACjE,CAAC;IACF,OAAO,EAAE,eAAK,CAAC,MAAM,CAAC;QACpB,IAAI,EAAE,GAAG;QACT,WAAW,EACT,2EAA2E;KAC9E,CAAC;IACF,eAAe,EAAE,eAAK,CAAC,MAAM,CAAC;QAC5B,IAAI,EAAE,GAAG;QACT,QAAQ,EAAE,IAAI;QACd,WAAW,EACT,sFAAsF;KACzF,CAAC;CACH,CAAC"}
1
+ {"version":3,"file":"create.js","sourceRoot":"","sources":["../../../../src/commands/alerts/webhooks/create.tsx"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,4CAAgD;AAChD,4DAA+C;AAE/C,MAAqB,aAAc,SAAQ,iBAAO;IA2B1C,GAAG;;YACP,MAAM,EACJ,KAAK,EAAE,EAAE,IAAI,EAAE,GAAG,EAAE,OAAO,EAAE,eAAe,EAAE,GAC/C,GAAG,IAAI,CAAC,KAAK,CAAC,aAAa,CAAC,CAAC;YAE9B,MAAM,MAAM,GAAG,MAAM,iBAAM,CAAC,MAAM,CAAC;gBACjC,QAAQ,EAAE,aAAG,CAAA;;;;;;;;;;;;;;;;;;;;;;;;OAwBZ;gBACD,SAAS,EAAE;oBACT,IAAI;oBACJ,GAAG;oBACH,OAAO;oBACP,eAAe;iBAChB;aACF,CAAC,CAAC;YAEH,IAAI,CAAC,GAAG,CAAC,MAAM,CAAC,IAAI,CAAC,kBAAkB,CAAC,YAAY,CAAC,EAAE,CAAC,CAAC;QAC3D,CAAC;KAAA;;AAnEH,gCAoEC;AAnEQ,yBAAW,GAAG,yBAAyB,CAAC;AACxC,mBAAK,GAAG;IACb,IAAI,EAAE,eAAK,CAAC,MAAM,CAAC;QACjB,IAAI,EAAE,GAAG;QACT,QAAQ,EAAE,IAAI;QACd,WAAW,EAAE,mCAAmC;KACjD,CAAC;IACF,GAAG,EAAE,eAAK,CAAC,MAAM,CAAC;QAChB,IAAI,EAAE,GAAG;QACT,QAAQ,EAAE,IAAI;QACd,WAAW,EAAE,mDAAmD;KACjE,CAAC;IACF,OAAO,EAAE,eAAK,CAAC,MAAM,CAAC;QACpB,QAAQ,EAAE,KAAK;QACf,IAAI,EAAE,GAAG;QACT,WAAW,EACT,2EAA2E;KAC9E,CAAC;IACF,eAAe,EAAE,eAAK,CAAC,MAAM,CAAC;QAC5B,IAAI,EAAE,GAAG;QACT,QAAQ,EAAE,IAAI;QACd,WAAW,EACT,sFAAsF;KACzF,CAAC;CACH,CAAC"}
@@ -122,7 +122,7 @@ class InitializeComponent extends command_1.Command {
122
122
  });
123
123
  })));
124
124
  yield fs_1.promises.writeFile(path.join(name, ".gitignore"), "node_modules\ndist", "utf8");
125
- const extraDependencies = { "@prismatic-io/spectral": "4.0.6" };
125
+ const extraDependencies = { "@prismatic-io/spectral": "4.0.9" };
126
126
  if (wsdlPath) {
127
127
  if (!verbose) {
128
128
  // wsdl-tsclient emits pretty noisy logs that aren't particularly useful
@@ -78,6 +78,7 @@ exports.default = ListCommand;
78
78
  ListCommand.description = "List available Components";
79
79
  ListCommand.flags = Object.assign(Object.assign({}, cli_ux_1.cli.table.flags()), { showAllVersions: command_1.flags.boolean({
80
80
  char: "a",
81
+ required: false,
81
82
  description: "If specified this command returns all versions of all components rather than only the latest version",
82
83
  }) });
83
84
  //# sourceMappingURL=list.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"list.js","sourceRoot":"","sources":["../../../src/commands/components/list.tsx"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,0DAAgD;AAChD,yDAA4C;AAC5C,mCAA6B;AAE7B,MAAqB,WAAY,SAAQ,iBAAO;IAWxC,GAAG;;YACP,MAAM,EAAE,KAAK,EAAE,GAAG,IAAI,CAAC,KAAK,CAAC,WAAW,CAAC,CAAC;YAC1C,MAAM,EAAE,eAAe,EAAE,GAAG,KAAK,CAAC;YAElC,MAAM,MAAM,GAAG,MAAM,iBAAM,CAAC,KAAK,CAAC;gBAChC,KAAK,EAAE,aAAG,CAAA;;;;;;;;;;;;;;OAcT;gBACD,SAAS,EAAE;oBACT,eAAe;iBAChB;aACF,CAAC,CAAC;YAEH,YAAG,CAAC,KAAK,CACP,MAAM,CAAC,IAAI,CAAC,UAAU,CAAC,KAAK,EAC5B;gBACE,EAAE,EAAE;oBACF,QAAQ,EAAE,CAAC;oBACX,QAAQ,EAAE,IAAI;iBACf;gBACD,GAAG,EAAE;oBACH,QAAQ,EAAE,EAAE;oBACZ,QAAQ,EAAE,IAAI;iBACf;gBACD,KAAK,EAAE,EAAE;gBACT,MAAM,EAAE,EAAE;gBACV,WAAW,EAAE,EAAE;gBACf,aAAa,EAAE,EAAE,MAAM,EAAE,SAAS,EAAE;gBACpC,QAAQ,EAAE,EAAE;aACb,oBACI,KAAK,EACX,CAAC;QACJ,CAAC;KAAA;;AAvDH,8BAwDC;AAvDQ,uBAAW,GAAG,2BAA2B,CAAC;AAC1C,iBAAK,mCACP,YAAG,CAAC,KAAK,CAAC,KAAK,EAAE,KACpB,eAAe,EAAE,eAAK,CAAC,OAAO,CAAC;QAC7B,IAAI,EAAE,GAAG;QACT,WAAW,EACT,sGAAsG;KACzG,CAAC,IACF"}
1
+ {"version":3,"file":"list.js","sourceRoot":"","sources":["../../../src/commands/components/list.tsx"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,0DAAgD;AAChD,yDAA4C;AAC5C,mCAA6B;AAE7B,MAAqB,WAAY,SAAQ,iBAAO;IAYxC,GAAG;;YACP,MAAM,EAAE,KAAK,EAAE,GAAG,IAAI,CAAC,KAAK,CAAC,WAAW,CAAC,CAAC;YAC1C,MAAM,EAAE,eAAe,EAAE,GAAG,KAAK,CAAC;YAElC,MAAM,MAAM,GAAG,MAAM,iBAAM,CAAC,KAAK,CAAC;gBAChC,KAAK,EAAE,aAAG,CAAA;;;;;;;;;;;;;;OAcT;gBACD,SAAS,EAAE;oBACT,eAAe;iBAChB;aACF,CAAC,CAAC;YAEH,YAAG,CAAC,KAAK,CACP,MAAM,CAAC,IAAI,CAAC,UAAU,CAAC,KAAK,EAC5B;gBACE,EAAE,EAAE;oBACF,QAAQ,EAAE,CAAC;oBACX,QAAQ,EAAE,IAAI;iBACf;gBACD,GAAG,EAAE;oBACH,QAAQ,EAAE,EAAE;oBACZ,QAAQ,EAAE,IAAI;iBACf;gBACD,KAAK,EAAE,EAAE;gBACT,MAAM,EAAE,EAAE;gBACV,WAAW,EAAE,EAAE;gBACf,aAAa,EAAE,EAAE,MAAM,EAAE,SAAS,EAAE;gBACpC,QAAQ,EAAE,EAAE;aACb,oBACI,KAAK,EACX,CAAC;QACJ,CAAC;KAAA;;AAxDH,8BAyDC;AAxDQ,uBAAW,GAAG,2BAA2B,CAAC;AAC1C,iBAAK,mCACP,YAAG,CAAC,KAAK,CAAC,KAAK,EAAE,KACpB,eAAe,EAAE,eAAK,CAAC,OAAO,CAAC;QAC7B,IAAI,EAAE,GAAG;QACT,QAAQ,EAAE,KAAK;QACf,WAAW,EACT,sGAAsG;KACzG,CAAC,IACF"}
@@ -248,6 +248,7 @@ exports.default = PublishCommand;
248
248
  PublishCommand.description = "Publish a Component to Prismatic";
249
249
  PublishCommand.flags = {
250
250
  comment: command_1.flags.string({
251
+ required: false,
251
252
  char: "c",
252
253
  description: "Comment about changes in this Publish",
253
254
  }),
@@ -258,8 +259,10 @@ PublishCommand.flags = {
258
259
  }),
259
260
  "skip-upload": command_1.flags.boolean({
260
261
  description: "Skip upload of Component package",
262
+ required: false,
261
263
  }),
262
264
  "skip-on-signature-match": command_1.flags.boolean({
265
+ required: false,
263
266
  description: "Skips component publish if the new signature matches the existing signature",
264
267
  }),
265
268
  };
@@ -1 +1 @@
1
- {"version":3,"file":"publish.js","sourceRoot":"","sources":["../../../src/commands/components/publish.tsx"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"publish.js","sourceRoot":"","sources":["../../../src/commands/components/publish.tsx"],"names":[],"mappings":"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"}
@@ -68,6 +68,7 @@ CreateCommand.flags = {
68
68
  description: command_1.flags.string({
69
69
  char: "d",
70
70
  description: "longer description of the customer",
71
+ required: false,
71
72
  }),
72
73
  };
73
74
  //# sourceMappingURL=create.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"create.js","sourceRoot":"","sources":["../../../src/commands/customers/create.tsx"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,4CAAgD;AAChD,yDAA4C;AAE5C,MAAqB,aAAc,SAAQ,iBAAO;IAc1C,GAAG;;YACP,MAAM,EACJ,KAAK,EAAE,EAAE,IAAI,EAAE,WAAW,EAAE,GAC7B,GAAG,IAAI,CAAC,KAAK,CAAC,aAAa,CAAC,CAAC;YAE9B,MAAM,MAAM,GAAG,MAAM,iBAAM,CAAC,MAAM,CAAC;gBACjC,QAAQ,EAAE,aAAG,CAAA;;;;;;;;;;;;OAYZ;gBACD,SAAS,EAAE;oBACT,IAAI;oBACJ,WAAW;iBACZ;aACF,CAAC,CAAC;YAEH,IAAI,CAAC,GAAG,CAAC,MAAM,CAAC,IAAI,CAAC,cAAc,CAAC,QAAQ,CAAC,EAAE,CAAC,CAAC;QACnD,CAAC;KAAA;;AAxCH,gCAyCC;AAxCQ,yBAAW,GAAG,uBAAuB,CAAC;AACtC,mBAAK,GAAG;IACb,IAAI,EAAE,eAAK,CAAC,MAAM,CAAC;QACjB,IAAI,EAAE,GAAG;QACT,QAAQ,EAAE,IAAI;QACd,WAAW,EAAE,gCAAgC;KAC9C,CAAC;IACF,WAAW,EAAE,eAAK,CAAC,MAAM,CAAC;QACxB,IAAI,EAAE,GAAG;QACT,WAAW,EAAE,oCAAoC;KAClD,CAAC;CACH,CAAC"}
1
+ {"version":3,"file":"create.js","sourceRoot":"","sources":["../../../src/commands/customers/create.tsx"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,4CAAgD;AAChD,yDAA4C;AAE5C,MAAqB,aAAc,SAAQ,iBAAO;IAe1C,GAAG;;YACP,MAAM,EACJ,KAAK,EAAE,EAAE,IAAI,EAAE,WAAW,EAAE,GAC7B,GAAG,IAAI,CAAC,KAAK,CAAC,aAAa,CAAC,CAAC;YAE9B,MAAM,MAAM,GAAG,MAAM,iBAAM,CAAC,MAAM,CAAC;gBACjC,QAAQ,EAAE,aAAG,CAAA;;;;;;;;;;;;OAYZ;gBACD,SAAS,EAAE;oBACT,IAAI;oBACJ,WAAW;iBACZ;aACF,CAAC,CAAC;YAEH,IAAI,CAAC,GAAG,CAAC,MAAM,CAAC,IAAI,CAAC,cAAc,CAAC,QAAQ,CAAC,EAAE,CAAC,CAAC;QACnD,CAAC;KAAA;;AAzCH,gCA0CC;AAzCQ,yBAAW,GAAG,uBAAuB,CAAC;AACtC,mBAAK,GAAG;IACb,IAAI,EAAE,eAAK,CAAC,MAAM,CAAC;QACjB,IAAI,EAAE,GAAG;QACT,QAAQ,EAAE,IAAI;QACd,WAAW,EAAE,gCAAgC;KAC9C,CAAC;IACF,WAAW,EAAE,eAAK,CAAC,MAAM,CAAC;QACxB,IAAI,EAAE,GAAG;QACT,WAAW,EAAE,oCAAoC;QACjD,QAAQ,EAAE,KAAK;KAChB,CAAC;CACH,CAAC"}
@@ -74,10 +74,12 @@ UpdateCommand.flags = {
74
74
  name: command_1.flags.string({
75
75
  char: "n",
76
76
  description: "name of the customer",
77
+ required: false,
77
78
  }),
78
79
  description: command_1.flags.string({
79
80
  char: "d",
80
81
  description: "description of the customer",
82
+ required: false,
81
83
  }),
82
84
  };
83
85
  //# sourceMappingURL=update.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"update.js","sourceRoot":"","sources":["../../../src/commands/customers/update.tsx"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,4CAAgD;AAChD,yDAA4C;AAE5C,MAAqB,aAAc,SAAQ,iBAAO;IAsB1C,GAAG;;YACP,MAAM,EACJ,IAAI,EAAE,EAAE,QAAQ,EAAE,EAClB,KAAK,EAAE,EAAE,IAAI,EAAE,WAAW,EAAE,GAC7B,GAAG,IAAI,CAAC,KAAK,CAAC,aAAa,CAAC,CAAC;YAE9B,MAAM,MAAM,GAAG,MAAM,iBAAM,CAAC,MAAM,CAAC;gBACjC,QAAQ,EAAE,aAAG,CAAA;;;;;;;;;;;;;;OAcZ;gBACD,SAAS,EAAE;oBACT,EAAE,EAAE,QAAQ;oBACZ,IAAI;oBACJ,WAAW;iBACZ;aACF,CAAC,CAAC;YAEH,IAAI,CAAC,GAAG,CAAC,MAAM,CAAC,IAAI,CAAC,cAAc,CAAC,QAAQ,CAAC,EAAE,CAAC,CAAC;QACnD,CAAC;KAAA;;AApDH,gCAqDC;AApDC,6DAA6D;AACtD,yBAAW,GAAG,mBAAmB,CAAC;AAClC,kBAAI,GAAG;IACZ;QACE,IAAI,EAAE,UAAU;QAChB,QAAQ,EAAE,IAAI;QACd,WAAW,EAAE,kBAAkB;KAChC;CACF,CAAC;AAEK,mBAAK,GAAG;IACb,IAAI,EAAE,eAAK,CAAC,MAAM,CAAC;QACjB,IAAI,EAAE,GAAG;QACT,WAAW,EAAE,sBAAsB;KACpC,CAAC;IACF,WAAW,EAAE,eAAK,CAAC,MAAM,CAAC;QACxB,IAAI,EAAE,GAAG;QACT,WAAW,EAAE,6BAA6B;KAC3C,CAAC;CACH,CAAC"}
1
+ {"version":3,"file":"update.js","sourceRoot":"","sources":["../../../src/commands/customers/update.tsx"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,4CAAgD;AAChD,yDAA4C;AAE5C,MAAqB,aAAc,SAAQ,iBAAO;IAwB1C,GAAG;;YACP,MAAM,EACJ,IAAI,EAAE,EAAE,QAAQ,EAAE,EAClB,KAAK,EAAE,EAAE,IAAI,EAAE,WAAW,EAAE,GAC7B,GAAG,IAAI,CAAC,KAAK,CAAC,aAAa,CAAC,CAAC;YAE9B,MAAM,MAAM,GAAG,MAAM,iBAAM,CAAC,MAAM,CAAC;gBACjC,QAAQ,EAAE,aAAG,CAAA;;;;;;;;;;;;;;OAcZ;gBACD,SAAS,EAAE;oBACT,EAAE,EAAE,QAAQ;oBACZ,IAAI;oBACJ,WAAW;iBACZ;aACF,CAAC,CAAC;YAEH,IAAI,CAAC,GAAG,CAAC,MAAM,CAAC,IAAI,CAAC,cAAc,CAAC,QAAQ,CAAC,EAAE,CAAC,CAAC;QACnD,CAAC;KAAA;;AAtDH,gCAuDC;AAtDC,6DAA6D;AACtD,yBAAW,GAAG,mBAAmB,CAAC;AAClC,kBAAI,GAAG;IACZ;QACE,IAAI,EAAE,UAAU;QAChB,QAAQ,EAAE,IAAI;QACd,WAAW,EAAE,kBAAkB;KAChC;CACF,CAAC;AAEK,mBAAK,GAAG;IACb,IAAI,EAAE,eAAK,CAAC,MAAM,CAAC;QACjB,IAAI,EAAE,GAAG;QACT,WAAW,EAAE,sBAAsB;QACnC,QAAQ,EAAE,KAAK;KAChB,CAAC;IACF,WAAW,EAAE,eAAK,CAAC,MAAM,CAAC;QACxB,IAAI,EAAE,GAAG;QACT,WAAW,EAAE,6BAA6B;QAC1C,QAAQ,EAAE,KAAK;KAChB,CAAC;CACH,CAAC"}
@@ -89,6 +89,10 @@ CreateCommand.flags = {
89
89
  required: true,
90
90
  description: "ID of the customer this user is associated with",
91
91
  }),
92
- name: command_1.flags.string({ char: "n", description: "name of the new user" }),
92
+ name: command_1.flags.string({
93
+ char: "n",
94
+ description: "name of the new user",
95
+ required: false,
96
+ }),
93
97
  };
94
98
  //# sourceMappingURL=create.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"create.js","sourceRoot":"","sources":["../../../../src/commands/customers/users/create.tsx"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,4CAAgD;AAChD,4DAA+C;AAE/C,MAAqB,aAAc,SAAQ,iBAAO;IAqB1C,GAAG;;YACP,MAAM,EACJ,KAAK,EAAE,EAAE,IAAI,EAAE,KAAK,EAAE,IAAI,EAAE,QAAQ,EAAE,GACvC,GAAG,IAAI,CAAC,KAAK,CAAC,aAAa,CAAC,CAAC;YAE9B,MAAM,MAAM,GAAG,MAAM,iBAAM,CAAC,MAAM,CAAC;gBACjC,QAAQ,EAAE,aAAG,CAAA;;;;;;;;;;;;;;;;;;;;;;;;OAwBZ;gBACD,SAAS,EAAE;oBACT,IAAI;oBACJ,KAAK;oBACL,IAAI;oBACJ,QAAQ;iBACT;aACF,CAAC,CAAC;YAEH,IAAI,CAAC,GAAG,CAAC,MAAM,CAAC,IAAI,CAAC,kBAAkB,CAAC,IAAI,CAAC,EAAE,CAAC,CAAC;QACnD,CAAC;KAAA;;AA7DH,gCA8DC;AA7DQ,yBAAW,GAAG,0CAA0C,CAAC;AACzD,mBAAK,GAAG;IACb,KAAK,EAAE,eAAK,CAAC,MAAM,CAAC;QAClB,IAAI,EAAE,GAAG;QACT,QAAQ,EAAE,IAAI;QACd,WAAW,EAAE,eAAe;KAC7B,CAAC;IACF,IAAI,EAAE,eAAK,CAAC,MAAM,CAAC;QACjB,IAAI,EAAE,GAAG;QACT,QAAQ,EAAE,IAAI;QACd,WAAW,EAAE,mCAAmC;KACjD,CAAC;IACF,QAAQ,EAAE,eAAK,CAAC,MAAM,CAAC;QACrB,IAAI,EAAE,GAAG;QACT,QAAQ,EAAE,IAAI;QACd,WAAW,EAAE,iDAAiD;KAC/D,CAAC;IACF,IAAI,EAAE,eAAK,CAAC,MAAM,CAAC,EAAE,IAAI,EAAE,GAAG,EAAE,WAAW,EAAE,sBAAsB,EAAE,CAAC;CACvE,CAAC"}
1
+ {"version":3,"file":"create.js","sourceRoot":"","sources":["../../../../src/commands/customers/users/create.tsx"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,4CAAgD;AAChD,4DAA+C;AAE/C,MAAqB,aAAc,SAAQ,iBAAO;IAyB1C,GAAG;;YACP,MAAM,EACJ,KAAK,EAAE,EAAE,IAAI,EAAE,KAAK,EAAE,IAAI,EAAE,QAAQ,EAAE,GACvC,GAAG,IAAI,CAAC,KAAK,CAAC,aAAa,CAAC,CAAC;YAE9B,MAAM,MAAM,GAAG,MAAM,iBAAM,CAAC,MAAM,CAAC;gBACjC,QAAQ,EAAE,aAAG,CAAA;;;;;;;;;;;;;;;;;;;;;;;;OAwBZ;gBACD,SAAS,EAAE;oBACT,IAAI;oBACJ,KAAK;oBACL,IAAI;oBACJ,QAAQ;iBACT;aACF,CAAC,CAAC;YAEH,IAAI,CAAC,GAAG,CAAC,MAAM,CAAC,IAAI,CAAC,kBAAkB,CAAC,IAAI,CAAC,EAAE,CAAC,CAAC;QACnD,CAAC;KAAA;;AAjEH,gCAkEC;AAjEQ,yBAAW,GAAG,0CAA0C,CAAC;AACzD,mBAAK,GAAG;IACb,KAAK,EAAE,eAAK,CAAC,MAAM,CAAC;QAClB,IAAI,EAAE,GAAG;QACT,QAAQ,EAAE,IAAI;QACd,WAAW,EAAE,eAAe;KAC7B,CAAC;IACF,IAAI,EAAE,eAAK,CAAC,MAAM,CAAC;QACjB,IAAI,EAAE,GAAG;QACT,QAAQ,EAAE,IAAI;QACd,WAAW,EAAE,mCAAmC;KACjD,CAAC;IACF,QAAQ,EAAE,eAAK,CAAC,MAAM,CAAC;QACrB,IAAI,EAAE,GAAG;QACT,QAAQ,EAAE,IAAI;QACd,WAAW,EAAE,iDAAiD;KAC/D,CAAC;IACF,IAAI,EAAE,eAAK,CAAC,MAAM,CAAC;QACjB,IAAI,EAAE,GAAG;QACT,WAAW,EAAE,sBAAsB;QACnC,QAAQ,EAAE,KAAK;KAChB,CAAC;CACH,CAAC"}
@@ -34,8 +34,7 @@ const cli_ux_1 = require("cli-ux");
34
34
  class ListCommand extends command_1.Command {
35
35
  run() {
36
36
  return __awaiter(this, void 0, void 0, function* () {
37
- const { flags } = this.parse(ListCommand);
38
- const { customer } = flags;
37
+ const { args: { customer }, flags, } = this.parse(ListCommand);
39
38
  const result = yield graphql_1.default.query({
40
39
  query: graphql_1.gql `
41
40
  query listCustomerUsers($id: ID!) {
@@ -67,9 +66,12 @@ class ListCommand extends command_1.Command {
67
66
  }
68
67
  exports.default = ListCommand;
69
68
  ListCommand.description = "List Customer Users";
70
- ListCommand.flags = Object.assign({ customer: command_1.flags.string({
71
- char: "c",
72
- required: true,
69
+ ListCommand.args = [
70
+ {
71
+ name: "customer",
73
72
  description: "ID of the customer",
74
- }) }, cli_ux_1.cli.table.flags());
73
+ required: true,
74
+ },
75
+ ];
76
+ ListCommand.flags = Object.assign({}, cli_ux_1.cli.table.flags());
75
77
  //# sourceMappingURL=list.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"list.js","sourceRoot":"","sources":["../../../../src/commands/customers/users/list.tsx"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,4CAAgD;AAChD,4DAA+C;AAC/C,mCAA6B;AAE7B,MAAqB,WAAY,SAAQ,iBAAO;IAWxC,GAAG;;YACP,MAAM,EAAE,KAAK,EAAE,GAAG,IAAI,CAAC,KAAK,CAAC,WAAW,CAAC,CAAC;YAC1C,MAAM,EAAE,QAAQ,EAAE,GAAG,KAAK,CAAC;YAE3B,MAAM,MAAM,GAAG,MAAM,iBAAM,CAAC,KAAK,CAAC;gBAChC,KAAK,EAAE,aAAG,CAAA;;;;;;;;;;;;OAYT;gBACD,SAAS,EAAE;oBACT,EAAE,EAAE,QAAQ;iBACb;aACF,CAAC,CAAC;YAEH,YAAG,CAAC,KAAK,CACP,MAAM,CAAC,IAAI,CAAC,QAAQ,CAAC,KAAK,CAAC,KAAK,EAChC;gBACE,EAAE,EAAE;oBACF,QAAQ,EAAE,CAAC;oBACX,QAAQ,EAAE,IAAI;iBACf;gBACD,IAAI,EAAE,EAAE;gBACR,KAAK,EAAE,EAAE;aACV,oBACI,KAAK,EACX,CAAC;QACJ,CAAC;KAAA;;AA9CH,8BA+CC;AA9CQ,uBAAW,GAAG,qBAAqB,CAAC;AACpC,iBAAK,mBACV,QAAQ,EAAE,eAAK,CAAC,MAAM,CAAC;QACrB,IAAI,EAAE,GAAG;QACT,QAAQ,EAAE,IAAI;QACd,WAAW,EAAE,oBAAoB;KAClC,CAAC,IACC,YAAG,CAAC,KAAK,CAAC,KAAK,EAAE,EACpB"}
1
+ {"version":3,"file":"list.js","sourceRoot":"","sources":["../../../../src/commands/customers/users/list.tsx"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,4CAAyC;AACzC,4DAA+C;AAC/C,mCAA6B;AAE7B,MAAqB,WAAY,SAAQ,iBAAO;IAcxC,GAAG;;YACP,MAAM,EACJ,IAAI,EAAE,EAAE,QAAQ,EAAE,EAClB,KAAK,GACN,GAAG,IAAI,CAAC,KAAK,CAAC,WAAW,CAAC,CAAC;YAE5B,MAAM,MAAM,GAAG,MAAM,iBAAM,CAAC,KAAK,CAAC;gBAChC,KAAK,EAAE,aAAG,CAAA;;;;;;;;;;;;OAYT;gBACD,SAAS,EAAE;oBACT,EAAE,EAAE,QAAQ;iBACb;aACF,CAAC,CAAC;YAEH,YAAG,CAAC,KAAK,CACP,MAAM,CAAC,IAAI,CAAC,QAAQ,CAAC,KAAK,CAAC,KAAK,EAChC;gBACE,EAAE,EAAE;oBACF,QAAQ,EAAE,CAAC;oBACX,QAAQ,EAAE,IAAI;iBACf;gBACD,IAAI,EAAE,EAAE;gBACR,KAAK,EAAE,EAAE;aACV,oBACI,KAAK,EACX,CAAC;QACJ,CAAC;KAAA;;AAnDH,8BAoDC;AAnDQ,uBAAW,GAAG,qBAAqB,CAAC;AACpC,gBAAI,GAAG;IACZ;QACE,IAAI,EAAE,UAAU;QAChB,WAAW,EAAE,oBAAoB;QACjC,QAAQ,EAAE,IAAI;KACf;CACF,CAAC;AAEK,iBAAK,qBACP,YAAG,CAAC,KAAK,CAAC,KAAK,EAAE,EACpB"}
@@ -84,15 +84,25 @@ UpdateCommand.args = [
84
84
  },
85
85
  ];
86
86
  UpdateCommand.flags = {
87
- name: command_1.flags.string({ char: "n", description: "name of the user" }),
88
- phone: command_1.flags.string({ char: "p", description: "phone number of the user" }),
87
+ name: command_1.flags.string({
88
+ char: "n",
89
+ description: "name of the user",
90
+ required: false,
91
+ }),
92
+ phone: command_1.flags.string({
93
+ char: "p",
94
+ description: "phone number of the user",
95
+ required: false,
96
+ }),
89
97
  "dark-mode": command_1.flags.string({
90
98
  char: "d",
91
99
  description: "whether the user should have dark mode enabled",
100
+ required: false,
92
101
  }),
93
102
  "dark-mode-os-sync": command_1.flags.string({
94
103
  char: "o",
95
104
  description: "whether dark mode should sync with OS settings",
105
+ required: false,
96
106
  }),
97
107
  };
98
108
  //# sourceMappingURL=update.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"update.js","sourceRoot":"","sources":["../../../../src/commands/customers/users/update.tsx"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,4CAAgD;AAChD,4DAA+C;AAE/C,MAAqB,aAAc,SAAQ,iBAAO;IAuB1C,GAAG;;YACP,MAAM,EACJ,IAAI,EAAE,EAAE,IAAI,EAAE,EACd,KAAK,EAAE,EACL,IAAI,EACJ,KAAK,EACL,WAAW,EAAE,QAAQ,EACrB,mBAAmB,EAAE,cAAc,GACpC,GACF,GAAG,IAAI,CAAC,KAAK,CAAC,aAAa,CAAC,CAAC;YAE9B,MAAM,MAAM,GAAG,MAAM,iBAAM,CAAC,MAAM,CAAC;gBACjC,QAAQ,EAAE,aAAG,CAAA;;;;;;;;;;;;;;;;;;;;;;;;;;OA0BZ;gBACD,SAAS,EAAE;oBACT,IAAI;oBACJ,IAAI;oBACJ,KAAK;oBACL,QAAQ;oBACR,cAAc;iBACf;aACF,CAAC,CAAC;YAEH,IAAI,CAAC,GAAG,CAAC,MAAM,CAAC,IAAI,CAAC,UAAU,CAAC,IAAI,CAAC,EAAE,CAAC,CAAC;QAC3C,CAAC;KAAA;;AAxEH,gCAyEC;AAxEQ,yBAAW,GAAG,eAAe,CAAC;AAC9B,kBAAI,GAAG;IACZ;QACE,IAAI,EAAE,MAAM;QACZ,QAAQ,EAAE,IAAI;QACd,WAAW,EAAE,cAAc;KAC5B;CACF,CAAC;AAEK,mBAAK,GAAG;IACb,IAAI,EAAE,eAAK,CAAC,MAAM,CAAC,EAAE,IAAI,EAAE,GAAG,EAAE,WAAW,EAAE,kBAAkB,EAAE,CAAC;IAClE,KAAK,EAAE,eAAK,CAAC,MAAM,CAAC,EAAE,IAAI,EAAE,GAAG,EAAE,WAAW,EAAE,0BAA0B,EAAE,CAAC;IAC3E,WAAW,EAAE,eAAK,CAAC,MAAM,CAAC;QACxB,IAAI,EAAE,GAAG;QACT,WAAW,EAAE,gDAAgD;KAC9D,CAAC;IACF,mBAAmB,EAAE,eAAK,CAAC,MAAM,CAAC;QAChC,IAAI,EAAE,GAAG;QACT,WAAW,EAAE,gDAAgD;KAC9D,CAAC;CACH,CAAC"}
1
+ {"version":3,"file":"update.js","sourceRoot":"","sources":["../../../../src/commands/customers/users/update.tsx"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,4CAAgD;AAChD,4DAA+C;AAE/C,MAAqB,aAAc,SAAQ,iBAAO;IAiC1C,GAAG;;YACP,MAAM,EACJ,IAAI,EAAE,EAAE,IAAI,EAAE,EACd,KAAK,EAAE,EACL,IAAI,EACJ,KAAK,EACL,WAAW,EAAE,QAAQ,EACrB,mBAAmB,EAAE,cAAc,GACpC,GACF,GAAG,IAAI,CAAC,KAAK,CAAC,aAAa,CAAC,CAAC;YAE9B,MAAM,MAAM,GAAG,MAAM,iBAAM,CAAC,MAAM,CAAC;gBACjC,QAAQ,EAAE,aAAG,CAAA;;;;;;;;;;;;;;;;;;;;;;;;;;OA0BZ;gBACD,SAAS,EAAE;oBACT,IAAI;oBACJ,IAAI;oBACJ,KAAK;oBACL,QAAQ;oBACR,cAAc;iBACf;aACF,CAAC,CAAC;YAEH,IAAI,CAAC,GAAG,CAAC,MAAM,CAAC,IAAI,CAAC,UAAU,CAAC,IAAI,CAAC,EAAE,CAAC,CAAC;QAC3C,CAAC;KAAA;;AAlFH,gCAmFC;AAlFQ,yBAAW,GAAG,eAAe,CAAC;AAC9B,kBAAI,GAAG;IACZ;QACE,IAAI,EAAE,MAAM;QACZ,QAAQ,EAAE,IAAI;QACd,WAAW,EAAE,cAAc;KAC5B;CACF,CAAC;AAEK,mBAAK,GAAG;IACb,IAAI,EAAE,eAAK,CAAC,MAAM,CAAC;QACjB,IAAI,EAAE,GAAG;QACT,WAAW,EAAE,kBAAkB;QAC/B,QAAQ,EAAE,KAAK;KAChB,CAAC;IACF,KAAK,EAAE,eAAK,CAAC,MAAM,CAAC;QAClB,IAAI,EAAE,GAAG;QACT,WAAW,EAAE,0BAA0B;QACvC,QAAQ,EAAE,KAAK;KAChB,CAAC;IACF,WAAW,EAAE,eAAK,CAAC,MAAM,CAAC;QACxB,IAAI,EAAE,GAAG;QACT,WAAW,EAAE,gDAAgD;QAC7D,QAAQ,EAAE,KAAK;KAChB,CAAC;IACF,mBAAmB,EAAE,eAAK,CAAC,MAAM,CAAC;QAChC,IAAI,EAAE,GAAG;QACT,WAAW,EAAE,gDAAgD;QAC7D,QAAQ,EAAE,KAAK;KAChB,CAAC;CACH,CAAC"}
@@ -34,8 +34,7 @@ const cli_ux_1 = require("cli-ux");
34
34
  class ListCommand extends command_1.Command {
35
35
  run() {
36
36
  return __awaiter(this, void 0, void 0, function* () {
37
- const { flags } = this.parse(ListCommand);
38
- const { instance } = flags;
37
+ const { args: { instance }, flags, } = this.parse(ListCommand);
39
38
  const result = yield graphql_1.default.query({
40
39
  query: graphql_1.gql `
41
40
  query listInstanceConfigVariables($id: ID!) {
@@ -82,9 +81,12 @@ class ListCommand extends command_1.Command {
82
81
  }
83
82
  exports.default = ListCommand;
84
83
  ListCommand.description = "List Config Variables used on an Instance";
85
- ListCommand.flags = Object.assign({ instance: command_1.flags.string({
86
- char: "i",
87
- required: true,
84
+ ListCommand.args = [
85
+ {
86
+ name: "instance",
88
87
  description: "ID of an instance",
89
- }) }, cli_ux_1.cli.table.flags());
88
+ required: true,
89
+ },
90
+ ];
91
+ ListCommand.flags = Object.assign({}, cli_ux_1.cli.table.flags());
90
92
  //# sourceMappingURL=list.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"list.js","sourceRoot":"","sources":["../../../../src/commands/instances/config-vars/list.tsx"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,4CAAgD;AAChD,4DAA+C;AAC/C,mCAA6B;AAE7B,MAAqB,WAAY,SAAQ,iBAAO;IAWxC,GAAG;;YACP,MAAM,EAAE,KAAK,EAAE,GAAG,IAAI,CAAC,KAAK,CAAC,WAAW,CAAC,CAAC;YAC1C,MAAM,EAAE,QAAQ,EAAE,GAAG,KAAK,CAAC;YAE3B,MAAM,MAAM,GAAG,MAAM,iBAAM,CAAC,KAAK,CAAC;gBAChC,KAAK,EAAE,aAAG,CAAA;;;;;;;;;;;;;;;;OAgBT;gBACD,SAAS,EAAE;oBACT,EAAE,EAAE,QAAQ;iBACb;aACF,CAAC,CAAC;YAEH,YAAG,CAAC,KAAK,CACP,MAAM,CAAC,IAAI,CAAC,QAAQ,CAAC,eAAe,CAAC,KAAK,EAC1C;gBACE,EAAE,EAAE;oBACF,QAAQ,EAAE,CAAC;oBACX,QAAQ,EAAE,IAAI;iBACf;gBACD,kBAAkB,EAAE;oBAClB,GAAG,EAAE,CAAC,GAAQ,EAAE,EAAE,CAAC,GAAG,CAAC,sBAAsB,CAAC,EAAE;oBAChD,QAAQ,EAAE,IAAI;iBACf;gBACD,GAAG,EAAE;oBACH,GAAG,EAAE,CAAC,GAAQ,EAAE,EAAE,CAAC,GAAG,CAAC,sBAAsB,CAAC,GAAG;iBAClD;gBACD,KAAK,EAAE;oBACL,GAAG,EAAE,CAAC,GAAQ,EAAE,EAAE,CAAC,GAAG,CAAC,KAAK;iBAC7B;gBACD,YAAY,EAAE;oBACZ,GAAG,EAAE,CAAC,GAAQ,EAAE,EAAE,CAAC,GAAG,CAAC,sBAAsB,CAAC,YAAY;iBAC3D;aACF,oBACI,KAAK,EACX,CAAC;QACJ,CAAC;KAAA;;AA7DH,8BA8DC;AA7DQ,uBAAW,GAAG,2CAA2C,CAAC;AAC1D,iBAAK,mBACV,QAAQ,EAAE,eAAK,CAAC,MAAM,CAAC;QACrB,IAAI,EAAE,GAAG;QACT,QAAQ,EAAE,IAAI;QACd,WAAW,EAAE,mBAAmB;KACjC,CAAC,IACC,YAAG,CAAC,KAAK,CAAC,KAAK,EAAE,EACpB"}
1
+ {"version":3,"file":"list.js","sourceRoot":"","sources":["../../../../src/commands/instances/config-vars/list.tsx"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,4CAAyC;AACzC,4DAA+C;AAC/C,mCAA6B;AAE7B,MAAqB,WAAY,SAAQ,iBAAO;IAcxC,GAAG;;YACP,MAAM,EACJ,IAAI,EAAE,EAAE,QAAQ,EAAE,EAClB,KAAK,GACN,GAAG,IAAI,CAAC,KAAK,CAAC,WAAW,CAAC,CAAC;YAE5B,MAAM,MAAM,GAAG,MAAM,iBAAM,CAAC,KAAK,CAAC;gBAChC,KAAK,EAAE,aAAG,CAAA;;;;;;;;;;;;;;;;OAgBT;gBACD,SAAS,EAAE;oBACT,EAAE,EAAE,QAAQ;iBACb;aACF,CAAC,CAAC;YAEH,YAAG,CAAC,KAAK,CACP,MAAM,CAAC,IAAI,CAAC,QAAQ,CAAC,eAAe,CAAC,KAAK,EAC1C;gBACE,EAAE,EAAE;oBACF,QAAQ,EAAE,CAAC;oBACX,QAAQ,EAAE,IAAI;iBACf;gBACD,kBAAkB,EAAE;oBAClB,GAAG,EAAE,CAAC,GAAQ,EAAE,EAAE,CAAC,GAAG,CAAC,sBAAsB,CAAC,EAAE;oBAChD,QAAQ,EAAE,IAAI;iBACf;gBACD,GAAG,EAAE;oBACH,GAAG,EAAE,CAAC,GAAQ,EAAE,EAAE,CAAC,GAAG,CAAC,sBAAsB,CAAC,GAAG;iBAClD;gBACD,KAAK,EAAE;oBACL,GAAG,EAAE,CAAC,GAAQ,EAAE,EAAE,CAAC,GAAG,CAAC,KAAK;iBAC7B;gBACD,YAAY,EAAE;oBACZ,GAAG,EAAE,CAAC,GAAQ,EAAE,EAAE,CAAC,GAAG,CAAC,sBAAsB,CAAC,YAAY;iBAC3D;aACF,oBACI,KAAK,EACX,CAAC;QACJ,CAAC;KAAA;;AAlEH,8BAmEC;AAlEQ,uBAAW,GAAG,2CAA2C,CAAC;AAC1D,gBAAI,GAAG;IACZ;QACE,IAAI,EAAE,UAAU;QAChB,WAAW,EAAE,mBAAmB;QAChC,QAAQ,EAAE,IAAI;KACf;CACF,CAAC;AAEK,iBAAK,qBACP,YAAG,CAAC,KAAK,CAAC,KAAK,EAAE,EACpB"}
@@ -94,10 +94,12 @@ CreateCommand.flags = {
94
94
  description: "ID of customer to deploy to",
95
95
  }),
96
96
  description: command_1.flags.string({
97
+ required: false,
97
98
  char: "d",
98
99
  description: "longer description of the instance",
99
100
  }),
100
101
  "config-vars": command_1.flags.string({
102
+ required: false,
101
103
  char: "v",
102
104
  description: "config variables to bind to steps of your instance",
103
105
  }),
@@ -1 +1 @@
1
- {"version":3,"file":"create.js","sourceRoot":"","sources":["../../../src/commands/instances/create.tsx"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,4CAAgD;AAChD,yDAA4C;AAC5C,yCAAoD;AAEpD,MAAqB,aAAc,SAAQ,iBAAO;IA4B1C,GAAG;;YACP,MAAM,EACJ,KAAK,EAAE,EACL,IAAI,EACJ,WAAW,EACX,WAAW,EACX,QAAQ,EACR,aAAa,EAAE,UAAU,GAC1B,GACF,GAAG,IAAI,CAAC,KAAK,CAAC,aAAa,CAAC,CAAC;YAE9B,MAAM,MAAM,GAAG,MAAM,iBAAM,CAAC,MAAM,CAAC;gBACjC,QAAQ,EAAE,aAAG,CAAA;;;;;;;;;;;;;;;;;;;;;;;;;;OA0BZ;gBACD,SAAS,EAAE;oBACT,IAAI;oBACJ,WAAW;oBACX,WAAW;oBACX,QAAQ;oBACR,eAAe,EAAE,6BAAoB,CAAC,UAAU,CAAC;iBAClD;aACF,CAAC,CAAC;YAEH,IAAI,CAAC,GAAG,CAAC,MAAM,CAAC,IAAI,CAAC,cAAc,CAAC,QAAQ,CAAC,EAAE,CAAC,CAAC;QACnD,CAAC;KAAA;;AA7EH,gCA8EC;AA7EQ,yBAAW,GAAG,oBAAoB,CAAC;AACnC,mBAAK,GAAG;IACb,IAAI,EAAE,eAAK,CAAC,MAAM,CAAC;QACjB,IAAI,EAAE,GAAG;QACT,QAAQ,EAAE,IAAI;QACd,WAAW,EAAE,4BAA4B;KAC1C,CAAC;IACF,WAAW,EAAE,eAAK,CAAC,MAAM,CAAC;QACxB,IAAI,EAAE,GAAG;QACT,QAAQ,EAAE,IAAI;QACd,WAAW,EAAE,8CAA8C;KAC5D,CAAC;IACF,QAAQ,EAAE,eAAK,CAAC,MAAM,CAAC;QACrB,IAAI,EAAE,GAAG;QACT,QAAQ,EAAE,IAAI;QACd,WAAW,EAAE,6BAA6B;KAC3C,CAAC;IACF,WAAW,EAAE,eAAK,CAAC,MAAM,CAAC;QACxB,IAAI,EAAE,GAAG;QACT,WAAW,EAAE,oCAAoC;KAClD,CAAC;IACF,aAAa,EAAE,eAAK,CAAC,MAAM,CAAC;QAC1B,IAAI,EAAE,GAAG;QACT,WAAW,EAAE,oDAAoD;KAClE,CAAC;CACH,CAAC"}
1
+ {"version":3,"file":"create.js","sourceRoot":"","sources":["../../../src/commands/instances/create.tsx"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,4CAAgD;AAChD,yDAA4C;AAC5C,yCAAoD;AAEpD,MAAqB,aAAc,SAAQ,iBAAO;IA8B1C,GAAG;;YACP,MAAM,EACJ,KAAK,EAAE,EACL,IAAI,EACJ,WAAW,EACX,WAAW,EACX,QAAQ,EACR,aAAa,EAAE,UAAU,GAC1B,GACF,GAAG,IAAI,CAAC,KAAK,CAAC,aAAa,CAAC,CAAC;YAE9B,MAAM,MAAM,GAAG,MAAM,iBAAM,CAAC,MAAM,CAAC;gBACjC,QAAQ,EAAE,aAAG,CAAA;;;;;;;;;;;;;;;;;;;;;;;;;;OA0BZ;gBACD,SAAS,EAAE;oBACT,IAAI;oBACJ,WAAW;oBACX,WAAW;oBACX,QAAQ;oBACR,eAAe,EAAE,6BAAoB,CAAC,UAAU,CAAC;iBAClD;aACF,CAAC,CAAC;YAEH,IAAI,CAAC,GAAG,CAAC,MAAM,CAAC,IAAI,CAAC,cAAc,CAAC,QAAQ,CAAC,EAAE,CAAC,CAAC;QACnD,CAAC;KAAA;;AA/EH,gCAgFC;AA/EQ,yBAAW,GAAG,oBAAoB,CAAC;AACnC,mBAAK,GAAG;IACb,IAAI,EAAE,eAAK,CAAC,MAAM,CAAC;QACjB,IAAI,EAAE,GAAG;QACT,QAAQ,EAAE,IAAI;QACd,WAAW,EAAE,4BAA4B;KAC1C,CAAC;IACF,WAAW,EAAE,eAAK,CAAC,MAAM,CAAC;QACxB,IAAI,EAAE,GAAG;QACT,QAAQ,EAAE,IAAI;QACd,WAAW,EAAE,8CAA8C;KAC5D,CAAC;IACF,QAAQ,EAAE,eAAK,CAAC,MAAM,CAAC;QACrB,IAAI,EAAE,GAAG;QACT,QAAQ,EAAE,IAAI;QACd,WAAW,EAAE,6BAA6B;KAC3C,CAAC;IACF,WAAW,EAAE,eAAK,CAAC,MAAM,CAAC;QACxB,QAAQ,EAAE,KAAK;QACf,IAAI,EAAE,GAAG;QACT,WAAW,EAAE,oCAAoC;KAClD,CAAC;IACF,aAAa,EAAE,eAAK,CAAC,MAAM,CAAC;QAC1B,QAAQ,EAAE,KAAK;QACf,IAAI,EAAE,GAAG;QACT,WAAW,EAAE,oDAAoD;KAClE,CAAC;CACH,CAAC"}
@@ -72,6 +72,8 @@ class ListCommand extends command_1.Command {
72
72
  }
73
73
  exports.default = ListCommand;
74
74
  ListCommand.description = "List Instance Flow Configs";
75
- ListCommand.args = [{ name: "instance", description: "ID of an Instance" }];
75
+ ListCommand.args = [
76
+ { name: "instance", description: "ID of an Instance", required: true },
77
+ ];
76
78
  ListCommand.flags = Object.assign({}, cli_ux_1.cli.table.flags());
77
79
  //# sourceMappingURL=list.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"list.js","sourceRoot":"","sources":["../../../../src/commands/instances/flow-configs/list.tsx"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,4CAAyC;AACzC,4DAA+C;AAC/C,mCAA6B;AAE7B,MAAqB,WAAY,SAAQ,iBAAO;IAOxC,GAAG;;YACP,MAAM,EACJ,IAAI,EAAE,EAAE,QAAQ,EAAE,EAClB,KAAK,GACN,GAAG,IAAI,CAAC,KAAK,CAAC,WAAW,CAAC,CAAC;YAE5B,MAAM,MAAM,GAAG,MAAM,iBAAM,CAAC,KAAK,CAAC;gBAChC,KAAK,EAAE,aAAG,CAAA;;;;;;;;;;;;;;OAcT;gBACD,SAAS,EAAE;oBACT,EAAE,EAAE,QAAQ;iBACb;aACF,CAAC,CAAC;YAEH,YAAG,CAAC,KAAK,CACP,MAAM,CAAC,IAAI,CAAC,QAAQ,CAAC,WAAW,CAAC,KAAK,EACtC;gBACE,EAAE,EAAE;oBACF,QAAQ,EAAE,CAAC;oBACX,QAAQ,EAAE,IAAI;iBACf;gBACD,IAAI,EAAE;oBACJ,GAAG,EAAE,CAAC,GAAQ,EAAE,EAAE,CAAC,GAAG,CAAC,IAAI,CAAC,IAAI;iBACjC;gBACD,UAAU,EAAE;oBACV,QAAQ,EAAE,IAAI;iBACf;aACF,oBACI,KAAK,EACX,CAAC;QACJ,CAAC;KAAA;;AAlDH,8BAmDC;AAlDQ,uBAAW,GAAG,4BAA4B,CAAC;AAC3C,gBAAI,GAAG,CAAC,EAAE,IAAI,EAAE,UAAU,EAAE,WAAW,EAAE,mBAAmB,EAAE,CAAC,CAAC;AAChE,iBAAK,qBACP,YAAG,CAAC,KAAK,CAAC,KAAK,EAAE,EACpB"}
1
+ {"version":3,"file":"list.js","sourceRoot":"","sources":["../../../../src/commands/instances/flow-configs/list.tsx"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,4CAAyC;AACzC,4DAA+C;AAC/C,mCAA6B;AAE7B,MAAqB,WAAY,SAAQ,iBAAO;IASxC,GAAG;;YACP,MAAM,EACJ,IAAI,EAAE,EAAE,QAAQ,EAAE,EAClB,KAAK,GACN,GAAG,IAAI,CAAC,KAAK,CAAC,WAAW,CAAC,CAAC;YAE5B,MAAM,MAAM,GAAG,MAAM,iBAAM,CAAC,KAAK,CAAC;gBAChC,KAAK,EAAE,aAAG,CAAA;;;;;;;;;;;;;;OAcT;gBACD,SAAS,EAAE;oBACT,EAAE,EAAE,QAAQ;iBACb;aACF,CAAC,CAAC;YAEH,YAAG,CAAC,KAAK,CACP,MAAM,CAAC,IAAI,CAAC,QAAQ,CAAC,WAAW,CAAC,KAAK,EACtC;gBACE,EAAE,EAAE;oBACF,QAAQ,EAAE,CAAC;oBACX,QAAQ,EAAE,IAAI;iBACf;gBACD,IAAI,EAAE;oBACJ,GAAG,EAAE,CAAC,GAAQ,EAAE,EAAE,CAAC,GAAG,CAAC,IAAI,CAAC,IAAI;iBACjC;gBACD,UAAU,EAAE;oBACV,QAAQ,EAAE,IAAI;iBACf;aACF,oBACI,KAAK,EACX,CAAC;QACJ,CAAC;KAAA;;AApDH,8BAqDC;AApDQ,uBAAW,GAAG,4BAA4B,CAAC;AAC3C,gBAAI,GAAG;IACZ,EAAE,IAAI,EAAE,UAAU,EAAE,WAAW,EAAE,mBAAmB,EAAE,QAAQ,EAAE,IAAI,EAAE;CACvE,CAAC;AACK,iBAAK,qBACP,YAAG,CAAC,KAAK,CAAC,KAAK,EAAE,EACpB"}
@@ -141,15 +141,22 @@ class TestCommand extends command_1.Command {
141
141
  exports.default = TestCommand;
142
142
  TestCommand.description = "Test a Flow Config of an Instance";
143
143
  TestCommand.args = [
144
- { name: "flowConfig", description: "ID of a Flow Config to test" },
144
+ {
145
+ name: "flowConfig",
146
+ description: "ID of a Flow Config to test",
147
+ required: true,
148
+ },
145
149
  ];
146
150
  TestCommand.flags = Object.assign(Object.assign({}, cli_ux_1.cli.table.flags({ only: ["extended", "columns"] })), { tail: command_1.flags.boolean({
151
+ required: false,
147
152
  char: "t",
148
153
  description: "Tail logs of the flow config test run",
149
154
  }), payload: command_1.flags.string({
155
+ required: false,
150
156
  char: "p",
151
157
  description: "Optional JSON-formatted data payload to submit with the test",
152
158
  }), contentType: command_1.flags.string({
159
+ required: false,
153
160
  char: "c",
154
161
  description: "Optional content-type for the test payload",
155
162
  }) });
@@ -1 +1 @@
1
- {"version":3,"file":"test.js","sourceRoot":"","sources":["../../../../src/commands/instances/flow-configs/test.tsx"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"test.js","sourceRoot":"","sources":["../../../../src/commands/instances/flow-configs/test.tsx"],"names":[],"mappings":"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"}
@@ -38,7 +38,7 @@ const js_yaml_1 = __importDefault(require("js-yaml"));
38
38
  * It's important to request a version that corresponds with the
39
39
  * feature set in this version.
40
40
  */
41
- const INTEGRATION_DEFINITION_VERSION = 5;
41
+ const INTEGRATION_DEFINITION_VERSION = 6;
42
42
  class ExportCommand extends command_1.Command {
43
43
  run() {
44
44
  return __awaiter(this, void 0, void 0, function* () {
@@ -68,6 +68,12 @@ class ListCommand extends command_1.Command {
68
68
  }
69
69
  exports.default = ListCommand;
70
70
  ListCommand.description = "List Integration Flows";
71
- ListCommand.args = [{ name: "integration", description: "ID of an Integration" }];
71
+ ListCommand.args = [
72
+ {
73
+ name: "integration",
74
+ description: "ID of an Integration",
75
+ required: true,
76
+ },
77
+ ];
72
78
  ListCommand.flags = Object.assign({}, cli_ux_1.cli.table.flags());
73
79
  //# sourceMappingURL=list.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"list.js","sourceRoot":"","sources":["../../../../src/commands/integrations/flows/list.tsx"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,4CAAyC;AACzC,4DAA+C;AAC/C,mCAA6B;AAE7B,MAAqB,WAAY,SAAQ,iBAAO;IAOxC,GAAG;;YACP,MAAM,EACJ,IAAI,EAAE,EAAE,WAAW,EAAE,EACrB,KAAK,GACN,GAAG,IAAI,CAAC,KAAK,CAAC,WAAW,CAAC,CAAC;YAE5B,MAAM,MAAM,GAAG,MAAM,iBAAM,CAAC,KAAK,CAAC;gBAChC,KAAK,EAAE,aAAG,CAAA;;;;;;;;;;;;;OAaT;gBACD,SAAS,EAAE;oBACT,EAAE,EAAE,WAAW;iBAChB;aACF,CAAC,CAAC;YAEH,YAAG,CAAC,KAAK,CACP,MAAM,CAAC,IAAI,CAAC,WAAW,CAAC,KAAK,CAAC,KAAK,EACnC;gBACE,EAAE,EAAE;oBACF,QAAQ,EAAE,CAAC;oBACX,QAAQ,EAAE,IAAI;iBACf;gBACD,IAAI,EAAE,EAAE;gBACR,WAAW,EAAE,EAAE;gBACf,OAAO,EAAE,EAAE,MAAM,EAAE,UAAU,EAAE,QAAQ,EAAE,IAAI,EAAE;aAChD,oBACI,KAAK,EACX,CAAC;QACJ,CAAC;KAAA;;AA9CH,8BA+CC;AA9CQ,uBAAW,GAAG,wBAAwB,CAAC;AACvC,gBAAI,GAAG,CAAC,EAAE,IAAI,EAAE,aAAa,EAAE,WAAW,EAAE,sBAAsB,EAAE,CAAC,CAAC;AACtE,iBAAK,qBACP,YAAG,CAAC,KAAK,CAAC,KAAK,EAAE,EACpB"}
1
+ {"version":3,"file":"list.js","sourceRoot":"","sources":["../../../../src/commands/integrations/flows/list.tsx"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,4CAAyC;AACzC,4DAA+C;AAC/C,mCAA6B;AAE7B,MAAqB,WAAY,SAAQ,iBAAO;IAaxC,GAAG;;YACP,MAAM,EACJ,IAAI,EAAE,EAAE,WAAW,EAAE,EACrB,KAAK,GACN,GAAG,IAAI,CAAC,KAAK,CAAC,WAAW,CAAC,CAAC;YAE5B,MAAM,MAAM,GAAG,MAAM,iBAAM,CAAC,KAAK,CAAC;gBAChC,KAAK,EAAE,aAAG,CAAA;;;;;;;;;;;;;OAaT;gBACD,SAAS,EAAE;oBACT,EAAE,EAAE,WAAW;iBAChB;aACF,CAAC,CAAC;YAEH,YAAG,CAAC,KAAK,CACP,MAAM,CAAC,IAAI,CAAC,WAAW,CAAC,KAAK,CAAC,KAAK,EACnC;gBACE,EAAE,EAAE;oBACF,QAAQ,EAAE,CAAC;oBACX,QAAQ,EAAE,IAAI;iBACf;gBACD,IAAI,EAAE,EAAE;gBACR,WAAW,EAAE,EAAE;gBACf,OAAO,EAAE,EAAE,MAAM,EAAE,UAAU,EAAE,QAAQ,EAAE,IAAI,EAAE;aAChD,oBACI,KAAK,EACX,CAAC;QACJ,CAAC;KAAA;;AApDH,8BAqDC;AApDQ,uBAAW,GAAG,wBAAwB,CAAC;AACvC,gBAAI,GAAG;IACZ;QACE,IAAI,EAAE,aAAa;QACnB,WAAW,EAAE,sBAAsB;QACnC,QAAQ,EAAE,IAAI;KACf;CACF,CAAC;AACK,iBAAK,qBACP,YAAG,CAAC,KAAK,CAAC,KAAK,EAAE,EACpB"}
@@ -139,15 +139,20 @@ class TestCommand extends command_1.Command {
139
139
  }
140
140
  exports.default = TestCommand;
141
141
  TestCommand.description = "Run a test of an Integration Flow";
142
- TestCommand.args = [{ name: "flow", description: "ID of a flow to test" }];
142
+ TestCommand.args = [
143
+ { name: "flow", description: "ID of a flow to test", required: true },
144
+ ];
143
145
  TestCommand.flags = Object.assign(Object.assign({}, cli_ux_1.cli.table.flags({ only: ["extended", "columns"] })), { tail: command_1.flags.boolean({
144
146
  char: "t",
145
147
  description: "Tail logs of the integration test run",
148
+ required: false,
146
149
  }), payload: command_1.flags.string({
147
150
  char: "p",
148
151
  description: "Optional JSON-formatted data payload to submit with the test",
152
+ required: false,
149
153
  }), contentType: command_1.flags.string({
150
154
  char: "c",
151
155
  description: "Optional content-type for the test payload",
156
+ required: false,
152
157
  }) });
153
158
  //# sourceMappingURL=test.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"test.js","sourceRoot":"","sources":["../../../../src/commands/integrations/flows/test.tsx"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"test.js","sourceRoot":"","sources":["../../../../src/commands/integrations/flows/test.tsx"],"names":[],"mappings":"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"}
@@ -71,6 +71,7 @@ UpdateAvatarUrlCommand.flags = {
71
71
  }),
72
72
  avatarUrl: command_1.flags.string({
73
73
  char: "n",
74
+ required: false,
74
75
  description: "Url of the organization avatar",
75
76
  }),
76
77
  };
@@ -1 +1 @@
1
- {"version":3,"file":"updateAvatarUrl.js","sourceRoot":"","sources":["../../../src/commands/organization/updateAvatarUrl.tsx"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,4CAAgD;AAChD,yDAA4C;AAE5C,MAAqB,sBAAuB,SAAQ,iBAAO;IAgBnD,GAAG;;YACP,MAAM,EACJ,KAAK,EAAE,EAAE,cAAc,EAAE,SAAS,EAAE,GACrC,GAAG,IAAI,CAAC,KAAK,CAAC,sBAAsB,CAAC,CAAC;YAEvC,MAAM,MAAM,GAAG,MAAM,iBAAM,CAAC,MAAM,CAAC;gBACjC,QAAQ,EAAE,aAAG,CAAA;;;;;;;;;;;;;;;OAeZ;gBACD,SAAS,EAAE;oBACT,cAAc;oBACd,SAAS;iBACV;aACF,CAAC,CAAC;YAEH,IAAI,CAAC,GAAG,CAAC,MAAM,CAAC,IAAI,CAAC,kBAAkB,CAAC,YAAY,CAAC,EAAE,CAAC,CAAC;QAC3D,CAAC;KAAA;;AA7CH,yCA8CC;AA7CC,6DAA6D;AACtD,kCAAW,GAAG,qCAAqC,CAAC;AAEpD,4BAAK,GAAG;IACb,cAAc,EAAE,eAAK,CAAC,MAAM,CAAC;QAC3B,IAAI,EAAE,cAAc;QACpB,QAAQ,EAAE,IAAI;QACd,WAAW,EAAE,uBAAuB;KACrC,CAAC;IACF,SAAS,EAAE,eAAK,CAAC,MAAM,CAAC;QACtB,IAAI,EAAE,GAAG;QACT,WAAW,EAAE,gCAAgC;KAC9C,CAAC;CACH,CAAC"}
1
+ {"version":3,"file":"updateAvatarUrl.js","sourceRoot":"","sources":["../../../src/commands/organization/updateAvatarUrl.tsx"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,4CAAgD;AAChD,yDAA4C;AAE5C,MAAqB,sBAAuB,SAAQ,iBAAO;IAiBnD,GAAG;;YACP,MAAM,EACJ,KAAK,EAAE,EAAE,cAAc,EAAE,SAAS,EAAE,GACrC,GAAG,IAAI,CAAC,KAAK,CAAC,sBAAsB,CAAC,CAAC;YAEvC,MAAM,MAAM,GAAG,MAAM,iBAAM,CAAC,MAAM,CAAC;gBACjC,QAAQ,EAAE,aAAG,CAAA;;;;;;;;;;;;;;;OAeZ;gBACD,SAAS,EAAE;oBACT,cAAc;oBACd,SAAS;iBACV;aACF,CAAC,CAAC;YAEH,IAAI,CAAC,GAAG,CAAC,MAAM,CAAC,IAAI,CAAC,kBAAkB,CAAC,YAAY,CAAC,EAAE,CAAC,CAAC;QAC3D,CAAC;KAAA;;AA9CH,yCA+CC;AA9CC,6DAA6D;AACtD,kCAAW,GAAG,qCAAqC,CAAC;AAEpD,4BAAK,GAAG;IACb,cAAc,EAAE,eAAK,CAAC,MAAM,CAAC;QAC3B,IAAI,EAAE,cAAc;QACpB,QAAQ,EAAE,IAAI;QACd,WAAW,EAAE,uBAAuB;KACrC,CAAC;IACF,SAAS,EAAE,eAAK,CAAC,MAAM,CAAC;QACtB,IAAI,EAAE,GAAG;QACT,QAAQ,EAAE,KAAK;QACf,WAAW,EAAE,gCAAgC;KAC9C,CAAC;CACH,CAAC"}
@@ -1 +1 @@
1
- {"version":"3.0.8","commands":{"login":{"id":"login","description":"Log in to your Prismatic account","pluginName":"@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":[]},"logout":{"id":"logout","description":"Log out of your Prismatic account","pluginName":"@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":[]},"authorization-methods:list":{"id":"authorization-methods:list","description":"List Authorization Methods that Components can use","pluginName":"@prismatic-io/prism","pluginType":"core","aliases":[],"flags":{"columns":{"name":"columns","type":"option","description":"only show provided columns (comma-separated)"},"sort":{"name":"sort","type":"option","description":"property to sort by (prepend '-' for descending)"},"filter":{"name":"filter","type":"option","description":"filter property by partial string matching, ex: name=foo"},"csv":{"name":"csv","type":"boolean","description":"output is csv format [alias: --output=csv]","allowNo":false},"output":{"name":"output","type":"option","description":"output in a more machine friendly format","options":["csv","json","yaml"]},"extended":{"name":"extended","type":"boolean","char":"x","description":"show extra columns","allowNo":false},"no-truncate":{"name":"no-truncate","type":"boolean","description":"do not truncate output to fit screen","allowNo":false},"no-header":{"name":"no-header","type":"boolean","description":"hide table header from output","allowNo":false}},"args":[]},"components:delete":{"id":"components:delete","description":"Delete a Component","pluginName":"@prismatic-io/prism","pluginType":"core","aliases":[],"flags":{},"args":[{"name":"component","description":"ID of the component to delete","required":true}]},"components:init":{"id":"components:init","description":"Initialize a new Component","pluginName":"@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},"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},"skip-auth":{"name":"skip-auth","type":"boolean","description":"Skip templating authentication for an OpenAPI-based component. Use this option for OpenAPI specs that do not require authentication.","required":false,"allowNo":false},"verbose":{"name":"verbose","type":"boolean","description":"Output more verbose logging from Component generation","required":false,"allowNo":false},"add-retry":{"name":"add-retry","type":"boolean","description":"Add inputs to each action to utilize Axios retry logic","required":false,"allowNo":false}},"args":[{"name":"name","description":"Name of the new component to create (alphanumeric characters, hyphens, and underscores)","required":true}]},"components:list":{"id":"components:list","description":"List available Components","pluginName":"@prismatic-io/prism","pluginType":"core","aliases":[],"flags":{"columns":{"name":"columns","type":"option","description":"only show provided columns (comma-separated)"},"sort":{"name":"sort","type":"option","description":"property to sort by (prepend '-' for descending)"},"filter":{"name":"filter","type":"option","description":"filter property by partial string matching, ex: name=foo"},"csv":{"name":"csv","type":"boolean","description":"output is csv format [alias: --output=csv]","allowNo":false},"output":{"name":"output","type":"option","description":"output in a more machine friendly format","options":["csv","json","yaml"]},"extended":{"name":"extended","type":"boolean","char":"x","description":"show extra columns","allowNo":false},"no-truncate":{"name":"no-truncate","type":"boolean","description":"do not truncate output to fit screen","allowNo":false},"no-header":{"name":"no-header","type":"boolean","description":"hide table header from output","allowNo":false},"showAllVersions":{"name":"showAllVersions","type":"boolean","char":"a","description":"If specified this command returns all versions of all components rather than only the latest version","allowNo":false}},"args":[]},"components:publish":{"id":"components:publish","description":"Publish a Component to Prismatic","pluginName":"@prismatic-io/prism","pluginType":"core","aliases":[],"flags":{"comment":{"name":"comment","type":"option","char":"c","description":"Comment about changes in this Publish"},"confirm":{"name":"confirm","type":"boolean","description":"Interactively confirm publish","allowNo":true},"skip-upload":{"name":"skip-upload","type":"boolean","description":"Skip upload of Component package","allowNo":false},"skip-on-signature-match":{"name":"skip-on-signature-match","type":"boolean","description":"Skips component publish if the new signature matches the existing signature","allowNo":false}},"args":[]},"customers:create":{"id":"customers:create","description":"Create a new Customer","pluginName":"@prismatic-io/prism","pluginType":"core","aliases":[],"flags":{"name":{"name":"name","type":"option","char":"n","description":"short name of the new customer","required":true},"description":{"name":"description","type":"option","char":"d","description":"longer description of the customer"}},"args":[]},"customers:delete":{"id":"customers:delete","description":"Delete a Customer","pluginName":"@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","pluginName":"@prismatic-io/prism","pluginType":"core","aliases":[],"flags":{"columns":{"name":"columns","type":"option","description":"only show provided columns (comma-separated)"},"sort":{"name":"sort","type":"option","description":"property to sort by (prepend '-' for descending)"},"filter":{"name":"filter","type":"option","description":"filter property by partial string matching, ex: name=foo"},"csv":{"name":"csv","type":"boolean","description":"output is csv format [alias: --output=csv]","allowNo":false},"output":{"name":"output","type":"option","description":"output in a more machine friendly format","options":["csv","json","yaml"]},"extended":{"name":"extended","type":"boolean","char":"x","description":"show extra columns","allowNo":false},"no-truncate":{"name":"no-truncate","type":"boolean","description":"do not truncate output to fit screen","allowNo":false},"no-header":{"name":"no-header","type":"boolean","description":"hide table header from output","allowNo":false}},"args":[]},"customers:update":{"id":"customers:update","description":"Update a Customer","pluginName":"@prismatic-io/prism","pluginType":"core","aliases":[],"flags":{"name":{"name":"name","type":"option","char":"n","description":"name of the customer"},"description":{"name":"description","type":"option","char":"d","description":"description of the customer"}},"args":[{"name":"customer","description":"ID of a customer","required":true}]},"instances:create":{"id":"instances:create","description":"Create an Instance","pluginName":"@prismatic-io/prism","pluginType":"core","aliases":[],"flags":{"name":{"name":"name","type":"option","char":"n","description":"name of your new instance.","required":true},"integration":{"name":"integration","type":"option","char":"i","description":"ID of the integration this is an instance of","required":true},"customer":{"name":"customer","type":"option","char":"c","description":"ID of customer to deploy to","required":true},"description":{"name":"description","type":"option","char":"d","description":"longer description of the instance"},"config-vars":{"name":"config-vars","type":"option","char":"v","description":"config variables to bind to steps of your instance"}},"args":[]},"instances:delete":{"id":"instances:delete","description":"Delete an Instance","pluginName":"@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","pluginName":"@prismatic-io/prism","pluginType":"core","aliases":[],"flags":{},"args":[{"name":"instance","description":"ID of an instance","required":true}]},"instances:disable":{"id":"instances:disable","description":"Disable an Instance","pluginName":"@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","pluginName":"@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","pluginName":"@prismatic-io/prism","pluginType":"core","aliases":[],"flags":{"customer":{"name":"customer","type":"option","char":"c","description":"ID of a customer","required":false},"integration":{"name":"integration","type":"option","char":"i","description":"ID of an integration","required":false},"columns":{"name":"columns","type":"option","description":"only show provided columns (comma-separated)"},"sort":{"name":"sort","type":"option","description":"property to sort by (prepend '-' for descending)"},"filter":{"name":"filter","type":"option","description":"filter property by partial string matching, ex: name=foo"},"csv":{"name":"csv","type":"boolean","description":"output is csv format [alias: --output=csv]","allowNo":false},"output":{"name":"output","type":"option","description":"output in a more machine friendly format","options":["csv","json","yaml"]},"extended":{"name":"extended","type":"boolean","char":"x","description":"show extra columns","allowNo":false},"no-truncate":{"name":"no-truncate","type":"boolean","description":"do not truncate output to fit screen","allowNo":false},"no-header":{"name":"no-header","type":"boolean","description":"hide table header from output","allowNo":false}},"args":[]},"instances:update":{"id":"instances:update","description":"Update an Instance","pluginName":"@prismatic-io/prism","pluginType":"core","aliases":[],"flags":{"name":{"name":"name","type":"option","char":"n","description":"Name of the instance"},"description":{"name":"description","type":"option","char":"d","description":"Description for the instance"}},"args":[{"name":"instance","description":"ID of an instance","required":true}]},"integrations:available":{"id":"integrations:available","description":"Mark an Integration version as available or unavailable","pluginName":"@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}]},"integrations:create":{"id":"integrations:create","description":"Create an Integration","pluginName":"@prismatic-io/prism","pluginType":"core","aliases":[],"flags":{"name":{"name":"name","type":"option","char":"n","description":"name of the integration to create","required":true},"description":{"name":"description","type":"option","char":"d","description":"longer description of the integration","required":true}},"args":[]},"integrations:delete":{"id":"integrations:delete","description":"Delete an Integration","pluginName":"@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","pluginName":"@prismatic-io/prism","pluginType":"core","aliases":[],"flags":{},"args":[{"name":"integration","description":"ID of an integration to export","required":true}]},"integrations:fork":{"id":"integrations:fork","description":"Fork an Integration","pluginName":"@prismatic-io/prism","pluginType":"core","aliases":[],"flags":{"name":{"name":"name","type":"option","char":"n","description":"name of the forked integration","required":true},"description":{"name":"description","type":"option","char":"d","description":"longer description of the forked integration","required":true}},"args":[{"name":"parent","description":"ID of the Integration to fork","required":true}]},"integrations:import":{"id":"integrations:import","description":"Import an Integration using a YAML definition file","pluginName":"@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},"integrationId":{"name":"integrationId","type":"option","char":"i","description":"The ID of the integration being imported","required":false}},"args":[]},"integrations:list":{"id":"integrations:list","description":"List Integrations","pluginName":"@prismatic-io/prism","pluginType":"core","aliases":[],"flags":{"columns":{"name":"columns","type":"option","description":"only show provided columns (comma-separated)"},"sort":{"name":"sort","type":"option","description":"property to sort by (prepend '-' for descending)"},"filter":{"name":"filter","type":"option","description":"filter property by partial string matching, ex: name=foo"},"csv":{"name":"csv","type":"boolean","description":"output is csv format [alias: --output=csv]","allowNo":false},"output":{"name":"output","type":"option","description":"output in a more machine friendly format","options":["csv","json","yaml"]},"extended":{"name":"extended","type":"boolean","char":"x","description":"show extra columns","allowNo":false},"no-truncate":{"name":"no-truncate","type":"boolean","description":"do not truncate output to fit screen","allowNo":false},"no-header":{"name":"no-header","type":"boolean","description":"hide table header from output","allowNo":false},"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}},"args":[]},"integrations:publish":{"id":"integrations:publish","description":"Publish a version of an Integration for use in Instances","pluginName":"@prismatic-io/prism","pluginType":"core","aliases":[],"flags":{"comment":{"name":"comment","type":"option","char":"c","description":"comment about changes in this publication","required":false}},"args":[{"name":"integration","description":"ID of an integration to publish","required":true}]},"integrations:update":{"id":"integrations:update","description":"Update an Integration's name or description","pluginName":"@prismatic-io/prism","pluginType":"core","aliases":[],"flags":{"name":{"name":"name","type":"option","char":"n","description":"new name to give the integration"},"description":{"name":"description","type":"option","char":"d","description":"new description to give the integration"},"test-config-vars":{"name":"test-config-vars","type":"option","description":"JSON-formatted config variables to be used for testing"},"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"}},"args":[{"name":"integration","description":"ID of an integration","required":true}]},"me":{"id":"me","description":"Print your user profile information","pluginName":"@prismatic-io/prism","pluginType":"core","aliases":[],"flags":{},"args":[]},"me:token":{"id":"me:token","description":"Print your authorization tokens","pluginName":"@prismatic-io/prism","pluginType":"core","aliases":[],"flags":{"type":{"name":"type","type":"option","char":"t","description":"Which token type to print","options":["access","refresh"],"default":"access"}},"args":[]},"organization:update":{"id":"organization:update","description":"Update your Organization","pluginName":"@prismatic-io/prism","pluginType":"core","aliases":[],"flags":{"name":{"name":"name","type":"option","char":"n","description":"name of the organization"}},"args":[]},"organization:updateAvatarUrl":{"id":"organization:updateAvatarUrl","description":"Update your Organization Avatar URL","pluginName":"@prismatic-io/prism","pluginType":"core","aliases":[],"flags":{"organizationId":{"name":"organizationId","type":"option","description":"ID of an organization","required":true},"avatarUrl":{"name":"avatarUrl","type":"option","char":"n","description":"Url of the organization avatar"}},"args":[]},"alerts:events:list":{"id":"alerts:events:list","description":"List Alert Events for an Alert Monitor","pluginName":"@prismatic-io/prism","pluginType":"core","aliases":[],"flags":{"alertMonitorId":{"name":"alertMonitorId","type":"option","char":"m","description":"ID of an alert monitor","required":true},"columns":{"name":"columns","type":"option","description":"only show provided columns (comma-separated)"},"sort":{"name":"sort","type":"option","description":"property to sort by (prepend '-' for descending)"},"filter":{"name":"filter","type":"option","description":"filter property by partial string matching, ex: name=foo"},"csv":{"name":"csv","type":"boolean","description":"output is csv format [alias: --output=csv]","allowNo":false},"output":{"name":"output","type":"option","description":"output in a more machine friendly format","options":["csv","json","yaml"]},"extended":{"name":"extended","type":"boolean","char":"x","description":"show extra columns","allowNo":false},"no-truncate":{"name":"no-truncate","type":"boolean","description":"do not truncate output to fit screen","allowNo":false},"no-header":{"name":"no-header","type":"boolean","description":"hide table header from output","allowNo":false}},"args":[]},"alerts:groups:create":{"id":"alerts:groups:create","description":"Create an Alert Group","pluginName":"@prismatic-io/prism","pluginType":"core","aliases":[],"flags":{"name":{"name":"name","type":"option","char":"n","description":"name of the group to be created","required":true},"users":{"name":"users","type":"option","char":"u","description":"JSON-formatted list of Prismatic user IDs to alert"},"webhooks":{"name":"webhooks","type":"option","char":"w","description":"JSON-formatted list of Alert Webhook IDs to alert"}},"args":[]},"alerts:groups:delete":{"id":"alerts:groups:delete","description":"Delete an Alert Group","pluginName":"@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","pluginName":"@prismatic-io/prism","pluginType":"core","aliases":[],"flags":{"columns":{"name":"columns","type":"option","description":"only show provided columns (comma-separated)"},"sort":{"name":"sort","type":"option","description":"property to sort by (prepend '-' for descending)"},"filter":{"name":"filter","type":"option","description":"filter property by partial string matching, ex: name=foo"},"csv":{"name":"csv","type":"boolean","description":"output is csv format [alias: --output=csv]","allowNo":false},"output":{"name":"output","type":"option","description":"output in a more machine friendly format","options":["csv","json","yaml"]},"extended":{"name":"extended","type":"boolean","char":"x","description":"show extra columns","allowNo":false},"no-truncate":{"name":"no-truncate","type":"boolean","description":"do not truncate output to fit screen","allowNo":false},"no-header":{"name":"no-header","type":"boolean","description":"hide table header from output","allowNo":false}},"args":[]},"alerts:monitors:clear":{"id":"alerts:monitors:clear","description":"Clear an Alert Monitor","pluginName":"@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","pluginName":"@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},"instance":{"name":"instance","type":"option","char":"i","description":"ID of the instance to monitor","required":true},"triggers":{"name":"triggers","type":"option","char":"t","description":"JSON-formatted list of trigger IDs that should trigger this monitor","required":true},"duration":{"name":"duration","type":"option","char":"d","description":"greatest time allowed (in seconds) for time-based triggers"},"log-severity":{"name":"log-severity","type":"option","char":"s","description":"greatest log level {debug, info, warn, error} allowed for log-based triggers"},"groups":{"name":"groups","type":"option","char":"g","description":"JSON-formatted list of group IDs to alert"},"users":{"name":"users","type":"option","char":"u","description":"JSON-formatted list of Prismatic user IDs alert"}},"args":[]},"alerts:monitors:delete":{"id":"alerts:monitors:delete","description":"Delete an Alert Monitor","pluginName":"@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","pluginName":"@prismatic-io/prism","pluginType":"core","aliases":[],"flags":{"columns":{"name":"columns","type":"option","description":"only show provided columns (comma-separated)"},"sort":{"name":"sort","type":"option","description":"property to sort by (prepend '-' for descending)"},"filter":{"name":"filter","type":"option","description":"filter property by partial string matching, ex: name=foo"},"csv":{"name":"csv","type":"boolean","description":"output is csv format [alias: --output=csv]","allowNo":false},"output":{"name":"output","type":"option","description":"output in a more machine friendly format","options":["csv","json","yaml"]},"extended":{"name":"extended","type":"boolean","char":"x","description":"show extra columns","allowNo":false},"no-truncate":{"name":"no-truncate","type":"boolean","description":"do not truncate output to fit screen","allowNo":false},"no-header":{"name":"no-header","type":"boolean","description":"hide table header from output","allowNo":false}},"args":[]},"alerts:triggers:list":{"id":"alerts:triggers:list","description":"List Alert Triggers","pluginName":"@prismatic-io/prism","pluginType":"core","aliases":[],"flags":{"columns":{"name":"columns","type":"option","description":"only show provided columns (comma-separated)"},"sort":{"name":"sort","type":"option","description":"property to sort by (prepend '-' for descending)"},"filter":{"name":"filter","type":"option","description":"filter property by partial string matching, ex: name=foo"},"csv":{"name":"csv","type":"boolean","description":"output is csv format [alias: --output=csv]","allowNo":false},"output":{"name":"output","type":"option","description":"output in a more machine friendly format","options":["csv","json","yaml"]},"extended":{"name":"extended","type":"boolean","char":"x","description":"show extra columns","allowNo":false},"no-truncate":{"name":"no-truncate","type":"boolean","description":"do not truncate output to fit screen","allowNo":false},"no-header":{"name":"no-header","type":"boolean","description":"hide table header from output","allowNo":false}},"args":[]},"alerts:webhooks:create":{"id":"alerts:webhooks:create","description":"Create an Alert Webhook","pluginName":"@prismatic-io/prism","pluginType":"core","aliases":[],"flags":{"name":{"name":"name","type":"option","char":"n","description":"name of the webhook to be created","required":true},"url":{"name":"url","type":"option","char":"u","description":"URL that will receive a POST request for an alert","required":true},"headers":{"name":"headers","type":"option","char":"h","description":"JSON-formatted object of key/value pairs to include in the request header"},"payloadTemplate":{"name":"payloadTemplate","type":"option","char":"p","description":"template string that will be used as the request body, see documentation for details","required":true}},"args":[]},"alerts:webhooks:delete":{"id":"alerts:webhooks:delete","description":"Delete an Alert Webhook","pluginName":"@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","pluginName":"@prismatic-io/prism","pluginType":"core","aliases":[],"flags":{"columns":{"name":"columns","type":"option","description":"only show provided columns (comma-separated)"},"sort":{"name":"sort","type":"option","description":"property to sort by (prepend '-' for descending)"},"filter":{"name":"filter","type":"option","description":"filter property by partial string matching, ex: name=foo"},"csv":{"name":"csv","type":"boolean","description":"output is csv format [alias: --output=csv]","allowNo":false},"output":{"name":"output","type":"option","description":"output in a more machine friendly format","options":["csv","json","yaml"]},"extended":{"name":"extended","type":"boolean","char":"x","description":"show extra columns","allowNo":false},"no-truncate":{"name":"no-truncate","type":"boolean","description":"do not truncate output to fit screen","allowNo":false},"no-header":{"name":"no-header","type":"boolean","description":"hide table header from output","allowNo":false}},"args":[]},"components:actions:list":{"id":"components:actions:list","description":"List Actions that Components implement","pluginName":"@prismatic-io/prism","pluginType":"core","aliases":[],"flags":{"columns":{"name":"columns","type":"option","description":"only show provided columns (comma-separated)"},"sort":{"name":"sort","type":"option","description":"property to sort by (prepend '-' for descending)"},"filter":{"name":"filter","type":"option","description":"filter property by partial string matching, ex: name=foo"},"csv":{"name":"csv","type":"boolean","description":"output is csv format [alias: --output=csv]","allowNo":false},"output":{"name":"output","type":"option","description":"output in a more machine friendly format","options":["csv","json","yaml"]},"extended":{"name":"extended","type":"boolean","char":"x","description":"show extra columns","allowNo":false},"no-truncate":{"name":"no-truncate","type":"boolean","description":"do not truncate output to fit screen","allowNo":false},"no-header":{"name":"no-header","type":"boolean","description":"hide table header from output","allowNo":false}},"args":[]},"components:triggers:list":{"id":"components:triggers:list","description":"List Triggers that Components implement","pluginName":"@prismatic-io/prism","pluginType":"core","aliases":[],"flags":{"columns":{"name":"columns","type":"option","description":"only show provided columns (comma-separated)"},"sort":{"name":"sort","type":"option","description":"property to sort by (prepend '-' for descending)"},"filter":{"name":"filter","type":"option","description":"filter property by partial string matching, ex: name=foo"},"csv":{"name":"csv","type":"boolean","description":"output is csv format [alias: --output=csv]","allowNo":false},"output":{"name":"output","type":"option","description":"output in a more machine friendly format","options":["csv","json","yaml"]},"extended":{"name":"extended","type":"boolean","char":"x","description":"show extra columns","allowNo":false},"no-truncate":{"name":"no-truncate","type":"boolean","description":"do not truncate output to fit screen","allowNo":false},"no-header":{"name":"no-header","type":"boolean","description":"hide table header from output","allowNo":false}},"args":[]},"customers:credentials:create":{"id":"customers:credentials:create","description":"Create a set of Customer-specific Credentials for use by Instance Actions","pluginName":"@prismatic-io/prism","pluginType":"core","aliases":[],"flags":{"customer":{"name":"customer","type":"option","char":"c","description":"ID of the customer","required":true},"label":{"name":"label","type":"option","char":"l","description":"name to give the new credentials","required":true},"authorization-method":{"name":"authorization-method","type":"option","char":"a","description":"ID of the authorization method","required":true},"fields":{"name":"fields","type":"option","char":"f","description":"username, password, etc., in JSON format"}},"args":[]},"customers:credentials:delete":{"id":"customers:credentials:delete","description":"Delete a Customer Credential","pluginName":"@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","pluginName":"@prismatic-io/prism","pluginType":"core","aliases":[],"flags":{"customer":{"name":"customer","type":"option","char":"c","description":"ID of a customer","required":true},"columns":{"name":"columns","type":"option","description":"only show provided columns (comma-separated)"},"sort":{"name":"sort","type":"option","description":"property to sort by (prepend '-' for descending)"},"filter":{"name":"filter","type":"option","description":"filter property by partial string matching, ex: name=foo"},"csv":{"name":"csv","type":"boolean","description":"output is csv format [alias: --output=csv]","allowNo":false},"output":{"name":"output","type":"option","description":"output in a more machine friendly format","options":["csv","json","yaml"]},"extended":{"name":"extended","type":"boolean","char":"x","description":"show extra columns","allowNo":false},"no-truncate":{"name":"no-truncate","type":"boolean","description":"do not truncate output to fit screen","allowNo":false},"no-header":{"name":"no-header","type":"boolean","description":"hide table header from output","allowNo":false}},"args":[]},"customers:credentials:update":{"id":"customers:credentials:update","description":"Update a Customer-specific Credential for use by Instance Actions","pluginName":"@prismatic-io/prism","pluginType":"core","aliases":[],"flags":{"label":{"name":"label","type":"option","char":"l","description":"new name to give the credential","required":true},"fields":{"name":"fields","type":"option","char":"f","description":"username, password, etc., in JSON format","required":true}},"args":[{"name":"credential","description":"ID of a credential","required":true}]},"customers:users:create":{"id":"customers:users:create","description":"Create a User for the specified Customer","pluginName":"@prismatic-io/prism","pluginType":"core","aliases":[],"flags":{"email":{"name":"email","type":"option","char":"e","description":"email address","required":true},"role":{"name":"role","type":"option","char":"r","description":"ID of the role to assign the user","required":true},"customer":{"name":"customer","type":"option","char":"c","description":"ID of the customer this user is associated with","required":true},"name":{"name":"name","type":"option","char":"n","description":"name of the new user"}},"args":[]},"customers:users:delete":{"id":"customers:users:delete","description":"Delete a Customer User","pluginName":"@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","pluginName":"@prismatic-io/prism","pluginType":"core","aliases":[],"flags":{"customer":{"name":"customer","type":"option","char":"c","description":"ID of the customer","required":true},"columns":{"name":"columns","type":"option","description":"only show provided columns (comma-separated)"},"sort":{"name":"sort","type":"option","description":"property to sort by (prepend '-' for descending)"},"filter":{"name":"filter","type":"option","description":"filter property by partial string matching, ex: name=foo"},"csv":{"name":"csv","type":"boolean","description":"output is csv format [alias: --output=csv]","allowNo":false},"output":{"name":"output","type":"option","description":"output in a more machine friendly format","options":["csv","json","yaml"]},"extended":{"name":"extended","type":"boolean","char":"x","description":"show extra columns","allowNo":false},"no-truncate":{"name":"no-truncate","type":"boolean","description":"do not truncate output to fit screen","allowNo":false},"no-header":{"name":"no-header","type":"boolean","description":"hide table header from output","allowNo":false}},"args":[]},"customers:users:roles":{"id":"customers:users:roles","description":"List Roles you can grant to Customer Users","pluginName":"@prismatic-io/prism","pluginType":"core","aliases":[],"flags":{"columns":{"name":"columns","type":"option","description":"only show provided columns (comma-separated)"},"sort":{"name":"sort","type":"option","description":"property to sort by (prepend '-' for descending)"},"filter":{"name":"filter","type":"option","description":"filter property by partial string matching, ex: name=foo"},"csv":{"name":"csv","type":"boolean","description":"output is csv format [alias: --output=csv]","allowNo":false},"output":{"name":"output","type":"option","description":"output in a more machine friendly format","options":["csv","json","yaml"]},"extended":{"name":"extended","type":"boolean","char":"x","description":"show extra columns","allowNo":false},"no-truncate":{"name":"no-truncate","type":"boolean","description":"do not truncate output to fit screen","allowNo":false},"no-header":{"name":"no-header","type":"boolean","description":"hide table header from output","allowNo":false}},"args":[]},"customers:users:update":{"id":"customers:users:update","description":"Update a User","pluginName":"@prismatic-io/prism","pluginType":"core","aliases":[],"flags":{"name":{"name":"name","type":"option","char":"n","description":"name of the user"},"phone":{"name":"phone","type":"option","char":"p","description":"phone number of the user"},"dark-mode":{"name":"dark-mode","type":"option","char":"d","description":"whether the user should have dark mode enabled"},"dark-mode-os-sync":{"name":"dark-mode-os-sync","type":"option","char":"o","description":"whether dark mode should sync with OS settings"}},"args":[{"name":"user","description":"ID of a user","required":true}]},"executions:step-result:get":{"id":"executions:step-result:get","description":"Gets the Result of a specified Step in an Instance Execution","pluginName":"@prismatic-io/prism","pluginType":"core","aliases":[],"flags":{"executionId":{"name":"executionId","type":"option","char":"e","description":"ID of an Execution","required":true},"stepName":{"name":"stepName","type":"option","char":"s","description":"Name of an Integration Step","required":true},"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}},"args":[]},"instances:config-vars:list":{"id":"instances:config-vars:list","description":"List Config Variables used on an Instance","pluginName":"@prismatic-io/prism","pluginType":"core","aliases":[],"flags":{"instance":{"name":"instance","type":"option","char":"i","description":"ID of an instance","required":true},"columns":{"name":"columns","type":"option","description":"only show provided columns (comma-separated)"},"sort":{"name":"sort","type":"option","description":"property to sort by (prepend '-' for descending)"},"filter":{"name":"filter","type":"option","description":"filter property by partial string matching, ex: name=foo"},"csv":{"name":"csv","type":"boolean","description":"output is csv format [alias: --output=csv]","allowNo":false},"output":{"name":"output","type":"option","description":"output in a more machine friendly format","options":["csv","json","yaml"]},"extended":{"name":"extended","type":"boolean","char":"x","description":"show extra columns","allowNo":false},"no-truncate":{"name":"no-truncate","type":"boolean","description":"do not truncate output to fit screen","allowNo":false},"no-header":{"name":"no-header","type":"boolean","description":"hide table header from output","allowNo":false}},"args":[]},"instances:credentials:list":{"id":"instances:credentials:list","description":"List Credentials used on an Instance","pluginName":"@prismatic-io/prism","pluginType":"core","aliases":[],"flags":{"instance":{"name":"instance","type":"option","char":"i","description":"ID of an instance","required":true},"columns":{"name":"columns","type":"option","description":"only show provided columns (comma-separated)"},"sort":{"name":"sort","type":"option","description":"property to sort by (prepend '-' for descending)"},"filter":{"name":"filter","type":"option","description":"filter property by partial string matching, ex: name=foo"},"csv":{"name":"csv","type":"boolean","description":"output is csv format [alias: --output=csv]","allowNo":false},"output":{"name":"output","type":"option","description":"output in a more machine friendly format","options":["csv","json","yaml"]},"extended":{"name":"extended","type":"boolean","char":"x","description":"show extra columns","allowNo":false},"no-truncate":{"name":"no-truncate","type":"boolean","description":"do not truncate output to fit screen","allowNo":false},"no-header":{"name":"no-header","type":"boolean","description":"hide table header from output","allowNo":false}},"args":[]},"instances:flow-configs:list":{"id":"instances:flow-configs:list","description":"List Instance Flow Configs","pluginName":"@prismatic-io/prism","pluginType":"core","aliases":[],"flags":{"columns":{"name":"columns","type":"option","description":"only show provided columns (comma-separated)"},"sort":{"name":"sort","type":"option","description":"property to sort by (prepend '-' for descending)"},"filter":{"name":"filter","type":"option","description":"filter property by partial string matching, ex: name=foo"},"csv":{"name":"csv","type":"boolean","description":"output is csv format [alias: --output=csv]","allowNo":false},"output":{"name":"output","type":"option","description":"output in a more machine friendly format","options":["csv","json","yaml"]},"extended":{"name":"extended","type":"boolean","char":"x","description":"show extra columns","allowNo":false},"no-truncate":{"name":"no-truncate","type":"boolean","description":"do not truncate output to fit screen","allowNo":false},"no-header":{"name":"no-header","type":"boolean","description":"hide table header from output","allowNo":false}},"args":[{"name":"instance","description":"ID of an Instance"}]},"instances:flow-configs:test":{"id":"instances:flow-configs:test","description":"Test a Flow Config of an Instance","pluginName":"@prismatic-io/prism","pluginType":"core","aliases":[],"flags":{"extended":{"name":"extended","type":"boolean","char":"x","description":"show extra columns","allowNo":false},"columns":{"name":"columns","type":"option","description":"only show provided columns (comma-separated)"},"tail":{"name":"tail","type":"boolean","char":"t","description":"Tail logs of the flow config test run","allowNo":false},"payload":{"name":"payload","type":"option","char":"p","description":"Optional JSON-formatted data payload to submit with the test"},"contentType":{"name":"contentType","type":"option","char":"c","description":"Optional content-type for the test payload"}},"args":[{"name":"flowConfig","description":"ID of a Flow Config to test"}]},"integrations:flows:list":{"id":"integrations:flows:list","description":"List Integration Flows","pluginName":"@prismatic-io/prism","pluginType":"core","aliases":[],"flags":{"columns":{"name":"columns","type":"option","description":"only show provided columns (comma-separated)"},"sort":{"name":"sort","type":"option","description":"property to sort by (prepend '-' for descending)"},"filter":{"name":"filter","type":"option","description":"filter property by partial string matching, ex: name=foo"},"csv":{"name":"csv","type":"boolean","description":"output is csv format [alias: --output=csv]","allowNo":false},"output":{"name":"output","type":"option","description":"output in a more machine friendly format","options":["csv","json","yaml"]},"extended":{"name":"extended","type":"boolean","char":"x","description":"show extra columns","allowNo":false},"no-truncate":{"name":"no-truncate","type":"boolean","description":"do not truncate output to fit screen","allowNo":false},"no-header":{"name":"no-header","type":"boolean","description":"hide table header from output","allowNo":false}},"args":[{"name":"integration","description":"ID of an Integration"}]},"integrations:flows:test":{"id":"integrations:flows:test","description":"Run a test of an Integration Flow","pluginName":"@prismatic-io/prism","pluginType":"core","aliases":[],"flags":{"extended":{"name":"extended","type":"boolean","char":"x","description":"show extra columns","allowNo":false},"columns":{"name":"columns","type":"option","description":"only show provided columns (comma-separated)"},"tail":{"name":"tail","type":"boolean","char":"t","description":"Tail logs of the integration test run","allowNo":false},"payload":{"name":"payload","type":"option","char":"p","description":"Optional JSON-formatted data payload to submit with the test"},"contentType":{"name":"contentType","type":"option","char":"c","description":"Optional content-type for the test payload"}},"args":[{"name":"flow","description":"ID of a flow to test"}]},"integrations:versions":{"id":"integrations:versions","description":"List Integration versions","pluginName":"@prismatic-io/prism","pluginType":"core","aliases":[],"flags":{"columns":{"name":"columns","type":"option","description":"only show provided columns (comma-separated)"},"sort":{"name":"sort","type":"option","description":"property to sort by (prepend '-' for descending)"},"filter":{"name":"filter","type":"option","description":"filter property by partial string matching, ex: name=foo"},"csv":{"name":"csv","type":"boolean","description":"output is csv format [alias: --output=csv]","allowNo":false},"output":{"name":"output","type":"option","description":"output in a more machine friendly format","options":["csv","json","yaml"]},"extended":{"name":"extended","type":"boolean","char":"x","description":"show extra columns","allowNo":false},"no-truncate":{"name":"no-truncate","type":"boolean","description":"do not truncate output to fit screen","allowNo":false},"no-header":{"name":"no-header","type":"boolean","description":"hide table header from output","allowNo":false}},"args":[{"name":"integration","description":"ID of an integration","required":true}]},"logs:severities:list":{"id":"logs:severities:list","description":"List Log Severities for use by Alert Triggers","pluginName":"@prismatic-io/prism","pluginType":"core","aliases":[],"flags":{"columns":{"name":"columns","type":"option","description":"only show provided columns (comma-separated)"},"sort":{"name":"sort","type":"option","description":"property to sort by (prepend '-' for descending)"},"filter":{"name":"filter","type":"option","description":"filter property by partial string matching, ex: name=foo"},"csv":{"name":"csv","type":"boolean","description":"output is csv format [alias: --output=csv]","allowNo":false},"output":{"name":"output","type":"option","description":"output in a more machine friendly format","options":["csv","json","yaml"]},"extended":{"name":"extended","type":"boolean","char":"x","description":"show extra columns","allowNo":false},"no-truncate":{"name":"no-truncate","type":"boolean","description":"do not truncate output to fit screen","allowNo":false},"no-header":{"name":"no-header","type":"boolean","description":"hide table header from output","allowNo":false}},"args":[]},"organization:credentials:create":{"id":"organization:credentials:create","description":"Create a set of Organization-level Credentials for use by Instance Actions","pluginName":"@prismatic-io/prism","pluginType":"core","aliases":[],"flags":{"label":{"name":"label","type":"option","char":"l","description":"name to give the new credentials","required":true},"authorization-method":{"name":"authorization-method","type":"option","char":"a","description":"ID of the authorization method","required":true},"fields":{"name":"fields","type":"option","char":"f","description":"username, password, etc., in JSON format"}},"args":[]},"organization:credentials:delete":{"id":"organization:credentials:delete","description":"Delete an Organization Credential","pluginName":"@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","pluginName":"@prismatic-io/prism","pluginType":"core","aliases":[],"flags":{"columns":{"name":"columns","type":"option","description":"only show provided columns (comma-separated)"},"sort":{"name":"sort","type":"option","description":"property to sort by (prepend '-' for descending)"},"filter":{"name":"filter","type":"option","description":"filter property by partial string matching, ex: name=foo"},"csv":{"name":"csv","type":"boolean","description":"output is csv format [alias: --output=csv]","allowNo":false},"output":{"name":"output","type":"option","description":"output in a more machine friendly format","options":["csv","json","yaml"]},"extended":{"name":"extended","type":"boolean","char":"x","description":"show extra columns","allowNo":false},"no-truncate":{"name":"no-truncate","type":"boolean","description":"do not truncate output to fit screen","allowNo":false},"no-header":{"name":"no-header","type":"boolean","description":"hide table header from output","allowNo":false}},"args":[]},"organization:credentials:update":{"id":"organization:credentials:update","description":"Update a Customer-specific Credential for use by Instance Actions","pluginName":"@prismatic-io/prism","pluginType":"core","aliases":[],"flags":{"label":{"name":"label","type":"option","char":"l","description":"new name to give the credential","required":true},"fields":{"name":"fields","type":"option","char":"f","description":"username, password, etc., in JSON format","required":true}},"args":[{"name":"credential","description":"ID of a credential","required":true}]},"organization:users:create":{"id":"organization:users:create","description":"Create a User for your Organization","pluginName":"@prismatic-io/prism","pluginType":"core","aliases":[],"flags":{"name":{"name":"name","type":"option","char":"n","description":"name of the user"},"email":{"name":"email","type":"option","char":"e","description":"email address of the user","required":true},"role":{"name":"role","type":"option","char":"r","description":"role the user should assume","required":true}},"args":[]},"organization:users:delete":{"id":"organization:users:delete","description":"Delete an Organization User","pluginName":"@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","pluginName":"@prismatic-io/prism","pluginType":"core","aliases":[],"flags":{"columns":{"name":"columns","type":"option","description":"only show provided columns (comma-separated)"},"sort":{"name":"sort","type":"option","description":"property to sort by (prepend '-' for descending)"},"filter":{"name":"filter","type":"option","description":"filter property by partial string matching, ex: name=foo"},"csv":{"name":"csv","type":"boolean","description":"output is csv format [alias: --output=csv]","allowNo":false},"output":{"name":"output","type":"option","description":"output in a more machine friendly format","options":["csv","json","yaml"]},"extended":{"name":"extended","type":"boolean","char":"x","description":"show extra columns","allowNo":false},"no-truncate":{"name":"no-truncate","type":"boolean","description":"do not truncate output to fit screen","allowNo":false},"no-header":{"name":"no-header","type":"boolean","description":"hide table header from output","allowNo":false}},"args":[]},"organization:users:roles":{"id":"organization:users:roles","description":"List Roles you can grant to other users in your Organization","pluginName":"@prismatic-io/prism","pluginType":"core","aliases":[],"flags":{"columns":{"name":"columns","type":"option","description":"only show provided columns (comma-separated)"},"sort":{"name":"sort","type":"option","description":"property to sort by (prepend '-' for descending)"},"filter":{"name":"filter","type":"option","description":"filter property by partial string matching, ex: name=foo"},"csv":{"name":"csv","type":"boolean","description":"output is csv format [alias: --output=csv]","allowNo":false},"output":{"name":"output","type":"option","description":"output in a more machine friendly format","options":["csv","json","yaml"]},"extended":{"name":"extended","type":"boolean","char":"x","description":"show extra columns","allowNo":false},"no-truncate":{"name":"no-truncate","type":"boolean","description":"do not truncate output to fit screen","allowNo":false},"no-header":{"name":"no-header","type":"boolean","description":"hide table header from output","allowNo":false}},"args":[]},"organization:users:update":{"id":"organization:users:update","description":"Update a User","pluginName":"@prismatic-io/prism","pluginType":"core","aliases":[],"flags":{"name":{"name":"name","type":"option","char":"n","description":"name of the user"},"phone":{"name":"phone","type":"option","char":"p","description":"phone number of the user"},"dark-mode":{"name":"dark-mode","type":"option","char":"d","description":"whether the user should have dark mode enabled"},"dark-mode-os-sync":{"name":"dark-mode-os-sync","type":"option","char":"o","description":"whether dark mode should sync with OS settings"}},"args":[{"name":"user","description":"ID of a user","required":true}]}}}
1
+ {"version":"3.1.0","commands":{"login":{"id":"login","description":"Log in to your Prismatic account","pluginName":"@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":[]},"logout":{"id":"logout","description":"Log out of your Prismatic account","pluginName":"@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":[]},"authorization-methods:list":{"id":"authorization-methods:list","description":"List Authorization Methods that Components can use","pluginName":"@prismatic-io/prism","pluginType":"core","aliases":[],"flags":{"columns":{"name":"columns","type":"option","description":"only show provided columns (comma-separated)"},"sort":{"name":"sort","type":"option","description":"property to sort by (prepend '-' for descending)"},"filter":{"name":"filter","type":"option","description":"filter property by partial string matching, ex: name=foo"},"csv":{"name":"csv","type":"boolean","description":"output is csv format [alias: --output=csv]","allowNo":false},"output":{"name":"output","type":"option","description":"output in a more machine friendly format","options":["csv","json","yaml"]},"extended":{"name":"extended","type":"boolean","char":"x","description":"show extra columns","allowNo":false},"no-truncate":{"name":"no-truncate","type":"boolean","description":"do not truncate output to fit screen","allowNo":false},"no-header":{"name":"no-header","type":"boolean","description":"hide table header from output","allowNo":false}},"args":[]},"components:delete":{"id":"components:delete","description":"Delete a Component","pluginName":"@prismatic-io/prism","pluginType":"core","aliases":[],"flags":{},"args":[{"name":"component","description":"ID of the component to delete","required":true}]},"components:init":{"id":"components:init","description":"Initialize a new Component","pluginName":"@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},"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},"skip-auth":{"name":"skip-auth","type":"boolean","description":"Skip templating authentication for an OpenAPI-based component. Use this option for OpenAPI specs that do not require authentication.","required":false,"allowNo":false},"verbose":{"name":"verbose","type":"boolean","description":"Output more verbose logging from Component generation","required":false,"allowNo":false},"add-retry":{"name":"add-retry","type":"boolean","description":"Add inputs to each action to utilize Axios retry logic","required":false,"allowNo":false}},"args":[{"name":"name","description":"Name of the new component to create (alphanumeric characters, hyphens, and underscores)","required":true}]},"components:list":{"id":"components:list","description":"List available Components","pluginName":"@prismatic-io/prism","pluginType":"core","aliases":[],"flags":{"columns":{"name":"columns","type":"option","description":"only show provided columns (comma-separated)"},"sort":{"name":"sort","type":"option","description":"property to sort by (prepend '-' for descending)"},"filter":{"name":"filter","type":"option","description":"filter property by partial string matching, ex: name=foo"},"csv":{"name":"csv","type":"boolean","description":"output is csv format [alias: --output=csv]","allowNo":false},"output":{"name":"output","type":"option","description":"output in a more machine friendly format","options":["csv","json","yaml"]},"extended":{"name":"extended","type":"boolean","char":"x","description":"show extra columns","allowNo":false},"no-truncate":{"name":"no-truncate","type":"boolean","description":"do not truncate output to fit screen","allowNo":false},"no-header":{"name":"no-header","type":"boolean","description":"hide table header from output","allowNo":false},"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":[]},"components:publish":{"id":"components:publish","description":"Publish a Component to Prismatic","pluginName":"@prismatic-io/prism","pluginType":"core","aliases":[],"flags":{"comment":{"name":"comment","type":"option","char":"c","description":"Comment about changes in this Publish","required":false},"confirm":{"name":"confirm","type":"boolean","description":"Interactively confirm publish","allowNo":true},"skip-upload":{"name":"skip-upload","type":"boolean","description":"Skip upload of Component package","required":false,"allowNo":false},"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}},"args":[]},"customers:create":{"id":"customers:create","description":"Create a new Customer","pluginName":"@prismatic-io/prism","pluginType":"core","aliases":[],"flags":{"name":{"name":"name","type":"option","char":"n","description":"short name of the new customer","required":true},"description":{"name":"description","type":"option","char":"d","description":"longer description of the customer","required":false}},"args":[]},"customers:delete":{"id":"customers:delete","description":"Delete a Customer","pluginName":"@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","pluginName":"@prismatic-io/prism","pluginType":"core","aliases":[],"flags":{"columns":{"name":"columns","type":"option","description":"only show provided columns (comma-separated)"},"sort":{"name":"sort","type":"option","description":"property to sort by (prepend '-' for descending)"},"filter":{"name":"filter","type":"option","description":"filter property by partial string matching, ex: name=foo"},"csv":{"name":"csv","type":"boolean","description":"output is csv format [alias: --output=csv]","allowNo":false},"output":{"name":"output","type":"option","description":"output in a more machine friendly format","options":["csv","json","yaml"]},"extended":{"name":"extended","type":"boolean","char":"x","description":"show extra columns","allowNo":false},"no-truncate":{"name":"no-truncate","type":"boolean","description":"do not truncate output to fit screen","allowNo":false},"no-header":{"name":"no-header","type":"boolean","description":"hide table header from output","allowNo":false}},"args":[]},"customers:update":{"id":"customers:update","description":"Update a Customer","pluginName":"@prismatic-io/prism","pluginType":"core","aliases":[],"flags":{"name":{"name":"name","type":"option","char":"n","description":"name of the customer","required":false},"description":{"name":"description","type":"option","char":"d","description":"description of the customer","required":false}},"args":[{"name":"customer","description":"ID of a customer","required":true}]},"instances:create":{"id":"instances:create","description":"Create an Instance","pluginName":"@prismatic-io/prism","pluginType":"core","aliases":[],"flags":{"name":{"name":"name","type":"option","char":"n","description":"name of your new instance.","required":true},"integration":{"name":"integration","type":"option","char":"i","description":"ID of the integration this is an instance of","required":true},"customer":{"name":"customer","type":"option","char":"c","description":"ID of customer to deploy to","required":true},"description":{"name":"description","type":"option","char":"d","description":"longer description of the instance","required":false},"config-vars":{"name":"config-vars","type":"option","char":"v","description":"config variables to bind to steps of your instance","required":false}},"args":[]},"instances:delete":{"id":"instances:delete","description":"Delete an Instance","pluginName":"@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","pluginName":"@prismatic-io/prism","pluginType":"core","aliases":[],"flags":{},"args":[{"name":"instance","description":"ID of an instance","required":true}]},"instances:disable":{"id":"instances:disable","description":"Disable an Instance","pluginName":"@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","pluginName":"@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","pluginName":"@prismatic-io/prism","pluginType":"core","aliases":[],"flags":{"customer":{"name":"customer","type":"option","char":"c","description":"ID of a customer","required":false},"integration":{"name":"integration","type":"option","char":"i","description":"ID of an integration","required":false},"columns":{"name":"columns","type":"option","description":"only show provided columns (comma-separated)"},"sort":{"name":"sort","type":"option","description":"property to sort by (prepend '-' for descending)"},"filter":{"name":"filter","type":"option","description":"filter property by partial string matching, ex: name=foo"},"csv":{"name":"csv","type":"boolean","description":"output is csv format [alias: --output=csv]","allowNo":false},"output":{"name":"output","type":"option","description":"output in a more machine friendly format","options":["csv","json","yaml"]},"extended":{"name":"extended","type":"boolean","char":"x","description":"show extra columns","allowNo":false},"no-truncate":{"name":"no-truncate","type":"boolean","description":"do not truncate output to fit screen","allowNo":false},"no-header":{"name":"no-header","type":"boolean","description":"hide table header from output","allowNo":false}},"args":[]},"instances:update":{"id":"instances:update","description":"Update an Instance","pluginName":"@prismatic-io/prism","pluginType":"core","aliases":[],"flags":{"name":{"name":"name","type":"option","char":"n","description":"Name of the instance"},"description":{"name":"description","type":"option","char":"d","description":"Description for the instance"}},"args":[{"name":"instance","description":"ID of an instance","required":true}]},"integrations:available":{"id":"integrations:available","description":"Mark an Integration version as available or unavailable","pluginName":"@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}]},"integrations:create":{"id":"integrations:create","description":"Create an Integration","pluginName":"@prismatic-io/prism","pluginType":"core","aliases":[],"flags":{"name":{"name":"name","type":"option","char":"n","description":"name of the integration to create","required":true},"description":{"name":"description","type":"option","char":"d","description":"longer description of the integration","required":true}},"args":[]},"integrations:delete":{"id":"integrations:delete","description":"Delete an Integration","pluginName":"@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","pluginName":"@prismatic-io/prism","pluginType":"core","aliases":[],"flags":{},"args":[{"name":"integration","description":"ID of an integration to export","required":true}]},"integrations:fork":{"id":"integrations:fork","description":"Fork an Integration","pluginName":"@prismatic-io/prism","pluginType":"core","aliases":[],"flags":{"name":{"name":"name","type":"option","char":"n","description":"name of the forked integration","required":true},"description":{"name":"description","type":"option","char":"d","description":"longer description of the forked integration","required":true}},"args":[{"name":"parent","description":"ID of the Integration to fork","required":true}]},"integrations:import":{"id":"integrations:import","description":"Import an Integration using a YAML definition file","pluginName":"@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},"integrationId":{"name":"integrationId","type":"option","char":"i","description":"The ID of the integration being imported","required":false}},"args":[]},"integrations:list":{"id":"integrations:list","description":"List Integrations","pluginName":"@prismatic-io/prism","pluginType":"core","aliases":[],"flags":{"columns":{"name":"columns","type":"option","description":"only show provided columns (comma-separated)"},"sort":{"name":"sort","type":"option","description":"property to sort by (prepend '-' for descending)"},"filter":{"name":"filter","type":"option","description":"filter property by partial string matching, ex: name=foo"},"csv":{"name":"csv","type":"boolean","description":"output is csv format [alias: --output=csv]","allowNo":false},"output":{"name":"output","type":"option","description":"output in a more machine friendly format","options":["csv","json","yaml"]},"extended":{"name":"extended","type":"boolean","char":"x","description":"show extra columns","allowNo":false},"no-truncate":{"name":"no-truncate","type":"boolean","description":"do not truncate output to fit screen","allowNo":false},"no-header":{"name":"no-header","type":"boolean","description":"hide table header from output","allowNo":false},"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}},"args":[]},"integrations:publish":{"id":"integrations:publish","description":"Publish a version of an Integration for use in Instances","pluginName":"@prismatic-io/prism","pluginType":"core","aliases":[],"flags":{"comment":{"name":"comment","type":"option","char":"c","description":"comment about changes in this publication","required":false}},"args":[{"name":"integration","description":"ID of an integration to publish","required":true}]},"integrations:update":{"id":"integrations:update","description":"Update an Integration's name or description","pluginName":"@prismatic-io/prism","pluginType":"core","aliases":[],"flags":{"name":{"name":"name","type":"option","char":"n","description":"new name to give the integration"},"description":{"name":"description","type":"option","char":"d","description":"new description to give the integration"},"test-config-vars":{"name":"test-config-vars","type":"option","description":"JSON-formatted config variables to be used for testing"},"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"}},"args":[{"name":"integration","description":"ID of an integration","required":true}]},"me":{"id":"me","description":"Print your user profile information","pluginName":"@prismatic-io/prism","pluginType":"core","aliases":[],"flags":{},"args":[]},"me:token":{"id":"me:token","description":"Print your authorization tokens","pluginName":"@prismatic-io/prism","pluginType":"core","aliases":[],"flags":{"type":{"name":"type","type":"option","char":"t","description":"Which token type to print","options":["access","refresh"],"default":"access"}},"args":[]},"organization:update":{"id":"organization:update","description":"Update your Organization","pluginName":"@prismatic-io/prism","pluginType":"core","aliases":[],"flags":{"name":{"name":"name","type":"option","char":"n","description":"name of the organization"}},"args":[]},"organization:updateAvatarUrl":{"id":"organization:updateAvatarUrl","description":"Update your Organization Avatar URL","pluginName":"@prismatic-io/prism","pluginType":"core","aliases":[],"flags":{"organizationId":{"name":"organizationId","type":"option","description":"ID of an organization","required":true},"avatarUrl":{"name":"avatarUrl","type":"option","char":"n","description":"Url of the organization avatar","required":false}},"args":[]},"alerts:events:list":{"id":"alerts:events:list","description":"List Alert Events for an Alert Monitor","pluginName":"@prismatic-io/prism","pluginType":"core","aliases":[],"flags":{"columns":{"name":"columns","type":"option","description":"only show provided columns (comma-separated)"},"sort":{"name":"sort","type":"option","description":"property to sort by (prepend '-' for descending)"},"filter":{"name":"filter","type":"option","description":"filter property by partial string matching, ex: name=foo"},"csv":{"name":"csv","type":"boolean","description":"output is csv format [alias: --output=csv]","allowNo":false},"output":{"name":"output","type":"option","description":"output in a more machine friendly format","options":["csv","json","yaml"]},"extended":{"name":"extended","type":"boolean","char":"x","description":"show extra columns","allowNo":false},"no-truncate":{"name":"no-truncate","type":"boolean","description":"do not truncate output to fit screen","allowNo":false},"no-header":{"name":"no-header","type":"boolean","description":"hide table header from output","allowNo":false}},"args":[{"name":"alertMonitorId","description":"ID of an alert monitor","required":true}]},"alerts:groups:create":{"id":"alerts:groups:create","description":"Create an Alert Group","pluginName":"@prismatic-io/prism","pluginType":"core","aliases":[],"flags":{"name":{"name":"name","type":"option","char":"n","description":"name of the group to be created","required":true},"users":{"name":"users","type":"option","char":"u","description":"JSON-formatted list of Prismatic user IDs to alert","required":false},"webhooks":{"name":"webhooks","type":"option","char":"w","description":"JSON-formatted list of Alert Webhook IDs to alert","required":false}},"args":[]},"alerts:groups:delete":{"id":"alerts:groups:delete","description":"Delete an Alert Group","pluginName":"@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","pluginName":"@prismatic-io/prism","pluginType":"core","aliases":[],"flags":{"columns":{"name":"columns","type":"option","description":"only show provided columns (comma-separated)"},"sort":{"name":"sort","type":"option","description":"property to sort by (prepend '-' for descending)"},"filter":{"name":"filter","type":"option","description":"filter property by partial string matching, ex: name=foo"},"csv":{"name":"csv","type":"boolean","description":"output is csv format [alias: --output=csv]","allowNo":false},"output":{"name":"output","type":"option","description":"output in a more machine friendly format","options":["csv","json","yaml"]},"extended":{"name":"extended","type":"boolean","char":"x","description":"show extra columns","allowNo":false},"no-truncate":{"name":"no-truncate","type":"boolean","description":"do not truncate output to fit screen","allowNo":false},"no-header":{"name":"no-header","type":"boolean","description":"hide table header from output","allowNo":false}},"args":[]},"alerts:monitors:clear":{"id":"alerts:monitors:clear","description":"Clear an Alert Monitor","pluginName":"@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","pluginName":"@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},"instance":{"name":"instance","type":"option","char":"i","description":"ID of the instance to monitor","required":true},"triggers":{"name":"triggers","type":"option","char":"t","description":"JSON-formatted list of trigger IDs that should trigger this monitor","required":true},"duration":{"name":"duration","type":"option","char":"d","description":"greatest time allowed (in seconds) for time-based triggers","required":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},"groups":{"name":"groups","type":"option","char":"g","description":"JSON-formatted list of group IDs to alert","required":false},"users":{"name":"users","type":"option","char":"u","description":"JSON-formatted list of Prismatic user IDs alert","required":false}},"args":[]},"alerts:monitors:delete":{"id":"alerts:monitors:delete","description":"Delete an Alert Monitor","pluginName":"@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","pluginName":"@prismatic-io/prism","pluginType":"core","aliases":[],"flags":{"columns":{"name":"columns","type":"option","description":"only show provided columns (comma-separated)"},"sort":{"name":"sort","type":"option","description":"property to sort by (prepend '-' for descending)"},"filter":{"name":"filter","type":"option","description":"filter property by partial string matching, ex: name=foo"},"csv":{"name":"csv","type":"boolean","description":"output is csv format [alias: --output=csv]","allowNo":false},"output":{"name":"output","type":"option","description":"output in a more machine friendly format","options":["csv","json","yaml"]},"extended":{"name":"extended","type":"boolean","char":"x","description":"show extra columns","allowNo":false},"no-truncate":{"name":"no-truncate","type":"boolean","description":"do not truncate output to fit screen","allowNo":false},"no-header":{"name":"no-header","type":"boolean","description":"hide table header from output","allowNo":false}},"args":[]},"alerts:triggers:list":{"id":"alerts:triggers:list","description":"List Alert Triggers","pluginName":"@prismatic-io/prism","pluginType":"core","aliases":[],"flags":{"columns":{"name":"columns","type":"option","description":"only show provided columns (comma-separated)"},"sort":{"name":"sort","type":"option","description":"property to sort by (prepend '-' for descending)"},"filter":{"name":"filter","type":"option","description":"filter property by partial string matching, ex: name=foo"},"csv":{"name":"csv","type":"boolean","description":"output is csv format [alias: --output=csv]","allowNo":false},"output":{"name":"output","type":"option","description":"output in a more machine friendly format","options":["csv","json","yaml"]},"extended":{"name":"extended","type":"boolean","char":"x","description":"show extra columns","allowNo":false},"no-truncate":{"name":"no-truncate","type":"boolean","description":"do not truncate output to fit screen","allowNo":false},"no-header":{"name":"no-header","type":"boolean","description":"hide table header from output","allowNo":false}},"args":[]},"alerts:webhooks:create":{"id":"alerts:webhooks:create","description":"Create an Alert Webhook","pluginName":"@prismatic-io/prism","pluginType":"core","aliases":[],"flags":{"name":{"name":"name","type":"option","char":"n","description":"name of the webhook to be created","required":true},"url":{"name":"url","type":"option","char":"u","description":"URL that will receive a POST request for an alert","required":true},"headers":{"name":"headers","type":"option","char":"h","description":"JSON-formatted object of key/value pairs to include in the request header","required":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}},"args":[]},"alerts:webhooks:delete":{"id":"alerts:webhooks:delete","description":"Delete an Alert Webhook","pluginName":"@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","pluginName":"@prismatic-io/prism","pluginType":"core","aliases":[],"flags":{"columns":{"name":"columns","type":"option","description":"only show provided columns (comma-separated)"},"sort":{"name":"sort","type":"option","description":"property to sort by (prepend '-' for descending)"},"filter":{"name":"filter","type":"option","description":"filter property by partial string matching, ex: name=foo"},"csv":{"name":"csv","type":"boolean","description":"output is csv format [alias: --output=csv]","allowNo":false},"output":{"name":"output","type":"option","description":"output in a more machine friendly format","options":["csv","json","yaml"]},"extended":{"name":"extended","type":"boolean","char":"x","description":"show extra columns","allowNo":false},"no-truncate":{"name":"no-truncate","type":"boolean","description":"do not truncate output to fit screen","allowNo":false},"no-header":{"name":"no-header","type":"boolean","description":"hide table header from output","allowNo":false}},"args":[]},"components:actions:list":{"id":"components:actions:list","description":"List Actions that Components implement","pluginName":"@prismatic-io/prism","pluginType":"core","aliases":[],"flags":{"columns":{"name":"columns","type":"option","description":"only show provided columns (comma-separated)"},"sort":{"name":"sort","type":"option","description":"property to sort by (prepend '-' for descending)"},"filter":{"name":"filter","type":"option","description":"filter property by partial string matching, ex: name=foo"},"csv":{"name":"csv","type":"boolean","description":"output is csv format [alias: --output=csv]","allowNo":false},"output":{"name":"output","type":"option","description":"output in a more machine friendly format","options":["csv","json","yaml"]},"extended":{"name":"extended","type":"boolean","char":"x","description":"show extra columns","allowNo":false},"no-truncate":{"name":"no-truncate","type":"boolean","description":"do not truncate output to fit screen","allowNo":false},"no-header":{"name":"no-header","type":"boolean","description":"hide table header from output","allowNo":false}},"args":[]},"components:triggers:list":{"id":"components:triggers:list","description":"List Triggers that Components implement","pluginName":"@prismatic-io/prism","pluginType":"core","aliases":[],"flags":{"columns":{"name":"columns","type":"option","description":"only show provided columns (comma-separated)"},"sort":{"name":"sort","type":"option","description":"property to sort by (prepend '-' for descending)"},"filter":{"name":"filter","type":"option","description":"filter property by partial string matching, ex: name=foo"},"csv":{"name":"csv","type":"boolean","description":"output is csv format [alias: --output=csv]","allowNo":false},"output":{"name":"output","type":"option","description":"output in a more machine friendly format","options":["csv","json","yaml"]},"extended":{"name":"extended","type":"boolean","char":"x","description":"show extra columns","allowNo":false},"no-truncate":{"name":"no-truncate","type":"boolean","description":"do not truncate output to fit screen","allowNo":false},"no-header":{"name":"no-header","type":"boolean","description":"hide table header from output","allowNo":false}},"args":[]},"customers:credentials:create":{"id":"customers:credentials:create","description":"Create a set of Customer-specific Credentials for use by Instance Actions","pluginName":"@prismatic-io/prism","pluginType":"core","aliases":[],"flags":{"customer":{"name":"customer","type":"option","char":"c","description":"ID of the customer","required":true},"label":{"name":"label","type":"option","char":"l","description":"name to give the new credentials","required":true},"authorization-method":{"name":"authorization-method","type":"option","char":"a","description":"ID of the authorization method","required":true},"fields":{"name":"fields","type":"option","char":"f","description":"username, password, etc., in JSON format"}},"args":[]},"customers:credentials:delete":{"id":"customers:credentials:delete","description":"Delete a Customer Credential","pluginName":"@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","pluginName":"@prismatic-io/prism","pluginType":"core","aliases":[],"flags":{"customer":{"name":"customer","type":"option","char":"c","description":"ID of a customer","required":true},"columns":{"name":"columns","type":"option","description":"only show provided columns (comma-separated)"},"sort":{"name":"sort","type":"option","description":"property to sort by (prepend '-' for descending)"},"filter":{"name":"filter","type":"option","description":"filter property by partial string matching, ex: name=foo"},"csv":{"name":"csv","type":"boolean","description":"output is csv format [alias: --output=csv]","allowNo":false},"output":{"name":"output","type":"option","description":"output in a more machine friendly format","options":["csv","json","yaml"]},"extended":{"name":"extended","type":"boolean","char":"x","description":"show extra columns","allowNo":false},"no-truncate":{"name":"no-truncate","type":"boolean","description":"do not truncate output to fit screen","allowNo":false},"no-header":{"name":"no-header","type":"boolean","description":"hide table header from output","allowNo":false}},"args":[]},"customers:credentials:update":{"id":"customers:credentials:update","description":"Update a Customer-specific Credential for use by Instance Actions","pluginName":"@prismatic-io/prism","pluginType":"core","aliases":[],"flags":{"label":{"name":"label","type":"option","char":"l","description":"new name to give the credential","required":true},"fields":{"name":"fields","type":"option","char":"f","description":"username, password, etc., in JSON format","required":true}},"args":[{"name":"credential","description":"ID of a credential","required":true}]},"customers:users:create":{"id":"customers:users:create","description":"Create a User for the specified Customer","pluginName":"@prismatic-io/prism","pluginType":"core","aliases":[],"flags":{"email":{"name":"email","type":"option","char":"e","description":"email address","required":true},"role":{"name":"role","type":"option","char":"r","description":"ID of the role to assign the user","required":true},"customer":{"name":"customer","type":"option","char":"c","description":"ID of the customer this user is associated with","required":true},"name":{"name":"name","type":"option","char":"n","description":"name of the new user","required":false}},"args":[]},"customers:users:delete":{"id":"customers:users:delete","description":"Delete a Customer User","pluginName":"@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","pluginName":"@prismatic-io/prism","pluginType":"core","aliases":[],"flags":{"columns":{"name":"columns","type":"option","description":"only show provided columns (comma-separated)"},"sort":{"name":"sort","type":"option","description":"property to sort by (prepend '-' for descending)"},"filter":{"name":"filter","type":"option","description":"filter property by partial string matching, ex: name=foo"},"csv":{"name":"csv","type":"boolean","description":"output is csv format [alias: --output=csv]","allowNo":false},"output":{"name":"output","type":"option","description":"output in a more machine friendly format","options":["csv","json","yaml"]},"extended":{"name":"extended","type":"boolean","char":"x","description":"show extra columns","allowNo":false},"no-truncate":{"name":"no-truncate","type":"boolean","description":"do not truncate output to fit screen","allowNo":false},"no-header":{"name":"no-header","type":"boolean","description":"hide table header from output","allowNo":false}},"args":[{"name":"customer","description":"ID of the customer","required":true}]},"customers:users:roles":{"id":"customers:users:roles","description":"List Roles you can grant to Customer Users","pluginName":"@prismatic-io/prism","pluginType":"core","aliases":[],"flags":{"columns":{"name":"columns","type":"option","description":"only show provided columns (comma-separated)"},"sort":{"name":"sort","type":"option","description":"property to sort by (prepend '-' for descending)"},"filter":{"name":"filter","type":"option","description":"filter property by partial string matching, ex: name=foo"},"csv":{"name":"csv","type":"boolean","description":"output is csv format [alias: --output=csv]","allowNo":false},"output":{"name":"output","type":"option","description":"output in a more machine friendly format","options":["csv","json","yaml"]},"extended":{"name":"extended","type":"boolean","char":"x","description":"show extra columns","allowNo":false},"no-truncate":{"name":"no-truncate","type":"boolean","description":"do not truncate output to fit screen","allowNo":false},"no-header":{"name":"no-header","type":"boolean","description":"hide table header from output","allowNo":false}},"args":[]},"customers:users:update":{"id":"customers:users:update","description":"Update a User","pluginName":"@prismatic-io/prism","pluginType":"core","aliases":[],"flags":{"name":{"name":"name","type":"option","char":"n","description":"name of the user","required":false},"phone":{"name":"phone","type":"option","char":"p","description":"phone number of the user","required":false},"dark-mode":{"name":"dark-mode","type":"option","char":"d","description":"whether the user should have dark mode enabled","required":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}},"args":[{"name":"user","description":"ID of a user","required":true}]},"executions:step-result:get":{"id":"executions:step-result:get","description":"Gets the Result of a specified Step in an Instance Execution","pluginName":"@prismatic-io/prism","pluginType":"core","aliases":[],"flags":{"executionId":{"name":"executionId","type":"option","char":"e","description":"ID of an Execution","required":true},"stepName":{"name":"stepName","type":"option","char":"s","description":"Name of an Integration Step","required":true},"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}},"args":[]},"instances:config-vars:list":{"id":"instances:config-vars:list","description":"List Config Variables used on an Instance","pluginName":"@prismatic-io/prism","pluginType":"core","aliases":[],"flags":{"columns":{"name":"columns","type":"option","description":"only show provided columns (comma-separated)"},"sort":{"name":"sort","type":"option","description":"property to sort by (prepend '-' for descending)"},"filter":{"name":"filter","type":"option","description":"filter property by partial string matching, ex: name=foo"},"csv":{"name":"csv","type":"boolean","description":"output is csv format [alias: --output=csv]","allowNo":false},"output":{"name":"output","type":"option","description":"output in a more machine friendly format","options":["csv","json","yaml"]},"extended":{"name":"extended","type":"boolean","char":"x","description":"show extra columns","allowNo":false},"no-truncate":{"name":"no-truncate","type":"boolean","description":"do not truncate output to fit screen","allowNo":false},"no-header":{"name":"no-header","type":"boolean","description":"hide table header from output","allowNo":false}},"args":[{"name":"instance","description":"ID of an instance","required":true}]},"instances:flow-configs:list":{"id":"instances:flow-configs:list","description":"List Instance Flow Configs","pluginName":"@prismatic-io/prism","pluginType":"core","aliases":[],"flags":{"columns":{"name":"columns","type":"option","description":"only show provided columns (comma-separated)"},"sort":{"name":"sort","type":"option","description":"property to sort by (prepend '-' for descending)"},"filter":{"name":"filter","type":"option","description":"filter property by partial string matching, ex: name=foo"},"csv":{"name":"csv","type":"boolean","description":"output is csv format [alias: --output=csv]","allowNo":false},"output":{"name":"output","type":"option","description":"output in a more machine friendly format","options":["csv","json","yaml"]},"extended":{"name":"extended","type":"boolean","char":"x","description":"show extra columns","allowNo":false},"no-truncate":{"name":"no-truncate","type":"boolean","description":"do not truncate output to fit screen","allowNo":false},"no-header":{"name":"no-header","type":"boolean","description":"hide table header from output","allowNo":false}},"args":[{"name":"instance","description":"ID of an Instance","required":true}]},"instances:flow-configs:test":{"id":"instances:flow-configs:test","description":"Test a Flow Config of an Instance","pluginName":"@prismatic-io/prism","pluginType":"core","aliases":[],"flags":{"extended":{"name":"extended","type":"boolean","char":"x","description":"show extra columns","allowNo":false},"columns":{"name":"columns","type":"option","description":"only show provided columns (comma-separated)"},"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},"contentType":{"name":"contentType","type":"option","char":"c","description":"Optional content-type for the test payload","required":false}},"args":[{"name":"flowConfig","description":"ID of a Flow Config to test","required":true}]},"integrations:flows:list":{"id":"integrations:flows:list","description":"List Integration Flows","pluginName":"@prismatic-io/prism","pluginType":"core","aliases":[],"flags":{"columns":{"name":"columns","type":"option","description":"only show provided columns (comma-separated)"},"sort":{"name":"sort","type":"option","description":"property to sort by (prepend '-' for descending)"},"filter":{"name":"filter","type":"option","description":"filter property by partial string matching, ex: name=foo"},"csv":{"name":"csv","type":"boolean","description":"output is csv format [alias: --output=csv]","allowNo":false},"output":{"name":"output","type":"option","description":"output in a more machine friendly format","options":["csv","json","yaml"]},"extended":{"name":"extended","type":"boolean","char":"x","description":"show extra columns","allowNo":false},"no-truncate":{"name":"no-truncate","type":"boolean","description":"do not truncate output to fit screen","allowNo":false},"no-header":{"name":"no-header","type":"boolean","description":"hide table header from output","allowNo":false}},"args":[{"name":"integration","description":"ID of an Integration","required":true}]},"integrations:flows:test":{"id":"integrations:flows:test","description":"Run a test of an Integration Flow","pluginName":"@prismatic-io/prism","pluginType":"core","aliases":[],"flags":{"extended":{"name":"extended","type":"boolean","char":"x","description":"show extra columns","allowNo":false},"columns":{"name":"columns","type":"option","description":"only show provided columns (comma-separated)"},"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},"contentType":{"name":"contentType","type":"option","char":"c","description":"Optional content-type for the test payload","required":false}},"args":[{"name":"flow","description":"ID of a flow to test","required":true}]},"integrations:versions":{"id":"integrations:versions","description":"List Integration versions","pluginName":"@prismatic-io/prism","pluginType":"core","aliases":[],"flags":{"columns":{"name":"columns","type":"option","description":"only show provided columns (comma-separated)"},"sort":{"name":"sort","type":"option","description":"property to sort by (prepend '-' for descending)"},"filter":{"name":"filter","type":"option","description":"filter property by partial string matching, ex: name=foo"},"csv":{"name":"csv","type":"boolean","description":"output is csv format [alias: --output=csv]","allowNo":false},"output":{"name":"output","type":"option","description":"output in a more machine friendly format","options":["csv","json","yaml"]},"extended":{"name":"extended","type":"boolean","char":"x","description":"show extra columns","allowNo":false},"no-truncate":{"name":"no-truncate","type":"boolean","description":"do not truncate output to fit screen","allowNo":false},"no-header":{"name":"no-header","type":"boolean","description":"hide table header from output","allowNo":false}},"args":[{"name":"integration","description":"ID of an integration","required":true}]},"logs:severities:list":{"id":"logs:severities:list","description":"List Log Severities for use by Alert Triggers","pluginName":"@prismatic-io/prism","pluginType":"core","aliases":[],"flags":{"columns":{"name":"columns","type":"option","description":"only show provided columns (comma-separated)"},"sort":{"name":"sort","type":"option","description":"property to sort by (prepend '-' for descending)"},"filter":{"name":"filter","type":"option","description":"filter property by partial string matching, ex: name=foo"},"csv":{"name":"csv","type":"boolean","description":"output is csv format [alias: --output=csv]","allowNo":false},"output":{"name":"output","type":"option","description":"output in a more machine friendly format","options":["csv","json","yaml"]},"extended":{"name":"extended","type":"boolean","char":"x","description":"show extra columns","allowNo":false},"no-truncate":{"name":"no-truncate","type":"boolean","description":"do not truncate output to fit screen","allowNo":false},"no-header":{"name":"no-header","type":"boolean","description":"hide table header from output","allowNo":false}},"args":[]},"organization:credentials:create":{"id":"organization:credentials:create","description":"Create a set of Organization-level Credentials for use by Instance Actions","pluginName":"@prismatic-io/prism","pluginType":"core","aliases":[],"flags":{"label":{"name":"label","type":"option","char":"l","description":"name to give the new credentials","required":true},"authorization-method":{"name":"authorization-method","type":"option","char":"a","description":"ID of the authorization method","required":true},"fields":{"name":"fields","type":"option","char":"f","description":"username, password, etc., in JSON format"}},"args":[]},"organization:credentials:delete":{"id":"organization:credentials:delete","description":"Delete an Organization Credential","pluginName":"@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","pluginName":"@prismatic-io/prism","pluginType":"core","aliases":[],"flags":{"columns":{"name":"columns","type":"option","description":"only show provided columns (comma-separated)"},"sort":{"name":"sort","type":"option","description":"property to sort by (prepend '-' for descending)"},"filter":{"name":"filter","type":"option","description":"filter property by partial string matching, ex: name=foo"},"csv":{"name":"csv","type":"boolean","description":"output is csv format [alias: --output=csv]","allowNo":false},"output":{"name":"output","type":"option","description":"output in a more machine friendly format","options":["csv","json","yaml"]},"extended":{"name":"extended","type":"boolean","char":"x","description":"show extra columns","allowNo":false},"no-truncate":{"name":"no-truncate","type":"boolean","description":"do not truncate output to fit screen","allowNo":false},"no-header":{"name":"no-header","type":"boolean","description":"hide table header from output","allowNo":false}},"args":[]},"organization:credentials:update":{"id":"organization:credentials:update","description":"Update a Customer-specific Credential for use by Instance Actions","pluginName":"@prismatic-io/prism","pluginType":"core","aliases":[],"flags":{"label":{"name":"label","type":"option","char":"l","description":"new name to give the credential","required":true},"fields":{"name":"fields","type":"option","char":"f","description":"username, password, etc., in JSON format","required":true}},"args":[{"name":"credential","description":"ID of a credential","required":true}]},"organization:users:create":{"id":"organization:users:create","description":"Create a User for your Organization","pluginName":"@prismatic-io/prism","pluginType":"core","aliases":[],"flags":{"name":{"name":"name","type":"option","char":"n","description":"name of the user"},"email":{"name":"email","type":"option","char":"e","description":"email address of the user","required":true},"role":{"name":"role","type":"option","char":"r","description":"role the user should assume","required":true}},"args":[]},"organization:users:delete":{"id":"organization:users:delete","description":"Delete an Organization User","pluginName":"@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","pluginName":"@prismatic-io/prism","pluginType":"core","aliases":[],"flags":{"columns":{"name":"columns","type":"option","description":"only show provided columns (comma-separated)"},"sort":{"name":"sort","type":"option","description":"property to sort by (prepend '-' for descending)"},"filter":{"name":"filter","type":"option","description":"filter property by partial string matching, ex: name=foo"},"csv":{"name":"csv","type":"boolean","description":"output is csv format [alias: --output=csv]","allowNo":false},"output":{"name":"output","type":"option","description":"output in a more machine friendly format","options":["csv","json","yaml"]},"extended":{"name":"extended","type":"boolean","char":"x","description":"show extra columns","allowNo":false},"no-truncate":{"name":"no-truncate","type":"boolean","description":"do not truncate output to fit screen","allowNo":false},"no-header":{"name":"no-header","type":"boolean","description":"hide table header from output","allowNo":false}},"args":[]},"organization:users:roles":{"id":"organization:users:roles","description":"List Roles you can grant to other users in your Organization","pluginName":"@prismatic-io/prism","pluginType":"core","aliases":[],"flags":{"columns":{"name":"columns","type":"option","description":"only show provided columns (comma-separated)"},"sort":{"name":"sort","type":"option","description":"property to sort by (prepend '-' for descending)"},"filter":{"name":"filter","type":"option","description":"filter property by partial string matching, ex: name=foo"},"csv":{"name":"csv","type":"boolean","description":"output is csv format [alias: --output=csv]","allowNo":false},"output":{"name":"output","type":"option","description":"output in a more machine friendly format","options":["csv","json","yaml"]},"extended":{"name":"extended","type":"boolean","char":"x","description":"show extra columns","allowNo":false},"no-truncate":{"name":"no-truncate","type":"boolean","description":"do not truncate output to fit screen","allowNo":false},"no-header":{"name":"no-header","type":"boolean","description":"hide table header from output","allowNo":false}},"args":[]},"organization:users:update":{"id":"organization:users:update","description":"Update a User","pluginName":"@prismatic-io/prism","pluginType":"core","aliases":[],"flags":{"name":{"name":"name","type":"option","char":"n","description":"name of the user"},"phone":{"name":"phone","type":"option","char":"p","description":"phone number of the user"},"dark-mode":{"name":"dark-mode","type":"option","char":"d","description":"whether the user should have dark mode enabled"},"dark-mode-os-sync":{"name":"dark-mode-os-sync","type":"option","char":"o","description":"whether dark mode should sync with OS settings"}},"args":[{"name":"user","description":"ID of a user","required":true}]}}}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@prismatic-io/prism",
3
- "version": "3.0.8",
3
+ "version": "3.1.0",
4
4
  "description": "Build, deploy, and support integrations in Prismatic from the comfort of your command line",
5
5
  "keywords": [
6
6
  "prismatic",
@@ -42,7 +42,7 @@
42
42
  "@oclif/plugin-help": "3.2.2",
43
43
  "@oclif/plugin-warn-if-update-available": "1.7.0",
44
44
  "@prismatic-io/graphql-utils": "^0.1.1",
45
- "@prismatic-io/spectral": "4.0.6",
45
+ "@prismatic-io/spectral": "4.0.9",
46
46
  "apollo-cache-inmemory": "1.6.6",
47
47
  "apollo-client": "2.6.10",
48
48
  "apollo-link": "1.2.14",
@@ -1,98 +0,0 @@
1
- "use strict";
2
- var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
3
- if (k2 === undefined) k2 = k;
4
- Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } });
5
- }) : (function(o, m, k, k2) {
6
- if (k2 === undefined) k2 = k;
7
- o[k2] = m[k];
8
- }));
9
- var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
10
- Object.defineProperty(o, "default", { enumerable: true, value: v });
11
- }) : function(o, v) {
12
- o["default"] = v;
13
- });
14
- var __importStar = (this && this.__importStar) || function (mod) {
15
- if (mod && mod.__esModule) return mod;
16
- var result = {};
17
- if (mod != null) for (var k in mod) if (k !== "default" && Object.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
18
- __setModuleDefault(result, mod);
19
- return result;
20
- };
21
- var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) {
22
- function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); }
23
- return new (P || (P = Promise))(function (resolve, reject) {
24
- function fulfilled(value) { try { step(generator.next(value)); } catch (e) { reject(e); } }
25
- function rejected(value) { try { step(generator["throw"](value)); } catch (e) { reject(e); } }
26
- function step(result) { result.done ? resolve(result.value) : adopt(result.value).then(fulfilled, rejected); }
27
- step((generator = generator.apply(thisArg, _arguments || [])).next());
28
- });
29
- };
30
- Object.defineProperty(exports, "__esModule", { value: true });
31
- const command_1 = require("@oclif/command");
32
- const graphql_1 = __importStar(require("../../../graphql"));
33
- const cli_ux_1 = require("cli-ux");
34
- class ListCommand extends command_1.Command {
35
- run() {
36
- return __awaiter(this, void 0, void 0, function* () {
37
- const { flags } = this.parse(ListCommand);
38
- const { instance } = flags;
39
- const result = yield graphql_1.default.query({
40
- query: graphql_1.gql `
41
- query listInstanceCredentials($id: ID!) {
42
- instance(id: $id) {
43
- credentials {
44
- nodes {
45
- id
46
- action {
47
- id
48
- name
49
- }
50
- credential {
51
- id
52
- label
53
- authorizationMethod {
54
- id
55
- label
56
- }
57
- readyForUse
58
- }
59
- }
60
- }
61
- }
62
- }
63
- `,
64
- variables: {
65
- id: instance,
66
- },
67
- });
68
- cli_ux_1.cli.table(result.data.instance.credentials.nodes, {
69
- id: {
70
- minWidth: 8,
71
- extended: true,
72
- },
73
- step: {
74
- get: (row) => row.action.name,
75
- },
76
- label: {
77
- get: (row) => row.credential.label,
78
- },
79
- authorizationMethod: {
80
- header: "Authorization Method",
81
- get: (row) => row.credential.authorizationMethod.label,
82
- },
83
- readyForUse: {
84
- get: (row) => row.credential.readyForUse,
85
- header: "Ready for Use",
86
- },
87
- }, Object.assign({}, flags));
88
- });
89
- }
90
- }
91
- exports.default = ListCommand;
92
- ListCommand.description = "List Credentials used on an Instance";
93
- ListCommand.flags = Object.assign({ instance: command_1.flags.string({
94
- char: "i",
95
- required: true,
96
- description: "ID of an instance",
97
- }) }, cli_ux_1.cli.table.flags());
98
- //# sourceMappingURL=list.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"list.js","sourceRoot":"","sources":["../../../../src/commands/instances/credentials/list.tsx"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,4CAAgD;AAChD,4DAA+C;AAC/C,mCAA6B;AAE7B,MAAqB,WAAY,SAAQ,iBAAO;IAWxC,GAAG;;YACP,MAAM,EAAE,KAAK,EAAE,GAAG,IAAI,CAAC,KAAK,CAAC,WAAW,CAAC,CAAC;YAC1C,MAAM,EAAE,QAAQ,EAAE,GAAG,KAAK,CAAC;YAE3B,MAAM,MAAM,GAAG,MAAM,iBAAM,CAAC,KAAK,CAAC;gBAChC,KAAK,EAAE,aAAG,CAAA;;;;;;;;;;;;;;;;;;;;;;;OAuBT;gBACD,SAAS,EAAE;oBACT,EAAE,EAAE,QAAQ;iBACb;aACF,CAAC,CAAC;YAEH,YAAG,CAAC,KAAK,CACP,MAAM,CAAC,IAAI,CAAC,QAAQ,CAAC,WAAW,CAAC,KAAK,EACtC;gBACE,EAAE,EAAE;oBACF,QAAQ,EAAE,CAAC;oBACX,QAAQ,EAAE,IAAI;iBACf;gBACD,IAAI,EAAE;oBACJ,GAAG,EAAE,CAAC,GAAQ,EAAE,EAAE,CAAC,GAAG,CAAC,MAAM,CAAC,IAAI;iBACnC;gBACD,KAAK,EAAE;oBACL,GAAG,EAAE,CAAC,GAAQ,EAAE,EAAE,CAAC,GAAG,CAAC,UAAU,CAAC,KAAK;iBACxC;gBACD,mBAAmB,EAAE;oBACnB,MAAM,EAAE,sBAAsB;oBAC9B,GAAG,EAAE,CAAC,GAAQ,EAAE,EAAE,CAAC,GAAG,CAAC,UAAU,CAAC,mBAAmB,CAAC,KAAK;iBAC5D;gBACD,WAAW,EAAE;oBACX,GAAG,EAAE,CAAC,GAAQ,EAAE,EAAE,CAAC,GAAG,CAAC,UAAU,CAAC,WAAW;oBAC7C,MAAM,EAAE,eAAe;iBACxB;aACF,oBACI,KAAK,EACX,CAAC;QACJ,CAAC;KAAA;;AArEH,8BAsEC;AArEQ,uBAAW,GAAG,sCAAsC,CAAC;AACrD,iBAAK,mBACV,QAAQ,EAAE,eAAK,CAAC,MAAM,CAAC;QACrB,IAAI,EAAE,GAAG;QACT,QAAQ,EAAE,IAAI;QACd,WAAW,EAAE,mBAAmB;KACjC,CAAC,IACC,YAAG,CAAC,KAAK,CAAC,KAAK,EAAE,EACpB"}