Skip to content

Releases: exercism/cli

Minor release - adds new command "download"

27 Nov 23:21

Choose a tag to compare

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

24 Oct 13:55

Choose a tag to compare

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

23 Oct 14:00

Choose a tag to compare

This release adds a verbose option to the submit command:

exercism --debug submit ~/path/to/some/file

Check out the documentation for detailed installation instructions. There's a screencast for mac and for windows.

Minor release

16 Oct 02:27

Choose a tag to compare

  • fix newlines on Windows
  • create exercism directory as soon as it's configured, instead of on first fetch
  • improve error messages
  • add a tracks command 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

06 Oct 04:08

Choose a tag to compare

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

03 Oct 05:00

Choose a tag to compare

Check out the documentation for detailed installation instructions. There's a screencast for mac and for windows.

Patch Release - handle symlinks in exercism dir

26 Sep 14:51

Choose a tag to compare

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

24 Sep 15:22

Choose a tag to compare

This release doesn't clobber existing config values when running the configure command.

See http://cli.exercism.io for basic usage information.

Patch Release

20 Sep 03:47

Choose a tag to compare

This improves the messaging (feedback, error handling).

Minor release

28 Aug 15:07

Choose a tag to compare

This adds two commands:

  • configure which lets you set the config values non-interactively, and
  • debug which outputs some useful debug information in the case of errors.