https://github.com/sourceplusplus/interface-cli
The continuous feedback command-line interface
https://github.com/sourceplusplus/interface-cli
cli command-line command-line-interface command-line-tool
Last synced: about 1 year ago
JSON representation
The continuous feedback command-line interface
- Host: GitHub
- URL: https://github.com/sourceplusplus/interface-cli
- Owner: sourceplusplus
- License: apache-2.0
- Created: 2021-11-01T23:41:46.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2025-04-11T19:59:07.000Z (about 1 year ago)
- Last Synced: 2025-04-11T20:42:55.680Z (about 1 year ago)
- Topics: cli, command-line, command-line-interface, command-line-tool
- Language: Kotlin
- Homepage: https://sourceplus.plus
- Size: 844 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 
[](LICENSE)

[](https://github.com/sourceplusplus/interface-cli/actions/workflows/build.yml)
## What is this?
This project provides a command-line interface to [Source++](https://github.com/sourceplusplus/sourceplusplus), the
continuous feedback platform for developers.
## Install
### Linux or macOS
Install the latest version with the following command:
```shell
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/sourceplusplus/interface-cli/master/scripts/install.sh)"
```
### Windows
Note: You will need to start cmd in administrator mode.
```shell
curl -LO "https://raw.githubusercontent.com/sourceplusplus/interface-cli/master/scripts/install.bat" && .\install.bat
```
### Install by available binaries
Go to the [releases page](https://github.com/sourceplusplus/interface-cli/releases) to download all available binaries,
including macOS, Linux, Windows.
## How to use?
Try executing `spp-cli --help` to output the usage instructions like so:
```
Usage: spp-cli [OPTIONS] COMMAND [ARGS]...
Options:
-v, --verbose Enable verbose mode
-p, --platform TEXT Source++ platform host
-c, --certificate PATH Source++ platform certificate
-k, --key PATH Source++ platform key
-a, --authorization-code TEXT Developer authorization code
-h, --help Show this message and exit
Commands:
admin Administrator commands
developer Developer commands
add Add live instruments/views
get Get live instruments/views
remove Remove live instruments/views
subscribe Subscribe to live instrument/view events
version Display version information
```
## Documentation
- [Developer Commands](https://docs.sourceplus.plus/technology/clients/cli/developer/)
- [Admin Commands](https://docs.sourceplus.plus/technology/clients/cli/admin/)
## Bugs & Features
Bug reports and feature requests can be created [here](https://github.com/sourceplusplus/sourceplusplus/issues).