@base44-preview/cli 0.0.31-pr.245.be91e19 → 0.0.32-pr.247.7e47d4d

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
@@ -7,6 +7,7 @@ Base44's backend service provides a managed backend for your applications, inclu
7
7
  - **Create projects** from templates.
8
8
  - **Sync** resources defined in local code with your Base44 backend.
9
9
  - **Deploy sites** to Base44's hosting platform.
10
+ - **Generate TypeScript types** from your project resources.
10
11
 
11
12
  To get started, see the full list of commands below or check out the [documentation](https://docs.base44.com/developers/references/cli/get-started/overview).
12
13
 
@@ -43,19 +44,20 @@ The CLI will guide you through project setup. For step-by-step tutorials, see th
43
44
 
44
45
  | Command | Description |
45
46
  | ------- | ----------- |
47
+ | [`agents pull`](https://docs.base44.com/developers/references/cli/commands/agents-pull) | Pull agents from Base44 to local files |
48
+ | [`agents push`](https://docs.base44.com/developers/references/cli/commands/agents-push) | Push local agents to Base44 |
46
49
  | [`create`](https://docs.base44.com/developers/references/cli/commands/create) | Create a new Base44 project from a template |
50
+ | [`dashboard open`](https://docs.base44.com/developers/references/cli/commands/dashboard) | Open the app dashboard in your browser |
47
51
  | [`deploy`](https://docs.base44.com/developers/references/cli/commands/deploy) | Deploy resources and site to Base44 |
52
+ | [`entities push`](https://docs.base44.com/developers/references/cli/commands/entities-push) | Push local entity schemas to Base44 |
53
+ | [`functions deploy`](https://docs.base44.com/developers/references/cli/commands/functions-deploy) | Deploy local functions to Base44 |
48
54
  | [`link`](https://docs.base44.com/developers/references/cli/commands/link) | Link a local project to a project on Base44 |
49
- | [`dashboard open`](https://docs.base44.com/developers/references/cli/commands/dashboard) | Open the app dashboard in your browser |
50
55
  | [`login`](https://docs.base44.com/developers/references/cli/commands/login) | Authenticate with Base44 |
51
56
  | [`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 |
56
- | [`functions deploy`](https://docs.base44.com/developers/references/cli/commands/functions-deploy) | Deploy local functions to Base44 |
57
57
  | [`site deploy`](https://docs.base44.com/developers/references/cli/commands/site-deploy) | Deploy built site files to Base44 hosting |
58
58
  | [`site open`](https://docs.base44.com/developers/references/cli/commands/site-open) | Open the published site in your browser |
59
+ | [`types generate`](https://docs.base44.com/developers/references/cli/commands/types-generate) | Generate TypeScript types from project resources |
60
+ | [`whoami`](https://docs.base44.com/developers/references/cli/commands/whoami) | Display the current authenticated user |
59
61
 
60
62
 
61
63
  <!--| [`eject`](https://docs.base44.com/developers/references/cli/commands/eject) | Create a Base44 backend project from an existing Base44 app | -->
@@ -83,9 +85,9 @@ base44 <command> --help
83
85
  base44 --version
84
86
  ```
85
87
 
86
- ## Alpha
88
+ ## Beta
87
89
 
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).
90
+ 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
91
 
90
92
  Found a bug? [Open an issue](https://github.com/base44/cli/issues).
91
93
 
package/dist/cli/index.js CHANGED
@@ -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=BE87F2C8EFF5B4AD64756E2164756E21