0.0.6 • Published 2 years ago

krinql-cli v0.0.6

Weekly downloads
-
License
GPL-3.0
Repository
github
Last release
2 years ago

Krinql CLI

Installation

npm

$ npm i -g krinql-cli

yarn

$ yarn global add krinql-cli

npx

$ npx krinql-cli login
$ npx krinql-cli <question>

Install from binary

Linux

$ wget -O krinql.tar.gz https://github.com/krinql/cli/releases/latest/download/krinql-linux-x64.tar.gz
$ tar -xzf krinql.tar.gz
$ sudo mv krinql /usr/local/bin/
$ krinql <command>

Windows

> wget https://github.com/krinql/cli/releases/latest/download/krinql-win-x64.exe -o krinql.exe
> .\krinql.exe <command>

To make the command systemwide, add the executable to PATH variable.

Usage

Use the following command to login to Krinql

$ krinql login

To ask a question, use

$ krinql <question>

For help, use

$ krinql --help
0.0.5

2 years ago

0.0.6

2 years ago

0.0.4

3 years ago

0.0.3

3 years ago

0.0.2

3 years ago

0.0.1

3 years ago