@squarefactory/isquare-cli
v0.0.4
Published
Official CLI of the isquare machine-learning platform. Use it to train and deploy machine learning models.
Downloads
5
Maintainers
Readme
isquare cli
Installation instructions
Standalone
We distribute the isquare CLI as standalone executable.
- Linux: https://storage.googleapis.com/isquare-artifacts/latest/i2-linux
- Windows: https://storage.googleapis.com/isquare-artifacts/latest/i2-win.exe
- MacOS: https://storage.googleapis.com/isquare-artifacts/latest/i2-macos
Node.js user
If you are using Node.js, you can easily install the CLI with your favorite package manager:
npm install --global @squarefactory/isquare-cli
# yarn global add @squarefactory/isquare-cli # if using yarn v1
# pnpm install --global @squarefactory/isquare-cli # if using pnpm
Usage
Most of the commands are discoverable using the --help
flag.
Login
In order to use the CLI you need to:
- create an account on the isquare training platform
- create a token on the tokens page
- copy the token (which starts by
i2_...
) and run the following command:
i2 login <token>
Expected output:
INFO Logged at [email protected]