Skip to content
This repository has been archived by the owner on Mar 19, 2019. It is now read-only.

Releases: atomist-attic/rug-cli

0.12.0: Add "Did you mean" hint

01 Dec 10:16
Compare
Choose a tag to compare
The CLI now prints hints for the closest match when invoking operations.

See the following example:

```
✘-1 ~/Development/atomist/rug-cli [master ↓·1↑·4|✚ 5⚑ 1]
10:52 $ ./target/rug-cli-0.12.0-SNAPSHOT-bin/rug-cli-0.12.0-SNAPSHOT/bin/rug edit atomist-rugs:common-editors:PomParameteriz
Resolving dependencies for atomist-rugs:common-editors:latest completed
Loading atomist-rugs:common-editors:0.1.0 into runtime completed

→ Editors
  AddApacheSoftwareLicense20 (adds the Apache Software License version 2.0 file)
  AddReadme (adds a project specific README)
  AddScalaMavenGitIgnore (adds a .gitignore suitable for Scala Maven projects)
  ClassRenamer (renames a Java class, replacing one literal pattern with another)
  PackageMove (renames a Java package)
  PomParameterizer (updates a Maven pom to a new group, artifact, version and description)
  RemoveApacheSoftwareLicense20 (removes an Apache Software License version 2.0 file if present)

Did you mean?
  PomParameterizer

Specified editor PomParameteriz could not be found in atomist-rugs:common-editors:0.1.0
```

fixes #14

0.11.0

01 Dec 01:59
Compare
Choose a tag to compare
Initial public release

0.10.5

29 Nov 21:23
Compare
Choose a tag to compare
Update to resolver

0.10.4: Merge pull request #1 from atomist/linux-packaging

29 Nov 16:22
Compare
Choose a tag to compare
Create and upload debian/RPM packages

0.10.3

29 Nov 09:30
Compare
Choose a tag to compare
Fix offline test

0.10.2

28 Nov 23:12
Compare
Choose a tag to compare
Improve README