@cimplify/cli 0.4.0 → 0.5.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.
- package/dist/{add-KKIYBATR.mjs → add-MX4655EX.mjs} +1 -1
- package/dist/{chunk-SDSOORT6.mjs → chunk-AY23RQE6.mjs} +1 -1
- package/dist/{chunk-ASZVWVMM.mjs → chunk-DCWHOH2S.mjs} +4 -1
- package/dist/{chunk-42PFJBC6.mjs → chunk-Z5DEA7YM.mjs} +8 -8
- package/dist/dispatcher.mjs +9 -9
- package/dist/{doctor-BC6CMVRW.mjs → doctor-DGO3UAJB.mjs} +2 -2
- package/dist/{explain-MZOCDFZE.mjs → explain-IJLIQUYJ.mjs} +1 -1
- package/dist/{introspect-IVI65FEV.mjs → introspect-KID4YJYV.mjs} +2 -2
- package/dist/{list-JOQRPYX4.mjs → list-5PMRTZV3.mjs} +1 -1
- package/dist/{update-EDTG73FK.mjs → update-64K4Z3SF.mjs} +1 -1
- package/package.json +4 -1
- package/templates/manifest.json +166 -0
- package/templates/storefront-auto/metadata.json +13 -0
- package/templates/storefront-bakery/metadata.json +13 -0
- package/templates/storefront-fashion/metadata.json +13 -0
- package/templates/storefront-grocery/metadata.json +13 -0
- package/templates/storefront-pharmacy/metadata.json +13 -0
- package/templates/storefront-restaurant/metadata.json +13 -0
- package/templates/storefront-retail/metadata.json +13 -0
- package/templates/storefront-services/metadata.json +13 -0
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
#!/usr/bin/env node
|
|
2
|
-
import { REGISTRY_INDEX, REGISTRY } from './chunk-
|
|
2
|
+
import { REGISTRY_INDEX, REGISTRY } from './chunk-Z5DEA7YM.mjs';
|
|
3
3
|
import { promptYesNo } from './chunk-ITAFAORS.mjs';
|
|
4
4
|
import { parseArgs, flagString, flagBool } from './chunk-C4M3DXKC.mjs';
|
|
5
5
|
import { CliError, CLI_ERROR_CODE, info, bold, dim, success, result, yellow } from './chunk-E2T2SBP5.mjs';
|
|
@@ -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-
|
|
4
|
+
import { package_default } from './chunk-DCWHOH2S.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';
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
// package.json
|
|
3
3
|
var package_default = {
|
|
4
4
|
name: "@cimplify/cli",
|
|
5
|
-
version: "0.
|
|
5
|
+
version: "0.5.0",
|
|
6
6
|
description: "Cimplify CLI \u2014 deploy, manage env vars, link projects, and scaffold storefronts",
|
|
7
7
|
keywords: [
|
|
8
8
|
"cimplify",
|
|
@@ -25,6 +25,8 @@ var package_default = {
|
|
|
25
25
|
"build:binary": "bun run bundle-assets && bun scripts/build-binaries.ts",
|
|
26
26
|
"build:binary:local": "bun run bundle-assets && bun scripts/build-binaries.ts --local",
|
|
27
27
|
"sync:template-pins": "bun scripts/sync-template-pins.ts",
|
|
28
|
+
"publish:templates": "bun scripts/publish-templates.ts",
|
|
29
|
+
"publish:templates:dry": "bun scripts/publish-templates.ts --dry-run",
|
|
28
30
|
version: "bun scripts/sync-template-pins.ts && git add templates/*/package.json",
|
|
29
31
|
prepublishOnly: "bun scripts/sync-template-pins.ts && bun run build",
|
|
30
32
|
dev: "bun run bundle-assets && tsup --watch",
|
|
@@ -37,6 +39,7 @@ var package_default = {
|
|
|
37
39
|
"test:run": "vitest run"
|
|
38
40
|
},
|
|
39
41
|
devDependencies: {
|
|
42
|
+
"@aws-sdk/client-s3": "^3.700.0",
|
|
40
43
|
"@types/node": "^25.6.0",
|
|
41
44
|
"@typescript/native-preview": "^7.0.0-dev.20260503.1",
|
|
42
45
|
tsup: "^8.5.1",
|