Skip to content

Unity is an integrated decision analytics platform that aims to simplify the development of intelligent decision-making systems.

Notifications You must be signed in to change notification settings

nachawati/unity-old

Repository files navigation

بسم الله الرحمن الرحيم

In the name of Allah, the Most Compassionate, the Most Merciful

Unity

Build Status

Unity is an integrated business analytics platform that aims to simplify the development of intelligent decision-making systems.

Installation

Unity requires Node.js. With Node.js installed, you can install Unity with the following command:

npm install -g unity

Unity CLI Commands

Login

Most commands provided by the Unity CLI are only available to authenticated users. The login command is used to authenticate your local machine with the server:

unity login <username>

Upon successful authentication, an session token is cached on the local machine and used for subsequent calls to the Unity CLI.

Logout

unity logout

Identify current user

unity whoami

Initialize new repository

unity init [path]

Show available projects

unity projects

Submit task to Unity

unity submit <path or expression>

Show task executions

unity tasks

Generate new SSH key

unity key [-o,--overwrite] [-s,--size <length>]

Synchronize local repository

unity sync [path]

About

Unity is an integrated decision analytics platform that aims to simplify the development of intelligent decision-making systems.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published