Command: rls
Manage Release of current Repository
Usage
rls <command> <argument>
Commands
new
to create a new release
$ ghsh: @username repo/path/ (branch) > rls new
latest
to get latest release
$ ghsh: @username repo/path/ (branch) > rls latest
list
to list all the release
$ ghsh: @username repo/path/ (branch) > rls list
get <tag-name>
to get a specific release.
$ ghsh: @username repo/path/ (branch) > rls get <tag-name>
del
to delete a repository
$ ghsh: @username repo/path/ (branch) > rls del <tag-name>
$ ghsh: @username repo/path/ (branch) > rls updt <command> <tag-name>
assets list <tag-name>
to list assets for a release
$ ghsh: @username repo/path/ (branch) > rls assets list <tag-name>