LiteLambda CLI (litelambda)
Official command-line interface for LiteLambda — serverless Python cron job hosting without managing servers.
Installation
pip install litelambda-cli
Quick Start
1. Login
Generate an API token from your LiteLambda Settings, then run:
litelambda login
2. Check Account
litelambda whoami
3. Deploy a Python Script
Deploy any Python file on a cron schedule:
litelambda deploy scraper.py --schedule "0 9 * * *" --name "Morning Scraper"
With pip dependencies:
litelambda deploy bot.py --schedule "*/15 * * * *" --requirements requirements.txt
4. List All Jobs
litelambda list
5. Run a Job Manually
litelambda run "Morning Scraper"
6. View Execution Logs
litelambda logs "Morning Scraper"
License
MIT
Release files for litelambda-cli 0.1.1
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| litelambda_cli-0.1.1.tar.gz | 7.0 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| litelambda_cli-0.1.1-py3-none-any.whl | Python 3 | none | any | Details |
Total release size:14.8 kB
Release files / litelambda_cli-0.1.1.tar.gz
| Download URL | litelambda_cli-0.1.1.tar.gz |
|---|---|
| Size | 7.0 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
03485f1dbe493718cee4f48b4eb5892a002e0e031324a5f4a088adb725267661
|
|
BLAKE2b-256 checksum How to use checksums |
b605d05fba8b9f11a0f2ddec11b1ff6ac66423967fe6a673c53d6d7a3f581bd5
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/7.0.0 CPython/3.11.9
|
Release files / litelambda_cli-0.1.1-py3-none-any.whl
| Download URL | litelambda_cli-0.1.1-py3-none-any.whl |
|---|---|
| Size | 7.8 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
728bfbe879885c5e21d5e3b789ba65d930b538da8de4afa5f5a08ed2dfbffeec
|
|
BLAKE2b-256 checksum How to use checksums |
0f91d44e410c30f30d57cfc54f9b9e264931c64a4f9594ea3320fa04719348cd
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/7.0.0 CPython/3.11.9
|