You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 10, 2022. It is now read-only.
Expected: If I delete the contents of the file (or file itself) that CLI can recover and recreate it. Actual: If you empty the file, it can't add any new profiles nor can it list them
Open symbol-cli.config.json delete contents, save, go to terminal and run symbol-cli profile list
Ubuntu 20.04
It relies on the file having {} in it, if its empty it can't cope.
The inability to delete profiles in the CLI means this is the only obvious way to remove them, putting {} back into the file fixes it, we just need the parser/test to interpret empty file as {} or put {} back into the file if its empty and re-open
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Expected: If I delete the contents of the file (or file itself) that CLI can recover and recreate it. Actual: If you empty the file, it can't add any new profiles nor can it list them
Open symbol-cli.config.json delete contents, save, go to terminal and run symbol-cli profile list
Ubuntu 20.04
It relies on the file having {} in it, if its empty it can't cope.
The inability to delete profiles in the CLI means this is the only obvious way to remove them, putting {} back into the file fixes it, we just need the parser/test to interpret empty file as {} or put {} back into the file if its empty and re-open
The text was updated successfully, but these errors were encountered: