|
7 | 7 | The Solace Try-Me CLI is a command line tool used to publish and receive messages from the Solace PubSub+ Broker. Designed to help develop, test and debug Solace PubSub+ services and applications faster without the need to use a graphical interface. |
8 | 8 |
|
9 | 9 | - [Solace Try-Me CLI](#solace-try-me-cli) |
10 | | - * [Documentation](#documentation) |
11 | | - + [Installation](#installation) |
12 | | - - [Homebrew](#homebrew) |
13 | | - - [apt-get](#apt-get) |
14 | | - - [Download](#download) |
15 | | - + [Verify Installation](#verify-installation) |
16 | | - + [Command Structure](#command-structure) |
17 | | - + [Command Parameters](#command-parameters) |
18 | | - + [Command Examples](#command-examples) |
19 | | - + [Command Persistence](#command-persistence) |
20 | | - * [Setup `stm` configuration](#setup-stm-configuration) |
21 | | - + [Use with a Software Broker](#use-with-a-software-broker) |
22 | | - + [Use with a Cloud Broker](#use-with-a-cloud-broker) |
23 | | - * [Run `stm` tool](#run-stm-tool) |
24 | | - + [Working with Software Broker](#working-with-software-broker) |
25 | | - + [Receive Messages](#receive-messages) |
26 | | - + [Working with Cloud Broker](#working-with-cloud-broker) |
27 | | - * [Using `stm` to create and modify Broker resources](#using-stm-to-create-and-modify-broker-resources) |
28 | | - + [Create a Queue](#create-a-queue) |
29 | | - * [Using `stm feed` tool for event feed generation](#using-stm-feed-tool-for-event-feed-generation) |
30 | | - * [Contributing](#contributing) |
31 | | - + [Develop](#develop) |
32 | | - * [Run from build](#run-from-build) |
33 | | - * [Technology Stack](#technology-stack) |
34 | | - * [Resources](#resources) |
35 | | - * [Authors](#authors) |
36 | | - * [License](#license) |
| 10 | + - [Documentation](#documentation) |
| 11 | + - [Installation](#installation) |
| 12 | + - [MacOS using Homebrew](#macos-using-homebrew) |
| 13 | + - [Linux (or WSL on Windows) using apt-get](#linux-or-wsl-on-windows-using-apt-get) |
| 14 | + - [Download the Archive](#download-the-archive) |
| 15 | + - [Verify Installation](#verify-installation) |
| 16 | + - [Command Structure](#command-structure) |
| 17 | + - [Command Parameters](#command-parameters) |
| 18 | + - [Command Examples](#command-examples) |
| 19 | + - [Command Persistence](#command-persistence) |
| 20 | + - [Setup `stm` configuration](#setup-stm-configuration) |
| 21 | + - [Use with a Software Broker](#use-with-a-software-broker) |
| 22 | + - [Use with a Cloud Broker](#use-with-a-cloud-broker) |
| 23 | + - [Run `stm` tool](#run-stm-tool) |
| 24 | + - [Working with Software Broker](#working-with-software-broker) |
| 25 | + - [Receive Messages](#receive-messages) |
| 26 | + - [Working with Cloud Broker](#working-with-cloud-broker) |
| 27 | + - [Using `stm` to create and modify Broker resources](#using-stm-to-create-and-modify-broker-resources) |
| 28 | + - [Create a Queue](#create-a-queue) |
| 29 | + - [Using `stm feed` tool for event feed generation](#using-stm-feed-tool-for-event-feed-generation) |
| 30 | + - [Contributing](#contributing) |
| 31 | + - [Develop](#develop) |
| 32 | + - [Run from build](#run-from-build) |
| 33 | + - [Technology Stack](#technology-stack) |
| 34 | + - [Resources](#resources) |
| 35 | + - [Authors](#authors) |
| 36 | + - [License](#license) |
37 | 37 |
|
38 | 38 | ## Documentation |
39 | 39 |
|
|
0 commit comments