zendesk/zcli

zcli.apps.config.json "plan" option undocumented?

Opened this issue · 1 comments

https://github.com/zendesk/zcli/blob/master/packages/zcli-apps/tests/functional/mocks/multi_product_app/zcli.apps.config.json

{
  "plan": "silver",
  "app_id": 123,
  "parameters": {
    "someToken": "fksjdhfb231435",
    "salesForceId": 123
  }
}
  1. What does "plan" option do?
  2. Where can I find a list of allowed values for "plan"?

I've noticed this as well. Always been curious but never found out more.