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 still need to be available through a registered RAZE runtime bundle.
Optional gRPC transport support:
pip install "raze-cli[grpc]"
First run
raze setup
raze bootstrap --bundle-dir <bundle-root>
raze doctor
raze dashboard
raze update --manifest <path-or-url>
If you only installed raze-cli and have not unpacked the local RAZE runtime bundle yet, raze dashboard will now stop with guided recovery steps instead of crashing.
End users should not build the dashboard manually. The intended product flow is:
pipx install raze-cli
# or: pip install raze-cli
# unpack one ready runtime bundle first
raze bootstrap --bundle-dir <bundle-root>
raze doctor
raze dashboard
What the CLI expects
- A writable local runtime directory via
RAZE_DATA_DIRor the default user data path - A registered local runtime bundle or reachable
raze_coreruntime when you want to use Core-backed commands - 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.2.tar.gz.
File metadata
- Download URL: raze_cli-1.0.2.tar.gz
- Upload date:
- Size: 20.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.14.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
f78410489c36ba3570f327a7ee6ee5801fa8af72ad29510285a7201befa587c2
|
|
| MD5 |
c55d98f374aab47c4f3c2e94fe1a4b0f
|
|
| BLAKE2b-256 |
e6058658b10a292173d61109a2be6b681a92e01f8593bb3204001e428102cd30
|
File details
Details for the file raze_cli-1.0.2-py3-none-any.whl.
File metadata
- Download URL: raze_cli-1.0.2-py3-none-any.whl
- Upload date:
- Size: 18.3 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 |
794c28fdc676a267041402d1aec05d194457630f5e8ee801e5d72278b100fe17
|
|
| MD5 |
6b635087ce9860fc5d9fb89944021fc8
|
|
| BLAKE2b-256 |
5a083921bb886d8dcadee5284e85779ed628100a9ab6882b6ac2d2e6ec817ba9
|