CLI Reference
emtellisplit-client
emtellisplit-client [OPTIONS]
| Option | Type | Default | Required | Description |
|---|---|---|---|---|
--logfile | flag | false | no | To log the output |
emtellisplit-client status
emtellisplit-client status [OPTIONS] JOB_ID
| Argument | Type | Required | Description |
|---|---|---|---|
JOB_ID | text | no |
| Option | Type | Default | Required | Description |
|---|---|---|---|---|
--config | path (must exist) | emtellisplit-client-config.toml | no | path to client config |
emtellisplit-client cancel
emtellisplit-client cancel [OPTIONS] JOB_ID
| Argument | Type | Required | Description |
|---|---|---|---|
JOB_ID | text | no |
| Option | Type | Default | Required | Description |
|---|---|---|---|---|
--config | path (must exist) | emtellisplit-client-config.toml | no | path to client config |
emtellisplit-client cancel2
emtellisplit-client cancel2 [OPTIONS] STATE
| Argument | Type | Required | Description |
|---|---|---|---|
STATE | text | no |
| Option | Type | Default | Required | Description |
|---|---|---|---|---|
--config | path (must exist) | emtellisplit-client-config.toml | no | path to client config |
emtellisplit-client process
emtellisplit-client process [OPTIONS] [INPUTS]...
| Argument | Type | Required | Description |
|---|---|---|---|
INPUTS (repeatable) | text | no |
| Option | Type | Default | Required | Description |
|---|---|---|---|---|
--config | path (must exist) | emtellisplit-client-config.toml | no | path to client config |
--state | path | — | no | The path to a file in which to store the current processing state. This is used for restarting processing if the client has been stopped early |
--output | path (must exist) | — | no | directory base to output job outputs, uses output_bucket |
--merge-jsonl | flag | false | no | Whether or not to merge jsonl, if downloading and the server was used with a processing option that generates jsonl |
emtellisplit-client process2
emtellisplit-client process2 [OPTIONS] [INPUTS]...
| Argument | Type | Required | Description |
|---|---|---|---|
INPUTS (repeatable) | text | no |
| Option | Type | Default | Required | Description |
|---|---|---|---|---|
--config | path (must exist) | emtellisplit-client-config.toml | no | path to client config |
--state | path | — | no | The path to a file in which to store the current processing state. This is used for restarting processing if the client has been stopped early |
--output | path (must exist) | — | no | directory base to output job outputs, uses output_bucket |
--merge-jsonl | flag | false | no | Whether or not to merge jsonl, if downloading and the server was used with a processing option that generates jsonl |
emtellisplit-client bulk-process
emtellisplit-client bulk-process [OPTIONS] INPUT
| Argument | Type | Required | Description |
|---|---|---|---|
INPUT | text | no |
| Option | Type | Default | Required | Description |
|---|---|---|---|---|
--config | path (must exist) | emtellisplit-client-config.toml | no | path to client config |
--state | path | — | no | The path to a file in which to store the current processing state. This is used for restarting processing if the client has been stopped early |
--output | path (must exist) | — | no | directory base to output job outputs, uses output_bucket |
--merge-jsonl | flag | false | no | Whether or not to merge jsonl, if downloading and the server was used with a processing option that generates jsonl |
emtellisplit-client bulk-process2
emtellisplit-client bulk-process2 [OPTIONS] INPUT
| Argument | Type | Required | Description |
|---|---|---|---|
INPUT | text | no |
| Option | Type | Default | Required | Description |
|---|---|---|---|---|
--config | path (must exist) | emtellisplit-client-config.toml | no | path to client config |
--state | path | — | no | The path to a file in which to store the current processing state. This is used for restarting processing if the client has been stopped early |
--output | path (must exist) | — | no | directory base to output job outputs, uses output_bucket |
--merge-jsonl | flag | false | no | Whether or not to merge jsonl, if downloading and the server was used with a processing option that generates jsonl |
emtellisplit-client resume
emtellisplit-client resume [OPTIONS] STATE
| Argument | Type | Required | Description |
|---|---|---|---|
STATE | text | no |
| Option | Type | Default | Required | Description |
|---|---|---|---|---|
--config | path (must exist) | emtellisplit-client-config.toml | no | path to client config |
emtellisplit-client retry
emtellisplit-client retry [OPTIONS] STATE
| Argument | Type | Required | Description |
|---|---|---|---|
STATE | text | no |
| Option | Type | Default | Required | Description |
|---|---|---|---|---|
--config | path (must exist) | emtellisplit-client-config.toml | no | path to client config |

