@devicecloud.dev/dcd 5.0.0-beta.2 → 5.0.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.
@@ -140,6 +140,11 @@ const startSub = defineCommand({
140
140
  if (Boolean(androidDevice) !== Boolean(androidApiLevel)) {
141
141
  throw new CliError('--android-device and --android-api-level must be provided together.');
142
142
  }
143
+ logger.log(ui.warn(colors.bold('Live is in beta')));
144
+ logger.log(ui.branch([
145
+ 'Live device sessions are a beta feature, billed at $0.03/min.',
146
+ `${colors.dim('Not enrolled?')} Contact support to request access.`,
147
+ ]));
143
148
  logger.log(ui.running(`Starting ${platform} live session…`));
144
149
  const session = await ApiGateway.startLiveSession(apiUrl, auth, {
145
150
  binaryUploadId: binaryId,
package/package.json CHANGED
@@ -60,7 +60,7 @@
60
60
  "type": "git",
61
61
  "url": "https://devicecloud.dev"
62
62
  },
63
- "version": "5.0.0-beta.2",
63
+ "version": "5.0.0",
64
64
  "bugs": {
65
65
  "url": "https://discord.gg/gm3mJwcNw8"
66
66
  },