0.1.1 • Published 6 years ago
@tumba-solutions/kode_cli v0.1.1
To install the client locally, useful especially during development, run:
npm linkAfter that you can execute the client normally kode_cli -h
If you do changes in the code you just need to transpile it with npm run tsc.
Before being able to use the client you need to pull the KODE config file:
GET {{baseUrl}}/api/enterprises/:entName/configSave the file in the current (CLI_ROOT) folder. Once this is done you are good to go.