@odla-ai/cli 0.27.0 → 0.27.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/bin.cjs CHANGED
@@ -338,6 +338,7 @@ async function freshHandshake(ctx, waitMs) {
338
338
  endpoint: ctx.cfg.platformUrl,
339
339
  email: ctx.email,
340
340
  label: `${ctx.cfg.app.id} provisioner`,
341
+ projectIds: [ctx.cfg.app.id],
341
342
  fetch: ctx.doFetch,
342
343
  waitMs,
343
344
  onCode: async ({ userCode, deviceCode, expiresIn, interval, verificationUriComplete }) => {