752
edits
(Recommend the usage of jq so diffs are more coherent) |
DaveLawrence (talk | contribs) |
||
| Line 324: | Line 324: | ||
"storyLimit": 39, | "storyLimit": 39, | ||
"after": 6853094612582369220 | "after": 6853094612582369220 | ||
}' | arc call-conduit --conduit-uri https://phabricator-dev.allizom.org/ --conduit-token <your-token> feed.for_email.query -- \ | }' | moz-phab arc call-conduit --conduit-uri https://phabricator-dev.allizom.org/ --conduit-token <your-token> feed.for_email.query -- \ | ||
| jq -r '.response' | jq . > output.txt | | jq -r '.response' | jq . > output.txt | ||
</syntaxhighlight> | </syntaxhighlight> | ||
edits