@kora-platform/cli
v0.8.1
Published
The Kora CLI is the command-line client for Kora Platform instances.
Downloads
1,255
Readme
Kora CLI
The Kora CLI is the command-line client for Kora Platform instances.
Install:
npm install -g @kora-platform/cliRun:
kora --helpSign up against a local or self-managed instance with local auth enabled:
kora auth signup --base-url http://localhost:3000Then create an organization:
kora org create --name "JB Demo" --slug jb-demoExisting users can log in the same way:
kora auth login --base-url http://localhost:3000kora auth signup creates local email/password users only. On OIDC-only
instances, it prints the SSO login URL instead of creating a local account.
This package is proprietary Kora software. See LICENSE.md.
