0.3.2 • Published 9 months ago

@getlarge/kratos-cli v0.3.2

Weekly downloads
-
License
MIT
Repository
-
Last release
9 months ago

kratos-cli

npm

This CLI interacts with the Ory Kratos self-service API.

Install

npm install @getlarge/kratos-cli

Usage

To register a new identity

# base path is the Ory Kratos Public API URL - it can be passed via ORY_KRATOS_PUBLIC_URL environment variable
# the CLI will prompt for the password
npx @getlarge/kratos-cli register --email test@test.it \
--basePath http://localhost:4433

To log in

# base path is the Ory Kratos Public API URL - it can be passed via ORY_KRATOS_PUBLIC_URL environment variable
# the CLI will prompt for the password
npx @getlarge/kratos-cli login --email test@test.it \
--basePath http://localhost:4433

Development

Building

Run nx build kratos-cli to build the library.

Running unit tests

Run nx test kratos-cli to execute the unit tests via Jest.

0.3.2

9 months ago

0.3.1

9 months ago

0.3.0

1 year ago

0.2.1

1 year ago

0.2.0

1 year ago

0.1.1

1 year ago

0.1.0

1 year ago