Dooers CLI: push agents with .dooersignore, dynamic routing, and progress spinner
Project description
Dooers CLI
A command-line tool for deploying AI agents to the Dooers platform.
Installation
From PyPI (Recommended)
pip install dooers
From Source
git clone https://github.com/your-org/dooers-cli.git
cd dooers-cli
pip install -e .
Quick Start
-
Login to your account:
dooers login --email your@email.com
-
Check your authentication status:
dooers whoami -
Deploy your agent:
dooers push my-agent
-
Logout when done:
dooers logout
Commands
dooers login
Authenticate with your Dooers account using email and OTP verification.
dooers login --email your@email.com
dooers whoami
Check your current authentication status and user information.
dooers whoami
dooers push
Deploy your agent code to the Dooers platform.
dooers push <agent-name> [options]
Options:
--server-url TEXT Agent Deploy service URL (default: http://localhost:8080)
--no-build Do not trigger build after upload
--tag TEXT Image tag (default: latest)
dooers logout
Clear your authentication session.
dooers logout
Examples
Deploy an agent with custom tag
dooers push my-agent --tag v1.0.0
Upload without building
dooers push my-agent --no-build
Use custom server URL
dooers push my-agent --server-url https://api.dooers.ai
Requirements
- Python 3.9+
- Valid Dooers account
- Agent code with a
Dockerfile
Support
For support, visit https://dooers.ai or contact support@dooers.ai
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
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 dooers-0.2.1.tar.gz.
File metadata
- Download URL: dooers-0.2.1.tar.gz
- Upload date:
- Size: 6.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.9.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
4c2b2191a7b6d8c066316e2132852b7809b0498bee38a86c6b4f38b5fffed897
|
|
| MD5 |
02eb8bb4e5ccb75d5f3b86d2af1d84a5
|
|
| BLAKE2b-256 |
f8e19baf1659426912691cb4f9bacc862f9f007447bda4d2b2e8121cba6beacb
|
File details
Details for the file dooers-0.2.1-py3-none-any.whl.
File metadata
- Download URL: dooers-0.2.1-py3-none-any.whl
- Upload date:
- Size: 7.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.9.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
407b65432c6131207cdae3f7ebc73d3386ad750cbbcbcaa1d5c907e0ed0bdaa3
|
|
| MD5 |
b376aa6893e92c557dbec75c0eac1fcb
|
|
| BLAKE2b-256 |
a108b250659ec7f1b566e69913701615903081eb3c85cafa83fe50c61cb950d7
|