wand v0.3.1 API Reference
Modules
The interface for each type of command that wand supports. To add a new command, the following things must take place
Add
Add elixir packages to wand.json
Init
Convert an elixir project to use wand for dependencies
Remove
Remove elixir packages from wand.json
Upgrade
Upgrade dependencies in your wand.json file
Version
Get the installed version of wand. To get the version of wand_core, use wand core version instead
When the CLI has an error, it will return a status code indicative of the type of error that occured. This can be used for scripting. These exit codes are guaranteed to be the same only within the same major version
Each requirement in a wand.json follows some type of pattern. An exact pattern is one where the version is exactly specified. A tilde mode allows the patch version to be updated, and the caret mode allows the minor version to be updated