Transformer Lab CLI
Project description
Transformer Lab CLI
Install
uv tool install transformerlab-cli
Usage
Usage: lab [OPTIONS] COMMAND [ARGS]...
Transformer Lab CLI
╭─ Options ────────────────────────────────────────────────────────────────────╮
│ --format TEXT Output format: pretty or json [default: pretty] │
│ --help Show this message and exit. │
╰──────────────────────────────────────────────────────────────────────────────╯
╭─ Commands ───────────────────────────────────────────────────────────────────╮
│ version Display the CLI version. │
│ config View or set configuration values. │
│ status Check the status of the server. │
│ login Log in to Transformer Lab. │
│ logout Log out from Transformer Lab. │
│ task Task management commands │
│ job Job management commands │
╰──────────────────────────────────────────────────────────────────────────────╯
Command Reference
For a full list of all commands with detailed options and example usage, see COMMANDS.md.
Development
Run (DEV)
uv run src/transformerlab_cli/main.py
Build Locally
uv tool install .
or rebuild with:
uv tool install . --force --reinstall
Adds a lab command to your terminal.
Debug the Job Monitor
pip install -e .
uv run textual run --dev src/transformerlab_cli/commands/job_monitor/job_monitor.py
and then in another window:
textual console -x SYSTEM -x EVENT -x INFO
Run Textual in Browser
uv run textual serve src/transformerlab_cli/commands/job_monitor/job_monitor.py
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
transformerlab_cli-0.0.4.tar.gz
(52.2 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file transformerlab_cli-0.0.4.tar.gz.
File metadata
- Download URL: transformerlab_cli-0.0.4.tar.gz
- Upload date:
- Size: 52.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
00aa156eb816b9c3c67ab861afd90a0b989bf6a549f1c161012a13997fde89a2
|
|
| MD5 |
6237069772ed2b4e4a4926d38d6ac96b
|
|
| BLAKE2b-256 |
57bbcca9ee46b720be1365b42a972a1535417415ada7c9ebf2ead8ef585c2f71
|
File details
Details for the file transformerlab_cli-0.0.4-py3-none-any.whl.
File metadata
- Download URL: transformerlab_cli-0.0.4-py3-none-any.whl
- Upload date:
- Size: 66.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a7e845ae63b12d91efdf6851951792abc351314c566902f80be093ec532863aa
|
|
| MD5 |
246156c6ebcde54d51dc189bcce2acfa
|
|
| BLAKE2b-256 |
d94f1305c112919a0816439afe5ce4d28946ff422d1000f65fb3349d59a20525
|