Skip to content

Releases: andredezzy/infracraft

@infracraft/sandbox@0.1.2

10 Jun 16:59
3799d77

Choose a tag to compare

Patch Changes

  • 93b6d30: Docs: reword the sandbox and Git Guard READMEs around deploy isolation — a clean copy of the repo's tracked files instead of the live working tree. The gate deploy log line now reads "stub .git" to match.

@infracraft/sandbox@0.1.1

10 Jun 02:39
52a9c63

Choose a tag to compare

Patch Changes

  • b2fc0a3: Every published package now ships its own README: sandbox gains one, pulumi's gets its own package identity, and the root README becomes a general overview that points into each package. npm descriptions added/tightened.

@infracraft/pulumi@1.17.4

10 Jun 16:59
3799d77

Choose a tag to compare

Patch Changes

  • 93b6d30: Docs: reword the sandbox and Git Guard READMEs around deploy isolation — a clean copy of the repo's tracked files instead of the live working tree. The gate deploy log line now reads "stub .git" to match.

@infracraft/pulumi@1.17.3

10 Jun 02:39
52a9c63

Choose a tag to compare

Patch Changes

  • b2fc0a3: Every published package now ships its own README: sandbox gains one, pulumi's gets its own package identity, and the root README becomes a general overview that points into each package. npm descriptions added/tightened.

@infracraft/gate@0.8.0

10 Jun 21:27
aca1400

Choose a tag to compare

Minor Changes

  • a80eb12: --project <name> now works on EVERY vercel command through the passthrough: gate vercel env ls --project hat-rec resolves the project via the API and injects VERCEL_PROJECT_ID/VERCEL_ORG_ID (the CLI's official link substitute) — no .vercel link needed, team projects included. Resolution failures abort the command (never silently falls back to the linked project). Gate's deploy verb keeps forwarding --project natively with its create-preflight.

@infracraft/gate@0.7.0

10 Jun 20:21
37211e9

Choose a tag to compare

Minor Changes

  • db518e4: Universal native passthrough: gate <provider> <anything> now runs ANY native CLI command with the selected account's credentials injected per-invocation (gate vercel env ls --account work, gate fly -a work status -a my-app). Gate's six account verbs move under a uniform auth namespace — BREAKING: gate vercel login is now the NATIVE vercel login (a stderr tip points at gate vercel auth login); top-level switch/list/etc. reach the native commands. Also breaking: gate fly deploy -a <app> now sends -a to fly (use --account); library API drops ProviderCommandLayout, deployCli, DeployCliContext, and the citty dependency in favor of nativeCli(), routeCommand(), runPassthrough(), and InteractionMode. Non-interactive runs never prompt — they fail fast with actionable hints.

@infracraft/gate@0.6.1

10 Jun 16:59
3799d77

Choose a tag to compare

Patch Changes

  • 93b6d30: Docs: reword the sandbox and Git Guard READMEs around deploy isolation — a clean copy of the repo's tracked files instead of the live working tree. The gate deploy log line now reads "stub .git" to match.
  • Updated dependencies [93b6d30]
    • @infracraft/sandbox@0.1.2

@infracraft/gate@0.6.0

10 Jun 16:35
634ec03

Choose a tag to compare

Minor Changes

  • 2f3678e: Deploy-target preflight: gate vercel deploy --project <name> now verifies the project exists before spawning the native CLI. A missing project triggers a create prompt — or is auto-created with the new gate-owned --create-project flag — and the deploy continues in the same run; non-interactive misses fail fast with an actionable hint instead of relaying the native error.

@infracraft/gate@0.5.1

10 Jun 02:39
52a9c63

Choose a tag to compare

Patch Changes

  • b2fc0a3: Every published package now ships its own README: sandbox gains one, pulumi's gets its own package identity, and the root README becomes a general overview that points into each package. npm descriptions added/tightened.
  • Updated dependencies [b2fc0a3]
    • @infracraft/sandbox@0.1.1

@infracraft/gate@0.5.0

10 Jun 02:24
c7134cc

Choose a tag to compare

Minor Changes

  • 7339f3e: Unique identities: a provider account can no longer appear twice in gate's store. Existing duplicates trigger a mandatory merge prompt (pick the surviving label); login and import now offer update-or-rename when the identity is already stored.