You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
depot_tools/recipes/recipe_modules/git_cl/examples/full.expected/basic.json

98 lines
1.6 KiB
JSON

[
{
"cmd": [
"vpython",
"RECIPE_REPO[depot_tools]/git_cl.py",
"upload",
"--message-file",
"Do the thing foobar\nNow with emoji: \ud83d\ude04"
],
"name": "git_cl upload"
},
{
"cmd": [
"vpython",
"RECIPE_REPO[depot_tools]/git_cl.py",
"issue"
],
"name": "git_cl issue"
},
{
"cmd": [
"vpython",
"RECIPE_REPO[depot_tools]/git_cl.py",
"description",
"-d",
"https://code.review/123"
],
"name": "git_cl description (build)"
},
{
"cmd": [
"vpython",
"RECIPE_REPO[depot_tools]/git_cl.py",
"description",
"-n",
"-",
"https://code.review/123"
],
"name": "git_cl set description",
"stdin": "bammmm"
},
{
"cmd": [
"echo",
"hi"
],
"name": "echo"
},
{
"cmd": [
"vpython",
"RECIPE_REPO[depot_tools]/git_cl.py",
"description",
"-d"
],
"cwd": "[CLEANUP]/fakerepo_tmp_1",
"name": "git_cl description"
},
{
"cmd": [
"echo",
"hey"
],
"name": "echo (2)"
},
{
"cmd": [
"vpython",
"RECIPE_REPO[depot_tools]/git_cl.py",
"description",
"-n",
"-"
],
"cwd": "[CLEANUP]/fakerepo_tmp_1",
"name": "git_cl set description (2)",
"stdin": "new description woo"
},
{
"cmd": [
"vpython",
"RECIPE_REPO[depot_tools]/git_cl.py",
"description",
"-d"
],
"cwd": "[CLEANUP]/fakerepo_tmp_1",
"name": "git_cl description (2)"
},
{
"cmd": [
"echo",
"new description woo"
],
"name": "echo (3)"
},
{
"name": "$result"
}
]