This post is part of the series on Git Command Line Snippets where I am taking a look at performing actions on GitHub using the git command line.
Now that we have the json from GitHub for the release, we can upload the release zip (an extra asset) which is used for installing the plugin on a ClassicPress site:
curl -X POST --header "Authorization: token ghp_authorizationtoken" --header...
Continue Reading azurecurve’s Article on their blog
Git Command Line Snippets: Upload Release Asset
This post is part of the series on Git Command Line Snippets where I am taking a look at performing actions on GitHub using the git command line. Now that we have the json from GitHub for the rele…
Blog Syndicated with azurecurve’s Permission

