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
2929Analytics Live Plugins featured enabled in your workspace and you must
3030authenticate with that workspace.
3131
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+
3244### Enabling the Analytics Live Plugins feature
3345
3446Reach out to your Customer Support Engineer (CSE) or Customer Success Manager (CSM)
@@ -57,7 +69,7 @@ an Auth token in your Segment workspace.
5769In order to upload your Analytics Live Plugins you'll need the following command:
5870
5971``` bash
60- $ segmentcli upload < SourceId> < FileName>
72+ $ segmentcli liveplugins upload < SourceId> < FileName>
6173```
6274
6375` SourceId ` - This is listed next your Write Key in the Segment app.
You can’t perform that action at this time.
0 commit comments