The EDK (ELARA Development Kit) CLI package contains a CLI and Typescript Libraries to create, develop and deploy ELARA projects.
The EDK CLI package can be installed with npm:
npm install -g @elaraai/cli
The EDK CLI package can be used either as a CLI or Typescript Libraries.
Once the EDK CLI package is installed globally, the CLI can be invoked from the command line, for example to read the CLI help:
$ edk --help
Usage: edk [options] [command]
Options:
-V, --version output the version number
-h, --help display help for command
Commands:
project <command> manage projects
asset <command> manage assets
template <command> manage templates
tenant <command> manage tenants
workspace <command> manage workspaces
task <command> manage tasks
stream <command> manage streams
layout <command> manage layouts
auth <command> manage authentication
user <command> manage users
help [command] display help for command
The EDK CLI package is licensed under the EDK Licence version LICENCE-1.05, the full version of the EDK Licence is available here.
Initial public release.