Conversation
- Commands `croco import` and `croco export`. They import and export configuration(cache) to/from the current project interacted by cli. Configuration includes all data set by user, such as custom accounts, wallets etc. - `croco --version` option. echos the version. **Changed**: - Cache(configuration) now is not shared across all projects. You need to use `croco import` and `croco export` _ Many situations encountered exceptions now have pretty style in terminal. For instance: trying to use poetry-related command without `poetry` installed etc. - `make` for now don`t require configured wallet **Fixing bugs**: - When deleting the current wallet from `change` menu, new wallet was not changed to the current. - If .cache folder was not exist in MacOS, then it was not possible to use CLI - After `croco init <package/project>` croco-cli was removed from dependencies - Year in LICENSE file was not current
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
croco importandcroco export. They import and export configuration(cache) to/from the current project interacted by cli. Configuration includes all data set by user, such as custom accounts, wallets etc.croco --versionoption. echos the version.Changed:
croco importandcroco export_ Many situations encountered exceptions now have pretty style in terminal. For instance: trying to use poetry-related command withoutpoetryinstalled etc.makefor now don`t require configured walletFixing bugs:
changemenu, new wallet was not changed to the current.croco init <package/project>croco-cli was removed from dependencies