geoperez / gpr

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

gpr

dependabot

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.

About

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


Languages

Language:C# 99.5%Language:Dockerfile 0.5%