rls

package
v1.0.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: May 10, 2021 License: MIT Imports: 8 Imported by: 0

README

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>
  • updt <command> <tag-name> to update a release

    • -t <tag-name> to update tagname
    • -n <tag-name> to update name
    • -b <tag-name> to update body
    • -d <tag-name> to change draft value (yes | no)
    • -p <tag-name> to change pre-release value (yes | no)
$ 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>

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Register

func Register()

func Release

func Release(args []string)

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL