Bugfixes and improved messaging
Exercism Command-Line Interface (CLI)
Exercism takes place in two places: the discussions happen on the website, and you work on exercises locally. The CLI bridges the gap, allowing you to fetch exercises and submit solutions to the site.
This is a stand-alone binary, which means that you don't need to install any particular language or environment in order to use it.
To install, download the archive that matches your operating system and architecture, unpack the archive, and put the binary somewhere on your path.
You will need to configure the CLI with your Exercism API Key before submitting.
For more detailed instructions, see the CLI page on Exercism.
Recent Changes
- Improved error messages when submit fails.
- Reduced file-system noise on on fetch. Now if you say
exercism fetch
it will only fetch exercises for language tracks that you have directories for in your exercism directory. - Unsubmit has been disabled for security reasons. You can still delete an iteration through the web interface.