Skip to content

Releases: mitchellnemitz/cvm

v0.1.0

11 Aug 22:51
f9c35aa
Compare
Choose a tag to compare

Initial Release

Composer Version Manager (v0.1.0)

Usage:
  cvm COMMAND [OPTIONS] [ARGUMENTS]

Options:
  -h, --help        Show this message
  -v, --version     Display the application version
  -r, --reload      Reload cvm in the current shell

Commands:
  current           Show the current version of Composer
  install           Install a specific version of Composer
  update            Update an installed version of Composer
  remove            Remove a specific version of Composer
  use               Use a specific version of Composer
  list              Show installed versions of Composer

Includes documentation for installation, updates, usage, development contributions, and .cvmrc file functionality.