Skip to content
/ cli Public

πŸ’» Access Krinql, right from the command line

License

Notifications You must be signed in to change notification settings

krinql/cli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

23eb3d5 Β· Feb 5, 2022

History

50 Commits
Feb 4, 2022
Nov 9, 2021
Nov 3, 2021
Nov 3, 2021
Nov 3, 2021
Nov 3, 2021
Nov 6, 2021
Nov 10, 2021
Feb 5, 2022
Nov 3, 2021
Feb 4, 2022

Repository files navigation

Krinql CLI

Banner

npm_package_version npm_downloads build_status GNU_GPL3.0_License

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

krinql_cli_windows