summaryrefslogtreecommitdiff
path: root/cli/README
blob: 6572a527ac6347f83885aff26c3b5127f62a0f00 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# C2EC Management CLI

This allows adding Providers and Terminals to the database using the command line.

Before using the commands which connect to the database, you first need to connect to the database (can be done within the CLI using the `db` command).

It will take care of generating the access tokens for the terminal and hashing the authorization key of the provider backend.

## Build

`go build .`

## Run 

`./c2ec-cli`