@base44-preview/cli 0.0.17-pr.104.e7dd3a1 → 0.0.17-pr.108.483ba44

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.
Files changed (3) hide show
  1. package/README.md +0 -33
  2. package/dist/index.js +98 -950
  3. package/package.json +1 -1
package/README.md CHANGED
@@ -53,43 +53,10 @@ The CLI will guide you through project setup. For step-by-step tutorials, see th
53
53
  | [`entities push`](https://docs.base44.com/developers/references/cli/commands/entities-push) | Push local entity schemas to Base44 |
54
54
  | [`functions deploy`](https://docs.base44.com/developers/references/cli/commands/functions-deploy) | Deploy local functions to Base44 |
55
55
  | [`site deploy`](https://docs.base44.com/developers/references/cli/commands/site-deploy) | Deploy built site files to Base44 hosting |
56
- | `connectors add [type]` | Connect an OAuth integration |
57
- | `connectors list` | List all connected integrations |
58
- | `connectors push` | Sync connectors with backend (connect new, remove missing) |
59
- | `connectors remove [type]` | Disconnect an integration |
60
56
 
61
57
 
62
58
  <!--| [`eject`](https://docs.base44.com/developers/references/cli/commands/eject) | Create a Base44 backend project from an existing Base44 app | -->
63
59
 
64
- ## AI Agent Skills
65
-
66
- When creating a project, you'll be prompted to install AI agent skills for your preferred coding assistants:
67
-
68
- ```
69
- ◆ Add AI agent skills? (Select agents to configure)
70
- │ ◼ Cursor
71
- │ ◼ Claude Code
72
-
73
- ```
74
-
75
- This installs [base44/skills](https://github.com/base44/skills) which helps AI agents understand how to work with Base44 projects.
76
-
77
- **Non-interactive mode:**
78
-
79
- ```bash
80
- # Install skills for all supported agents
81
- base44 create --name my-app --path ./my-app --skills
82
-
83
- # Skip skills installation
84
- base44 create --name my-app --path ./my-app
85
- ```
86
-
87
- **Manual installation:**
88
-
89
- ```bash
90
- npx add-skill base44/skills
91
- ```
92
-
93
60
  ## Help
94
61
 
95
62
  ```bash