rwx

Compare original and translation side by side

🇺🇸

Original

English
🇨🇳

Translation

Chinese

Generate 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-reference
If you encounter a question not covered by these references, use
rwx docs search "<query>"
to find the relevant documentation page, then
rwx docs pull
the result.
When making changes, you can run validation on the config:
rwx lint .rwx/<name>.yml
If the user chooses, you can kick off an actual run on RWX:
rwx run .rwx/<name>.yml --wait
When 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操作。