@tumba-solutions/kode_cli
v0.1.1
Published
KODE cli client. Could be used by CI/CD pipelines.
Downloads
5
Readme
To install the client locally, useful especially during development, run:
npm link
After 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/config
Save the file in the current (CLI_ROOT) folder. Once this is done you are good to go.