RAZE CLI - Local-first AI workforce command line interface
Project description
RAZE CLI
RAZE CLI is the local command line entrypoint for the RAZE runtime.
Install
pip install raze-cli
This installs the CLI manager. The local Core and Dashboard runtime are then provided through the managed RAZE runtime bundle that the CLI installs or registers locally.
Optional gRPC transport support:
pip install "raze-cli[grpc]"
First run
raze onboard
# or: raze dashboard
raze doctor
raze status
raze update
For the normal product flow, the CLI now manages the local runtime automatically:
- it detects whether the runtime is already installed
- it acquires and registers the managed runtime if needed
- it stores that runtime under
~/.raze/runtime - it validates the bundle, starts Core, and opens the local dashboard
End users should not build the dashboard manually. The intended product flow is:
pipx install raze-cli
# or: pip install raze-cli
raze onboard
raze bootstrap --bundle-dir <bundle-root> remains available as an advanced fallback for custom or developer-managed bundle paths.
What the CLI expects
- A writable local runtime directory via
RAZE_DATA_DIRor the default user data path - A release manifest and ready runtime bundle artifact for automatic first-run acquisition in the normal product flow
- A bundled dashboard build that Core can serve, or the dashboard source tree for dev-only launches
- When
grpciois installed and Core exposes the localhost control plane, the CLI will prefer gRPC automatically and fall back to REST when needed
Common commands
raze config
raze list
raze install research-employee
raze run research-employee
raze reset-db --yes
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
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 raze_cli-1.0.5.tar.gz.
File metadata
- Download URL: raze_cli-1.0.5.tar.gz
- Upload date:
- Size: 29.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.14.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d669105ed2bed12aec0c515ac279202a538be7b49d873dff939c7f69ab87e008
|
|
| MD5 |
ddaebfb54ca16560050f4726383ca206
|
|
| BLAKE2b-256 |
3b481fdb35f324c894f7bb8d19838d469cb2629c1403ebd8bdffc75b04df16a6
|
File details
Details for the file raze_cli-1.0.5-py3-none-any.whl.
File metadata
- Download URL: raze_cli-1.0.5-py3-none-any.whl
- Upload date:
- Size: 24.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.14.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
f0a50e6d3daf3bedba349a4666e1568fbfab3f04823b21878e08770fd28f9952
|
|
| MD5 |
6160ae7ffb696ace0598ce5610fd889a
|
|
| BLAKE2b-256 |
f01e8c429bdd59364071b1de9c22a0936c9ae619b47d59c737c4ab0b5948d162
|