Releases: exercism/cli
Minor release - adds new command "download"
This release adds a command exercism download UUID that downloads a person's submission from the website, making it easier to run the tests and experiment with the code.
There are installation instructions for windows and mac.
Patch Release
Make path comparison case insensitive, fixes exercism/exercism#1965
Check out the documentation for detailed installation instructions. There's a screencast for mac and for windows.
Patch Release
This release adds a verbose option to the submit command:
exercism --debug submit ~/path/to/some/fileCheck out the documentation for detailed installation instructions. There's a screencast for mac and for windows.
Minor release
- fix newlines on Windows
- create exercism directory as soon as it's configured, instead of on first fetch
- improve error messages
- add a
trackscommand to list available languages - support defining config file in environment variables
Check out the documentation for detailed installation instructions. There's a screencast for mac and for windows.
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:
configurewhich lets you set the config values non-interactively, anddebugwhich outputs some useful debug information in the case of errors.