The context commands feedback
#992
andrii-bodnar
started this conversation in
Show and tell
Replies: 1 comment 1 reply
|
Any suggestion on how this can be automated and included into our scheduled github actions? 🙏 |
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
The 4.14.0 release adds commands to manage string context for your Crowdin project from the CLI. The context command and its subcommands let you:
context download— export strings to a local.jsonlfile (with filters by file, label, context status, date, branch)context upload— push enriched context from a local file back to Crowdincontext status— see how much of the project has context (overall or per file)context reset— remove AI-generated context while keeping manual contextThis fits well with Context Enrichment with AI Agents: download → enrich with an AI agent (e.g. using Crowdin Skills) → upload.
We’d love your feedback on the commands, the JSONL format, filtering options, and how this fits into your workflows (CLI, CI/CD, or agents). Share your experience, questions, or suggestions in the replies ✨
All reactions