Skip to content

Releases: exercism/cli

CLI compiled for mentors beta site

22 Jun 23:06
Compare
Choose a tag to compare
Pre-release

Fixes issues with default workspace.

Instructions will be added to the #announcements channel on the mentors Slack.

If you're not in the mentors slack, join us!
http://mentoring.exercism.io/

CLI compiled for https://v2.exercism.io/

22 Jun 04:07
Compare
Choose a tag to compare
  • download the archive for your operating system and architecture
  • extract the archive
  • put the binary in your path
  • configure with the command below
nextercism configure --token=<your-api-token>

Your token can be found at https://v2.exercism.io/my/settings

CLI compiled for mentors beta site

22 Jun 04:02
Compare
Choose a tag to compare
Pre-release

Instructions will be added to the #announcements channel on the mentors Slack.

If you're not in the mentors slack, join us!
http://mentoring.exercism.io/

CLI compiled for https://v2.exercism.io

22 Jun 03:39
Compare
Choose a tag to compare
Pre-release

Download the archive for your operating system and architecture. Extract the archive, put the binary in your path, and configure with:

nextercism configure --token=<your-api-token>

Your token can be found at https://v2.exercism.io/my/settings

CLI compiled for https://v2.exercism.io

22 Jun 03:31
Compare
Choose a tag to compare
Pre-release

Download the archive for your operating system and architecture. Extract the archive, put the binary in your path, and configure with:

nextercism configure --token=<your-api-token>

Your token can be found at https://v2.exercism.io/my/settings

V2 CLI ("nextercism")

21 Jun 13:43
Compare
Choose a tag to compare
V2 CLI ("nextercism") Pre-release
Pre-release

This is for use against http://v2.exercism.io/

  • Download the one for your environment
  • Put it in your path
  • run nextercism configure --token=<your token from the v2 settings page>
  • Unless we've missed something, that should be it.

nextercism: fix incorrect API URL

12 May 12:36
Compare
Choose a tag to compare
Pre-release

This incorporates a number of tweaks to the commands, but importantly: now it talks to the correct API. Sorry :)

nextercism: add troubleshoot command

19 Aug 19:08
Compare
Choose a tag to compare
Pre-release

This is a command-line client that works with the v2 prototype.

The binary name is nextercism. This is so that you can use the live website with the exercism binary at the same time as testing the beta site. Each client stores its config in different files, so there will be no collision there.

This is available for manual download only. That means extracting the downloaded archive and putting the binary in your path.
See http://exercism.io/clients/cli/install for full manual install instructions, remembering to use nextercism in place of exercism in the commands.

To use this:

  • run nextercism configure --token TOKEN --workspace DIR
  • go to the website and start a track
  • download the first exercise on the track with nextercism download EXERCISE, e.g. nextercism download hello-world. We will infer the track if we can, and complain if we can't. Use --track to specify a track using the track ID.

Write your solution, then submit with one of the following:

nextercism submit # defaults to the current directory
nextercism submit path/to/exercise/dir
nextercism submit path/to/file1 path/to/file2 ... # submit specific files

Please report issues in https://github.com/exercism/v2-feedback/issues rather than the usual CLI repo.

For more information about the v2 launch see https://github.com/exercism/v2-feedback/blob/master/README.md

nextercism: CLI that works with the v2 prototype

17 Aug 16:00
Compare
Choose a tag to compare

The binary name is nextercism. This is so that you can use the live website with the exercism binary at the same time as testing the beta site. Each client stores its config in different files, so there will be no collision there.

This is available for manual download only. That means extracting the downloaded archive and putting the binary in your path.
See http://exercism.io/clients/cli/install for full manual install instructions, remembering to use nextercism in place of exercism in the commands.

To use this:

  • run nextercism configure --token TOKEN --workspace DIR
  • go to the website and start a track
  • download the first exercise on the track with nextercism download EXERCISE, e.g. nextercism download hello-world. We will infer the track if we can, and complain if we can't. Use --track to specify a track using the track ID.

Write your solution, then submit with one of the following:

nextercism submit # defaults to the current directory
nextercism submit path/to/exercise/dir
nextercism submit path/to/file1 path/to/file2 ... # submit specific files

Please report issues in https://github.com/exercism/v2-feedback/issues rather than the usual CLI repo.

For more information about the v2 launch see https://github.com/exercism/v2-feedback/blob/master/README.md

nextercism: CLI that works with the v2 prototype

17 Aug 14:35
Compare
Choose a tag to compare

superseded, please go find the most recent one