sdk-for-cli icon indicating copy to clipboard operation
sdk-for-cli copied to clipboard

[READ-ONLY] Official Appwrite CLI >_

Results 34 sdk-for-cli issues
Sort by recently updated
recently updated
newest added

### 🔖 Enhancement description There is currently no way to sync functions created/modified in the console with the `appwrite.json` config file. Changes made to a project, collections and buckets can...

enhancement

### 👟 Reproduction steps 1. Create a new Integer Attribute via the Web Interface, enter a name and leave all other fields empty and click create. 2. Connect the Appwrite...

bug

## What does this PR do? - This PR mainly implements a Try catch and finally block to the functionCreateDeployment. - As if anything happens in between the finally block...

hacktoberfest-accepted

### 🔖 Enhancement description The CLI currently does not provide a method to login to the server if the user has 2 factor authentication enabled. The CLI should recognise if...

enhancement

### 👟 Reproduction steps run `appwrite deploy collection` command ### 👍 Expected behavior The order of the defined attributes of the appwrite.json file must be maintained when deployed ### 👎...

bug

### 🔖 Enhancement description If I have an appwrite.json already with all collections, teams, buckets, etc., I should be able to run `appwrite deploy project` and the CLI will create...

enhancement

### 🔖 Feature description Right now, initializing a project creates a new organization: https://github.com/appwrite/sdk-for-cli/blob/b4619977eb95ca6650aa5291eb6a26d6bfa46eda/lib/commands/init.js#L32-L37 It would be helpful to allow creating as part of an existing organization. ### 🎤 Pitch...

help wanted

## What does this PR do? I added a `deploy collection` option for keeping the attributes ordered as they appear in the `appwrite.json` file. ## Test Plan Install modules :...

### 👟 Reproduction steps 1. Manually install the CLI 2. Run `appwrite -v` One line script to test in a container: ```shell docker run --rm -it ubuntu sh -c "apt...

bug

### 👟 Reproduction steps appwrite avatars --verbose getFlag --code af --destination test.png ### 👍 Expected behavior Should download the flag icon and create a new file at the destination path....

bug
good first issue
help wanted