Closed theoludwig closed 2 years ago
npm install --global @leon-ai/cli
leon create birth
leon start
config.json
Reinstalling the CLI removes the logs and config folder so old instances are still on our computer but not saved in config.json.
logs
config
Reinstalling the CLI and still being able to running leon start if we already installed a Leon instance.
✨ [CLI 1.1.0] Reinstalling/Updating the CLI remove the config and logs folders
:tada: This issue has been resolved in version 1.0.2 :tada:
The release is available on:
Your semantic-release bot :package::rocket:
Steps To Reproduce
npm install --global @leon-ai/cli
leon create birth
leon start
(it is working)npm install --global @leon-ai/cli
leon start
(not working because it could not find the instanceconfig.json
does not exist anymore)The current behavior
Reinstalling the CLI removes the
logs
andconfig
folder so old instances are still on our computer but not saved inconfig.json
.The expected behavior
Reinstalling the CLI and still being able to running
leon start
if we already installed a Leon instance.