Skip to content

Commit 4755e92

Browse files
committed
export TF provider catalog with ruby:generate
1 parent 16924d3 commit 4755e92

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

Taskfile.ruby.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,10 @@ version: '3'
22

33
tasks:
44
generate:
5-
desc: Generate Sorbet structs and TypeScript artifacts
5+
desc: Generate Sorbet structs, TypeScript artifacts, and provider catalog
66
cmds:
77
- bundle exec ruby scripts/generate_structs.rb
8+
- bundle exec ruby scripts/export_provider_catalog.rb
89

910
tapioca:
1011
desc: Run Tapioca

0 commit comments

Comments
 (0)