-
Notifications
You must be signed in to change notification settings - Fork 0
Add comprehensive documentation for release commands #48
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
Co-authored-by: greymag <[email protected]>
README.md
Outdated
| - `--skip_l10n` (`-s`) - Skip localization process during release. | ||
| - `--local` (`-b`) - Run local release build for Android and iOS platforms. | ||
| - `--entry-point=<path>` (`-e`) - Entry point of the app (e.g., lib/main_test.dart). Only for local release builds. | ||
| - `--platforms=<PLATFORMS>` (`-p`) - Target build platforms: ios, android. You can pass multiple platforms separated by commas. Defaults to "android,ios". |
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.
This is only for local builds too
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.
Added clarification that --platforms is "Only for local release builds" to make it clear when this option applies. (0983de2)
|
@copilot make changes according to my comments |
Co-authored-by: greymag <[email protected]>
Made all the requested changes in the documentation:
All changes validated with static analysis and CLI functionality tests. (0983de2) |
This PR addresses the TODO comment in the README.md file by adding complete documentation for the
alex releasecommand section.Changes Made
Documentation Added:
Command Options Documented:
--check_locale(-l) - Translation validation for specific locales--skip_l10n(-s) - Skip translations check during release--local(-b) - Run local release builds--entry-point(-e) - Custom app entry point for builds--platforms(-p) - Target build platforms (iOS/Android, only for local builds)Examples Provided:
alex release startalex release start --localThe documentation follows the existing README.md formatting style and structure, maintaining consistency with other command sections like Feature and l10n. Developer-specific options like
--demoare excluded to keep the documentation focused on end users.Validation
--demoflag to ensure they work correctlyFixes #47.
💡 You can make Copilot smarter by setting up custom instructions, customizing its development environment and configuring Model Context Protocol (MCP) servers. Learn more Copilot coding agent tips in the docs.