{"payload":{"feedbackUrl":"https://github.com/orgs/community/discussions/53140","repo":{"id":557513365,"defaultBranch":"main","name":"sf-plugin-api","ownerLogin":"cristiand391","currentUserCanPush":false,"isFork":false,"isEmpty":false,"createdAt":"2022-10-25T20:30:40.000Z","ownerAvatar":"https://avatars.githubusercontent.com/u/6853656?v=4","public":true,"private":false,"isOrgOwned":false},"refInfo":{"name":"","listCacheKey":"v0:1716343760.0","currentOid":""},"activityList":{"items":[{"before":null,"after":"be430733e849c0674a17b470e78fed95320280e9","ref":"refs/heads/bump-deps","pushedAt":"2024-05-22T02:09:20.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"cristiand391","name":"Cristian Dominguez","path":"/cristiand391","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/6853656?s=80&v=4"},"commit":{"message":"chore: dump deps","shortMessageHtmlLink":"chore: dump deps"}},{"before":"06ef90dad51fd9ec20097fb8de388ad18b1b2f23","after":"85fa22684e95576eff222f7f0e7e7c8937c49fc4","ref":"refs/heads/main","pushedAt":"2024-01-26T00:24:48.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"github-actions[bot]","name":null,"path":"/apps/github-actions","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/15368?s=80&v=4"},"commit":{"message":"chore(release): 0.1.0 [skip ci]","shortMessageHtmlLink":"chore(release): 0.1.0 [skip ci]"}},{"before":"e55c11915c3900a40819efb6250386976217601c","after":null,"ref":"refs/heads/cd/bump-deps","pushedAt":"2024-01-26T00:24:17.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"cristiand391","name":"Cristian Dominguez","path":"/cristiand391","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/6853656?s=80&v=4"}},{"before":"0941d9caedf1394f433c11f6101fa1584fed20b9","after":"06ef90dad51fd9ec20097fb8de388ad18b1b2f23","ref":"refs/heads/main","pushedAt":"2024-01-26T00:24:11.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"cristiand391","name":"Cristian Dominguez","path":"/cristiand391","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/6853656?s=80&v=4"},"commit":{"message":"feat: `--body` supports reading from STDIN (#23)\n\nIf you do `flag.allowStdin: true` then oclif will read from stdin for\r\nyou if the value is `-`, so there's no way to know if the flag value\r\ncame from stdin or the user specified a file path (here we need to read\r\nthe file).\r\n\r\nI don't like having another specific flag just to read from stdin so I\r\nmade this a string flag and handle reading from stdin/file in\r\n`flag.parse`.\r\n\r\n\r\nalso:\r\n* made `got` not follow redirects (use `--include` flag and check the `Location` header if need that).\r\n* bumped deps","shortMessageHtmlLink":"feat: --body supports reading from STDIN (#23)"}},{"before":"4c1d3c53a16a2a0dfd25a20bee4d83c7312bd4cc","after":"e55c11915c3900a40819efb6250386976217601c","ref":"refs/heads/cd/bump-deps","pushedAt":"2024-01-26T00:09:28.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"cristiand391","name":"Cristian Dominguez","path":"/cristiand391","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/6853656?s=80&v=4"},"commit":{"message":"fix: manually read from stdin\n\nIf you do `flag.allowStdin: true` then oclif will read from stdin for\nyou if the value is `-`, so there's no way to know if the flag value\ncame from stdin or the user specified a file path (here we need to read\nthe file).\n\nI don't like having another specific flag just to read from stdin so I\nmade this a string flag and handle reading from stdin/file in\n`flag.parse`.","shortMessageHtmlLink":"fix: manually read from stdin"}},{"before":"4717ff59aee4e83745777f42401766fafd51402e","after":"4c1d3c53a16a2a0dfd25a20bee4d83c7312bd4cc","ref":"refs/heads/cd/bump-deps","pushedAt":"2024-01-25T03:00:36.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"cristiand391","name":"Cristian Dominguez","path":"/cristiand391","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/6853656?s=80&v=4"},"commit":{"message":"chore: update readme\n\n[skip ci]","shortMessageHtmlLink":"chore: update readme"}},{"before":"9c1c08dcb1ba3fa9ac6e7c0c8536efb5d3bd365e","after":"4717ff59aee4e83745777f42401766fafd51402e","ref":"refs/heads/cd/bump-deps","pushedAt":"2024-01-25T02:47:56.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"cristiand391","name":"Cristian Dominguez","path":"/cristiand391","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/6853656?s=80&v=4"},"commit":{"message":"chore: fix snapshot:compare command","shortMessageHtmlLink":"chore: fix snapshot:compare command"}},{"before":"c2794d201890c5b2f6cb2d1f9b0efd3f665d4cbb","after":"9c1c08dcb1ba3fa9ac6e7c0c8536efb5d3bd365e","ref":"refs/heads/cd/bump-deps","pushedAt":"2024-01-23T02:00:21.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"cristiand391","name":"Cristian Dominguez","path":"/cristiand391","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/6853656?s=80&v=4"},"commit":{"message":"test: add U","shortMessageHtmlLink":"test: add U"}},{"before":"4280f15177e1585bd5e8344b2eed241900645260","after":"c2794d201890c5b2f6cb2d1f9b0efd3f665d4cbb","ref":"refs/heads/cd/bump-deps","pushedAt":"2024-01-23T01:46:37.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"cristiand391","name":"Cristian Dominguez","path":"/cristiand391","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/6853656?s=80&v=4"},"commit":{"message":"chore: bump again","shortMessageHtmlLink":"chore: bump again"}},{"before":null,"after":"4280f15177e1585bd5e8344b2eed241900645260","ref":"refs/heads/cd/bump-deps","pushedAt":"2024-01-06T13:43:45.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"cristiand391","name":"Cristian Dominguez","path":"/cristiand391","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/6853656?s=80&v=4"},"commit":{"message":"chore: bump deps","shortMessageHtmlLink":"chore: bump deps"}},{"before":"deb78ab0eccd81ba9043760d7d4fe9d36bb2b474","after":null,"ref":"refs/heads/cd/oclif-required-flag","pushedAt":"2023-11-05T01:02:48.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"cristiand391","name":"Cristian Dominguez","path":"/cristiand391","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/6853656?s=80&v=4"}},{"before":"48cfd3b5efa7fc3b3a5f021aa0024e5ed6712296","after":null,"ref":"refs/heads/esm","pushedAt":"2023-11-05T00:46:17.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"cristiand391","name":"Cristian Dominguez","path":"/cristiand391","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/6853656?s=80&v=4"}},{"before":"31be5e3db32bb485ae87e578f7261ac4d38a32a7","after":"0941d9caedf1394f433c11f6101fa1584fed20b9","ref":"refs/heads/main","pushedAt":"2023-11-05T00:46:12.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"cristiand391","name":"Cristian Dominguez","path":"/cristiand391","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/6853656?s=80&v=4"},"commit":{"message":"feat: migrate to esm (#22)\n\n* feat: migrate to esm\r\n\r\nalso:\r\n* remove swc\r\n* bump deps\r\n* remove `@salesforce/ts-sinon`, it's no longer required: https://github.com/forcedotcom/sfdx-core/pull/974","shortMessageHtmlLink":"feat: migrate to esm (#22)"}},{"before":"a5690f0d8191bdb8b7633406992cd81ffa338756","after":"48cfd3b5efa7fc3b3a5f021aa0024e5ed6712296","ref":"refs/heads/esm","pushedAt":"2023-11-05T00:12:44.000Z","pushType":"push","commitsCount":3,"pusher":{"login":"cristiand391","name":"Cristian Dominguez","path":"/cristiand391","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/6853656?s=80&v=4"},"commit":{"message":"chore: bump deps","shortMessageHtmlLink":"chore: bump deps"}},{"before":null,"after":"a5690f0d8191bdb8b7633406992cd81ffa338756","ref":"refs/heads/esm","pushedAt":"2023-11-01T01:35:30.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"cristiand391","name":"Cristian Dominguez","path":"/cristiand391","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/6853656?s=80&v=4"},"commit":{"message":"feat: move to esm","shortMessageHtmlLink":"feat: move to esm"}},{"before":"e71bde502babda1d1c1e1486b3e61fc81b4104a2","after":"31be5e3db32bb485ae87e578f7261ac4d38a32a7","ref":"refs/heads/main","pushedAt":"2023-10-05T01:00:18.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"cristiand391","name":"Cristian Dominguez","path":"/cristiand391","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/6853656?s=80&v=4"},"commit":{"message":"chore: update readme","shortMessageHtmlLink":"chore: update readme"}},{"before":"5a8fbe25bdc9b29b6915e0c4102e6edee8e6b7ac","after":null,"ref":"refs/heads/updates","pushedAt":"2023-10-05T00:42:36.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"cristiand391","name":"Cristian Dominguez","path":"/cristiand391","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/6853656?s=80&v=4"}},{"before":"590142dc8c11716c866eb81267bd4f11be2b9ef0","after":"e71bde502babda1d1c1e1486b3e61fc81b4104a2","ref":"refs/heads/main","pushedAt":"2023-10-02T13:31:42.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"github-actions[bot]","name":null,"path":"/apps/github-actions","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/15368?s=80&v=4"},"commit":{"message":"chore(release): 0.0.2 [skip ci]","shortMessageHtmlLink":"chore(release): 0.0.2 [skip ci]"}},{"before":"2103d98530fa81dc7cea18c42f44acbaf2d60d95","after":null,"ref":"refs/tags/0.0.2","pushedAt":"2023-10-02T13:31:11.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"cristiand391","name":"Cristian Dominguez","path":"/cristiand391","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/6853656?s=80&v=4"}},{"before":"11387c27ddf12f8598ba00fcbf29e3da5fd99ff1","after":"590142dc8c11716c866eb81267bd4f11be2b9ef0","ref":"refs/heads/main","pushedAt":"2023-10-02T13:15:03.000Z","pushType":"pr_merge","commitsCount":4,"pusher":{"login":"cristiand391","name":"Cristian Dominguez","path":"/cristiand391","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/6853656?s=80&v=4"},"commit":{"message":"Merge pull request #21 from cristiand391/updates\n\nchore: updates","shortMessageHtmlLink":"Merge pull request #21 from cristiand391/updates"}},{"before":null,"after":"5a8fbe25bdc9b29b6915e0c4102e6edee8e6b7ac","ref":"refs/heads/updates","pushedAt":"2023-10-02T12:58:18.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"cristiand391","name":"Cristian Dominguez","path":"/cristiand391","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/6853656?s=80&v=4"},"commit":{"message":"fix: bump deps","shortMessageHtmlLink":"fix: bump deps"}},{"before":"a4b731a4ef17dc3b1f7791b1675ba144dfcffcd4","after":"deb78ab0eccd81ba9043760d7d4fe9d36bb2b474","ref":"refs/heads/cd/oclif-required-flag","pushedAt":"2023-09-12T15:19:38.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"cristiand391","name":"Cristian Dominguez","path":"/cristiand391","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/6853656?s=80&v=4"},"commit":{"message":"chore: add string flag","shortMessageHtmlLink":"chore: add string flag"}},{"before":null,"after":"a4b731a4ef17dc3b1f7791b1675ba144dfcffcd4","ref":"refs/heads/cd/oclif-required-flag","pushedAt":"2023-09-12T15:15:14.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"cristiand391","name":"Cristian Dominguez","path":"/cristiand391","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/6853656?s=80&v=4"},"commit":{"message":"chore: add test flag\n\n[skip ci]","shortMessageHtmlLink":"chore: add test flag"}},{"before":"2820808ad4591995b6d98ee9de2c4747f63fa937","after":null,"ref":"refs/heads/cd/rename-cmd","pushedAt":"2023-08-21T20:49:12.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"cristiand391","name":"Cristian Dominguez","path":"/cristiand391","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/6853656?s=80&v=4"}},{"before":"58ab2268d6703f09ba379bf6c95a15f947864cf0","after":"11387c27ddf12f8598ba00fcbf29e3da5fd99ff1","ref":"refs/heads/main","pushedAt":"2023-08-21T20:49:07.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"cristiand391","name":"Cristian Dominguez","path":"/cristiand391","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/6853656?s=80&v=4"},"commit":{"message":"chore: rename command (#20)\n\n* chore: rename command\r\n\r\nalso:\r\n* drops support for node 14\r\n* stop shipping source map and typedef files.\r\n* add flag labels","shortMessageHtmlLink":"chore: rename command (#20)"}},{"before":"b18cf710789ac5a897a2a7a8a653e14b80b2f5ec","after":"2820808ad4591995b6d98ee9de2c4747f63fa937","ref":"refs/heads/cd/rename-cmd","pushedAt":"2023-08-21T20:16:36.000Z","pushType":"push","commitsCount":3,"pusher":{"login":"cristiand391","name":"Cristian Dominguez","path":"/cristiand391","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/6853656?s=80&v=4"},"commit":{"message":"chore: add flag labels","shortMessageHtmlLink":"chore: add flag labels"}},{"before":"db4c4cbae959b9e93b2b722d6a2ba0b59e3de05e","after":"b18cf710789ac5a897a2a7a8a653e14b80b2f5ec","ref":"refs/heads/cd/rename-cmd","pushedAt":"2023-08-19T18:03:59.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"cristiand391","name":"Cristian Dominguez","path":"/cristiand391","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/6853656?s=80&v=4"},"commit":{"message":"chore: drop node 14\n\nalso stop shipping source map and typedef files.","shortMessageHtmlLink":"chore: drop node 14"}},{"before":null,"after":"db4c4cbae959b9e93b2b722d6a2ba0b59e3de05e","ref":"refs/heads/cd/rename-cmd","pushedAt":"2023-08-19T18:02:14.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"cristiand391","name":"Cristian Dominguez","path":"/cristiand391","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/6853656?s=80&v=4"},"commit":{"message":"chore: rename command","shortMessageHtmlLink":"chore: rename command"}},{"before":"65f98d600b8c708fb9f85c8e9a77750c7976b307","after":"58ab2268d6703f09ba379bf6c95a15f947864cf0","ref":"refs/heads/main","pushedAt":"2023-08-19T17:51:12.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"cristiand391","name":"Cristian Dominguez","path":"/cristiand391","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/6853656?s=80&v=4"},"commit":{"message":"chore: drop support for node 14","shortMessageHtmlLink":"chore: drop support for node 14"}},{"before":"4fe73b3aebfe28bdd99db228b08937e43913acca","after":null,"ref":"refs/heads/cd/bump-deps","pushedAt":"2023-08-19T17:48:06.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"cristiand391","name":"Cristian Dominguez","path":"/cristiand391","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/6853656?s=80&v=4"}}],"hasNextPage":true,"hasPreviousPage":false,"activityType":"all","actor":null,"timePeriod":"all","sort":"DESC","perPage":30,"cursor":"djE6ks8AAAAEUHC1PwA","startCursor":null,"endCursor":null}},"title":"Activity ยท cristiand391/sf-plugin-api"}