Conversation
📝 WalkthroughWalkthroughThe version number for the "Command Line" SDK under the APP_PLATFORM_CONSOLE platform in the configuration file was updated from '8.1.1' to '8.2.0'. No other configuration attributes or code structures were modified. Possibly related PRs
Suggested reviewers
✨ 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.
Actionable comments posted: 1
📜 Review details
Configuration used: .coderabbit.yaml
Review profile: CHILL
Plan: Pro
⛔ Files ignored due to path filters (2)
composer.lockis excluded by!**/*.lockdocs/sdks/cli/CHANGELOG.mdis excluded by!docs/sdks/**
📒 Files selected for processing (1)
app/config/platforms.php(1 hunks)
⏰ Context from checks skipped due to timeout of 90000ms. You can increase the timeout in your CodeRabbit configuration to a maximum of 15 minutes (900000ms). (3)
- GitHub Check: Setup & Build Appwrite Image
- GitHub Check: Setup & Build Appwrite Image
- GitHub Check: scan
| 'key' => 'cli', | ||
| 'name' => 'Command Line', | ||
| 'version' => '8.1.1', | ||
| 'version' => '8.2.0', | ||
| 'url' => 'https://github.com/appwrite/sdk-for-cli', | ||
| 'package' => 'https://www.npmjs.com/package/appwrite-cli', |
There was a problem hiding this comment.
💡 Verification agent
🧩 Analysis chain
Version bump to 8.2.0 looks correct – please verify the release is live
No functional concerns with the array update.
Before merging, confirm that:
• GitHub repo appwrite/sdk-for-cli has a v8.2.0 tag / release.
• NPM package appwrite-cli lists 8.2.0 as the latest version.
🏁 Script executed:
#!/usr/bin/env bash
# Quick sanity-check that 8.2.0 is published to both GitHub and NPM
npm view appwrite-cli version
gh release list -R appwrite/sdk-for-cli | grep -E '\b8\.2\.0\b'Length of output: 103
Release v8.2.0 not found on GitHub or NPM
The version bump to 8.2.0 in app/config/platforms.php references a release and package that aren’t yet published:
• GitHub repo appwrite/sdk-for-cli has no v8.2.0 tag/release.
• NPM package appwrite-cli latest version is still 8.1.1.
Please publish the v8.2.0 release (and wait for it to propagate) or revert this bump until the tag and package are live.
🤖 Prompt for AI Agents
In app/config/platforms.php around lines 218 to 222, the version is set to 8.2.0
for the CLI platform, but this release does not exist yet on GitHub or NPM. To
fix this, either publish the v8.2.0 release and wait for it to propagate before
updating the version here, or revert the version and package URL back to the
latest published version (8.1.1) until the new release is available.
✨ Benchmark results
⚡ Benchmark Comparison
|
What does this PR do?
update cli + add changelog
Test Plan
Related PRs and Issues
Checklist