@base44-preview/cli 0.0.31-pr.245.be91e19 → 0.0.32-pr.241.887699f

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 CHANGED
@@ -43,19 +43,23 @@ The CLI will guide you through project setup. For step-by-step tutorials, see th
43
43
 
44
44
  | Command | Description |
45
45
  | ------- | ----------- |
46
- | [`create`](https://docs.base44.com/developers/references/cli/commands/create) | Create a new Base44 project from a template |
47
- | [`deploy`](https://docs.base44.com/developers/references/cli/commands/deploy) | Deploy resources and site to Base44 |
48
- | [`link`](https://docs.base44.com/developers/references/cli/commands/link) | Link a local project to a project on Base44 |
46
+ | [`create`](https://docs.base44.com/developers/references/cli/commands/create) | Create a new Base44 project |
47
+ | [`deploy`](https://docs.base44.com/developers/references/cli/commands/deploy) | Deploy all project resources (entities, functions, agents, connectors, and site) |
48
+ | [`link`](https://docs.base44.com/developers/references/cli/commands/link) | Link a local project to a Base44 project (create new or link existing) |
49
+ | [`eject`](https://docs.base44.com/developers/references/cli/commands/eject) | Download the code for an existing Base44 project |
49
50
  | [`dashboard open`](https://docs.base44.com/developers/references/cli/commands/dashboard) | Open the app dashboard in your browser |
50
51
  | [`login`](https://docs.base44.com/developers/references/cli/commands/login) | Authenticate with Base44 |
51
- | [`logout`](https://docs.base44.com/developers/references/cli/commands/logout) | Sign out and clear stored credentials |
52
- | [`whoami`](https://docs.base44.com/developers/references/cli/commands/whoami) | Display the current authenticated user |
53
- | [`agents pull`](https://docs.base44.com/developers/references/cli/commands/agents-pull) | Pull agents from Base44 to local files |
54
- | [`agents push`](https://docs.base44.com/developers/references/cli/commands/agents-push) | Push local agents to Base44 |
55
- | [`entities push`](https://docs.base44.com/developers/references/cli/commands/entities-push) | Push local entity schemas to Base44 |
52
+ | [`logout`](https://docs.base44.com/developers/references/cli/commands/logout) | Logout from current device |
53
+ | [`whoami`](https://docs.base44.com/developers/references/cli/commands/whoami) | Display current authenticated user |
54
+ | [`agents pull`](https://docs.base44.com/developers/references/cli/commands/agents-pull) | Pull agents from Base44 to local files (replaces all local agent configs) |
55
+ | [`agents push`](https://docs.base44.com/developers/references/cli/commands/agents-push) | Push local agents to Base44 (replaces all remote agent configs) |
56
+ | [`connectors pull`](https://docs.base44.com/developers/references/cli/commands/connectors-pull) | Pull connectors from Base44 to local files (replaces all local connector configs) |
57
+ | [`connectors push`](https://docs.base44.com/developers/references/cli/commands/connectors-push) | Push local connectors to Base44 (overwrites connectors on Base44) |
58
+ | [`entities push`](https://docs.base44.com/developers/references/cli/commands/entities-push) | Push local entities to Base44 |
56
59
  | [`functions deploy`](https://docs.base44.com/developers/references/cli/commands/functions-deploy) | Deploy local functions to Base44 |
57
60
  | [`site deploy`](https://docs.base44.com/developers/references/cli/commands/site-deploy) | Deploy built site files to Base44 hosting |
58
61
  | [`site open`](https://docs.base44.com/developers/references/cli/commands/site-open) | Open the published site in your browser |
62
+ | [`types generate`](https://docs.base44.com/developers/references/cli/commands/types-generate) | Generate TypeScript declaration file (types.d.ts) from project resources |
59
63
 
60
64
 
61
65
  <!--| [`eject`](https://docs.base44.com/developers/references/cli/commands/eject) | Create a Base44 backend project from an existing Base44 app | -->
@@ -83,9 +87,9 @@ base44 <command> --help
83
87
  base44 --version
84
88
  ```
85
89
 
86
- ## Alpha
90
+ ## Beta
87
91
 
88
- The CLI and Base44 backend service are currently in alpha. We're actively improving them based on user feedback. Share your thoughts and feature requests on our [GitHub Discussions](https://github.com/orgs/base44/discussions).
92
+ The CLI and Base44 backend service are currently in beta. We're actively improving them based on user feedback. Share your thoughts and feature requests on our [GitHub Discussions](https://github.com/orgs/base44/discussions).
89
93
 
90
94
  Found a bug? [Open an issue](https://github.com/base44/cli/issues).
91
95
 
package/dist/cli/index.js CHANGED
@@ -186024,7 +186024,7 @@ async function handleUnauthorized(request, _options, response) {
186024
186024
  return;
186025
186025
  }
186026
186026
  retriedRequests.add(request);
186027
- return distribution_default(request, {
186027
+ return distribution_default(request.clone(), {
186028
186028
  headers: { Authorization: `Bearer ${newAccessToken}` }
186029
186029
  });
186030
186030
  }
@@ -193445,7 +193445,7 @@ var {
193445
193445
  // package.json
193446
193446
  var package_default = {
193447
193447
  name: "base44",
193448
- version: "0.0.31",
193448
+ version: "0.0.32",
193449
193449
  description: "Base44 CLI - Unified interface for managing Base44 applications",
193450
193450
  type: "module",
193451
193451
  bin: {
@@ -199760,4 +199760,4 @@ export {
199760
199760
  CLIExitError
199761
199761
  };
199762
199762
 
199763
- //# debugId=DAE9ABAB4A8EF43C64756E2164756E21
199763
+ //# debugId=06A844C7F693D30164756E2164756E21