soledgic
v0.1.1
Published
Soledgic CLI — connect your project to Soledgic (init, doctor). Thin launcher for @soledgic/sdk.
Maintainers
Readme
soledgic
The Soledgic CLI. Connect a project to Soledgic and verify the setup.
npx soledgic init # browser auth → writes .env + a runnable test file
npx soledgic doctor # verify API key, connectivity, and webhook configurationinit opens a browser to authorize CLI access, mints a test-mode API key, writes
it to your .env as SOLEDGIC_API_KEY, and drops a small runnable test file.
This package is a thin launcher — all functionality lives in
@soledgic/sdk, which it invokes.
You can equivalently run npx @soledgic/sdk init.
Install
No install needed with npx. To get the soledgic command on your PATH:
npm i -g soledgic
soledgic initRequires Node.js 18+.
