appwrite-utils-cli 0.10.76 → 0.10.77
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 +3 -0
- package/package.json +1 -1
package/README.md
CHANGED
@@ -115,6 +115,8 @@ npx appwrite-utils-cli appwrite-migrate --transfer --fromBucketId sourceBucketId
|
|
115
115
|
|
116
116
|
### Update Function Specifications
|
117
117
|
|
118
|
+
**NOTE: IF IT DOES NOT WORK AND YOU ARE SELF-HOSTED, PLEASE SET MAX CPU_PER_FUNCTION AND RAM_PER_FUNCTION IN YOUR ENV VARS TO > 0, THIS IS A BUG IN 1.6.0**
|
119
|
+
|
118
120
|
Update the CPU and RAM specifications for a function:
|
119
121
|
|
120
122
|
```bash
|
@@ -148,6 +150,7 @@ This updated CLI ensures that developers have robust tools at their fingertips t
|
|
148
150
|
|
149
151
|
## Changelog
|
150
152
|
|
153
|
+
- 0.10.77: Added disclaimer to update function specifications for bug
|
151
154
|
- 0.10.76: Updated CLI commands to not require an `appwriteConfig.ts` if you set API Key, ProjectId, and Endpoint
|
152
155
|
- 0.10.75: Fixed slight issue writing ZOD Schema for collection without any attributes
|
153
156
|
- 0.10.74: Fix moving users, should update Labels now
|
package/package.json
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
{
|
2
2
|
"name": "appwrite-utils-cli",
|
3
3
|
"description": "Appwrite Utility Functions to help with database management, data conversion, data import, migrations, and much more. Meant to be used as a CLI tool, I do not recommend installing this in frontend environments.",
|
4
|
-
"version": "0.10.
|
4
|
+
"version": "0.10.77",
|
5
5
|
"main": "src/main.ts",
|
6
6
|
"type": "module",
|
7
7
|
"repository": {
|