@doswiftly/cli 0.1.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/README.md +357 -0
- package/bin/doswiftly.js +2 -0
- package/dist/commands/auth-github.d.ts +6 -0
- package/dist/commands/auth-github.d.ts.map +1 -0
- package/dist/commands/auth-github.js +89 -0
- package/dist/commands/auth-github.js.map +1 -0
- package/dist/commands/auth-token.d.ts +12 -0
- package/dist/commands/auth-token.d.ts.map +1 -0
- package/dist/commands/auth-token.js +43 -0
- package/dist/commands/auth-token.js.map +1 -0
- package/dist/commands/auth.d.ts +22 -0
- package/dist/commands/auth.d.ts.map +1 -0
- package/dist/commands/auth.js +348 -0
- package/dist/commands/auth.js.map +1 -0
- package/dist/commands/check.d.ts +5 -0
- package/dist/commands/check.d.ts.map +1 -0
- package/dist/commands/check.js +234 -0
- package/dist/commands/check.js.map +1 -0
- package/dist/commands/config.d.ts +3 -0
- package/dist/commands/config.d.ts.map +1 -0
- package/dist/commands/config.js +104 -0
- package/dist/commands/config.js.map +1 -0
- package/dist/commands/deploy.d.ts +37 -0
- package/dist/commands/deploy.d.ts.map +1 -0
- package/dist/commands/deploy.js +580 -0
- package/dist/commands/deploy.js.map +1 -0
- package/dist/commands/dev.d.ts +8 -0
- package/dist/commands/dev.d.ts.map +1 -0
- package/dist/commands/dev.js +83 -0
- package/dist/commands/dev.js.map +1 -0
- package/dist/commands/doctor.d.ts +5 -0
- package/dist/commands/doctor.d.ts.map +1 -0
- package/dist/commands/doctor.js +363 -0
- package/dist/commands/doctor.js.map +1 -0
- package/dist/commands/domain.d.ts +13 -0
- package/dist/commands/domain.d.ts.map +1 -0
- package/dist/commands/domain.js +128 -0
- package/dist/commands/domain.js.map +1 -0
- package/dist/commands/env.d.ts +25 -0
- package/dist/commands/env.d.ts.map +1 -0
- package/dist/commands/env.js +228 -0
- package/dist/commands/env.js.map +1 -0
- package/dist/commands/init.d.ts +11 -0
- package/dist/commands/init.d.ts.map +1 -0
- package/dist/commands/init.js +1028 -0
- package/dist/commands/init.js.map +1 -0
- package/dist/commands/inspect.d.ts +12 -0
- package/dist/commands/inspect.d.ts.map +1 -0
- package/dist/commands/inspect.js +162 -0
- package/dist/commands/inspect.js.map +1 -0
- package/dist/commands/migrate.d.ts +18 -0
- package/dist/commands/migrate.d.ts.map +1 -0
- package/dist/commands/migrate.js +355 -0
- package/dist/commands/migrate.js.map +1 -0
- package/dist/commands/preview.d.ts +29 -0
- package/dist/commands/preview.d.ts.map +1 -0
- package/dist/commands/preview.js +199 -0
- package/dist/commands/preview.js.map +1 -0
- package/dist/commands/proxy.d.ts +9 -0
- package/dist/commands/proxy.d.ts.map +1 -0
- package/dist/commands/proxy.js +37 -0
- package/dist/commands/proxy.js.map +1 -0
- package/dist/commands/sdk.d.ts +5 -0
- package/dist/commands/sdk.d.ts.map +1 -0
- package/dist/commands/sdk.js +82 -0
- package/dist/commands/sdk.js.map +1 -0
- package/dist/commands/template.d.ts +107 -0
- package/dist/commands/template.d.ts.map +1 -0
- package/dist/commands/template.js +1309 -0
- package/dist/commands/template.js.map +1 -0
- package/dist/commands/types.d.ts +5 -0
- package/dist/commands/types.d.ts.map +1 -0
- package/dist/commands/types.js +82 -0
- package/dist/commands/types.js.map +1 -0
- package/dist/commands/update.d.ts +2 -0
- package/dist/commands/update.d.ts.map +1 -0
- package/dist/commands/update.js +103 -0
- package/dist/commands/update.js.map +1 -0
- package/dist/commands/upgrade.d.ts +18 -0
- package/dist/commands/upgrade.d.ts.map +1 -0
- package/dist/commands/upgrade.js +55 -0
- package/dist/commands/upgrade.js.map +1 -0
- package/dist/commands/verify.d.ts +5 -0
- package/dist/commands/verify.d.ts.map +1 -0
- package/dist/commands/verify.js +232 -0
- package/dist/commands/verify.js.map +1 -0
- package/dist/commands/whoami.d.ts +5 -0
- package/dist/commands/whoami.d.ts.map +1 -0
- package/dist/commands/whoami.js +60 -0
- package/dist/commands/whoami.js.map +1 -0
- package/dist/config/types.d.ts +173 -0
- package/dist/config/types.d.ts.map +1 -0
- package/dist/config/types.js +48 -0
- package/dist/config/types.js.map +1 -0
- package/dist/index.d.ts +3 -0
- package/dist/index.d.ts.map +1 -0
- package/dist/index.js +416 -0
- package/dist/index.js.map +1 -0
- package/dist/lib/api-url.d.ts +14 -0
- package/dist/lib/api-url.d.ts.map +1 -0
- package/dist/lib/api-url.js +24 -0
- package/dist/lib/api-url.js.map +1 -0
- package/dist/lib/api.d.ts +67 -0
- package/dist/lib/api.d.ts.map +1 -0
- package/dist/lib/api.js +36 -0
- package/dist/lib/api.js.map +1 -0
- package/dist/lib/config.d.ts +39 -0
- package/dist/lib/config.d.ts.map +1 -0
- package/dist/lib/config.js +195 -0
- package/dist/lib/config.js.map +1 -0
- package/dist/lib/env-storage.d.ts +140 -0
- package/dist/lib/env-storage.d.ts.map +1 -0
- package/dist/lib/env-storage.js +464 -0
- package/dist/lib/env-storage.js.map +1 -0
- package/dist/lib/errors.d.ts +61 -0
- package/dist/lib/errors.d.ts.map +1 -0
- package/dist/lib/errors.js +204 -0
- package/dist/lib/errors.js.map +1 -0
- package/dist/lib/i18n.d.ts +99 -0
- package/dist/lib/i18n.d.ts.map +1 -0
- package/dist/lib/i18n.js +184 -0
- package/dist/lib/i18n.js.map +1 -0
- package/dist/lib/logger.d.ts +95 -0
- package/dist/lib/logger.d.ts.map +1 -0
- package/dist/lib/logger.js +168 -0
- package/dist/lib/logger.js.map +1 -0
- package/dist/lib/package-manager.d.ts +91 -0
- package/dist/lib/package-manager.d.ts.map +1 -0
- package/dist/lib/package-manager.js +205 -0
- package/dist/lib/package-manager.js.map +1 -0
- package/dist/lib/proxy-server.d.ts +24 -0
- package/dist/lib/proxy-server.d.ts.map +1 -0
- package/dist/lib/proxy-server.js +173 -0
- package/dist/lib/proxy-server.js.map +1 -0
- package/dist/lib/select-with-back.d.ts +34 -0
- package/dist/lib/select-with-back.d.ts.map +1 -0
- package/dist/lib/select-with-back.js +94 -0
- package/dist/lib/select-with-back.js.map +1 -0
- package/dist/lib/shared-api-client.d.ts +40 -0
- package/dist/lib/shared-api-client.d.ts.map +1 -0
- package/dist/lib/shared-api-client.js +92 -0
- package/dist/lib/shared-api-client.js.map +1 -0
- package/dist/lib/wizard-engine.d.ts +128 -0
- package/dist/lib/wizard-engine.d.ts.map +1 -0
- package/dist/lib/wizard-engine.js +168 -0
- package/dist/lib/wizard-engine.js.map +1 -0
- package/package.json +85 -0
- package/templates/storefront-minimal/.env.example +10 -0
- package/templates/storefront-minimal/.github/workflows/build-template.yml +109 -0
- package/templates/storefront-minimal/app/globals.css +18 -0
- package/templates/storefront-minimal/app/layout.tsx +26 -0
- package/templates/storefront-minimal/app/page.tsx +93 -0
- package/templates/storefront-minimal/lib/graphql-client.ts +23 -0
- package/templates/storefront-minimal/next.config.ts +15 -0
- package/templates/storefront-minimal/open-next.config.ts +3 -0
- package/templates/storefront-minimal/package.json +30 -0
- package/templates/storefront-minimal/postcss.config.mjs +5 -0
- package/templates/storefront-minimal/tailwind.config.ts +14 -0
- package/templates/storefront-minimal/tsconfig.json +27 -0
- package/templates/storefront-minimal/wrangler.toml +9 -0
- package/templates/storefront-nextjs/.env.example +68 -0
- package/templates/storefront-nextjs/.github/workflows/build-template.yml +109 -0
- package/templates/storefront-nextjs/.github/workflows/deploy.yml +25 -0
- package/templates/storefront-nextjs/.github/workflows/preview.yml +22 -0
- package/templates/storefront-nextjs/README.md +520 -0
- package/templates/storefront-nextjs/app/account/orders/page.tsx +216 -0
- package/templates/storefront-nextjs/app/account/page.tsx +167 -0
- package/templates/storefront-nextjs/app/auth/login/page.tsx +135 -0
- package/templates/storefront-nextjs/app/auth/register/page.tsx +228 -0
- package/templates/storefront-nextjs/app/cart/page.tsx +263 -0
- package/templates/storefront-nextjs/app/categories/[slug]/page.tsx +200 -0
- package/templates/storefront-nextjs/app/categories/page.tsx +58 -0
- package/templates/storefront-nextjs/app/checkout/page.tsx +351 -0
- package/templates/storefront-nextjs/app/collections/[slug]/page.tsx +158 -0
- package/templates/storefront-nextjs/app/collections/page.tsx +61 -0
- package/templates/storefront-nextjs/app/globals.css +98 -0
- package/templates/storefront-nextjs/app/layout.tsx +39 -0
- package/templates/storefront-nextjs/app/page.tsx +136 -0
- package/templates/storefront-nextjs/app/products/[slug]/page.tsx +119 -0
- package/templates/storefront-nextjs/app/products/page.tsx +107 -0
- package/templates/storefront-nextjs/app/search/page.tsx +127 -0
- package/templates/storefront-nextjs/components/auth/auth-guard.tsx +94 -0
- package/templates/storefront-nextjs/components/commerce/add-to-cart-button.tsx +77 -0
- package/templates/storefront-nextjs/components/commerce/cart-icon.tsx +29 -0
- package/templates/storefront-nextjs/components/commerce/currency-selector.tsx +217 -0
- package/templates/storefront-nextjs/components/commerce/pagination.tsx +62 -0
- package/templates/storefront-nextjs/components/commerce/product-actions.tsx +135 -0
- package/templates/storefront-nextjs/components/commerce/product-filters.tsx +109 -0
- package/templates/storefront-nextjs/components/commerce/product-price.tsx +375 -0
- package/templates/storefront-nextjs/components/commerce/search-input.tsx +178 -0
- package/templates/storefront-nextjs/components/commerce/sort-select.tsx +64 -0
- package/templates/storefront-nextjs/components/commerce/variant-selector.tsx +210 -0
- package/templates/storefront-nextjs/components/layout/footer.tsx +107 -0
- package/templates/storefront-nextjs/components/layout/header.tsx +104 -0
- package/templates/storefront-nextjs/components/providers.tsx +62 -0
- package/templates/storefront-nextjs/lib/auth/routes.ts +52 -0
- package/templates/storefront-nextjs/lib/currency.tsx +140 -0
- package/templates/storefront-nextjs/lib/format.ts +159 -0
- package/templates/storefront-nextjs/lib/graphql-queries.ts +629 -0
- package/templates/storefront-nextjs/lib/hooks.ts +30 -0
- package/templates/storefront-nextjs/middleware.ts +80 -0
- package/templates/storefront-nextjs/next.config.ts +37 -0
- package/templates/storefront-nextjs/open-next.config.ts +3 -0
- package/templates/storefront-nextjs/package.dev.json +30 -0
- package/templates/storefront-nextjs/package.json +32 -0
- package/templates/storefront-nextjs/package.json.template +32 -0
- package/templates/storefront-nextjs/postcss.config.mjs +8 -0
- package/templates/storefront-nextjs/tailwind.config.ts +111 -0
- package/templates/storefront-nextjs/tsconfig.json +27 -0
- package/templates/storefront-nextjs/wrangler.toml +9 -0
- package/templates/storefront-nextjs-shadcn/.env.example +68 -0
- package/templates/storefront-nextjs-shadcn/.github/workflows/build-template.yml +109 -0
- package/templates/storefront-nextjs-shadcn/.github/workflows/deploy.yml +25 -0
- package/templates/storefront-nextjs-shadcn/.github/workflows/preview.yml +22 -0
- package/templates/storefront-nextjs-shadcn/CART_INTEGRATION.md +282 -0
- package/templates/storefront-nextjs-shadcn/CLAUDE.md +96 -0
- package/templates/storefront-nextjs-shadcn/GRAPHQL_DOCUMENT_NAMES.md +190 -0
- package/templates/storefront-nextjs-shadcn/GRAPHQL_ERROR_HANDLING.md +263 -0
- package/templates/storefront-nextjs-shadcn/GRAPHQL_FIXES_SUMMARY.md +135 -0
- package/templates/storefront-nextjs-shadcn/GRAPHQL_INTEGRATION_COMPLETE.md +142 -0
- package/templates/storefront-nextjs-shadcn/INTEGRATION_CHECKLIST.md +448 -0
- package/templates/storefront-nextjs-shadcn/PRODUCT_DETAIL_PAGE_IMPLEMENTATION.md +307 -0
- package/templates/storefront-nextjs-shadcn/README.md +195 -0
- package/templates/storefront-nextjs-shadcn/THEME_CUSTOMIZATION.md +245 -0
- package/templates/storefront-nextjs-shadcn/app/about/page.tsx +34 -0
- package/templates/storefront-nextjs-shadcn/app/account/addresses/page.tsx +215 -0
- package/templates/storefront-nextjs-shadcn/app/account/loyalty/page.tsx +484 -0
- package/templates/storefront-nextjs-shadcn/app/account/orders/[id]/page.tsx +128 -0
- package/templates/storefront-nextjs-shadcn/app/account/orders/[id]/tracking/page.tsx +206 -0
- package/templates/storefront-nextjs-shadcn/app/account/orders/page.tsx +80 -0
- package/templates/storefront-nextjs-shadcn/app/account/page.tsx +107 -0
- package/templates/storefront-nextjs-shadcn/app/account/settings/page.tsx +195 -0
- package/templates/storefront-nextjs-shadcn/app/api/auth/clear-token/route.ts +87 -0
- package/templates/storefront-nextjs-shadcn/app/api/auth/set-token/route.ts +125 -0
- package/templates/storefront-nextjs-shadcn/app/auth/forgot-password/page.tsx +131 -0
- package/templates/storefront-nextjs-shadcn/app/auth/login/page.tsx +24 -0
- package/templates/storefront-nextjs-shadcn/app/auth/register/page.tsx +20 -0
- package/templates/storefront-nextjs-shadcn/app/blog/[slug]/page.tsx +323 -0
- package/templates/storefront-nextjs-shadcn/app/blog/page.tsx +159 -0
- package/templates/storefront-nextjs-shadcn/app/brands/[slug]/page.tsx +170 -0
- package/templates/storefront-nextjs-shadcn/app/brands/page.tsx +73 -0
- package/templates/storefront-nextjs-shadcn/app/cart/page.tsx +165 -0
- package/templates/storefront-nextjs-shadcn/app/categories/[slug]/page.tsx +78 -0
- package/templates/storefront-nextjs-shadcn/app/categories/page.tsx +75 -0
- package/templates/storefront-nextjs-shadcn/app/checkout/page.tsx +1752 -0
- package/templates/storefront-nextjs-shadcn/app/checkout/success/[orderId]/page.tsx +256 -0
- package/templates/storefront-nextjs-shadcn/app/collections/[handle]/page.tsx +74 -0
- package/templates/storefront-nextjs-shadcn/app/collections/page.tsx +75 -0
- package/templates/storefront-nextjs-shadcn/app/contact/page.tsx +114 -0
- package/templates/storefront-nextjs-shadcn/app/error.tsx +90 -0
- package/templates/storefront-nextjs-shadcn/app/globals.css +125 -0
- package/templates/storefront-nextjs-shadcn/app/layout.tsx +57 -0
- package/templates/storefront-nextjs-shadcn/app/not-found.tsx +68 -0
- package/templates/storefront-nextjs-shadcn/app/page.tsx +21 -0
- package/templates/storefront-nextjs-shadcn/app/products/[slug]/page.tsx +246 -0
- package/templates/storefront-nextjs-shadcn/app/products/[slug]/product-client.tsx +343 -0
- package/templates/storefront-nextjs-shadcn/app/products/page.tsx +25 -0
- package/templates/storefront-nextjs-shadcn/app/products/products-client.tsx +192 -0
- package/templates/storefront-nextjs-shadcn/app/returns/page.tsx +77 -0
- package/templates/storefront-nextjs-shadcn/app/robots.ts +53 -0
- package/templates/storefront-nextjs-shadcn/app/search/page.tsx +16 -0
- package/templates/storefront-nextjs-shadcn/app/search/search-client.tsx +47 -0
- package/templates/storefront-nextjs-shadcn/app/shipping/page.tsx +62 -0
- package/templates/storefront-nextjs-shadcn/app/sitemap.ts +144 -0
- package/templates/storefront-nextjs-shadcn/app/wishlist/page.tsx +179 -0
- package/templates/storefront-nextjs-shadcn/codegen.ts +51 -0
- package/templates/storefront-nextjs-shadcn/components/account/address-form.tsx +348 -0
- package/templates/storefront-nextjs-shadcn/components/account/address-list.tsx +144 -0
- package/templates/storefront-nextjs-shadcn/components/account/order-details.tsx +258 -0
- package/templates/storefront-nextjs-shadcn/components/account/order-history.tsx +107 -0
- package/templates/storefront-nextjs-shadcn/components/auth/account-menu.tsx +132 -0
- package/templates/storefront-nextjs-shadcn/components/auth/login-form.tsx +188 -0
- package/templates/storefront-nextjs-shadcn/components/auth/register-form.tsx +305 -0
- package/templates/storefront-nextjs-shadcn/components/blog/blog-card.tsx +240 -0
- package/templates/storefront-nextjs-shadcn/components/blog/blog-sidebar.tsx +177 -0
- package/templates/storefront-nextjs-shadcn/components/blog/index.ts +8 -0
- package/templates/storefront-nextjs-shadcn/components/brand/brand-card.tsx +119 -0
- package/templates/storefront-nextjs-shadcn/components/brand/brand-grid.tsx +64 -0
- package/templates/storefront-nextjs-shadcn/components/cart/cart-drawer.tsx +140 -0
- package/templates/storefront-nextjs-shadcn/components/cart/cart-icon.tsx +48 -0
- package/templates/storefront-nextjs-shadcn/components/cart/cart-item.tsx +112 -0
- package/templates/storefront-nextjs-shadcn/components/cart/cart-summary.tsx +84 -0
- package/templates/storefront-nextjs-shadcn/components/cart/index.ts +17 -0
- package/templates/storefront-nextjs-shadcn/components/cart/promo-code-input.tsx +121 -0
- package/templates/storefront-nextjs-shadcn/components/cart/shipping-estimator.tsx +162 -0
- package/templates/storefront-nextjs-shadcn/components/checkout/index.ts +25 -0
- package/templates/storefront-nextjs-shadcn/components/checkout/payment-method-card.tsx +187 -0
- package/templates/storefront-nextjs-shadcn/components/checkout/payment-step.tsx +160 -0
- package/templates/storefront-nextjs-shadcn/components/checkout/tax-breakdown.tsx +154 -0
- package/templates/storefront-nextjs-shadcn/components/commerce/currency-selector.tsx +225 -0
- package/templates/storefront-nextjs-shadcn/components/commerce/pagination.tsx +62 -0
- package/templates/storefront-nextjs-shadcn/components/commerce/product-actions.tsx +158 -0
- package/templates/storefront-nextjs-shadcn/components/commerce/search-input.tsx +174 -0
- package/templates/storefront-nextjs-shadcn/components/commerce/variant-selector.tsx +210 -0
- package/templates/storefront-nextjs-shadcn/components/common/category-card.tsx +97 -0
- package/templates/storefront-nextjs-shadcn/components/common/collection-card.tsx +187 -0
- package/templates/storefront-nextjs-shadcn/components/common/price-display.tsx +151 -0
- package/templates/storefront-nextjs-shadcn/components/common/social-share.tsx +166 -0
- package/templates/storefront-nextjs-shadcn/components/discount/discount-breakdown.tsx +245 -0
- package/templates/storefront-nextjs-shadcn/components/discount/discount-code-input.tsx +246 -0
- package/templates/storefront-nextjs-shadcn/components/discount/index.ts +19 -0
- package/templates/storefront-nextjs-shadcn/components/error/error-boundary.tsx +113 -0
- package/templates/storefront-nextjs-shadcn/components/error/index.ts +7 -0
- package/templates/storefront-nextjs-shadcn/components/filters/attribute-filter.tsx +153 -0
- package/templates/storefront-nextjs-shadcn/components/filters/checkbox-group-filter.tsx +167 -0
- package/templates/storefront-nextjs-shadcn/components/filters/color-swatch-filter.tsx +176 -0
- package/templates/storefront-nextjs-shadcn/components/filters/dynamic-attribute-filters.tsx +220 -0
- package/templates/storefront-nextjs-shadcn/components/filters/index.ts +36 -0
- package/templates/storefront-nextjs-shadcn/components/filters/range-slider-filter.tsx +193 -0
- package/templates/storefront-nextjs-shadcn/components/filters/toggle-filter.tsx +132 -0
- package/templates/storefront-nextjs-shadcn/components/gift-card/gift-card-balance.tsx +321 -0
- package/templates/storefront-nextjs-shadcn/components/gift-card/gift-card-input.tsx +309 -0
- package/templates/storefront-nextjs-shadcn/components/gift-card/index.ts +24 -0
- package/templates/storefront-nextjs-shadcn/components/home/category-grid.tsx +72 -0
- package/templates/storefront-nextjs-shadcn/components/home/featured-collections.tsx +107 -0
- package/templates/storefront-nextjs-shadcn/components/home/featured-products.tsx +85 -0
- package/templates/storefront-nextjs-shadcn/components/home/hero-section.tsx +34 -0
- package/templates/storefront-nextjs-shadcn/components/home/index.ts +8 -0
- package/templates/storefront-nextjs-shadcn/components/home/newsletter-signup.tsx +108 -0
- package/templates/storefront-nextjs-shadcn/components/layout/breadcrumbs.tsx +133 -0
- package/templates/storefront-nextjs-shadcn/components/layout/currency-selector.tsx +341 -0
- package/templates/storefront-nextjs-shadcn/components/layout/footer.tsx +128 -0
- package/templates/storefront-nextjs-shadcn/components/layout/header.tsx +147 -0
- package/templates/storefront-nextjs-shadcn/components/layout/index.ts +9 -0
- package/templates/storefront-nextjs-shadcn/components/layout/mobile-menu.tsx +211 -0
- package/templates/storefront-nextjs-shadcn/components/layout/navigation.tsx +95 -0
- package/templates/storefront-nextjs-shadcn/components/layout/theme-switcher.tsx +192 -0
- package/templates/storefront-nextjs-shadcn/components/loyalty/index.ts +11 -0
- package/templates/storefront-nextjs-shadcn/components/loyalty/points-balance.tsx +93 -0
- package/templates/storefront-nextjs-shadcn/components/loyalty/points-history.tsx +177 -0
- package/templates/storefront-nextjs-shadcn/components/loyalty/referral-section.tsx +250 -0
- package/templates/storefront-nextjs-shadcn/components/loyalty/rewards-catalog.tsx +217 -0
- package/templates/storefront-nextjs-shadcn/components/loyalty/tier-badge.tsx +106 -0
- package/templates/storefront-nextjs-shadcn/components/loyalty/tier-progress.tsx +131 -0
- package/templates/storefront-nextjs-shadcn/components/order/delivery-estimate.tsx +196 -0
- package/templates/storefront-nextjs-shadcn/components/order/index.ts +11 -0
- package/templates/storefront-nextjs-shadcn/components/order/order-tracking.tsx +200 -0
- package/templates/storefront-nextjs-shadcn/components/order/shipment-card.tsx +407 -0
- package/templates/storefront-nextjs-shadcn/components/order/tracking-status.tsx +222 -0
- package/templates/storefront-nextjs-shadcn/components/order/tracking-timeline.tsx +205 -0
- package/templates/storefront-nextjs-shadcn/components/product/add-to-cart-button.tsx +161 -0
- package/templates/storefront-nextjs-shadcn/components/product/b2b-price-display.tsx +250 -0
- package/templates/storefront-nextjs-shadcn/components/product/discount-badge.tsx +196 -0
- package/templates/storefront-nextjs-shadcn/components/product/index.ts +41 -0
- package/templates/storefront-nextjs-shadcn/components/product/product-card.tsx +147 -0
- package/templates/storefront-nextjs-shadcn/components/product/product-filters.tsx +217 -0
- package/templates/storefront-nextjs-shadcn/components/product/product-gallery.tsx +143 -0
- package/templates/storefront-nextjs-shadcn/components/product/product-grid.tsx +83 -0
- package/templates/storefront-nextjs-shadcn/components/product/product-image.tsx +155 -0
- package/templates/storefront-nextjs-shadcn/components/product/product-price.tsx +158 -0
- package/templates/storefront-nextjs-shadcn/components/product/product-quantity-selector.tsx +111 -0
- package/templates/storefront-nextjs-shadcn/components/product/product-reviews.tsx +238 -0
- package/templates/storefront-nextjs-shadcn/components/product/product-sort.tsx +58 -0
- package/templates/storefront-nextjs-shadcn/components/product/product-variant-selector.tsx +169 -0
- package/templates/storefront-nextjs-shadcn/components/product/review-card.tsx +220 -0
- package/templates/storefront-nextjs-shadcn/components/product/review-form.tsx +338 -0
- package/templates/storefront-nextjs-shadcn/components/product/review-summary.tsx +143 -0
- package/templates/storefront-nextjs-shadcn/components/product/sale-countdown.tsx +166 -0
- package/templates/storefront-nextjs-shadcn/components/product/savings-display.tsx +213 -0
- package/templates/storefront-nextjs-shadcn/components/product/similar-products.tsx +57 -0
- package/templates/storefront-nextjs-shadcn/components/product/stock-indicator.tsx +91 -0
- package/templates/storefront-nextjs-shadcn/components/providers/currency-provider.tsx +103 -0
- package/templates/storefront-nextjs-shadcn/components/providers/index.ts +8 -0
- package/templates/storefront-nextjs-shadcn/components/providers/query-provider.tsx +260 -0
- package/templates/storefront-nextjs-shadcn/components/providers/theme-provider.tsx +13 -0
- package/templates/storefront-nextjs-shadcn/components/returns/index.ts +26 -0
- package/templates/storefront-nextjs-shadcn/components/returns/return-request-form.tsx +608 -0
- package/templates/storefront-nextjs-shadcn/components/returns/return-status-card.tsx +554 -0
- package/templates/storefront-nextjs-shadcn/components/search/index.ts +8 -0
- package/templates/storefront-nextjs-shadcn/components/search/search-bar.tsx +140 -0
- package/templates/storefront-nextjs-shadcn/components/search/search-results.tsx +58 -0
- package/templates/storefront-nextjs-shadcn/components/search/search-suggestions.tsx +43 -0
- package/templates/storefront-nextjs-shadcn/components/seo/index.ts +12 -0
- package/templates/storefront-nextjs-shadcn/components/seo/json-ld.tsx +56 -0
- package/templates/storefront-nextjs-shadcn/components/seo/product-json-ld.ts +167 -0
- package/templates/storefront-nextjs-shadcn/components/shipping/index.ts +16 -0
- package/templates/storefront-nextjs-shadcn/components/shipping/shipping-method-selector.tsx +337 -0
- package/templates/storefront-nextjs-shadcn/components/ui/accordion.tsx +153 -0
- package/templates/storefront-nextjs-shadcn/components/ui/alert.tsx +59 -0
- package/templates/storefront-nextjs-shadcn/components/ui/badge.tsx +34 -0
- package/templates/storefront-nextjs-shadcn/components/ui/button.tsx +51 -0
- package/templates/storefront-nextjs-shadcn/components/ui/card.tsx +77 -0
- package/templates/storefront-nextjs-shadcn/components/ui/checkbox.tsx +30 -0
- package/templates/storefront-nextjs-shadcn/components/ui/dialog.tsx +137 -0
- package/templates/storefront-nextjs-shadcn/components/ui/empty-state.tsx +207 -0
- package/templates/storefront-nextjs-shadcn/components/ui/index.ts +67 -0
- package/templates/storefront-nextjs-shadcn/components/ui/input.tsx +65 -0
- package/templates/storefront-nextjs-shadcn/components/ui/label.tsx +26 -0
- package/templates/storefront-nextjs-shadcn/components/ui/pagination.tsx +205 -0
- package/templates/storefront-nextjs-shadcn/components/ui/radio-group.tsx +44 -0
- package/templates/storefront-nextjs-shadcn/components/ui/select.tsx +160 -0
- package/templates/storefront-nextjs-shadcn/components/ui/separator.tsx +28 -0
- package/templates/storefront-nextjs-shadcn/components/ui/skeleton.tsx +20 -0
- package/templates/storefront-nextjs-shadcn/components/ui/spinner.tsx +82 -0
- package/templates/storefront-nextjs-shadcn/components/ui/tabs.tsx +119 -0
- package/templates/storefront-nextjs-shadcn/components/ui/toast.tsx +96 -0
- package/templates/storefront-nextjs-shadcn/components/wishlist/index.ts +9 -0
- package/templates/storefront-nextjs-shadcn/components/wishlist/wishlist-button.tsx +148 -0
- package/templates/storefront-nextjs-shadcn/components/wishlist/wishlist-icon.tsx +47 -0
- package/templates/storefront-nextjs-shadcn/components/wishlist/wishlist-item.tsx +165 -0
- package/templates/storefront-nextjs-shadcn/components.json +19 -0
- package/templates/storefront-nextjs-shadcn/generated/.gitkeep +2 -0
- package/templates/storefront-nextjs-shadcn/graphql/.gitkeep +31 -0
- package/templates/storefront-nextjs-shadcn/graphql/collections.example.ts +168 -0
- package/templates/storefront-nextjs-shadcn/graphql/products.example.ts +160 -0
- package/templates/storefront-nextjs-shadcn/hooks/index.ts +9 -0
- package/templates/storefront-nextjs-shadcn/hooks/use-auth.ts +310 -0
- package/templates/storefront-nextjs-shadcn/hooks/use-cart-actions.ts +286 -0
- package/templates/storefront-nextjs-shadcn/hooks/use-cart-sync.ts +110 -0
- package/templates/storefront-nextjs-shadcn/hooks/use-filter-params.test.ts +173 -0
- package/templates/storefront-nextjs-shadcn/hooks/use-filter-params.ts +298 -0
- package/templates/storefront-nextjs-shadcn/lib/auth/cookies.ts +220 -0
- package/templates/storefront-nextjs-shadcn/lib/auth/routes.ts +57 -0
- package/templates/storefront-nextjs-shadcn/lib/config.ts +46 -0
- package/templates/storefront-nextjs-shadcn/lib/currency/IMPLEMENTATION_SUMMARY.md +254 -0
- package/templates/storefront-nextjs-shadcn/lib/currency/README.md +464 -0
- package/templates/storefront-nextjs-shadcn/lib/currency/cookie-manager.test.ts +328 -0
- package/templates/storefront-nextjs-shadcn/lib/currency/cookie-manager.ts +295 -0
- package/templates/storefront-nextjs-shadcn/lib/currency/index.ts +27 -0
- package/templates/storefront-nextjs-shadcn/lib/format.test.ts +397 -0
- package/templates/storefront-nextjs-shadcn/lib/format.ts +226 -0
- package/templates/storefront-nextjs-shadcn/lib/graphql/client.ts +109 -0
- package/templates/storefront-nextjs-shadcn/lib/graphql/hooks.ts +1183 -0
- package/templates/storefront-nextjs-shadcn/lib/graphql/server.ts +267 -0
- package/templates/storefront-nextjs-shadcn/lib/hooks.ts +30 -0
- package/templates/storefront-nextjs-shadcn/lib/theme/theme-config.ts +89 -0
- package/templates/storefront-nextjs-shadcn/lib/utils.ts +6 -0
- package/templates/storefront-nextjs-shadcn/next.config.ts +47 -0
- package/templates/storefront-nextjs-shadcn/open-next.config.ts +3 -0
- package/templates/storefront-nextjs-shadcn/package.dev.json +30 -0
- package/templates/storefront-nextjs-shadcn/package.json +60 -0
- package/templates/storefront-nextjs-shadcn/package.json.template +46 -0
- package/templates/storefront-nextjs-shadcn/postcss.config.mjs +8 -0
- package/templates/storefront-nextjs-shadcn/proxy.ts +80 -0
- package/templates/storefront-nextjs-shadcn/public/icons/payment/apple-pay.svg +8 -0
- package/templates/storefront-nextjs-shadcn/public/icons/payment/bank-transfer.svg +10 -0
- package/templates/storefront-nextjs-shadcn/public/icons/payment/blik.svg +6 -0
- package/templates/storefront-nextjs-shadcn/public/icons/payment/cash-on-delivery.svg +11 -0
- package/templates/storefront-nextjs-shadcn/public/icons/payment/google-pay.svg +11 -0
- package/templates/storefront-nextjs-shadcn/public/icons/payment/mastercard.svg +7 -0
- package/templates/storefront-nextjs-shadcn/public/icons/payment/paypal.svg +7 -0
- package/templates/storefront-nextjs-shadcn/public/icons/payment/payu.svg +7 -0
- package/templates/storefront-nextjs-shadcn/public/icons/payment/przelewy24.svg +7 -0
- package/templates/storefront-nextjs-shadcn/public/icons/payment/stripe.svg +4 -0
- package/templates/storefront-nextjs-shadcn/public/icons/payment/visa.svg +5 -0
- package/templates/storefront-nextjs-shadcn/stores/auth-store.ts +66 -0
- package/templates/storefront-nextjs-shadcn/stores/cart-store.ts +56 -0
- package/templates/storefront-nextjs-shadcn/stores/checkout-store.ts +184 -0
- package/templates/storefront-nextjs-shadcn/stores/currency-store.ts +103 -0
- package/templates/storefront-nextjs-shadcn/stores/wishlist-store.ts +291 -0
- package/templates/storefront-nextjs-shadcn/tailwind.config.ts +111 -0
- package/templates/storefront-nextjs-shadcn/tsconfig.json +27 -0
- package/templates/storefront-nextjs-shadcn/wrangler.toml +9 -0
|
@@ -0,0 +1,464 @@
|
|
|
1
|
+
import { existsSync, readFileSync, writeFileSync, mkdirSync, unlinkSync } from 'fs';
|
|
2
|
+
import { join } from 'path';
|
|
3
|
+
import { homedir } from 'os';
|
|
4
|
+
/**
|
|
5
|
+
* Default storage structure
|
|
6
|
+
*/
|
|
7
|
+
const DEFAULT_STORAGE = {
|
|
8
|
+
version: 2,
|
|
9
|
+
activeProfile: null,
|
|
10
|
+
profiles: [],
|
|
11
|
+
};
|
|
12
|
+
/**
|
|
13
|
+
* Get the config directory path
|
|
14
|
+
*/
|
|
15
|
+
function getConfigDir() {
|
|
16
|
+
const home = homedir();
|
|
17
|
+
return join(home, '.config', 'doswiftly');
|
|
18
|
+
}
|
|
19
|
+
/**
|
|
20
|
+
* Get the new profiles file path (unified storage)
|
|
21
|
+
*/
|
|
22
|
+
function getProfilesFilePath() {
|
|
23
|
+
return join(getConfigDir(), 'profiles.json');
|
|
24
|
+
}
|
|
25
|
+
/**
|
|
26
|
+
* Get the old environments file path (legacy)
|
|
27
|
+
*/
|
|
28
|
+
function getLegacyEnvFilePath() {
|
|
29
|
+
return join(getConfigDir(), 'environments.json');
|
|
30
|
+
}
|
|
31
|
+
/**
|
|
32
|
+
* Get the old auth config file path (legacy)
|
|
33
|
+
*/
|
|
34
|
+
function getLegacyAuthFilePath() {
|
|
35
|
+
return join(getConfigDir(), 'config.json');
|
|
36
|
+
}
|
|
37
|
+
/**
|
|
38
|
+
* Ensure config directory exists
|
|
39
|
+
*/
|
|
40
|
+
function ensureConfigDir() {
|
|
41
|
+
const configDir = getConfigDir();
|
|
42
|
+
if (!existsSync(configDir)) {
|
|
43
|
+
mkdirSync(configDir, { recursive: true, mode: 0o700 });
|
|
44
|
+
}
|
|
45
|
+
}
|
|
46
|
+
/**
|
|
47
|
+
* Migrate legacy data from old config files to new unified profiles.json.
|
|
48
|
+
* - Reads old environments.json (profiles without auth)
|
|
49
|
+
* - Reads old config.json (single global auth)
|
|
50
|
+
* - Merges auth into active profile
|
|
51
|
+
* - Writes to new profiles.json
|
|
52
|
+
* - Removes old files after successful migration
|
|
53
|
+
*/
|
|
54
|
+
function migrateFromLegacy() {
|
|
55
|
+
const legacyEnvPath = getLegacyEnvFilePath();
|
|
56
|
+
const legacyAuthPath = getLegacyAuthFilePath();
|
|
57
|
+
const hasLegacyEnv = existsSync(legacyEnvPath);
|
|
58
|
+
const hasLegacyAuth = existsSync(legacyAuthPath);
|
|
59
|
+
if (!hasLegacyEnv && !hasLegacyAuth) {
|
|
60
|
+
return null; // No legacy data to migrate
|
|
61
|
+
}
|
|
62
|
+
const storage = { ...DEFAULT_STORAGE };
|
|
63
|
+
// 1. Read legacy environments
|
|
64
|
+
if (hasLegacyEnv) {
|
|
65
|
+
try {
|
|
66
|
+
const content = readFileSync(legacyEnvPath, 'utf-8');
|
|
67
|
+
const legacyStorage = JSON.parse(content);
|
|
68
|
+
storage.activeProfile = legacyStorage.activeProfile || null;
|
|
69
|
+
// Migrate profiles (strip shopSlug, convert tokens to account)
|
|
70
|
+
if (legacyStorage.profiles) {
|
|
71
|
+
storage.profiles = legacyStorage.profiles.map((legacy) => {
|
|
72
|
+
const profile = {
|
|
73
|
+
name: legacy.name,
|
|
74
|
+
apiUrl: legacy.apiUrl,
|
|
75
|
+
isActive: legacy.isActive,
|
|
76
|
+
createdAt: legacy.createdAt,
|
|
77
|
+
description: legacy.description,
|
|
78
|
+
variables: legacy.variables,
|
|
79
|
+
githubToken: legacy.githubToken,
|
|
80
|
+
};
|
|
81
|
+
// Note: legacy tokens field was never actually used, so we ignore it
|
|
82
|
+
return profile;
|
|
83
|
+
});
|
|
84
|
+
}
|
|
85
|
+
}
|
|
86
|
+
catch {
|
|
87
|
+
// Ignore parse errors, start fresh
|
|
88
|
+
}
|
|
89
|
+
}
|
|
90
|
+
// 2. Read legacy auth config and merge into active profile
|
|
91
|
+
if (hasLegacyAuth) {
|
|
92
|
+
try {
|
|
93
|
+
const content = readFileSync(legacyAuthPath, 'utf-8').trim();
|
|
94
|
+
if (content) {
|
|
95
|
+
const legacyAuth = JSON.parse(content);
|
|
96
|
+
// Find active profile to attach auth to
|
|
97
|
+
let targetProfile = storage.profiles.find((p) => p.isActive);
|
|
98
|
+
// If no profiles exist, create a default one for the auth
|
|
99
|
+
if (!targetProfile && storage.profiles.length === 0) {
|
|
100
|
+
targetProfile = {
|
|
101
|
+
name: 'default',
|
|
102
|
+
apiUrl: 'https://api.doswiftly.pl',
|
|
103
|
+
isActive: true,
|
|
104
|
+
createdAt: new Date().toISOString(),
|
|
105
|
+
};
|
|
106
|
+
storage.profiles.push(targetProfile);
|
|
107
|
+
storage.activeProfile = 'default';
|
|
108
|
+
}
|
|
109
|
+
// Attach auth to the target profile
|
|
110
|
+
if (targetProfile && legacyAuth.token && legacyAuth.expiresAt > Date.now()) {
|
|
111
|
+
targetProfile.account = {
|
|
112
|
+
email: legacyAuth.email,
|
|
113
|
+
userId: legacyAuth.userId,
|
|
114
|
+
accessToken: legacyAuth.token,
|
|
115
|
+
expiresAt: legacyAuth.expiresAt,
|
|
116
|
+
role: legacyAuth.role,
|
|
117
|
+
};
|
|
118
|
+
}
|
|
119
|
+
}
|
|
120
|
+
}
|
|
121
|
+
catch {
|
|
122
|
+
// Ignore parse errors
|
|
123
|
+
}
|
|
124
|
+
}
|
|
125
|
+
return storage;
|
|
126
|
+
}
|
|
127
|
+
/**
|
|
128
|
+
* Read environment storage from disk.
|
|
129
|
+
* Automatically migrates from legacy files if new file doesn't exist.
|
|
130
|
+
*/
|
|
131
|
+
function readStorage() {
|
|
132
|
+
const filePath = getProfilesFilePath();
|
|
133
|
+
// Check for new unified file first
|
|
134
|
+
if (existsSync(filePath)) {
|
|
135
|
+
try {
|
|
136
|
+
const content = readFileSync(filePath, 'utf-8');
|
|
137
|
+
return JSON.parse(content);
|
|
138
|
+
}
|
|
139
|
+
catch {
|
|
140
|
+
return { ...DEFAULT_STORAGE };
|
|
141
|
+
}
|
|
142
|
+
}
|
|
143
|
+
// Try to migrate from legacy files
|
|
144
|
+
const migrated = migrateFromLegacy();
|
|
145
|
+
if (migrated) {
|
|
146
|
+
// Write migrated data to new file
|
|
147
|
+
writeStorage(migrated);
|
|
148
|
+
// Clean up legacy files
|
|
149
|
+
const legacyEnvPath = getLegacyEnvFilePath();
|
|
150
|
+
const legacyAuthPath = getLegacyAuthFilePath();
|
|
151
|
+
try {
|
|
152
|
+
if (existsSync(legacyEnvPath)) {
|
|
153
|
+
unlinkSync(legacyEnvPath);
|
|
154
|
+
}
|
|
155
|
+
if (existsSync(legacyAuthPath)) {
|
|
156
|
+
unlinkSync(legacyAuthPath);
|
|
157
|
+
}
|
|
158
|
+
}
|
|
159
|
+
catch {
|
|
160
|
+
// Non-fatal: old files will remain but won't be used
|
|
161
|
+
}
|
|
162
|
+
return migrated;
|
|
163
|
+
}
|
|
164
|
+
return { ...DEFAULT_STORAGE };
|
|
165
|
+
}
|
|
166
|
+
/**
|
|
167
|
+
* Write environment storage to disk
|
|
168
|
+
*/
|
|
169
|
+
function writeStorage(storage) {
|
|
170
|
+
ensureConfigDir();
|
|
171
|
+
const filePath = getProfilesFilePath();
|
|
172
|
+
writeFileSync(filePath, JSON.stringify(storage, null, 2), { mode: 0o600 });
|
|
173
|
+
}
|
|
174
|
+
/**
|
|
175
|
+
* Get all environment profiles
|
|
176
|
+
*/
|
|
177
|
+
export function listProfiles() {
|
|
178
|
+
const storage = readStorage();
|
|
179
|
+
return storage.profiles;
|
|
180
|
+
}
|
|
181
|
+
/**
|
|
182
|
+
* Get the active environment profile
|
|
183
|
+
*/
|
|
184
|
+
export function getActiveProfile() {
|
|
185
|
+
const storage = readStorage();
|
|
186
|
+
if (!storage.activeProfile) {
|
|
187
|
+
return null;
|
|
188
|
+
}
|
|
189
|
+
return storage.profiles.find((p) => p.name === storage.activeProfile) || null;
|
|
190
|
+
}
|
|
191
|
+
/**
|
|
192
|
+
* Get a profile by name
|
|
193
|
+
*/
|
|
194
|
+
export function getProfile(name) {
|
|
195
|
+
const storage = readStorage();
|
|
196
|
+
return storage.profiles.find((p) => p.name === name) || null;
|
|
197
|
+
}
|
|
198
|
+
/**
|
|
199
|
+
* Add a new environment profile
|
|
200
|
+
*/
|
|
201
|
+
export function addProfile(profile) {
|
|
202
|
+
const storage = readStorage();
|
|
203
|
+
// Check if profile already exists
|
|
204
|
+
const existing = storage.profiles.find((p) => p.name === profile.name);
|
|
205
|
+
if (existing) {
|
|
206
|
+
throw new Error(`Profile "${profile.name}" already exists`);
|
|
207
|
+
}
|
|
208
|
+
const newProfile = {
|
|
209
|
+
...profile,
|
|
210
|
+
isActive: storage.profiles.length === 0, // First profile is active by default
|
|
211
|
+
createdAt: new Date().toISOString(),
|
|
212
|
+
};
|
|
213
|
+
storage.profiles.push(newProfile);
|
|
214
|
+
// Set as active if it's the first profile
|
|
215
|
+
if (newProfile.isActive) {
|
|
216
|
+
storage.activeProfile = newProfile.name;
|
|
217
|
+
}
|
|
218
|
+
writeStorage(storage);
|
|
219
|
+
return newProfile;
|
|
220
|
+
}
|
|
221
|
+
/**
|
|
222
|
+
* Update an existing profile
|
|
223
|
+
*/
|
|
224
|
+
export function updateProfile(name, updates) {
|
|
225
|
+
const storage = readStorage();
|
|
226
|
+
const index = storage.profiles.findIndex((p) => p.name === name);
|
|
227
|
+
if (index === -1) {
|
|
228
|
+
throw new Error(`Profile "${name}" not found`);
|
|
229
|
+
}
|
|
230
|
+
storage.profiles[index] = {
|
|
231
|
+
...storage.profiles[index],
|
|
232
|
+
...updates,
|
|
233
|
+
};
|
|
234
|
+
writeStorage(storage);
|
|
235
|
+
return storage.profiles[index];
|
|
236
|
+
}
|
|
237
|
+
/**
|
|
238
|
+
* Update the currently active profile with the given fields.
|
|
239
|
+
* Throws if no profile is active.
|
|
240
|
+
*/
|
|
241
|
+
export function updateActiveProfile(updates) {
|
|
242
|
+
const active = getActiveProfile();
|
|
243
|
+
if (!active) {
|
|
244
|
+
throw new Error('No active profile. Run "doswiftly env add" first.');
|
|
245
|
+
}
|
|
246
|
+
return updateProfile(active.name, updates);
|
|
247
|
+
}
|
|
248
|
+
/**
|
|
249
|
+
* Delete a profile
|
|
250
|
+
*/
|
|
251
|
+
export function deleteProfile(name) {
|
|
252
|
+
const storage = readStorage();
|
|
253
|
+
const index = storage.profiles.findIndex((p) => p.name === name);
|
|
254
|
+
if (index === -1) {
|
|
255
|
+
throw new Error(`Profile "${name}" not found`);
|
|
256
|
+
}
|
|
257
|
+
storage.profiles.splice(index, 1);
|
|
258
|
+
// If deleted profile was active, clear active or set first profile
|
|
259
|
+
if (storage.activeProfile === name) {
|
|
260
|
+
storage.activeProfile =
|
|
261
|
+
storage.profiles.length > 0 ? storage.profiles[0].name : null;
|
|
262
|
+
if (storage.profiles.length > 0) {
|
|
263
|
+
storage.profiles[0].isActive = true;
|
|
264
|
+
}
|
|
265
|
+
}
|
|
266
|
+
writeStorage(storage);
|
|
267
|
+
}
|
|
268
|
+
/**
|
|
269
|
+
* Set the active profile
|
|
270
|
+
*/
|
|
271
|
+
export function setActiveProfile(name) {
|
|
272
|
+
const storage = readStorage();
|
|
273
|
+
const profile = storage.profiles.find((p) => p.name === name);
|
|
274
|
+
if (!profile) {
|
|
275
|
+
throw new Error(`Profile "${name}" not found`);
|
|
276
|
+
}
|
|
277
|
+
// Update isActive flags
|
|
278
|
+
storage.profiles.forEach((p) => {
|
|
279
|
+
p.isActive = p.name === name;
|
|
280
|
+
});
|
|
281
|
+
storage.activeProfile = name;
|
|
282
|
+
writeStorage(storage);
|
|
283
|
+
return profile;
|
|
284
|
+
}
|
|
285
|
+
/**
|
|
286
|
+
* Read shop slug directly from local doswiftly.config.ts.
|
|
287
|
+
* Inlined here to avoid circular dependency with config.ts.
|
|
288
|
+
*/
|
|
289
|
+
function readLocalShopSlug() {
|
|
290
|
+
const configPath = existsSync('doswiftly.config.ts')
|
|
291
|
+
? 'doswiftly.config.ts'
|
|
292
|
+
: existsSync('doswiftly.config.js')
|
|
293
|
+
? 'doswiftly.config.js'
|
|
294
|
+
: null;
|
|
295
|
+
if (!configPath)
|
|
296
|
+
return null;
|
|
297
|
+
try {
|
|
298
|
+
const content = readFileSync(configPath, 'utf-8');
|
|
299
|
+
const slugMatch = content.match(/slug:\s*['"]([^'"]+)['"]/);
|
|
300
|
+
if (slugMatch)
|
|
301
|
+
return slugMatch[1];
|
|
302
|
+
// Legacy fallback: project.id
|
|
303
|
+
const idMatch = content.match(/id:\s*['"]([^'"]+)['"]/);
|
|
304
|
+
return idMatch ? idMatch[1] : null;
|
|
305
|
+
}
|
|
306
|
+
catch {
|
|
307
|
+
return null;
|
|
308
|
+
}
|
|
309
|
+
}
|
|
310
|
+
/**
|
|
311
|
+
* Get the current project shop slug from local doswiftly.config.ts.
|
|
312
|
+
* Returns null if not in a project directory or no config found.
|
|
313
|
+
*/
|
|
314
|
+
export function getProjectShopSlug() {
|
|
315
|
+
return readLocalShopSlug();
|
|
316
|
+
}
|
|
317
|
+
/**
|
|
318
|
+
* Generate .env.local content from a profile.
|
|
319
|
+
* shopSlug is resolved from local doswiftly.config.ts only.
|
|
320
|
+
*/
|
|
321
|
+
export function generateEnvContent(profile) {
|
|
322
|
+
const shopSlug = readLocalShopSlug() || '';
|
|
323
|
+
const lines = [
|
|
324
|
+
'# Generated by DoSwiftly CLI',
|
|
325
|
+
`# Profile: ${profile.name}`,
|
|
326
|
+
`# Generated at: ${new Date().toISOString()}`,
|
|
327
|
+
'',
|
|
328
|
+
'# DoSwiftly Storefront Configuration',
|
|
329
|
+
`NEXT_PUBLIC_API_URL=${profile.apiUrl}`,
|
|
330
|
+
`NEXT_PUBLIC_SHOP_SLUG=${shopSlug}`,
|
|
331
|
+
];
|
|
332
|
+
// Append custom variables if present
|
|
333
|
+
if (profile.variables && Object.keys(profile.variables).length > 0) {
|
|
334
|
+
lines.push('');
|
|
335
|
+
lines.push('# Custom Variables');
|
|
336
|
+
for (const [key, value] of Object.entries(profile.variables)) {
|
|
337
|
+
lines.push(`${key}=${value}`);
|
|
338
|
+
}
|
|
339
|
+
}
|
|
340
|
+
lines.push('');
|
|
341
|
+
return lines.join('\n');
|
|
342
|
+
}
|
|
343
|
+
/**
|
|
344
|
+
* Set a variable on a profile's variables map.
|
|
345
|
+
* Creates the variables map if it doesn't exist.
|
|
346
|
+
*/
|
|
347
|
+
export function setProfileVariable(profileName, key, value) {
|
|
348
|
+
const storage = readStorage();
|
|
349
|
+
const index = storage.profiles.findIndex((p) => p.name === profileName);
|
|
350
|
+
if (index === -1) {
|
|
351
|
+
throw new Error(`Profile "${profileName}" not found`);
|
|
352
|
+
}
|
|
353
|
+
if (!storage.profiles[index].variables) {
|
|
354
|
+
storage.profiles[index].variables = {};
|
|
355
|
+
}
|
|
356
|
+
storage.profiles[index].variables[key] = value;
|
|
357
|
+
writeStorage(storage);
|
|
358
|
+
}
|
|
359
|
+
/**
|
|
360
|
+
* Check if any profiles exist
|
|
361
|
+
*/
|
|
362
|
+
export function hasProfiles() {
|
|
363
|
+
const storage = readStorage();
|
|
364
|
+
return storage.profiles.length > 0;
|
|
365
|
+
}
|
|
366
|
+
/**
|
|
367
|
+
* Set the account (auth data) for a specific profile.
|
|
368
|
+
* Used by auth login command.
|
|
369
|
+
*/
|
|
370
|
+
export function setProfileAccount(profileName, account) {
|
|
371
|
+
const storage = readStorage();
|
|
372
|
+
const index = storage.profiles.findIndex((p) => p.name === profileName);
|
|
373
|
+
if (index === -1) {
|
|
374
|
+
throw new Error(`Profile "${profileName}" not found`);
|
|
375
|
+
}
|
|
376
|
+
storage.profiles[index].account = account;
|
|
377
|
+
writeStorage(storage);
|
|
378
|
+
}
|
|
379
|
+
/**
|
|
380
|
+
* Set the account (auth data) for the active profile.
|
|
381
|
+
* Used by auth login command when no profile is specified.
|
|
382
|
+
*/
|
|
383
|
+
export function setActiveProfileAccount(account) {
|
|
384
|
+
const active = getActiveProfile();
|
|
385
|
+
if (!active) {
|
|
386
|
+
throw new Error('No active profile. Run "doswiftly env add" first.');
|
|
387
|
+
}
|
|
388
|
+
setProfileAccount(active.name, account);
|
|
389
|
+
}
|
|
390
|
+
/**
|
|
391
|
+
* Clear the account (auth data) from a specific profile.
|
|
392
|
+
* Used by auth logout command.
|
|
393
|
+
*/
|
|
394
|
+
export function clearProfileAccount(profileName) {
|
|
395
|
+
const storage = readStorage();
|
|
396
|
+
const index = storage.profiles.findIndex((p) => p.name === profileName);
|
|
397
|
+
if (index === -1) {
|
|
398
|
+
throw new Error(`Profile "${profileName}" not found`);
|
|
399
|
+
}
|
|
400
|
+
delete storage.profiles[index].account;
|
|
401
|
+
writeStorage(storage);
|
|
402
|
+
}
|
|
403
|
+
/**
|
|
404
|
+
* Clear the account (auth data) from the active profile.
|
|
405
|
+
* Used by auth logout command when no profile is specified.
|
|
406
|
+
*/
|
|
407
|
+
export function clearActiveProfileAccount() {
|
|
408
|
+
const active = getActiveProfile();
|
|
409
|
+
if (!active) {
|
|
410
|
+
throw new Error('No active profile. Run "doswiftly env add" first.');
|
|
411
|
+
}
|
|
412
|
+
clearProfileAccount(active.name);
|
|
413
|
+
}
|
|
414
|
+
/**
|
|
415
|
+
* Get the account (auth data) from the active profile.
|
|
416
|
+
* Returns null if no profile is active or no account is set.
|
|
417
|
+
*/
|
|
418
|
+
export function getActiveProfileAccount() {
|
|
419
|
+
const active = getActiveProfile();
|
|
420
|
+
if (!active || !active.account) {
|
|
421
|
+
return null;
|
|
422
|
+
}
|
|
423
|
+
return active.account;
|
|
424
|
+
}
|
|
425
|
+
/**
|
|
426
|
+
* Get the stored token from the active profile.
|
|
427
|
+
* Returns null if not logged in or token expired.
|
|
428
|
+
*/
|
|
429
|
+
export function getStoredTokenFromProfile() {
|
|
430
|
+
const account = getActiveProfileAccount();
|
|
431
|
+
if (!account) {
|
|
432
|
+
return null;
|
|
433
|
+
}
|
|
434
|
+
// Check if token expired
|
|
435
|
+
if (Date.now() > account.expiresAt) {
|
|
436
|
+
return null;
|
|
437
|
+
}
|
|
438
|
+
return account.accessToken;
|
|
439
|
+
}
|
|
440
|
+
/**
|
|
441
|
+
* Check if the active profile is logged in (has valid token).
|
|
442
|
+
*/
|
|
443
|
+
export function isActiveProfileLoggedIn() {
|
|
444
|
+
return getStoredTokenFromProfile() !== null;
|
|
445
|
+
}
|
|
446
|
+
/**
|
|
447
|
+
* Get auth state from active profile without side effects.
|
|
448
|
+
* Used for command visibility decisions.
|
|
449
|
+
*/
|
|
450
|
+
export function getActiveProfileAuthState() {
|
|
451
|
+
const account = getActiveProfileAccount();
|
|
452
|
+
if (!account || Date.now() > account.expiresAt) {
|
|
453
|
+
return { isLoggedIn: false, isSaasDeveloper: false };
|
|
454
|
+
}
|
|
455
|
+
const roleLower = account.role?.toLowerCase();
|
|
456
|
+
const isSaasDev = roleLower === 'admin' || roleLower === 'saas_developer';
|
|
457
|
+
return {
|
|
458
|
+
isLoggedIn: true,
|
|
459
|
+
isSaasDeveloper: isSaasDev,
|
|
460
|
+
email: account.email,
|
|
461
|
+
role: account.role,
|
|
462
|
+
};
|
|
463
|
+
}
|
|
464
|
+
//# sourceMappingURL=env-storage.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"env-storage.js","sourceRoot":"","sources":["../../src/lib/env-storage.ts"],"names":[],"mappings":"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"}
|
|
@@ -0,0 +1,61 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* CLI Error codes
|
|
3
|
+
*/
|
|
4
|
+
export declare enum ErrorCode {
|
|
5
|
+
INVALID_CONFIG = "E100",
|
|
6
|
+
MISSING_REQUIRED_OPTION = "E101",
|
|
7
|
+
INVALID_PROJECT_ID = "E102",
|
|
8
|
+
DIRECTORY_EXISTS = "E103",
|
|
9
|
+
INVALID_TEMPLATE = "E104",
|
|
10
|
+
AUTH_TOKEN_EXPIRED = "E200",
|
|
11
|
+
AUTH_TOKEN_INVALID = "E201",
|
|
12
|
+
AUTH_NOT_LOGGED_IN = "E202",
|
|
13
|
+
AUTH_PERMISSION_DENIED = "E203",
|
|
14
|
+
NETWORK_UNREACHABLE = "E300",
|
|
15
|
+
NETWORK_TIMEOUT = "E301",
|
|
16
|
+
API_ERROR = "E302",
|
|
17
|
+
API_NOT_FOUND = "E303",
|
|
18
|
+
BUILD_FAILED = "E400",
|
|
19
|
+
TYPESCRIPT_ERROR = "E401",
|
|
20
|
+
DEPENDENCY_ERROR = "E402",
|
|
21
|
+
DEPLOY_FAILED = "E500",
|
|
22
|
+
DEPLOY_ROLLBACK = "E501",
|
|
23
|
+
DEPLOY_CONFIG_INVALID = "E502",
|
|
24
|
+
INTERNAL_ERROR = "E900",
|
|
25
|
+
TEMPLATE_NOT_FOUND = "E901"
|
|
26
|
+
}
|
|
27
|
+
/**
|
|
28
|
+
* CLI Error class with actionable suggestions
|
|
29
|
+
*/
|
|
30
|
+
export declare class CLIError extends Error {
|
|
31
|
+
readonly code: ErrorCode;
|
|
32
|
+
readonly suggestions: string[];
|
|
33
|
+
readonly docs?: string;
|
|
34
|
+
readonly context?: Record<string, unknown>;
|
|
35
|
+
constructor(code: ErrorCode, message: string, options?: {
|
|
36
|
+
docs?: string;
|
|
37
|
+
context?: Record<string, unknown>;
|
|
38
|
+
additionalSuggestions?: string[];
|
|
39
|
+
});
|
|
40
|
+
/**
|
|
41
|
+
* Format the error for console output
|
|
42
|
+
*/
|
|
43
|
+
format(verbose?: boolean): string;
|
|
44
|
+
/**
|
|
45
|
+
* Print the error to console
|
|
46
|
+
*/
|
|
47
|
+
print(verbose?: boolean): void;
|
|
48
|
+
}
|
|
49
|
+
/**
|
|
50
|
+
* Create a CLI error with common defaults
|
|
51
|
+
*/
|
|
52
|
+
export declare function createError(code: ErrorCode, message: string, options?: {
|
|
53
|
+
docs?: string;
|
|
54
|
+
context?: Record<string, unknown>;
|
|
55
|
+
additionalSuggestions?: string[];
|
|
56
|
+
}): CLIError;
|
|
57
|
+
/**
|
|
58
|
+
* Handle an error and exit the process
|
|
59
|
+
*/
|
|
60
|
+
export declare function handleError(error: unknown, verbose?: boolean): never;
|
|
61
|
+
//# sourceMappingURL=errors.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"errors.d.ts","sourceRoot":"","sources":["../../src/lib/errors.ts"],"names":[],"mappings":"AAEA;;GAEG;AACH,oBAAY,SAAS;IAEnB,cAAc,SAAS;IACvB,uBAAuB,SAAS;IAChC,kBAAkB,SAAS;IAC3B,gBAAgB,SAAS;IACzB,gBAAgB,SAAS;IAGzB,kBAAkB,SAAS;IAC3B,kBAAkB,SAAS;IAC3B,kBAAkB,SAAS;IAC3B,sBAAsB,SAAS;IAG/B,mBAAmB,SAAS;IAC5B,eAAe,SAAS;IACxB,SAAS,SAAS;IAClB,aAAa,SAAS;IAGtB,YAAY,SAAS;IACrB,gBAAgB,SAAS;IACzB,gBAAgB,SAAS;IAGzB,aAAa,SAAS;IACtB,eAAe,SAAS;IACxB,qBAAqB,SAAS;IAG9B,cAAc,SAAS;IACvB,kBAAkB,SAAS;CAC5B;AAyFD;;GAEG;AACH,qBAAa,QAAS,SAAQ,KAAK;IACjC,SAAgB,IAAI,EAAE,SAAS,CAAC;IAChC,SAAgB,WAAW,EAAE,MAAM,EAAE,CAAC;IACtC,SAAgB,IAAI,CAAC,EAAE,MAAM,CAAC;IAC9B,SAAgB,OAAO,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,CAAC;gBAGhD,IAAI,EAAE,SAAS,EACf,OAAO,EAAE,MAAM,EACf,OAAO,CAAC,EAAE;QACR,IAAI,CAAC,EAAE,MAAM,CAAC;QACd,OAAO,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,CAAC;QAClC,qBAAqB,CAAC,EAAE,MAAM,EAAE,CAAC;KAClC;IAaH;;OAEG;IACH,MAAM,CAAC,OAAO,GAAE,OAAe,GAAG,MAAM;IAiCxC;;OAEG;IACH,KAAK,CAAC,OAAO,GAAE,OAAe,GAAG,IAAI;CAGtC;AAED;;GAEG;AACH,wBAAgB,WAAW,CACzB,IAAI,EAAE,SAAS,EACf,OAAO,EAAE,MAAM,EACf,OAAO,CAAC,EAAE;IACR,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,OAAO,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,CAAC;IAClC,qBAAqB,CAAC,EAAE,MAAM,EAAE,CAAC;CAClC,GACA,QAAQ,CAEV;AAED;;GAEG;AACH,wBAAgB,WAAW,CAAC,KAAK,EAAE,OAAO,EAAE,OAAO,GAAE,OAAe,GAAG,KAAK,CAe3E"}
|