@capawesome/cli 4.18.0 → 4.18.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/CHANGELOG.md +8 -0
- package/dist/commands/apps/automations/create.js +1 -1
- package/dist/commands/apps/automations/delete.js +1 -1
- package/dist/commands/apps/automations/get.js +1 -1
- package/dist/commands/apps/automations/list.js +1 -1
- package/dist/commands/apps/automations/update.js +1 -1
- package/dist/commands/apps/builds/cancel.js +1 -1
- package/dist/commands/apps/builds/create.js +1 -1
- package/dist/commands/apps/builds/download.js +1 -1
- package/dist/commands/apps/builds/failure-summary.js +1 -1
- package/dist/commands/apps/builds/get.js +1 -1
- package/dist/commands/apps/builds/list.js +1 -1
- package/dist/commands/apps/builds/logs.js +1 -1
- package/dist/commands/apps/builds/run.js +1 -1
- package/dist/commands/apps/builds/share.js +1 -1
- package/dist/commands/apps/builds/unshare.js +1 -1
- package/dist/commands/apps/bundles/create.js +1 -1
- package/dist/commands/apps/bundles/delete.js +1 -1
- package/dist/commands/apps/bundles/update.js +1 -1
- package/dist/commands/apps/certificates/create.js +1 -1
- package/dist/commands/apps/certificates/delete.js +1 -1
- package/dist/commands/apps/certificates/get.js +1 -1
- package/dist/commands/apps/certificates/list.js +1 -1
- package/dist/commands/apps/certificates/update.js +1 -1
- package/dist/commands/apps/channels/create.js +1 -1
- package/dist/commands/apps/channels/delete.js +1 -1
- package/dist/commands/apps/channels/get.js +1 -1
- package/dist/commands/apps/channels/list.js +1 -1
- package/dist/commands/apps/channels/pause.js +1 -1
- package/dist/commands/apps/channels/resume.js +1 -1
- package/dist/commands/apps/channels/update.js +1 -1
- package/dist/commands/apps/configurations/create.js +1 -1
- package/dist/commands/apps/configurations/delete.js +1 -1
- package/dist/commands/apps/configurations/get.js +1 -1
- package/dist/commands/apps/configurations/list.js +1 -1
- package/dist/commands/apps/configurations/update.js +1 -1
- package/dist/commands/apps/create.js +1 -1
- package/dist/commands/apps/delete.js +1 -1
- package/dist/commands/apps/deployments/cancel.js +1 -1
- package/dist/commands/apps/deployments/create.js +1 -1
- package/dist/commands/apps/deployments/failure-summary.js +1 -1
- package/dist/commands/apps/deployments/get.js +1 -1
- package/dist/commands/apps/deployments/list.js +1 -1
- package/dist/commands/apps/deployments/logs.js +1 -1
- package/dist/commands/apps/destinations/create.js +1 -1
- package/dist/commands/apps/destinations/delete.js +1 -1
- package/dist/commands/apps/destinations/get.js +1 -1
- package/dist/commands/apps/destinations/list.js +1 -1
- package/dist/commands/apps/destinations/update.js +1 -1
- package/dist/commands/apps/devices/delete.js +1 -1
- package/dist/commands/apps/devices/forcechannel.js +1 -1
- package/dist/commands/apps/devices/probe.js +1 -1
- package/dist/commands/apps/devices/unforcechannel.js +1 -1
- package/dist/commands/apps/environments/create.js +1 -1
- package/dist/commands/apps/environments/delete.js +1 -1
- package/dist/commands/apps/environments/get.js +1 -1
- package/dist/commands/apps/environments/list.js +1 -1
- package/dist/commands/apps/environments/set.js +1 -1
- package/dist/commands/apps/environments/unset.js +1 -1
- package/dist/commands/apps/get.js +1 -1
- package/dist/commands/apps/link.js +1 -1
- package/dist/commands/apps/list.js +1 -1
- package/dist/commands/apps/liveupdates/bundle.js +1 -1
- package/dist/commands/apps/liveupdates/create.js +1 -1
- package/dist/commands/apps/liveupdates/generate-manifest.js +1 -1
- package/dist/commands/apps/liveupdates/generate-signing-key.js +1 -1
- package/dist/commands/apps/liveupdates/register.js +1 -1
- package/dist/commands/apps/liveupdates/rollback.js +1 -1
- package/dist/commands/apps/liveupdates/rollout.js +1 -1
- package/dist/commands/apps/liveupdates/set-native-versions.js +1 -1
- package/dist/commands/apps/liveupdates/upload.js +1 -1
- package/dist/commands/apps/transfer.js +1 -1
- package/dist/commands/apps/unlink.js +1 -1
- package/dist/commands/doctor.js +1 -1
- package/dist/commands/login.js +4 -4
- package/dist/commands/logout.js +1 -1
- package/dist/commands/manifests/generate.js +1 -1
- package/dist/commands/organizations/create.js +1 -1
- package/dist/commands/organizations/get.js +1 -1
- package/dist/commands/organizations/list.js +1 -1
- package/dist/commands/whoami.js +1 -1
- package/dist/index.js +2 -2
- package/dist/index.test.js +1 -1
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,14 @@
|
|
|
2
2
|
|
|
3
3
|
All notable changes to this project will be documented in this file. See [commit-and-tag-version](https://github.com/absolute-version/commit-and-tag-version) for commit guidelines.
|
|
4
4
|
|
|
5
|
+
## [4.18.1](https://github.com/capawesome-team/cli/compare/v4.18.0...v4.18.1) (2026-08-07)
|
|
6
|
+
|
|
7
|
+
|
|
8
|
+
### Bug Fixes
|
|
9
|
+
|
|
10
|
+
* **deps:** replace deprecated `@robingenz/zli` with `zodline` ([#202](https://github.com/capawesome-team/cli/issues/202)) ([8700ce3](https://github.com/capawesome-team/cli/commit/8700ce3f8abd09751f9158f730463bb97b1d1552))
|
|
11
|
+
* **login:** extend browser auth timeout to 180s and always print the login URL ([24773c1](https://github.com/capawesome-team/cli/commit/24773c1da03dcb67fe2b7093ab3f0d97eb67723d))
|
|
12
|
+
|
|
5
13
|
## [4.18.0](https://github.com/capawesome-team/cli/compare/v4.17.3...v4.18.0) (2026-08-02)
|
|
6
14
|
|
|
7
15
|
|
|
@@ -3,9 +3,9 @@ import appsService from '../../../services/apps.js';
|
|
|
3
3
|
import { withAuth } from '../../../utils/auth.js';
|
|
4
4
|
import { isInteractive } from '../../../utils/environment.js';
|
|
5
5
|
import { prompt, promptAppSelection, promptOrganizationSelection } from '../../../utils/prompt.js';
|
|
6
|
-
import { defineCommand, defineOptions } from '@robingenz/zli';
|
|
7
6
|
import consola from 'consola';
|
|
8
7
|
import { z } from 'zod';
|
|
8
|
+
import { defineCommand, defineOptions } from 'zodline';
|
|
9
9
|
export default defineCommand({
|
|
10
10
|
description: 'Create a new app automation.',
|
|
11
11
|
options: defineOptions(z.object({
|
|
@@ -2,9 +2,9 @@ import appAutomationsService from '../../../services/app-automations.js';
|
|
|
2
2
|
import { withAuth } from '../../../utils/auth.js';
|
|
3
3
|
import { isInteractive } from '../../../utils/environment.js';
|
|
4
4
|
import { prompt, promptAppSelection, promptOrganizationSelection } from '../../../utils/prompt.js';
|
|
5
|
-
import { defineCommand, defineOptions } from '@robingenz/zli';
|
|
6
5
|
import consola from 'consola';
|
|
7
6
|
import { z } from 'zod';
|
|
7
|
+
import { defineCommand, defineOptions } from 'zodline';
|
|
8
8
|
export default defineCommand({
|
|
9
9
|
description: 'Delete an app automation.',
|
|
10
10
|
options: defineOptions(z.object({
|
|
@@ -2,9 +2,9 @@ import appAutomationsService from '../../../services/app-automations.js';
|
|
|
2
2
|
import { withAuth } from '../../../utils/auth.js';
|
|
3
3
|
import { isInteractive } from '../../../utils/environment.js';
|
|
4
4
|
import { prompt, promptAppSelection, promptOrganizationSelection } from '../../../utils/prompt.js';
|
|
5
|
-
import { defineCommand, defineOptions } from '@robingenz/zli';
|
|
6
5
|
import consola from 'consola';
|
|
7
6
|
import { z } from 'zod';
|
|
7
|
+
import { defineCommand, defineOptions } from 'zodline';
|
|
8
8
|
export default defineCommand({
|
|
9
9
|
description: 'Get an existing app automation.',
|
|
10
10
|
options: defineOptions(z.object({
|
|
@@ -2,9 +2,9 @@ import appAutomationsService from '../../../services/app-automations.js';
|
|
|
2
2
|
import { withAuth } from '../../../utils/auth.js';
|
|
3
3
|
import { isInteractive } from '../../../utils/environment.js';
|
|
4
4
|
import { promptAppSelection, promptOrganizationSelection } from '../../../utils/prompt.js';
|
|
5
|
-
import { defineCommand, defineOptions } from '@robingenz/zli';
|
|
6
5
|
import consola from 'consola';
|
|
7
6
|
import { z } from 'zod';
|
|
7
|
+
import { defineCommand, defineOptions } from 'zodline';
|
|
8
8
|
export default defineCommand({
|
|
9
9
|
description: 'List all automations for an app.',
|
|
10
10
|
options: defineOptions(z.object({
|
|
@@ -2,9 +2,9 @@ import appAutomationsService from '../../../services/app-automations.js';
|
|
|
2
2
|
import { withAuth } from '../../../utils/auth.js';
|
|
3
3
|
import { isInteractive } from '../../../utils/environment.js';
|
|
4
4
|
import { prompt, promptAppSelection, promptOrganizationSelection } from '../../../utils/prompt.js';
|
|
5
|
-
import { defineCommand, defineOptions } from '@robingenz/zli';
|
|
6
5
|
import consola from 'consola';
|
|
7
6
|
import { z } from 'zod';
|
|
7
|
+
import { defineCommand, defineOptions } from 'zodline';
|
|
8
8
|
const clearableValue = (value) => (value === '' ? null : value);
|
|
9
9
|
export default defineCommand({
|
|
10
10
|
description: 'Update an existing app automation.',
|
|
@@ -3,9 +3,9 @@ import jobsService from '../../../services/jobs.js';
|
|
|
3
3
|
import { withAuth } from '../../../utils/auth.js';
|
|
4
4
|
import { isInteractive } from '../../../utils/environment.js';
|
|
5
5
|
import { prompt, promptAppSelection, promptOrganizationSelection } from '../../../utils/prompt.js';
|
|
6
|
-
import { defineCommand, defineOptions } from '@robingenz/zli';
|
|
7
6
|
import consola from 'consola';
|
|
8
7
|
import { z } from 'zod';
|
|
8
|
+
import { defineCommand, defineOptions } from 'zodline';
|
|
9
9
|
export default defineCommand({
|
|
10
10
|
description: 'Cancel an app build.',
|
|
11
11
|
options: defineOptions(z.object({
|
|
@@ -15,11 +15,11 @@ import { isDirectory, isReadable } from '../../../utils/file.js';
|
|
|
15
15
|
import { waitForJobCompletion } from '../../../utils/job.js';
|
|
16
16
|
import { prompt, promptAppSelection, promptOrganizationSelection } from '../../../utils/prompt.js';
|
|
17
17
|
import zip from '../../../utils/zip.js';
|
|
18
|
-
import { defineCommand, defineOptions } from '@robingenz/zli';
|
|
19
18
|
import consola from 'consola';
|
|
20
19
|
import fs from 'fs/promises';
|
|
21
20
|
import path from 'path';
|
|
22
21
|
import { z } from 'zod';
|
|
22
|
+
import { defineCommand, defineOptions } from 'zodline';
|
|
23
23
|
const IOS_BUILD_TYPES = ['simulator', 'development', 'ad-hoc', 'app-store', 'enterprise'];
|
|
24
24
|
const ANDROID_BUILD_TYPES = ['debug', 'release'];
|
|
25
25
|
export default defineCommand({
|
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
import appBuildsService from '../../../services/app-builds.js';
|
|
2
2
|
import { withAuth } from '../../../utils/auth.js';
|
|
3
3
|
import { prompt, promptAppSelection, promptOrganizationSelection } from '../../../utils/prompt.js';
|
|
4
|
-
import { defineCommand, defineOptions } from '@robingenz/zli';
|
|
5
4
|
import consola from 'consola';
|
|
6
5
|
import fs from 'fs/promises';
|
|
7
6
|
import path from 'path';
|
|
8
7
|
import { isInteractive } from '../../../utils/environment.js';
|
|
9
8
|
import { z } from 'zod';
|
|
9
|
+
import { defineCommand, defineOptions } from 'zodline';
|
|
10
10
|
export default defineCommand({
|
|
11
11
|
description: 'Download an app build.',
|
|
12
12
|
options: defineOptions(z.object({
|
|
@@ -3,9 +3,9 @@ import { withAuth } from '../../../utils/auth.js';
|
|
|
3
3
|
import { isInteractive } from '../../../utils/environment.js';
|
|
4
4
|
import { printJobFailureSummary } from '../../../utils/job-failure-summary.js';
|
|
5
5
|
import { prompt, promptAppSelection, promptOrganizationSelection } from '../../../utils/prompt.js';
|
|
6
|
-
import { defineCommand, defineOptions } from '@robingenz/zli';
|
|
7
6
|
import consola from 'consola';
|
|
8
7
|
import { z } from 'zod';
|
|
8
|
+
import { defineCommand, defineOptions } from 'zodline';
|
|
9
9
|
export default defineCommand({
|
|
10
10
|
description: 'Explain why an app build failed using Capawesome Cloud Assist (AI).',
|
|
11
11
|
options: defineOptions(z.object({
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import appBuildsService from '../../../services/app-builds.js';
|
|
2
2
|
import { withAuth } from '../../../utils/auth.js';
|
|
3
|
-
import { defineCommand, defineOptions } from '@robingenz/zli';
|
|
4
3
|
import consola from 'consola';
|
|
5
4
|
import { z } from 'zod';
|
|
5
|
+
import { defineCommand, defineOptions } from 'zodline';
|
|
6
6
|
export default defineCommand({
|
|
7
7
|
description: 'Get an existing app build.',
|
|
8
8
|
options: defineOptions(z.object({
|
|
@@ -2,9 +2,9 @@ import appBuildsService from '../../../services/app-builds.js';
|
|
|
2
2
|
import { withAuth } from '../../../utils/auth.js';
|
|
3
3
|
import { isInteractive } from '../../../utils/environment.js';
|
|
4
4
|
import { promptAppSelection, promptOrganizationSelection } from '../../../utils/prompt.js';
|
|
5
|
-
import { defineCommand, defineOptions } from '@robingenz/zli';
|
|
6
5
|
import consola from 'consola';
|
|
7
6
|
import { z } from 'zod';
|
|
7
|
+
import { defineCommand, defineOptions } from 'zodline';
|
|
8
8
|
export default defineCommand({
|
|
9
9
|
description: 'Retrieve a list of existing app builds.',
|
|
10
10
|
options: defineOptions(z.object({
|
|
@@ -3,10 +3,10 @@ import { unescapeAnsi } from '../../../utils/ansi.js';
|
|
|
3
3
|
import { withAuth } from '../../../utils/auth.js';
|
|
4
4
|
import { prompt, promptAppSelection, promptOrganizationSelection } from '../../../utils/prompt.js';
|
|
5
5
|
import { wait } from '../../../utils/wait.js';
|
|
6
|
-
import { defineCommand, defineOptions } from '@robingenz/zli';
|
|
7
6
|
import consola from 'consola';
|
|
8
7
|
import { isInteractive } from '../../../utils/environment.js';
|
|
9
8
|
import { z } from 'zod';
|
|
9
|
+
import { defineCommand, defineOptions } from 'zodline';
|
|
10
10
|
export default defineCommand({
|
|
11
11
|
description: 'Show logs of an app build.',
|
|
12
12
|
options: defineOptions(z.object({
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
import appBuildsService from '../../../services/app-builds.js';
|
|
2
|
+
import { defineCommand, defineOptions } from 'zodline';
|
|
2
3
|
import { bootAndroidEmulator, findAllAndroidEmulators, installAndroidApp, launchAndroidApp, } from '../../../utils/android-emulator.js';
|
|
3
4
|
import { withAuth } from '../../../utils/auth.js';
|
|
4
5
|
import { isInteractive } from '../../../utils/environment.js';
|
|
5
6
|
import { bootIosSimulator, findAllIosSimulators, installIosApp, launchIosApp, } from '../../../utils/ios-simulator.js';
|
|
6
7
|
import { prompt, promptAppSelection, promptOrganizationSelection } from '../../../utils/prompt.js';
|
|
7
8
|
import zip from '../../../utils/zip.js';
|
|
8
|
-
import { defineCommand, defineOptions } from '@robingenz/zli';
|
|
9
9
|
import consola from 'consola';
|
|
10
10
|
import fs from 'fs/promises';
|
|
11
11
|
import os from 'os';
|
|
@@ -3,9 +3,9 @@ import { getAppBuildShareUrls } from '../../../utils/app-build-shares.js';
|
|
|
3
3
|
import { withAuth } from '../../../utils/auth.js';
|
|
4
4
|
import { isInteractive } from '../../../utils/environment.js';
|
|
5
5
|
import { prompt, promptAppSelection, promptOrganizationSelection } from '../../../utils/prompt.js';
|
|
6
|
-
import { defineCommand, defineOptions } from '@robingenz/zli';
|
|
7
6
|
import consola from 'consola';
|
|
8
7
|
import { z } from 'zod';
|
|
8
|
+
import { defineCommand, defineOptions } from 'zodline';
|
|
9
9
|
export default defineCommand({
|
|
10
10
|
description: 'Create a public share link for an app build.',
|
|
11
11
|
options: defineOptions(z.object({
|
|
@@ -2,9 +2,9 @@ import appBuildsService from '../../../services/app-builds.js';
|
|
|
2
2
|
import { withAuth } from '../../../utils/auth.js';
|
|
3
3
|
import { isInteractive } from '../../../utils/environment.js';
|
|
4
4
|
import { prompt, promptAppSelection, promptOrganizationSelection } from '../../../utils/prompt.js';
|
|
5
|
-
import { defineCommand, defineOptions } from '@robingenz/zli';
|
|
6
5
|
import consola from 'consola';
|
|
7
6
|
import { z } from 'zod';
|
|
7
|
+
import { defineCommand, defineOptions } from 'zodline';
|
|
8
8
|
export default defineCommand({
|
|
9
9
|
description: 'Revoke the public share link of an app build.',
|
|
10
10
|
options: defineOptions(z.object({
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { defineCommand, defineOptions } from '@robingenz/zli';
|
|
2
1
|
import consola from 'consola';
|
|
3
2
|
import { z } from 'zod';
|
|
3
|
+
import { defineCommand, defineOptions } from 'zodline';
|
|
4
4
|
export default defineCommand({
|
|
5
5
|
description: 'Create a new app bundle. Deprecated, use the `apps:liveupdates` commands instead.',
|
|
6
6
|
options: defineOptions(z.object({
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { defineCommand, defineOptions } from '@robingenz/zli';
|
|
2
1
|
import consola from 'consola';
|
|
3
2
|
import { z } from 'zod';
|
|
3
|
+
import { defineCommand, defineOptions } from 'zodline';
|
|
4
4
|
export default defineCommand({
|
|
5
5
|
description: 'Delete an app bundle. Deprecated.',
|
|
6
6
|
options: defineOptions(z.object({
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { defineCommand, defineOptions } from '@robingenz/zli';
|
|
2
1
|
import consola from 'consola';
|
|
3
2
|
import { z } from 'zod';
|
|
3
|
+
import { defineCommand, defineOptions } from 'zodline';
|
|
4
4
|
export default defineCommand({
|
|
5
5
|
description: 'Update an app bundle. Deprecated.',
|
|
6
6
|
options: defineOptions(z.object({
|
|
@@ -5,11 +5,11 @@ import { withAuth } from '../../../utils/auth.js';
|
|
|
5
5
|
import { isInteractive } from '../../../utils/environment.js';
|
|
6
6
|
import { isReadable } from '../../../utils/file.js';
|
|
7
7
|
import { prompt, promptAppSelection, promptOrganizationSelection } from '../../../utils/prompt.js';
|
|
8
|
-
import { defineCommand, defineOptions } from '@robingenz/zli';
|
|
9
8
|
import consola from 'consola';
|
|
10
9
|
import fs from 'fs';
|
|
11
10
|
import path from 'path';
|
|
12
11
|
import { z } from 'zod';
|
|
12
|
+
import { defineCommand, defineOptions } from 'zodline';
|
|
13
13
|
export default defineCommand({
|
|
14
14
|
description: 'Create a new app certificate.',
|
|
15
15
|
options: defineOptions(z.object({
|
|
@@ -2,9 +2,9 @@ import appCertificatesService from '../../../services/app-certificates.js';
|
|
|
2
2
|
import { withAuth } from '../../../utils/auth.js';
|
|
3
3
|
import { isInteractive } from '../../../utils/environment.js';
|
|
4
4
|
import { prompt, promptAppSelection, promptOrganizationSelection } from '../../../utils/prompt.js';
|
|
5
|
-
import { defineCommand, defineOptions } from '@robingenz/zli';
|
|
6
5
|
import consola from 'consola';
|
|
7
6
|
import { z } from 'zod';
|
|
7
|
+
import { defineCommand, defineOptions } from 'zodline';
|
|
8
8
|
export default defineCommand({
|
|
9
9
|
description: 'Delete an app certificate.',
|
|
10
10
|
options: defineOptions(z.object({
|
|
@@ -2,9 +2,9 @@ import appCertificatesService from '../../../services/app-certificates.js';
|
|
|
2
2
|
import { withAuth } from '../../../utils/auth.js';
|
|
3
3
|
import { isInteractive } from '../../../utils/environment.js';
|
|
4
4
|
import { prompt, promptAppSelection, promptOrganizationSelection } from '../../../utils/prompt.js';
|
|
5
|
-
import { defineCommand, defineOptions } from '@robingenz/zli';
|
|
6
5
|
import consola from 'consola';
|
|
7
6
|
import { z } from 'zod';
|
|
7
|
+
import { defineCommand, defineOptions } from 'zodline';
|
|
8
8
|
export default defineCommand({
|
|
9
9
|
description: 'Get an existing app certificate.',
|
|
10
10
|
options: defineOptions(z.object({
|
|
@@ -2,9 +2,9 @@ import appCertificatesService from '../../../services/app-certificates.js';
|
|
|
2
2
|
import { withAuth } from '../../../utils/auth.js';
|
|
3
3
|
import { isInteractive } from '../../../utils/environment.js';
|
|
4
4
|
import { promptAppSelection, promptOrganizationSelection } from '../../../utils/prompt.js';
|
|
5
|
-
import { defineCommand, defineOptions } from '@robingenz/zli';
|
|
6
5
|
import consola from 'consola';
|
|
7
6
|
import { z } from 'zod';
|
|
7
|
+
import { defineCommand, defineOptions } from 'zodline';
|
|
8
8
|
export default defineCommand({
|
|
9
9
|
description: 'Retrieve a list of existing app certificates.',
|
|
10
10
|
options: defineOptions(z.object({
|
|
@@ -2,9 +2,9 @@ import appCertificatesService from '../../../services/app-certificates.js';
|
|
|
2
2
|
import { withAuth } from '../../../utils/auth.js';
|
|
3
3
|
import { isInteractive } from '../../../utils/environment.js';
|
|
4
4
|
import { prompt, promptAppSelection, promptOrganizationSelection } from '../../../utils/prompt.js';
|
|
5
|
-
import { defineCommand, defineOptions } from '@robingenz/zli';
|
|
6
5
|
import consola from 'consola';
|
|
7
6
|
import { z } from 'zod';
|
|
7
|
+
import { defineCommand, defineOptions } from 'zodline';
|
|
8
8
|
export default defineCommand({
|
|
9
9
|
description: 'Update an existing app certificate.',
|
|
10
10
|
options: defineOptions(z.object({
|
|
@@ -3,9 +3,9 @@ import { withAuth } from '../../../utils/auth.js';
|
|
|
3
3
|
import { isInteractive } from '../../../utils/environment.js';
|
|
4
4
|
import { getMessageFromUnknownError } from '../../../utils/error.js';
|
|
5
5
|
import { prompt, promptAppSelection, promptOrganizationSelection } from '../../../utils/prompt.js';
|
|
6
|
-
import { defineCommand, defineOptions } from '@robingenz/zli';
|
|
7
6
|
import consola from 'consola';
|
|
8
7
|
import { z } from 'zod';
|
|
8
|
+
import { defineCommand, defineOptions } from 'zodline';
|
|
9
9
|
export default defineCommand({
|
|
10
10
|
description: 'Create a new app channel.',
|
|
11
11
|
options: defineOptions(z.object({
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import appChannelsService from '../../../services/app-channels.js';
|
|
2
2
|
import { withAuth } from '../../../utils/auth.js';
|
|
3
3
|
import { prompt, promptAppSelection, promptOrganizationSelection } from '../../../utils/prompt.js';
|
|
4
|
-
import { defineCommand, defineOptions } from '@robingenz/zli';
|
|
5
4
|
import consola from 'consola';
|
|
6
5
|
import { isInteractive } from '../../../utils/environment.js';
|
|
7
6
|
import { z } from 'zod';
|
|
7
|
+
import { defineCommand, defineOptions } from 'zodline';
|
|
8
8
|
export default defineCommand({
|
|
9
9
|
description: 'Delete an app channel.',
|
|
10
10
|
options: defineOptions(z.object({
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import appChannelsService from '../../../services/app-channels.js';
|
|
2
2
|
import { withAuth } from '../../../utils/auth.js';
|
|
3
|
-
import { defineCommand, defineOptions } from '@robingenz/zli';
|
|
4
3
|
import consola from 'consola';
|
|
5
4
|
import { z } from 'zod';
|
|
5
|
+
import { defineCommand, defineOptions } from 'zodline';
|
|
6
6
|
export default defineCommand({
|
|
7
7
|
description: 'Get an existing app channel.',
|
|
8
8
|
options: defineOptions(z.object({
|
|
@@ -2,9 +2,9 @@ import appChannelsService from '../../../services/app-channels.js';
|
|
|
2
2
|
import { withAuth } from '../../../utils/auth.js';
|
|
3
3
|
import { isInteractive } from '../../../utils/environment.js';
|
|
4
4
|
import { promptAppSelection, promptOrganizationSelection } from '../../../utils/prompt.js';
|
|
5
|
-
import { defineCommand, defineOptions } from '@robingenz/zli';
|
|
6
5
|
import consola from 'consola';
|
|
7
6
|
import { z } from 'zod';
|
|
7
|
+
import { defineCommand, defineOptions } from 'zodline';
|
|
8
8
|
export default defineCommand({
|
|
9
9
|
description: 'Retrieve a list of existing app channels.',
|
|
10
10
|
options: defineOptions(z.object({
|
|
@@ -2,9 +2,9 @@ import appChannelsService from '../../../services/app-channels.js';
|
|
|
2
2
|
import { withAuth } from '../../../utils/auth.js';
|
|
3
3
|
import { isInteractive } from '../../../utils/environment.js';
|
|
4
4
|
import { prompt, promptAppSelection, promptOrganizationSelection } from '../../../utils/prompt.js';
|
|
5
|
-
import { defineCommand, defineOptions } from '@robingenz/zli';
|
|
6
5
|
import consola from 'consola';
|
|
7
6
|
import { z } from 'zod';
|
|
7
|
+
import { defineCommand, defineOptions } from 'zodline';
|
|
8
8
|
export default defineCommand({
|
|
9
9
|
description: 'Pause an app channel.',
|
|
10
10
|
options: defineOptions(z.object({
|
|
@@ -2,9 +2,9 @@ import appChannelsService from '../../../services/app-channels.js';
|
|
|
2
2
|
import { withAuth } from '../../../utils/auth.js';
|
|
3
3
|
import { isInteractive } from '../../../utils/environment.js';
|
|
4
4
|
import { prompt, promptAppSelection, promptOrganizationSelection } from '../../../utils/prompt.js';
|
|
5
|
-
import { defineCommand, defineOptions } from '@robingenz/zli';
|
|
6
5
|
import consola from 'consola';
|
|
7
6
|
import { z } from 'zod';
|
|
7
|
+
import { defineCommand, defineOptions } from 'zodline';
|
|
8
8
|
export default defineCommand({
|
|
9
9
|
description: 'Resume an app channel.',
|
|
10
10
|
options: defineOptions(z.object({
|
|
@@ -2,9 +2,9 @@ import appChannelsService from '../../../services/app-channels.js';
|
|
|
2
2
|
import { withAuth } from '../../../utils/auth.js';
|
|
3
3
|
import { isInteractive } from '../../../utils/environment.js';
|
|
4
4
|
import { prompt, promptAppSelection, promptOrganizationSelection } from '../../../utils/prompt.js';
|
|
5
|
-
import { defineCommand, defineOptions } from '@robingenz/zli';
|
|
6
5
|
import consola from 'consola';
|
|
7
6
|
import { z } from 'zod';
|
|
7
|
+
import { defineCommand, defineOptions } from 'zodline';
|
|
8
8
|
export default defineCommand({
|
|
9
9
|
description: 'Update an existing app channel.',
|
|
10
10
|
options: defineOptions(z.object({
|
|
@@ -2,9 +2,9 @@ import appConfigurationsService from '../../../services/app-configurations.js';
|
|
|
2
2
|
import { withAuth } from '../../../utils/auth.js';
|
|
3
3
|
import { isInteractive } from '../../../utils/environment.js';
|
|
4
4
|
import { prompt, promptAppSelection, promptOrganizationSelection } from '../../../utils/prompt.js';
|
|
5
|
-
import { defineCommand, defineOptions } from '@robingenz/zli';
|
|
6
5
|
import consola from 'consola';
|
|
7
6
|
import { z } from 'zod';
|
|
7
|
+
import { defineCommand, defineOptions } from 'zodline';
|
|
8
8
|
export default defineCommand({
|
|
9
9
|
description: 'Create a new native configuration.',
|
|
10
10
|
options: defineOptions(z.object({
|
|
@@ -2,9 +2,9 @@ import appConfigurationsService from '../../../services/app-configurations.js';
|
|
|
2
2
|
import { withAuth } from '../../../utils/auth.js';
|
|
3
3
|
import { isInteractive } from '../../../utils/environment.js';
|
|
4
4
|
import { prompt, promptAppSelection, promptOrganizationSelection } from '../../../utils/prompt.js';
|
|
5
|
-
import { defineCommand, defineOptions } from '@robingenz/zli';
|
|
6
5
|
import consola from 'consola';
|
|
7
6
|
import { z } from 'zod';
|
|
7
|
+
import { defineCommand, defineOptions } from 'zodline';
|
|
8
8
|
export default defineCommand({
|
|
9
9
|
description: 'Delete a native configuration.',
|
|
10
10
|
options: defineOptions(z.object({
|
|
@@ -2,9 +2,9 @@ import appConfigurationsService from '../../../services/app-configurations.js';
|
|
|
2
2
|
import { withAuth } from '../../../utils/auth.js';
|
|
3
3
|
import { isInteractive } from '../../../utils/environment.js';
|
|
4
4
|
import { prompt, promptAppSelection, promptOrganizationSelection } from '../../../utils/prompt.js';
|
|
5
|
-
import { defineCommand, defineOptions } from '@robingenz/zli';
|
|
6
5
|
import consola from 'consola';
|
|
7
6
|
import { z } from 'zod';
|
|
7
|
+
import { defineCommand, defineOptions } from 'zodline';
|
|
8
8
|
export default defineCommand({
|
|
9
9
|
description: 'Get an existing native configuration.',
|
|
10
10
|
options: defineOptions(z.object({
|
|
@@ -2,9 +2,9 @@ import appConfigurationsService from '../../../services/app-configurations.js';
|
|
|
2
2
|
import { withAuth } from '../../../utils/auth.js';
|
|
3
3
|
import { isInteractive } from '../../../utils/environment.js';
|
|
4
4
|
import { promptAppSelection, promptOrganizationSelection } from '../../../utils/prompt.js';
|
|
5
|
-
import { defineCommand, defineOptions } from '@robingenz/zli';
|
|
6
5
|
import consola from 'consola';
|
|
7
6
|
import { z } from 'zod';
|
|
7
|
+
import { defineCommand, defineOptions } from 'zodline';
|
|
8
8
|
export default defineCommand({
|
|
9
9
|
description: 'List all native configurations for an app.',
|
|
10
10
|
options: defineOptions(z.object({
|
|
@@ -2,9 +2,9 @@ import appConfigurationsService from '../../../services/app-configurations.js';
|
|
|
2
2
|
import { withAuth } from '../../../utils/auth.js';
|
|
3
3
|
import { isInteractive } from '../../../utils/environment.js';
|
|
4
4
|
import { prompt, promptAppSelection, promptOrganizationSelection } from '../../../utils/prompt.js';
|
|
5
|
-
import { defineCommand, defineOptions } from '@robingenz/zli';
|
|
6
5
|
import consola from 'consola';
|
|
7
6
|
import { z } from 'zod';
|
|
7
|
+
import { defineCommand, defineOptions } from 'zodline';
|
|
8
8
|
export default defineCommand({
|
|
9
9
|
description: 'Update an existing native configuration.',
|
|
10
10
|
options: defineOptions(z.object({
|
|
@@ -3,9 +3,9 @@ import appsService from '../../services/apps.js';
|
|
|
3
3
|
import { withAuth } from '../../utils/auth.js';
|
|
4
4
|
import { isInteractive } from '../../utils/environment.js';
|
|
5
5
|
import { prompt, promptOrganizationSelection } from '../../utils/prompt.js';
|
|
6
|
-
import { defineCommand, defineOptions } from '@robingenz/zli';
|
|
7
6
|
import consola from 'consola';
|
|
8
7
|
import { z } from 'zod';
|
|
8
|
+
import { defineCommand, defineOptions } from 'zodline';
|
|
9
9
|
export default defineCommand({
|
|
10
10
|
description: 'Create a new app.',
|
|
11
11
|
options: defineOptions(z.object({
|
|
@@ -2,9 +2,9 @@ import appsService from '../../services/apps.js';
|
|
|
2
2
|
import { withAuth } from '../../utils/auth.js';
|
|
3
3
|
import { isInteractive } from '../../utils/environment.js';
|
|
4
4
|
import { prompt, promptAppSelection, promptOrganizationSelection } from '../../utils/prompt.js';
|
|
5
|
-
import { defineCommand, defineOptions } from '@robingenz/zli';
|
|
6
5
|
import consola from 'consola';
|
|
7
6
|
import { z } from 'zod';
|
|
7
|
+
import { defineCommand, defineOptions } from 'zodline';
|
|
8
8
|
export default defineCommand({
|
|
9
9
|
description: 'Delete an app.',
|
|
10
10
|
options: defineOptions(z.object({
|
|
@@ -3,9 +3,9 @@ import jobsService from '../../../services/jobs.js';
|
|
|
3
3
|
import { withAuth } from '../../../utils/auth.js';
|
|
4
4
|
import { isInteractive } from '../../../utils/environment.js';
|
|
5
5
|
import { prompt, promptAppSelection, promptOrganizationSelection } from '../../../utils/prompt.js';
|
|
6
|
-
import { defineCommand, defineOptions } from '@robingenz/zli';
|
|
7
6
|
import consola from 'consola';
|
|
8
7
|
import { z } from 'zod';
|
|
8
|
+
import { defineCommand, defineOptions } from 'zodline';
|
|
9
9
|
export default defineCommand({
|
|
10
10
|
description: 'Cancel an ongoing app deployment.',
|
|
11
11
|
options: defineOptions(z.object({
|
|
@@ -7,9 +7,9 @@ import { isInteractive } from '../../../utils/environment.js';
|
|
|
7
7
|
import { offerJobFailureSummary } from '../../../utils/job-failure-summary.js';
|
|
8
8
|
import { waitForJobCompletion } from '../../../utils/job.js';
|
|
9
9
|
import { prompt, promptAppSelection, promptOrganizationSelection } from '../../../utils/prompt.js';
|
|
10
|
-
import { defineCommand, defineOptions } from '@robingenz/zli';
|
|
11
10
|
import consola from 'consola';
|
|
12
11
|
import { z } from 'zod';
|
|
12
|
+
import { defineCommand, defineOptions } from 'zodline';
|
|
13
13
|
export default defineCommand({
|
|
14
14
|
description: 'Create a new app deployment on Capawesome Cloud.',
|
|
15
15
|
options: defineOptions(z.object({
|
|
@@ -3,9 +3,9 @@ import { withAuth } from '../../../utils/auth.js';
|
|
|
3
3
|
import { isInteractive } from '../../../utils/environment.js';
|
|
4
4
|
import { printJobFailureSummary } from '../../../utils/job-failure-summary.js';
|
|
5
5
|
import { prompt, promptAppSelection, promptOrganizationSelection } from '../../../utils/prompt.js';
|
|
6
|
-
import { defineCommand, defineOptions } from '@robingenz/zli';
|
|
7
6
|
import consola from 'consola';
|
|
8
7
|
import { z } from 'zod';
|
|
8
|
+
import { defineCommand, defineOptions } from 'zodline';
|
|
9
9
|
export default defineCommand({
|
|
10
10
|
description: 'Explain why an app deployment failed using Capawesome Cloud Assist (AI).',
|
|
11
11
|
options: defineOptions(z.object({
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import appDeploymentsService from '../../../services/app-deployments.js';
|
|
2
2
|
import { withAuth } from '../../../utils/auth.js';
|
|
3
|
-
import { defineCommand, defineOptions } from '@robingenz/zli';
|
|
4
3
|
import consola from 'consola';
|
|
5
4
|
import { z } from 'zod';
|
|
5
|
+
import { defineCommand, defineOptions } from 'zodline';
|
|
6
6
|
export default defineCommand({
|
|
7
7
|
description: 'Get an existing app deployment.',
|
|
8
8
|
options: defineOptions(z.object({
|
|
@@ -2,9 +2,9 @@ import appDeploymentsService from '../../../services/app-deployments.js';
|
|
|
2
2
|
import { withAuth } from '../../../utils/auth.js';
|
|
3
3
|
import { isInteractive } from '../../../utils/environment.js';
|
|
4
4
|
import { promptAppSelection, promptOrganizationSelection } from '../../../utils/prompt.js';
|
|
5
|
-
import { defineCommand, defineOptions } from '@robingenz/zli';
|
|
6
5
|
import consola from 'consola';
|
|
7
6
|
import { z } from 'zod';
|
|
7
|
+
import { defineCommand, defineOptions } from 'zodline';
|
|
8
8
|
export default defineCommand({
|
|
9
9
|
description: 'Retrieve a list of existing app deployments.',
|
|
10
10
|
options: defineOptions(z.object({
|
|
@@ -3,10 +3,10 @@ import { unescapeAnsi } from '../../../utils/ansi.js';
|
|
|
3
3
|
import { withAuth } from '../../../utils/auth.js';
|
|
4
4
|
import { prompt, promptAppSelection, promptOrganizationSelection } from '../../../utils/prompt.js';
|
|
5
5
|
import { wait } from '../../../utils/wait.js';
|
|
6
|
-
import { defineCommand, defineOptions } from '@robingenz/zli';
|
|
7
6
|
import consola from 'consola';
|
|
8
7
|
import { isInteractive } from '../../../utils/environment.js';
|
|
9
8
|
import { z } from 'zod';
|
|
9
|
+
import { defineCommand, defineOptions } from 'zodline';
|
|
10
10
|
export default defineCommand({
|
|
11
11
|
description: 'View the deployment logs of an app.',
|
|
12
12
|
options: defineOptions(z.object({
|
|
@@ -6,11 +6,11 @@ import { withAuth } from '../../../utils/auth.js';
|
|
|
6
6
|
import { isInteractive } from '../../../utils/environment.js';
|
|
7
7
|
import { isReadable } from '../../../utils/file.js';
|
|
8
8
|
import { prompt, promptAppSelection, promptOrganizationSelection } from '../../../utils/prompt.js';
|
|
9
|
-
import { defineCommand, defineOptions } from '@robingenz/zli';
|
|
10
9
|
import consola from 'consola';
|
|
11
10
|
import fs from 'fs';
|
|
12
11
|
import path from 'path';
|
|
13
12
|
import { z } from 'zod';
|
|
13
|
+
import { defineCommand, defineOptions } from 'zodline';
|
|
14
14
|
export default defineCommand({
|
|
15
15
|
description: 'Create a new app destination.',
|
|
16
16
|
options: defineOptions(z.object({
|
|
@@ -2,9 +2,9 @@ import appDestinationsService from '../../../services/app-destinations.js';
|
|
|
2
2
|
import { withAuth } from '../../../utils/auth.js';
|
|
3
3
|
import { isInteractive } from '../../../utils/environment.js';
|
|
4
4
|
import { prompt, promptAppSelection, promptOrganizationSelection } from '../../../utils/prompt.js';
|
|
5
|
-
import { defineCommand, defineOptions } from '@robingenz/zli';
|
|
6
5
|
import consola from 'consola';
|
|
7
6
|
import { z } from 'zod';
|
|
7
|
+
import { defineCommand, defineOptions } from 'zodline';
|
|
8
8
|
export default defineCommand({
|
|
9
9
|
description: 'Delete an app destination.',
|
|
10
10
|
options: defineOptions(z.object({
|
|
@@ -2,9 +2,9 @@ import appDestinationsService from '../../../services/app-destinations.js';
|
|
|
2
2
|
import { withAuth } from '../../../utils/auth.js';
|
|
3
3
|
import { isInteractive } from '../../../utils/environment.js';
|
|
4
4
|
import { prompt, promptAppSelection, promptOrganizationSelection } from '../../../utils/prompt.js';
|
|
5
|
-
import { defineCommand, defineOptions } from '@robingenz/zli';
|
|
6
5
|
import consola from 'consola';
|
|
7
6
|
import { z } from 'zod';
|
|
7
|
+
import { defineCommand, defineOptions } from 'zodline';
|
|
8
8
|
export default defineCommand({
|
|
9
9
|
description: 'Get an existing app destination.',
|
|
10
10
|
options: defineOptions(z.object({
|
|
@@ -2,9 +2,9 @@ import appDestinationsService from '../../../services/app-destinations.js';
|
|
|
2
2
|
import { withAuth } from '../../../utils/auth.js';
|
|
3
3
|
import { isInteractive } from '../../../utils/environment.js';
|
|
4
4
|
import { promptAppSelection, promptOrganizationSelection } from '../../../utils/prompt.js';
|
|
5
|
-
import { defineCommand, defineOptions } from '@robingenz/zli';
|
|
6
5
|
import consola from 'consola';
|
|
7
6
|
import { z } from 'zod';
|
|
7
|
+
import { defineCommand, defineOptions } from 'zodline';
|
|
8
8
|
export default defineCommand({
|
|
9
9
|
description: 'Retrieve a list of existing app destinations.',
|
|
10
10
|
options: defineOptions(z.object({
|
|
@@ -2,9 +2,9 @@ import appDestinationsService from '../../../services/app-destinations.js';
|
|
|
2
2
|
import { withAuth } from '../../../utils/auth.js';
|
|
3
3
|
import { isInteractive } from '../../../utils/environment.js';
|
|
4
4
|
import { prompt, promptAppSelection, promptOrganizationSelection } from '../../../utils/prompt.js';
|
|
5
|
-
import { defineCommand, defineOptions } from '@robingenz/zli';
|
|
6
5
|
import consola from 'consola';
|
|
7
6
|
import { z } from 'zod';
|
|
7
|
+
import { defineCommand, defineOptions } from 'zodline';
|
|
8
8
|
export default defineCommand({
|
|
9
9
|
description: 'Update an existing app destination.',
|
|
10
10
|
options: defineOptions(z.object({
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import appDevicesService from '../../../services/app-devices.js';
|
|
2
2
|
import { withAuth } from '../../../utils/auth.js';
|
|
3
3
|
import { prompt, promptAppSelection, promptOrganizationSelection } from '../../../utils/prompt.js';
|
|
4
|
-
import { defineCommand, defineOptions } from '@robingenz/zli';
|
|
5
4
|
import consola from 'consola';
|
|
6
5
|
import { isInteractive } from '../../../utils/environment.js';
|
|
7
6
|
import { z } from 'zod';
|
|
7
|
+
import { defineCommand, defineOptions } from 'zodline';
|
|
8
8
|
export default defineCommand({
|
|
9
9
|
description: 'Delete an app device.',
|
|
10
10
|
options: defineOptions(z.object({
|
|
@@ -3,9 +3,9 @@ import appDevicesService from '../../../services/app-devices.js';
|
|
|
3
3
|
import { withAuth } from '../../../utils/auth.js';
|
|
4
4
|
import { isInteractive } from '../../../utils/environment.js';
|
|
5
5
|
import { prompt, promptAppSelection, promptOrganizationSelection } from '../../../utils/prompt.js';
|
|
6
|
-
import { defineCommand, defineOptions } from '@robingenz/zli';
|
|
7
6
|
import consola from 'consola';
|
|
8
7
|
import { z } from 'zod';
|
|
8
|
+
import { defineCommand, defineOptions } from 'zodline';
|
|
9
9
|
export default defineCommand({
|
|
10
10
|
description: 'Force a device to use a specific channel.',
|
|
11
11
|
options: defineOptions(z.object({
|
|
@@ -2,10 +2,10 @@ import appDevicesService from '../../../services/app-devices.js';
|
|
|
2
2
|
import { withAuth } from '../../../utils/auth.js';
|
|
3
3
|
import { isInteractive } from '../../../utils/environment.js';
|
|
4
4
|
import { prompt, promptAppSelection, promptOrganizationSelection } from '../../../utils/prompt.js';
|
|
5
|
-
import { defineCommand, defineOptions } from '@robingenz/zli';
|
|
6
5
|
import { AxiosError } from 'axios';
|
|
7
6
|
import consola from 'consola';
|
|
8
7
|
import { z } from 'zod';
|
|
8
|
+
import { defineCommand, defineOptions } from 'zodline';
|
|
9
9
|
export default defineCommand({
|
|
10
10
|
description: 'Check whether a device would receive a live update.',
|
|
11
11
|
options: defineOptions(z.object({
|
|
@@ -2,9 +2,9 @@ import appDevicesService from '../../../services/app-devices.js';
|
|
|
2
2
|
import { withAuth } from '../../../utils/auth.js';
|
|
3
3
|
import { isInteractive } from '../../../utils/environment.js';
|
|
4
4
|
import { prompt, promptAppSelection, promptOrganizationSelection } from '../../../utils/prompt.js';
|
|
5
|
-
import { defineCommand, defineOptions } from '@robingenz/zli';
|
|
6
5
|
import consola from 'consola';
|
|
7
6
|
import { z } from 'zod';
|
|
7
|
+
import { defineCommand, defineOptions } from 'zodline';
|
|
8
8
|
export default defineCommand({
|
|
9
9
|
description: 'Remove the forced channel from a device.',
|
|
10
10
|
options: defineOptions(z.object({
|
|
@@ -2,9 +2,9 @@ import appEnvironmentsService from '../../../services/app-environments.js';
|
|
|
2
2
|
import { withAuth } from '../../../utils/auth.js';
|
|
3
3
|
import { isInteractive } from '../../../utils/environment.js';
|
|
4
4
|
import { prompt, promptAppSelection, promptOrganizationSelection } from '../../../utils/prompt.js';
|
|
5
|
-
import { defineCommand, defineOptions } from '@robingenz/zli';
|
|
6
5
|
import consola from 'consola';
|
|
7
6
|
import { z } from 'zod';
|
|
7
|
+
import { defineCommand, defineOptions } from 'zodline';
|
|
8
8
|
export default defineCommand({
|
|
9
9
|
description: 'Create a new environment.',
|
|
10
10
|
options: defineOptions(z.object({
|
|
@@ -2,9 +2,9 @@ import appEnvironmentsService from '../../../services/app-environments.js';
|
|
|
2
2
|
import { withAuth } from '../../../utils/auth.js';
|
|
3
3
|
import { isInteractive } from '../../../utils/environment.js';
|
|
4
4
|
import { prompt, promptAppSelection, promptOrganizationSelection } from '../../../utils/prompt.js';
|
|
5
|
-
import { defineCommand, defineOptions } from '@robingenz/zli';
|
|
6
5
|
import consola from 'consola';
|
|
7
6
|
import { z } from 'zod';
|
|
7
|
+
import { defineCommand, defineOptions } from 'zodline';
|
|
8
8
|
export default defineCommand({
|
|
9
9
|
description: 'Delete an environment.',
|
|
10
10
|
options: defineOptions(z.object({
|
|
@@ -2,9 +2,9 @@ import appEnvironmentsService from '../../../services/app-environments.js';
|
|
|
2
2
|
import { withAuth } from '../../../utils/auth.js';
|
|
3
3
|
import { isInteractive } from '../../../utils/environment.js';
|
|
4
4
|
import { prompt, promptAppSelection, promptOrganizationSelection } from '../../../utils/prompt.js';
|
|
5
|
-
import { defineCommand, defineOptions } from '@robingenz/zli';
|
|
6
5
|
import consola from 'consola';
|
|
7
6
|
import { z } from 'zod';
|
|
7
|
+
import { defineCommand, defineOptions } from 'zodline';
|
|
8
8
|
export default defineCommand({
|
|
9
9
|
description: 'Get an existing environment.',
|
|
10
10
|
options: defineOptions(z.object({
|
|
@@ -2,9 +2,9 @@ import appEnvironmentsService from '../../../services/app-environments.js';
|
|
|
2
2
|
import { withAuth } from '../../../utils/auth.js';
|
|
3
3
|
import { isInteractive } from '../../../utils/environment.js';
|
|
4
4
|
import { promptAppSelection, promptOrganizationSelection } from '../../../utils/prompt.js';
|
|
5
|
-
import { defineCommand, defineOptions } from '@robingenz/zli';
|
|
6
5
|
import consola from 'consola';
|
|
7
6
|
import { z } from 'zod';
|
|
7
|
+
import { defineCommand, defineOptions } from 'zodline';
|
|
8
8
|
export default defineCommand({
|
|
9
9
|
description: 'List all environments for an app.',
|
|
10
10
|
options: defineOptions(z.object({
|
|
@@ -4,10 +4,10 @@ import { withAuth } from '../../../utils/auth.js';
|
|
|
4
4
|
import { isInteractive } from '../../../utils/environment.js';
|
|
5
5
|
import { isReadable } from '../../../utils/file.js';
|
|
6
6
|
import { prompt, promptAppSelection, promptOrganizationSelection } from '../../../utils/prompt.js';
|
|
7
|
-
import { defineCommand, defineOptions } from '@robingenz/zli';
|
|
8
7
|
import consola from 'consola';
|
|
9
8
|
import fs from 'fs';
|
|
10
9
|
import { z } from 'zod';
|
|
10
|
+
import { defineCommand, defineOptions } from 'zodline';
|
|
11
11
|
export default defineCommand({
|
|
12
12
|
description: 'Set environment variables and secrets.',
|
|
13
13
|
options: defineOptions(z.object({
|
|
@@ -2,9 +2,9 @@ import appEnvironmentsService from '../../../services/app-environments.js';
|
|
|
2
2
|
import { withAuth } from '../../../utils/auth.js';
|
|
3
3
|
import { isInteractive } from '../../../utils/environment.js';
|
|
4
4
|
import { prompt, promptAppSelection, promptOrganizationSelection } from '../../../utils/prompt.js';
|
|
5
|
-
import { defineCommand, defineOptions } from '@robingenz/zli';
|
|
6
5
|
import consola from 'consola';
|
|
7
6
|
import { z } from 'zod';
|
|
7
|
+
import { defineCommand, defineOptions } from 'zodline';
|
|
8
8
|
export default defineCommand({
|
|
9
9
|
description: 'Unset environment variables and secrets.',
|
|
10
10
|
options: defineOptions(z.object({
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import appsService from '../../services/apps.js';
|
|
2
2
|
import { withAuth } from '../../utils/auth.js';
|
|
3
|
-
import { defineCommand, defineOptions } from '@robingenz/zli';
|
|
4
3
|
import consola from 'consola';
|
|
5
4
|
import { z } from 'zod';
|
|
5
|
+
import { defineCommand, defineOptions } from 'zodline';
|
|
6
6
|
export default defineCommand({
|
|
7
7
|
description: 'Get an existing app.',
|
|
8
8
|
options: defineOptions(z.object({
|
|
@@ -3,9 +3,9 @@ import { withAuth } from '../../utils/auth.js';
|
|
|
3
3
|
import { isInteractive } from '../../utils/environment.js';
|
|
4
4
|
import { getGitRemoteInfo } from '../../utils/git.js';
|
|
5
5
|
import { promptAppSelection, promptOrganizationSelection } from '../../utils/prompt.js';
|
|
6
|
-
import { defineCommand, defineOptions } from '@robingenz/zli';
|
|
7
6
|
import consola from 'consola';
|
|
8
7
|
import { z } from 'zod';
|
|
8
|
+
import { defineCommand, defineOptions } from 'zodline';
|
|
9
9
|
export default defineCommand({
|
|
10
10
|
description: 'Connect a git repository to an app.',
|
|
11
11
|
options: defineOptions(z.object({
|
|
@@ -2,9 +2,9 @@ import appsService from '../../services/apps.js';
|
|
|
2
2
|
import { withAuth } from '../../utils/auth.js';
|
|
3
3
|
import { isInteractive } from '../../utils/environment.js';
|
|
4
4
|
import { promptOrganizationSelection } from '../../utils/prompt.js';
|
|
5
|
-
import { defineCommand, defineOptions } from '@robingenz/zli';
|
|
6
5
|
import consola from 'consola';
|
|
7
6
|
import { z } from 'zod';
|
|
7
|
+
import { defineCommand, defineOptions } from 'zodline';
|
|
8
8
|
export default defineCommand({
|
|
9
9
|
description: 'Retrieve a list of existing apps.',
|
|
10
10
|
options: defineOptions(z.object({
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import { isInteractive } from '../../../utils/environment.js';
|
|
2
|
+
import { defineCommand, defineOptions } from 'zodline';
|
|
2
3
|
import { directoryContainsSourceMaps, directoryContainsSymlinks, isDirectory, isReadable, pathExists, } from '../../../utils/file.js';
|
|
3
4
|
import { generateManifestJson } from '../../../utils/manifest.js';
|
|
4
5
|
import { prompt } from '../../../utils/prompt.js';
|
|
5
6
|
import zip from '../../../utils/zip.js';
|
|
6
|
-
import { defineCommand, defineOptions } from '@robingenz/zli';
|
|
7
7
|
import consola from 'consola';
|
|
8
8
|
import fs from 'fs';
|
|
9
9
|
import pathModule from 'path';
|
|
@@ -12,11 +12,11 @@ import { isReadable } from '../../../utils/file.js';
|
|
|
12
12
|
import { waitForJobCompletion } from '../../../utils/job.js';
|
|
13
13
|
import { prompt, promptAppSelection, promptOrganizationSelection } from '../../../utils/prompt.js';
|
|
14
14
|
import zip from '../../../utils/zip.js';
|
|
15
|
-
import { defineCommand, defineOptions } from '@robingenz/zli';
|
|
16
15
|
import consola from 'consola';
|
|
17
16
|
import fs from 'fs/promises';
|
|
18
17
|
import path from 'path';
|
|
19
18
|
import { z } from 'zod';
|
|
19
|
+
import { defineCommand, defineOptions } from 'zodline';
|
|
20
20
|
export default defineCommand({
|
|
21
21
|
description: 'Create a new live update by building and deploying web assets using Capawesome Cloud Runners.',
|
|
22
22
|
options: defineOptions(z.object({
|
|
@@ -2,9 +2,9 @@ import { isInteractive } from '../../../utils/environment.js';
|
|
|
2
2
|
import { directoryContainsSourceMaps, directoryContainsSymlinks, isReadable, isDirectory } from '../../../utils/file.js';
|
|
3
3
|
import { generateManifestJson } from '../../../utils/manifest.js';
|
|
4
4
|
import { prompt } from '../../../utils/prompt.js';
|
|
5
|
-
import { defineCommand, defineOptions } from '@robingenz/zli';
|
|
6
5
|
import consola from 'consola';
|
|
7
6
|
import { z } from 'zod';
|
|
7
|
+
import { defineCommand, defineOptions } from 'zodline';
|
|
8
8
|
export default defineCommand({
|
|
9
9
|
description: 'Generate a manifest file.',
|
|
10
10
|
options: defineOptions(z.object({
|
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
import { defineCommand, defineOptions } from '@robingenz/zli';
|
|
2
1
|
import consola from 'consola';
|
|
3
2
|
import { promises as fs } from 'fs';
|
|
4
3
|
import pathModule from 'path';
|
|
5
4
|
import { z } from 'zod';
|
|
6
5
|
import { isInteractive } from '../../../utils/environment.js';
|
|
7
6
|
import { prompt } from '../../../utils/prompt.js';
|
|
7
|
+
import { defineCommand, defineOptions } from 'zodline';
|
|
8
8
|
const APP_TYPES = ['capacitor', 'cordova'];
|
|
9
9
|
export default defineCommand({
|
|
10
10
|
description: 'Generate a new code signing key pair for Live Updates.',
|
|
@@ -11,9 +11,9 @@ import { formatPrivateKey } from '../../../utils/private-key.js';
|
|
|
11
11
|
import { prompt, promptAppSelection, promptOrganizationSelection } from '../../../utils/prompt.js';
|
|
12
12
|
import { createSignature } from '../../../utils/signature.js';
|
|
13
13
|
import zip from '../../../utils/zip.js';
|
|
14
|
-
import { defineCommand, defineOptions } from '@robingenz/zli';
|
|
15
14
|
import consola from 'consola';
|
|
16
15
|
import { z } from 'zod';
|
|
16
|
+
import { defineCommand, defineOptions } from 'zodline';
|
|
17
17
|
export default defineCommand({
|
|
18
18
|
description: 'Register a self-hosted bundle URL for serving artifacts from your own infrastructure.',
|
|
19
19
|
options: defineOptions(z.object({
|
|
@@ -5,9 +5,9 @@ import { withAuth } from '../../../utils/auth.js';
|
|
|
5
5
|
import { isInteractive } from '../../../utils/environment.js';
|
|
6
6
|
import { prompt, promptAppSelection, promptOrganizationSelection } from '../../../utils/prompt.js';
|
|
7
7
|
import { formatTimeAgo } from '../../../utils/time-format.js';
|
|
8
|
-
import { defineCommand, defineOptions } from '@robingenz/zli';
|
|
9
8
|
import consola from 'consola';
|
|
10
9
|
import { z } from 'zod';
|
|
10
|
+
import { defineCommand, defineOptions } from 'zodline';
|
|
11
11
|
export default defineCommand({
|
|
12
12
|
description: 'Rollback the active build in a channel to a previous build.',
|
|
13
13
|
options: defineOptions(z.object({
|
|
@@ -4,9 +4,9 @@ import appDeploymentsService from '../../../services/app-deployments.js';
|
|
|
4
4
|
import { withAuth } from '../../../utils/auth.js';
|
|
5
5
|
import { isInteractive } from '../../../utils/environment.js';
|
|
6
6
|
import { prompt, promptAppSelection, promptOrganizationSelection } from '../../../utils/prompt.js';
|
|
7
|
-
import { defineCommand, defineOptions } from '@robingenz/zli';
|
|
8
7
|
import consola from 'consola';
|
|
9
8
|
import { z } from 'zod';
|
|
9
|
+
import { defineCommand, defineOptions } from 'zodline';
|
|
10
10
|
export default defineCommand({
|
|
11
11
|
description: 'Update the rollout percentage of the active build in a channel.',
|
|
12
12
|
options: defineOptions(z.object({
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import appBuildsService from '../../../services/app-builds.js';
|
|
2
2
|
import { withAuth } from '../../../utils/auth.js';
|
|
3
3
|
import { isInteractive } from '../../../utils/environment.js';
|
|
4
|
-
import { defineCommand, defineOptions } from '@robingenz/zli';
|
|
5
4
|
import consola from 'consola';
|
|
6
5
|
import { z } from 'zod';
|
|
6
|
+
import { defineCommand, defineOptions } from 'zodline';
|
|
7
7
|
export default defineCommand({
|
|
8
8
|
description: 'Set native version constraints on a web build.',
|
|
9
9
|
options: defineOptions(z.object({
|
|
@@ -4,6 +4,7 @@ import appBundlesService from '../../../services/app-bundles.js';
|
|
|
4
4
|
import appsService from '../../../services/apps.js';
|
|
5
5
|
import { withAuth } from '../../../utils/auth.js';
|
|
6
6
|
import { parseCustomProperties } from '../../../utils/custom-properties.js';
|
|
7
|
+
import { defineCommand, defineOptions } from 'zodline';
|
|
7
8
|
import { createBufferFromPath, createBufferFromReadStream, createBufferFromString, isPrivateKeyContent, } from '../../../utils/buffer.js';
|
|
8
9
|
import { isInteractive } from '../../../utils/environment.js';
|
|
9
10
|
import { directoryContainsSourceMaps, directoryContainsSymlinks, isReadable, getFilesInDirectoryAndSubdirectories, isDirectory, } from '../../../utils/file.js';
|
|
@@ -13,7 +14,6 @@ import { formatPrivateKey } from '../../../utils/private-key.js';
|
|
|
13
14
|
import { prompt, promptAppSelection, promptOrganizationSelection } from '../../../utils/prompt.js';
|
|
14
15
|
import { createSignature } from '../../../utils/signature.js';
|
|
15
16
|
import zip from '../../../utils/zip.js';
|
|
16
|
-
import { defineCommand, defineOptions } from '@robingenz/zli';
|
|
17
17
|
import consola from 'consola';
|
|
18
18
|
import { createReadStream } from 'fs';
|
|
19
19
|
import pathModule from 'path';
|
|
@@ -2,9 +2,9 @@ import appsService from '../../services/apps.js';
|
|
|
2
2
|
import { withAuth } from '../../utils/auth.js';
|
|
3
3
|
import { isInteractive } from '../../utils/environment.js';
|
|
4
4
|
import { prompt, promptAppSelection, promptOrganizationSelection } from '../../utils/prompt.js';
|
|
5
|
-
import { defineCommand, defineOptions } from '@robingenz/zli';
|
|
6
5
|
import consola from 'consola';
|
|
7
6
|
import { z } from 'zod';
|
|
7
|
+
import { defineCommand, defineOptions } from 'zodline';
|
|
8
8
|
export default defineCommand({
|
|
9
9
|
description: 'Transfer an app to another organization.',
|
|
10
10
|
options: defineOptions(z.object({
|
|
@@ -2,9 +2,9 @@ import appsService from '../../services/apps.js';
|
|
|
2
2
|
import { withAuth } from '../../utils/auth.js';
|
|
3
3
|
import { isInteractive } from '../../utils/environment.js';
|
|
4
4
|
import { prompt, promptAppSelection, promptOrganizationSelection } from '../../utils/prompt.js';
|
|
5
|
-
import { defineCommand, defineOptions } from '@robingenz/zli';
|
|
6
5
|
import consola from 'consola';
|
|
7
6
|
import { z } from 'zod';
|
|
7
|
+
import { defineCommand, defineOptions } from 'zodline';
|
|
8
8
|
export default defineCommand({
|
|
9
9
|
description: 'Disconnect a git repository from an app.',
|
|
10
10
|
options: defineOptions(z.object({
|
package/dist/commands/doctor.js
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { createRequire } from 'module';
|
|
2
|
-
import { defineCommand } from '@robingenz/zli';
|
|
3
2
|
import consola from 'consola';
|
|
4
3
|
import systeminformation from 'systeminformation';
|
|
4
|
+
import { defineCommand } from 'zodline';
|
|
5
5
|
const require = createRequire(import.meta.url);
|
|
6
6
|
const pkg = require('../../package.json');
|
|
7
7
|
export default defineCommand({
|
package/dist/commands/login.js
CHANGED
|
@@ -6,11 +6,11 @@ import { isInteractive } from '../utils/environment.js';
|
|
|
6
6
|
import { prompt } from '../utils/prompt.js';
|
|
7
7
|
import credentialStore from '../utils/credential-store.js';
|
|
8
8
|
import userConfig from '../utils/user-config.js';
|
|
9
|
-
import { defineCommand, defineOptions } from '@robingenz/zli';
|
|
10
9
|
import { AxiosError } from 'axios';
|
|
11
10
|
import consola from 'consola';
|
|
12
11
|
import open from 'open';
|
|
13
12
|
import { z } from 'zod';
|
|
13
|
+
import { defineCommand, defineOptions } from 'zodline';
|
|
14
14
|
export default defineCommand({
|
|
15
15
|
description: 'Sign in to the Capawesome Cloud Console.',
|
|
16
16
|
options: defineOptions(z.object({
|
|
@@ -48,13 +48,13 @@ export default defineCommand({
|
|
|
48
48
|
process.exit(1);
|
|
49
49
|
}
|
|
50
50
|
// Open the authorization URL in the user's default browser
|
|
51
|
-
consola.start('Opening browser...');
|
|
52
51
|
const authorizationUrl = `${consoleBaseUrl}/login/device`;
|
|
52
|
+
consola.start(`Opening browser at ${authorizationUrl}...`);
|
|
53
53
|
try {
|
|
54
54
|
open(authorizationUrl);
|
|
55
55
|
}
|
|
56
56
|
catch (error) {
|
|
57
|
-
consola.warn(
|
|
57
|
+
consola.warn('Could not open browser automatically. Please open the URL above manually.');
|
|
58
58
|
}
|
|
59
59
|
// Wait for the user to authenticate
|
|
60
60
|
consola.start('Waiting for authentication...');
|
|
@@ -112,7 +112,7 @@ export default defineCommand({
|
|
|
112
112
|
},
|
|
113
113
|
});
|
|
114
114
|
const createSession = async (deviceCode) => {
|
|
115
|
-
const maxAttempts =
|
|
115
|
+
const maxAttempts = 60;
|
|
116
116
|
const interval = 3 * 1000; // 3 seconds
|
|
117
117
|
let attempts = 0;
|
|
118
118
|
let session = null;
|
package/dist/commands/logout.js
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
import { defineCommand } from '@robingenz/zli';
|
|
2
1
|
import consola from 'consola';
|
|
3
2
|
import authorizationService from '../services/authorization-service.js';
|
|
4
3
|
import sessionsService from '../services/sessions.js';
|
|
5
4
|
import credentialStore from '../utils/credential-store.js';
|
|
6
5
|
import userConfig from '../utils/user-config.js';
|
|
6
|
+
import { defineCommand } from 'zodline';
|
|
7
7
|
export default defineCommand({
|
|
8
8
|
description: 'Sign out from the Capawesome Cloud Console.',
|
|
9
9
|
action: async (options, args) => {
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { defineCommand, defineOptions } from '@robingenz/zli';
|
|
2
1
|
import consola from 'consola';
|
|
3
2
|
import { z } from 'zod';
|
|
3
|
+
import { defineCommand, defineOptions } from 'zodline';
|
|
4
4
|
export default defineCommand({
|
|
5
5
|
description: 'Generate a manifest file. Deprecated, use `apps:liveupdates:generate-manifest` instead.',
|
|
6
6
|
options: defineOptions(z.object({
|
|
@@ -2,9 +2,9 @@ import organizationsService from '../../services/organizations.js';
|
|
|
2
2
|
import { withAuth } from '../../utils/auth.js';
|
|
3
3
|
import { isInteractive } from '../../utils/environment.js';
|
|
4
4
|
import { prompt } from '../../utils/prompt.js';
|
|
5
|
-
import { defineCommand, defineOptions } from '@robingenz/zli';
|
|
6
5
|
import consola from 'consola';
|
|
7
6
|
import { z } from 'zod';
|
|
7
|
+
import { defineCommand, defineOptions } from 'zodline';
|
|
8
8
|
export default defineCommand({
|
|
9
9
|
description: 'Create a new organization.',
|
|
10
10
|
options: defineOptions(z.object({
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import organizationsService from '../../services/organizations.js';
|
|
2
2
|
import { withAuth } from '../../utils/auth.js';
|
|
3
|
-
import { defineCommand, defineOptions } from '@robingenz/zli';
|
|
4
3
|
import consola from 'consola';
|
|
5
4
|
import { z } from 'zod';
|
|
5
|
+
import { defineCommand, defineOptions } from 'zodline';
|
|
6
6
|
export default defineCommand({
|
|
7
7
|
description: 'Get an existing organization.',
|
|
8
8
|
options: defineOptions(z.object({
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import organizationsService from '../../services/organizations.js';
|
|
2
2
|
import { withAuth } from '../../utils/auth.js';
|
|
3
|
-
import { defineCommand, defineOptions } from '@robingenz/zli';
|
|
4
3
|
import consola from 'consola';
|
|
5
4
|
import { z } from 'zod';
|
|
5
|
+
import { defineCommand, defineOptions } from 'zodline';
|
|
6
6
|
export default defineCommand({
|
|
7
7
|
description: 'Retrieve a list of existing organizations.',
|
|
8
8
|
options: defineOptions(z.object({
|
package/dist/commands/whoami.js
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import authorizationService from '../services/authorization-service.js';
|
|
2
2
|
import usersService from '../services/users.js';
|
|
3
|
-
import { defineCommand } from '@robingenz/zli';
|
|
4
3
|
import { AxiosError } from 'axios';
|
|
5
4
|
import consola from 'consola';
|
|
5
|
+
import { defineCommand } from 'zodline';
|
|
6
6
|
export default defineCommand({
|
|
7
7
|
description: 'Show current user',
|
|
8
8
|
action: async (options, args) => {
|
package/dist/index.js
CHANGED
|
@@ -4,12 +4,12 @@ import telemetryService from './services/telemetry.js';
|
|
|
4
4
|
import updateService from './services/update.js';
|
|
5
5
|
import { getMessageFromUnknownError, UserError } from './utils/error.js';
|
|
6
6
|
import userConfig from './utils/user-config.js';
|
|
7
|
-
import { defineConfig, processConfig, ZliError } from '@robingenz/zli';
|
|
8
7
|
import * as Sentry from '@sentry/node';
|
|
9
8
|
import { AxiosError } from 'axios';
|
|
10
9
|
import consola from 'consola';
|
|
11
10
|
import { createRequire } from 'module';
|
|
12
11
|
import { ZodError } from 'zod';
|
|
12
|
+
import { defineConfig, processConfig, ZodlineError } from 'zodline';
|
|
13
13
|
const require = createRequire(import.meta.url);
|
|
14
14
|
const pkg = require('../package.json');
|
|
15
15
|
const config = defineConfig({
|
|
@@ -111,7 +111,7 @@ const captureException = async (error) => {
|
|
|
111
111
|
return;
|
|
112
112
|
}
|
|
113
113
|
// Ignore errors from the CLI itself (e.g. "No command found.")
|
|
114
|
-
if (error instanceof
|
|
114
|
+
if (error instanceof ZodlineError) {
|
|
115
115
|
return;
|
|
116
116
|
}
|
|
117
117
|
// Ignore validation errors
|
package/dist/index.test.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { createRequire } from 'module';
|
|
2
|
-
import { defineConfig, processConfig } from '@robingenz/zli';
|
|
3
2
|
import { afterEach, beforeEach, describe, expect, it, vi } from 'vitest';
|
|
3
|
+
import { defineConfig, processConfig } from 'zodline';
|
|
4
4
|
const require = createRequire(import.meta.url);
|
|
5
5
|
const pkg = require('../package.json');
|
|
6
6
|
const config = defineConfig({
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@capawesome/cli",
|
|
3
|
-
"version": "4.18.
|
|
3
|
+
"version": "4.18.1",
|
|
4
4
|
"description": "The Capawesome Cloud Command Line Interface (CLI) to manage Live Updates and more.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"scripts": {
|
|
@@ -57,7 +57,6 @@
|
|
|
57
57
|
"dependencies": {
|
|
58
58
|
"@clack/prompts": "0.7.0",
|
|
59
59
|
"@napi-rs/keyring": "1.3.0",
|
|
60
|
-
"@robingenz/zli": "0.2.0",
|
|
61
60
|
"@sentry/node": "10.58.0",
|
|
62
61
|
"adm-zip": "0.6.0",
|
|
63
62
|
"axios": "1.18.1",
|
|
@@ -73,7 +72,8 @@
|
|
|
73
72
|
"rc9": "2.1.2",
|
|
74
73
|
"semver": "7.6.3",
|
|
75
74
|
"systeminformation": "5.31.17",
|
|
76
|
-
"zod": "4.0.17"
|
|
75
|
+
"zod": "4.0.17",
|
|
76
|
+
"zodline": "0.3.0"
|
|
77
77
|
},
|
|
78
78
|
"devDependencies": {
|
|
79
79
|
"@ionic/prettier-config": "4.0.0",
|