-
Notifications
You must be signed in to change notification settings - Fork 4.9k
chore: update cli version and add bulk operation warnings #10007
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
WalkthroughThe version number for the "Command Line" SDK in the configuration file for the console platform was updated from '8.0.0' to '8.0.1'. No other attributes or properties were modified. Changes
Poem
✨ Finishing Touches
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. 🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
SupportNeed help? Create a ticket on our support page for assistance with any issues or questions. Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
Documentation and Community
|
Security Scan Results for PRDocker Image Scan Results
Source Code Scan Results🎉 No vulnerabilities found! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Actionable comments posted: 1
📜 Review details
Configuration used: .coderabbit.yaml
Review profile: CHILL
Plan: Pro
⛔ Files ignored due to path filters (21)
app/config/specs/open-api3-1.7.x-client.jsonis excluded by!app/config/specs/**app/config/specs/open-api3-1.7.x-console.jsonis excluded by!app/config/specs/**app/config/specs/open-api3-1.7.x-server.jsonis excluded by!app/config/specs/**app/config/specs/open-api3-latest-client.jsonis excluded by!app/config/specs/**app/config/specs/open-api3-latest-console.jsonis excluded by!app/config/specs/**app/config/specs/open-api3-latest-server.jsonis excluded by!app/config/specs/**app/config/specs/swagger2-1.7.x-client.jsonis excluded by!app/config/specs/**app/config/specs/swagger2-1.7.x-console.jsonis excluded by!app/config/specs/**app/config/specs/swagger2-1.7.x-server.jsonis excluded by!app/config/specs/**app/config/specs/swagger2-latest-client.jsonis excluded by!app/config/specs/**app/config/specs/swagger2-latest-console.jsonis excluded by!app/config/specs/**app/config/specs/swagger2-latest-server.jsonis excluded by!app/config/specs/**composer.lockis excluded by!**/*.lockdocs/examples/1.7.x/console-cli/examples/proxy/create-redirect-rule.mdis excluded by!docs/examples/**docs/examples/1.7.x/console-cli/examples/vcs/get-repository-contents.mdis excluded by!docs/examples/**docs/references/databases/create-documents.mdis excluded by!docs/references/**docs/references/databases/delete-documents.mdis excluded by!docs/references/**docs/references/databases/update-documents.mdis excluded by!docs/references/**docs/references/databases/upsert-document.mdis excluded by!docs/references/**docs/references/databases/upsert-documents.mdis excluded by!docs/references/**docs/references/vcs/get-repository-contents.mdis excluded by!docs/references/**
📒 Files selected for processing (1)
app/config/platforms.php(1 hunks)
⏰ Context from checks skipped due to timeout of 90000ms (4)
- GitHub Check: Setup & Build Appwrite Image
- GitHub Check: Setup & Build Appwrite Image
- GitHub Check: Setup & Build SDK
- GitHub Check: scan
| 'key' => 'cli', | ||
| 'name' => 'Command Line', | ||
| 'version' => '8.0.0', | ||
| 'version' => '8.0.1', |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
💡 Verification agent
🧩 Analysis chain
Bump CLI SDK version
The Command Line SDK version has been updated from 8.0.0 to 8.0.1. Please verify that the corresponding release is published to npm and that any related changelogs or documentation are updated to reflect this bump.
🏁 Script executed:
#!/bin/bash
# Verify the published version of appwrite-cli on npm
npm view appwrite-cli versionLength of output: 37
Publish appwrite-cli v8.0.1 to npm before merging
The version bump to 8.0.1 in app/config/platforms.php (line 220) isn’t yet available on npm (current published version is 8.0.0). Please:
- Publish the
8.0.1release to npm (npm publish). - Update CHANGELOG.md/release notes for v8.0.1.
- Ensure any documentation or examples reference the new version.
🤖 Prompt for AI Agents
In app/config/platforms.php at line 220, the CLI SDK version was updated to
8.0.1, but this version is not yet published on npm. Before merging, publish the
8.0.1 release to npm using npm publish, update the CHANGELOG.md or release notes
to document the changes in 8.0.1, and verify that all related documentation and
examples reference the new version.
commit: |
✨ Benchmark results
⚡ Benchmark Comparison
|
What does this PR do?
update specs and versions
Test Plan
Related PRs and Issues
Checklist
Summary by CodeRabbit