rwx
Compare original and translation side by side
🇺🇸
Original
English🇨🇳
Translation
ChineseGenerate or Modify RWX Config
生成或修改RWX配置
You have been tasked with creating, modifying, or understanding/explaining an
RWX CI/CD config for this project.
Ensure the user is signed in and on the latest version of the RWX CLI before
getting started: rwx whoami
Then, fetch the reference docs index with:
rwx docs pull /docs/rwx/migrating/rwx-referenceIf you encounter a question not covered by these references, use
to find the relevant documentation page, then
the result.
rwx docs search "<query>"rwx docs pullWhen making changes, you can run validation on the config:
rwx lint .rwx/<name>.ymlIf the user chooses, you can kick off an actual run on RWX:
rwx run .rwx/<name>.yml --waitWhen the run finishes, results will be shown, and you can iterate in that
fashion until the run passes.
No git push is required to invoke a run from the RWX CLI.
你的任务是为该项目创建、修改或理解/解释RWX CI/CD配置。
开始操作前,请确保用户已登录并使用最新版本的RWX CLI:rwx whoami
然后,通过以下命令获取参考文档索引:
rwx docs pull /docs/rwx/migrating/rwx-reference如果遇到这些参考文档未覆盖的问题,请使用查找相关文档页面,然后使用获取结果。
rwx docs search "<query>"rwx docs pull进行配置修改时,你可以对配置进行校验:
rwx lint .rwx/<name>.yml如果用户选择,你可以通过RWX启动实际运行:
rwx run .rwx/<name>.yml --wait运行完成后,会显示结果,你可以按照此方式反复迭代直到运行通过。
通过RWX CLI启动运行无需执行git push操作。