Releases: exercism/cli
Patch Release - improve error message on failed submit
Check out the documentation for detailed installation instructions. There's a screencast for mac and for windows.
Patch Release - fix bug in windows home dir
Check out the documentation for detailed installation instructions. There's a screencast for mac and for windows.
Patch Release - handle symlinks in exercism dir
This release fixes a bug where the submitted file lives in a symlinked directory.
See http://cli.exercism.io for basic usage information.
Patch Release
This release doesn't clobber existing config values when running the configure
command.
See http://cli.exercism.io for basic usage information.
Patch Release
This improves the messaging (feedback, error handling).
Minor release
This adds two commands:
configure
which lets you set the config values non-interactively, anddebug
which outputs some useful debug information in the case of errors.
Patch Release
This updates the language during the login process, in the hopes that it makes it easier to get the API key right.
If you are working on a Raspberry PI, choose linux/arm5.
Patch Release
This release fixes the path on windows machines.
Minor release
This adds new a new option to the fetch
command: exercism fetch LANGUAGE
, which will fetch whatever is current for the user in that particular language.
Patch release
The API no longer submits the list of exercises in the order that they were completed, which made it difficult to identify the exercises for which you've not written any code. This adds an identifying marker in order to highlight fresh exercises.
See cli.exercism.io for documentation/installation instructions.