Skip to content

Commit 40440c3

Browse files
committed
make create-eventcatalog command non-interactive
configure it using CLI switches
1 parent 1a0b826 commit 40440c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build_events_catalog.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
rm -rf events_catalog
2-
npx @eventcatalog/[email protected] events_catalog
2+
npx @eventcatalog/[email protected] --organization-name "RailsEventStore" --empty events_catalog
33
ruby -r "./build_events_catalog.rb" -e "BuildEventsCatalog.new.call"
44
cd events_catalog
55
npm run build

0 commit comments

Comments
 (0)