@cimplify/cli 0.6.4 → 0.6.5

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.
@@ -1,7 +1,7 @@
1
1
  #!/usr/bin/env node
2
2
  import { gitDetectRoot, gitCurrentBranch, gitCurrentSha, gitStatusPorcelain } from './chunk-K5464A3L.mjs';
3
3
  import { parseEnvFile } from './chunk-DBZ3UOQ2.mjs';
4
- import { package_default } from './chunk-MGP2FUAK.mjs';
4
+ import { package_default } from './chunk-FVYBHC45.mjs';
5
5
  import { parseArgs } from './chunk-C4M3DXKC.mjs';
6
6
  import { readAuthOrNull, readProjectLinkOrNull, readProjectState } from './chunk-UBAI443T.mjs';
7
7
  import { bold, dim, yellow, green, info, result, red } from './chunk-E2T2SBP5.mjs';
@@ -1,6 +1,6 @@
1
1
  #!/usr/bin/env node
2
- import { TEMPLATES } from './chunk-TFEUFCEH.mjs';
3
- import { package_default } from './chunk-MGP2FUAK.mjs';
2
+ import { TEMPLATES } from './chunk-XZZZS6X2.mjs';
3
+ import { package_default } from './chunk-FVYBHC45.mjs';
4
4
 
5
5
  // src/dispatcher.ts
6
6
  var VERSION = package_default.version ?? "unknown";
@@ -137,15 +137,15 @@ var COMMANDS = {
137
137
  logs: () => import('./logs-YNN2PQ24.mjs'),
138
138
  status: () => import('./status-JSYXM5RT.mjs'),
139
139
  dev: () => import('./dev-ONW2S77K.mjs'),
140
- introspect: () => import('./introspect-DL2HE7DG.mjs'),
141
- doctor: () => import('./doctor-ZGW3VZOG.mjs'),
142
- explain: () => import('./explain-4ITTI4FM.mjs'),
140
+ introspect: () => import('./introspect-56FKN72I.mjs'),
141
+ doctor: () => import('./doctor-S3GTCQMC.mjs'),
142
+ explain: () => import('./explain-3DSAJBNE.mjs'),
143
143
  assets: () => import('./assets-EBEMMENZ.mjs'),
144
144
  repo: () => import('./repo-WOBWKEAO.mjs'),
145
- list: () => import('./list-WNNKVK7V.mjs'),
146
- add: () => import('./add-NWGER62A.mjs'),
147
- update: () => import('./update-EPRLX6FL.mjs'),
148
- upgrade: () => import('./update-EPRLX6FL.mjs'),
145
+ list: () => import('./list-FPFX4RGB.mjs'),
146
+ add: () => import('./add-UQGZNABQ.mjs'),
147
+ update: () => import('./update-MT4OG7FW.mjs'),
148
+ upgrade: () => import('./update-MT4OG7FW.mjs'),
149
149
  "auth-step-up": () => import('./auth-step-up-BIUYQJP6.mjs')
150
150
  };
151
151
  var COMMAND_PREFIXES = {
@@ -1,8 +1,8 @@
1
1
  #!/usr/bin/env node
2
- import { gatherIntrospection } from './chunk-76TJ56KE.mjs';
2
+ import { gatherIntrospection } from './chunk-ZC2KRCFO.mjs';
3
3
  import './chunk-K5464A3L.mjs';
4
4
  import './chunk-DBZ3UOQ2.mjs';
5
- import './chunk-MGP2FUAK.mjs';
5
+ import './chunk-FVYBHC45.mjs';
6
6
  import { parseArgs, flagBool } from './chunk-C4M3DXKC.mjs';
7
7
  import { ApiClient } from './chunk-MAOO6ZZ5.mjs';
8
8
  import { readAuthOrNull } from './chunk-UBAI443T.mjs';
@@ -1,5 +1,5 @@
1
1
  #!/usr/bin/env node
2
- import { package_default } from './chunk-MGP2FUAK.mjs';
2
+ import { package_default } from './chunk-FVYBHC45.mjs';
3
3
  import { parseArgs } from './chunk-C4M3DXKC.mjs';
4
4
  import { bold, dim, info, result, CliError, CLI_ERROR_CODE } from './chunk-E2T2SBP5.mjs';
5
5
 
@@ -1,8 +1,8 @@
1
1
  #!/usr/bin/env node
2
- export { run as default, extractMockSeed, gatherIntrospection, renderIntrospection } from './chunk-76TJ56KE.mjs';
2
+ export { run as default, extractMockSeed, gatherIntrospection, renderIntrospection } from './chunk-ZC2KRCFO.mjs';
3
3
  import './chunk-K5464A3L.mjs';
4
4
  import './chunk-DBZ3UOQ2.mjs';
5
- import './chunk-MGP2FUAK.mjs';
5
+ import './chunk-FVYBHC45.mjs';
6
6
  import './chunk-C4M3DXKC.mjs';
7
7
  import './chunk-UBAI443T.mjs';
8
8
  import './chunk-E2T2SBP5.mjs';
@@ -1,5 +1,5 @@
1
1
  #!/usr/bin/env node
2
- import { REGISTRY_INDEX } from './chunk-TFEUFCEH.mjs';
2
+ import { REGISTRY_INDEX } from './chunk-XZZZS6X2.mjs';
3
3
  import { parseArgs, flagBool } from './chunk-C4M3DXKC.mjs';
4
4
  import { CliError, CLI_ERROR_CODE, info, bold, dim, green, result } from './chunk-E2T2SBP5.mjs';
5
5
 
@@ -1,5 +1,5 @@
1
1
  #!/usr/bin/env node
2
- import { package_default } from './chunk-MGP2FUAK.mjs';
2
+ import { package_default } from './chunk-FVYBHC45.mjs';
3
3
  import { promptYesNo } from './chunk-ITAFAORS.mjs';
4
4
  import { parseArgs, flagBool, flagString } from './chunk-C4M3DXKC.mjs';
5
5
  import { success, bold, info, dim, result, failure, CliError, CLI_ERROR_CODE, step, isJsonMode } from './chunk-E2T2SBP5.mjs';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cimplify/cli",
3
- "version": "0.6.4",
3
+ "version": "0.6.5",
4
4
  "description": "Cimplify CLI — deploy, manage env vars, link projects, and scaffold storefronts",
5
5
  "keywords": [
6
6
  "cimplify",
@@ -17,7 +17,7 @@
17
17
  "check": "bun run typecheck && bun run test:run"
18
18
  },
19
19
  "dependencies": {
20
- "@cimplify/sdk": "^0.48.0",
20
+ "@cimplify/sdk": "^0.48.1",
21
21
  "next": "^16.2.4",
22
22
  "react": "^19.0.0",
23
23
  "react-dom": "^19.0.0"
@@ -17,7 +17,7 @@
17
17
  "check": "bun run typecheck && bun run test:run"
18
18
  },
19
19
  "dependencies": {
20
- "@cimplify/sdk": "^0.48.0",
20
+ "@cimplify/sdk": "^0.48.1",
21
21
  "next": "^16.2.4",
22
22
  "react": "^19.0.0",
23
23
  "react-dom": "^19.0.0"
@@ -19,7 +19,7 @@
19
19
  "check": "bun run typecheck && bun run test:run"
20
20
  },
21
21
  "dependencies": {
22
- "@cimplify/sdk": "^0.48.0",
22
+ "@cimplify/sdk": "^0.48.1",
23
23
  "next": "^16.2.4",
24
24
  "react": "^19.0.0",
25
25
  "react-dom": "^19.0.0"
@@ -17,7 +17,7 @@
17
17
  "check": "bun run typecheck && bun run test:run"
18
18
  },
19
19
  "dependencies": {
20
- "@cimplify/sdk": "^0.48.0",
20
+ "@cimplify/sdk": "^0.48.1",
21
21
  "next": "^16.2.4",
22
22
  "react": "^19.0.0",
23
23
  "react-dom": "^19.0.0"
@@ -17,7 +17,7 @@
17
17
  "check": "bun run typecheck && bun run test:run"
18
18
  },
19
19
  "dependencies": {
20
- "@cimplify/sdk": "^0.48.0",
20
+ "@cimplify/sdk": "^0.48.1",
21
21
  "next": "^16.2.4",
22
22
  "react": "^19.0.0",
23
23
  "react-dom": "^19.0.0"
@@ -17,7 +17,7 @@
17
17
  "check": "bun run typecheck && bun run test:run"
18
18
  },
19
19
  "dependencies": {
20
- "@cimplify/sdk": "^0.48.0",
20
+ "@cimplify/sdk": "^0.48.1",
21
21
  "next": "^16.2.4",
22
22
  "react": "^19.0.0",
23
23
  "react-dom": "^19.0.0"
@@ -17,7 +17,7 @@
17
17
  "check": "bun run typecheck && bun run test:run"
18
18
  },
19
19
  "dependencies": {
20
- "@cimplify/sdk": "^0.48.0",
20
+ "@cimplify/sdk": "^0.48.1",
21
21
  "next": "^16.2.4",
22
22
  "react": "^19.0.0",
23
23
  "react-dom": "^19.0.0"
@@ -17,7 +17,7 @@
17
17
  "check": "bun run typecheck && bun run test:run"
18
18
  },
19
19
  "dependencies": {
20
- "@cimplify/sdk": "^0.48.0",
20
+ "@cimplify/sdk": "^0.48.1",
21
21
  "next": "^16.2.4",
22
22
  "react": "^19.0.0",
23
23
  "react-dom": "^19.0.0"