instant-cli 1.0.10 → 1.0.11

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.
package/src/index.ts CHANGED
@@ -87,7 +87,7 @@ export const authClientAddDef = authClient
87
87
  .command('add')
88
88
  .allowExcessArguments(true)
89
89
  .allowUnknownOption(true)
90
- .option('--type <google|github>', 'Type of oauth client to add')
90
+ .option('--type <google|github|apple>', 'Type of oauth client to add')
91
91
  .option(
92
92
  '--name <client name>',
93
93
  'Custom name to identify the OAuth client (ex: google-web)',
@@ -109,6 +109,12 @@ Provider Specific Options:
109
109
  --client-id
110
110
  --client-secret
111
111
  --custom-redirect-uri (optional)
112
+ Apple:
113
+ --services-id (Services ID from developer.apple.com)
114
+ --team-id (optional, required for web redirect flow)
115
+ --key-id (optional, required for web redirect flow)
116
+ --private-key-file (optional, path to .p8 PEM; required for web redirect flow)
117
+ --custom-redirect-uri (optional, web redirect flow only)
112
118
  `,
113
119
  )
114
120
  .action((opts) => {