@base44-preview/cli 0.0.34-pr.259.5b805fc → 0.0.34-pr.279.33bf59a

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
@@ -56,11 +56,6 @@ The CLI will guide you through project setup. For step-by-step tutorials, see th
56
56
  | [`connectors pull`](https://docs.base44.com/developers/references/cli/commands/connectors-pull) | Pull connectors from Base44 to local files |
57
57
  | [`connectors push`](https://docs.base44.com/developers/references/cli/commands/connectors-push) | Push local connectors to Base44 |
58
58
  | [`entities push`](https://docs.base44.com/developers/references/cli/commands/entities-push) | Push local entities to Base44 |
59
- | [`entities records list`](https://docs.base44.com/developers/references/cli/commands/entities-records) | List entity records |
60
- | [`entities records get`](https://docs.base44.com/developers/references/cli/commands/entities-records) | Get a single entity record by ID |
61
- | [`entities records create`](https://docs.base44.com/developers/references/cli/commands/entities-records) | Create a new entity record |
62
- | [`entities records update`](https://docs.base44.com/developers/references/cli/commands/entities-records) | Update an entity record |
63
- | [`entities records delete`](https://docs.base44.com/developers/references/cli/commands/entities-records) | Delete an entity record |
64
59
  | [`functions deploy`](https://docs.base44.com/developers/references/cli/commands/functions-deploy) | Deploy local functions to Base44 |
65
60
  | [`site deploy`](https://docs.base44.com/developers/references/cli/commands/site-deploy) | Deploy built site files to Base44 hosting |
66
61
  | [`site open`](https://docs.base44.com/developers/references/cli/commands/site-open) | Open the published site in your browser |