File tree 1 file changed +6
-5
lines changed
1 file changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -25,11 +25,12 @@ To get started, simply run `./compile --writeKey=<YOUR WRITE KEY>`.
25
25
Usage: ./compile [options]
26
26
27
27
Options:
28
-
29
- -w, --write-key < writeKey> Writekey of target Segment source [Required]
30
- -p, --port [port] Set a port to serve the local ajs file from (default: 3000)
31
- -s, --settings < settings> Relative path to custom integrations settings file
32
- -h, --help Output usage information
28
+ -w, --writeKey < writeKey> Segment writeKey to for viewing events in the debugger
29
+ -s, --settings < settings> (Optional) Relative path to custom integrations settings file
30
+ -c, --cdnDomain < cdnDomain> Segment CDN domain (default: " http://cdn.segment.com" )
31
+ -n, --noRebuild Skips yarn rebuild
32
+ -p, --port < port> Set a port to serve the local ajs file from (default: 3000)
33
+ -h, --help output usage information
33
34
` ` `
34
35
35
36
# Build Process
You can’t perform that action at this time.
0 commit comments