Skip to content

robandpdx/gh-blob

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

gh-blob

This GitHub CLI extension makes it easy to do GitHub owned blob storage operations.

Installation

gh extension install robandpdx/gh-blob

Set an environment variable with your PAT:

export GITHUB_TOKEN="<token>"

Usage

Upload

gh blob upload --org <org> --archive-file-path <migration-archive>

Delete

gh blob delete --id <id>

Query all blobs

gh blob query-all --org <org>

Query blob

gh blob query --id <blob-id>

About

GitHub owned blob storage operations.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 2

  •  
  •  

Languages