First commit
This commit is contained in:
31
apps/integration-layer/README.md
Normal file
31
apps/integration-layer/README.md
Normal file
@@ -0,0 +1,31 @@
|
||||
# Integration Layer CLI
|
||||
|
||||
This package provides a command-line interface (CLI) to interact with the integration layer API deployed on Cloud Run.
|
||||
|
||||
## Installation
|
||||
|
||||
Install the package and its dependencies using `uv`:
|
||||
|
||||
```bash
|
||||
uv pip install -e .
|
||||
```
|
||||
|
||||
## Usage
|
||||
|
||||
The CLI provides two main commands: `send` and `chat`.
|
||||
|
||||
### `send`
|
||||
|
||||
Sends a single message to the API.
|
||||
|
||||
```bash
|
||||
int-layer send "My message" --telefono "1234567890"
|
||||
```
|
||||
|
||||
### `chat`
|
||||
|
||||
Starts an interactive chat session.
|
||||
|
||||
```bash
|
||||
int-layer chat --telefono "1234567890"
|
||||
```
|
||||
Reference in New Issue
Block a user