You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
.requiredOption(`--collectionId <collectionId>`,`Collection ID. You can create a new collection using the Database service [server integration](https://appwrite.io/docs/server/databases#databasesCreateCollection).`)
1866
1866
.requiredOption(`--relatedCollectionId <relatedCollectionId>`,`Related Collection ID. You can create a new collection using the Database service [server integration](https://appwrite.io/docs/server/databases#databasesCreateCollection).`)
@@ -1932,7 +1932,7 @@ databases
1932
1932
1933
1933
databases
1934
1934
.command(`updateRelationshipAttribute`)
1935
-
.description(`Update relationship attribute. [Learn more about relationship attributes](docs/databases-relationships#relationship-attributes). `)
1935
+
.description(`Update relationship attribute. [Learn more about relationship attributes](/docs/databases-relationships#relationship-attributes). `)
.requiredOption(`--collectionId <collectionId>`,`Collection ID. You can create a new collection using the Database service [server integration](https://appwrite.io/docs/server/databases#databasesCreateCollection).`)
Copy file name to clipboardExpand all lines: lib/commands/storage.js
+2-2
Original file line number
Diff line number
Diff line change
@@ -605,7 +605,7 @@ storage
605
605
.option(`--permissions [permissions...]`,`An array of permission strings. By default, no user is granted with any permissions. [Learn more about permissions](/docs/permissions).`)
606
606
.option(`--fileSecurity <fileSecurity>`,`Enables configuring permissions for individual file. A user needs one of file or bucket level permissions to access a file. [Learn more about permissions](/docs/permissions).`,parseBool)
.option(`--maximumFileSize <maximumFileSize>`,`Maximum file size allowed in bytes. Maximum allowed value is 30MB. For self-hosted setups you can change the max limit by changing the '_APP_STORAGE_LIMIT' environment variable. [Learn more about storage environment variables](docs/environment-variables#storage)`,parseInteger)
608
+
.option(`--maximumFileSize <maximumFileSize>`,`Maximum file size allowed in bytes. Maximum allowed value is 30MB. For self-hosted setups you can change the max limit by changing the '_APP_STORAGE_LIMIT' environment variable. [Learn more about storage environment variables](/docs/environment-variables#storage)`,parseInteger)
609
609
.option(`--allowedFileExtensions [allowedFileExtensions...]`,`Allowed file extensions. Maximum of 100 extensions are allowed, each 64 characters long.`)
610
610
.option(`--compression <compression>`,`Compression algorithm choosen for compression. Can be one of none, [gzip](https://en.wikipedia.org/wiki/Gzip), or [zstd](https://en.wikipedia.org/wiki/Zstd), For file size above 20MB compression is skipped even if it's enabled`)
611
611
.option(`--encryption <encryption>`,`Is encryption enabled? For file size above 20MB encryption is skipped even if it's enabled`,parseBool)
@@ -626,7 +626,7 @@ storage
626
626
.option(`--permissions [permissions...]`,`An array of permission strings. By default, the current permissions are inherited. [Learn more about permissions](/docs/permissions).`)
627
627
.option(`--fileSecurity <fileSecurity>`,`Enables configuring permissions for individual file. A user needs one of file or bucket level permissions to access a file. [Learn more about permissions](/docs/permissions).`,parseBool)
.option(`--maximumFileSize <maximumFileSize>`,`Maximum file size allowed in bytes. Maximum allowed value is 30MB. For self hosted version you can change the limit by changing _APP_STORAGE_LIMIT environment variable. [Learn more about storage environment variables](docs/environment-variables#storage)`,parseInteger)
629
+
.option(`--maximumFileSize <maximumFileSize>`,`Maximum file size allowed in bytes. Maximum allowed value is 30MB. For self hosted version you can change the limit by changing _APP_STORAGE_LIMIT environment variable. [Learn more about storage environment variables](/docs/environment-variables#storage)`,parseInteger)
630
630
.option(`--allowedFileExtensions [allowedFileExtensions...]`,`Allowed file extensions. Maximum of 100 extensions are allowed, each 64 characters long.`)
631
631
.option(`--compression <compression>`,`Compression algorithm choosen for compression. Can be one of none, [gzip](https://en.wikipedia.org/wiki/Gzip), or [zstd](https://en.wikipedia.org/wiki/Zstd), For file size above 20MB compression is skipped even if it's enabled`)
632
632
.option(`--encryption <encryption>`,`Is encryption enabled? For file size above 20MB encryption is skipped even if it's enabled`,parseBool)
Copy file name to clipboardExpand all lines: package.json
+1-1
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
"name": "appwrite-cli",
3
3
"homepage": "https://appwrite.io/support",
4
4
"description": "Appwrite is an open-source self-hosted backend server that abstract and simplify complex and repetitive development tasks behind a very simple REST API",
0 commit comments