Skip to content

Commit

Permalink
chore: don't generate features product anymore
Browse files Browse the repository at this point in the history
  • Loading branch information
cwaldren-ld committed Mar 16, 2024
1 parent 5ebfddd commit 06a8201
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions scripts/generate-products.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,3 @@ sqlite3 -json metadata.sqlite3 "SELECT * from sdk_types;" |

sqlite3 -json metadata.sqlite3 "SELECT * from sdk_repos;" |
jq -S 'reduce .[] as $item ({}; .[$item.id] += {github: $item.github})' > products/repos.json

sqlite3 -json metadata.sqlite3 "SELECT * from sdk_features;" |
jq -S 'reduce .[] as $item ({}; .[$item.id] = {($item.feature): {introduced: $item.introduced, deprecated: $item.deprecated, removed: $item.removed}})' > products/features.json

0 comments on commit 06a8201

Please sign in to comment.