Releases: exercism/cli
CLI compiled for mentors beta site
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/
- 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
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
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
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")
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
This incorporates a number of tweaks to the commands, but importantly: now it talks to the correct API. Sorry :)
nextercism: add troubleshoot command
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
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
superseded, please go find the most recent one