Install
The easiest install path is npm. It downloads a prebuilt GitHub Release binary when the package installs.
npm install -g phonton-cli
phonton
Run without installing:
npx phonton-cli
Build from source with Cargo:
cargo install --git https://github.com/phonton-dev/phonton-cli --tag v0.1.0 phonton-cli --locked --force
Check the install:
phonton version
phonton doctor
Expected first run
phonton doctor should be the first command after installation. It gives a compact view of the local setup:
config: ok
provider: configured
git: available
cargo: available
store: ready
If provider setup fails, continue with Configure.
Current status
Phonton CLI is a pre-1.0 public alpha. Use it if you are comfortable running a Rust binary, reading diagnostics, and filing sharp bug reports.