Skip to main content

Dari CLI.

Project description

Dari CLI

dari validates, packages, and publishes agent projects to Agent Host.

Full docs: https://docs.dari.dev

Install

pip install dari-cli

Commands

Most commands require dari auth login first. The CLI talks to https://api.dari.dev.

auth

dari auth login      # browser login, caches org key locally
dari auth logout     # clear local login state
dari auth status     # show current login and org

org

dari org list
dari org create <name>
dari org switch <organization>               # slug or id
dari org members
dari org invite <email> [--role owner|admin|member]   # default: member

deploy

dari deploy [repo_root]

Packages the checkout and publishes a new agent version.

Flag Description
--api-key Override the cached org key
--agent-id Publish to a specific agent instead of resolving by name
--dry-run Validate and package without uploading

api-keys

dari api-keys list
dari api-keys create --name <name>           # plaintext key returned once
dari api-keys revoke <key_id>

credentials

Stored secrets referenced by name from dari.yml (e.g. llm.api_key_secret: OPENROUTER_API_KEY).

dari credentials list
dari credentials add <name> [value]          # prompts if value omitted
dari credentials add <name> --value-stdin < secret.txt
dari credentials remove <name>

manifest

dari manifest validate [repo_root]
dari manifest validate --json                # prints normalized manifest

Bundle shape

The repo root must contain:

  • dari.yml
  • any prompt files referenced by instructions
  • custom tools under tools/<name>/tool.yml
  • Dockerfile only if dari.yml sets a runtime: block; otherwise the default E2B base image is used.

Supported harness values: pi.

Minimal dari.yml:

name: support-agent
harness: pi

instructions:
  system: prompts/system.md

sandbox:
  provider: e2b
  provider_api_key_secret: E2B_API_KEY

llm:
  model: anthropic/claude-sonnet-4.6
  base_url: https://openrouter.ai/api/v1
  api_key_secret: OPENROUTER_API_KEY

Full schema: https://docs.dari.dev/manifest.

Local development

uv sync --group dev
uv run pytest

Release

  1. Bump version in pyproject.toml.
  2. Refresh uv.lock so the editable entry matches.
  3. Commit the bump before tagging.
  4. uv build && uv run pytest.
  5. Push a v0.1.x tag matching pyproject.toml — the release workflow rejects mismatched tags.

Contributing

See CONTRIBUTING.md.

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

dari_cli-0.2.1.tar.gz (30.8 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

dari_cli-0.2.1-py3-none-any.whl (24.2 kB view details)

Uploaded Python 3

File details

Details for the file dari_cli-0.2.1.tar.gz.

File metadata

  • Download URL: dari_cli-0.2.1.tar.gz
  • Upload date:
  • Size: 30.8 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for dari_cli-0.2.1.tar.gz
Algorithm Hash digest
SHA256 8e89177f29493c7b0f4b121ed556eacfbb83519ada50b771d8182bd2d954feaa
MD5 0e4163cd244d3646a9c20520282ed0fa
BLAKE2b-256 0ecd43a223dd4f5457c11e8ddb3130acb19f557e4f5e6a21e1383a33e759efd2

See more details on using hashes here.

Provenance

The following attestation bundles were made for dari_cli-0.2.1.tar.gz:

Publisher: release.yml on mupt-ai/dari-cli

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file dari_cli-0.2.1-py3-none-any.whl.

File metadata

  • Download URL: dari_cli-0.2.1-py3-none-any.whl
  • Upload date:
  • Size: 24.2 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for dari_cli-0.2.1-py3-none-any.whl
Algorithm Hash digest
SHA256 45414c831f3d45899a48d6c73587dd4062b6786017081aae1fb074165f119783
MD5 86fb03df1c9f1d73b4bfc811efca420f
BLAKE2b-256 6e3686e8785f97478fbd74bc28672b2ab3792797610c87ca0d14718ffd0fe676

See more details on using hashes here.

Provenance

The following attestation bundles were made for dari_cli-0.2.1-py3-none-any.whl:

Publisher: release.yml on mupt-ai/dari-cli

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page