Skip to content

Update README.md #10

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Jul 25, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 13 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,18 @@ In order to use the segmentcli to work with your workspace you must have the
Analytics Live Plugins featured enabled in your workspace and you must
authenticate with that workspace.

### Installation

Run this command to install segmentcli locally from the repo:
```bash
$ sudo make install
```

or, using brew:
```bash
$ brew install segment-integrations/formulae/segmentcli
```

### Enabling the Analytics Live Plugins feature

Reach out to your Customer Support Engineer (CSE) or Customer Success Manager (CSM)
Expand Down Expand Up @@ -57,7 +69,7 @@ an Auth token in your Segment workspace.
In order to upload your Analytics Live Plugins you'll need the following command:

```bash
$ segmentcli upload <SourceId> <FileName>
$ segmentcli liveplugins upload <SourceId> <FileName>
```

`SourceId` - This is listed next your Write Key in the Segment app.
Expand Down