GitXplorerGitXplorer
j

gpr

public
93 stars
13 forks
34 issues

Commits

List of commits on branch master.
Verified
b2773c3cbf84a8428b41c171b392470f2d2f1b2b

Merge pull request #123 from jcansdale/subdomain-isolation-off

jjcansdale committed 2 years ago
Unverified
934a730a90a0d873033c963028c1d24c0fb5f074

Change to use --subdomain-isolation-off

jjcansdale committed 2 years ago
Verified
a747846bb30a0c13f487d25269b71d17fa753cf8

Merge pull request #122 from jcansdale/surface-errors

jjcansdale committed 2 years ago
Verified
1509ae501a0914b11c4a86774487c6a484431b2d

Merge branch 'master' into surface-errors

jjcansdale committed 2 years ago
Unverified
dea2c7c91c3bb56785518bb39196b5f8ed7b24c9

Remove redundant try/catch

jjcansdale committed 2 years ago
Unverified
5354e608a8c1533dfc9606c562dde61e2fbc7eeb

Surface push error messages

jjcansdale committed 2 years ago

README

The README file for this repository.

gpr

Build server Platforms Build status
Github Actions ubuntu-latest, windows-latest, macos-latest master gpr

A .NET Core tool for working with the GitHub Package Registry

Usage: gpr [options] [command]

Options:
  --help        Show help information
  -k|--api-key  The access token to use

Commands:
  delete        Delete package versions
  details       View package details
  encode        Encode PAT to prevent it from being automatically deleted by GitHub
  files         List files for a package
  list          List packages for user or org (viewer if not specified)
  push          Publish a package
  setApiKey     Set GitHub API key/personal access token

Run 'gpr [command] --help' for more information about a command.