File tree Expand file tree Collapse file tree 1 file changed +13
-1
lines changed Expand file tree Collapse file tree 1 file changed +13
-1
lines changed Original file line number Diff line number Diff line change @@ -29,6 +29,18 @@ In order to use the segmentcli to work with your workspace you must have the
29
29
Analytics Live Plugins featured enabled in your workspace and you must
30
30
authenticate with that workspace.
31
31
32
+ ### Installation
33
+
34
+ Run this command to install segmentcli locally from the repo:
35
+ ``` bash
36
+ $ sudo make install
37
+ ```
38
+
39
+ or, using brew:
40
+ ``` bash
41
+ $ brew install segment-integrations/formulae/segmentcli
42
+ ```
43
+
32
44
### Enabling the Analytics Live Plugins feature
33
45
34
46
Reach out to your Customer Support Engineer (CSE) or Customer Success Manager (CSM)
@@ -57,7 +69,7 @@ an Auth token in your Segment workspace.
57
69
In order to upload your Analytics Live Plugins you'll need the following command:
58
70
59
71
``` bash
60
- $ segmentcli upload < SourceId> < FileName>
72
+ $ segmentcli liveplugins upload < SourceId> < FileName>
61
73
```
62
74
63
75
` SourceId ` - This is listed next your Write Key in the Segment app.
You can’t perform that action at this time.
0 commit comments